* {
    margin: 0;
    padding: 0;

}

li {
    list-style: none;
}

.news_top {
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.news_top img {
    height: 40px;
}

.news_top ul {
    width: 724px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.news_top li {
    cursor:pointer;
    display: flex;
    align-items: center;
    height: 45px;
    color: #E7ECFD;
    font-size: 14px;
}

.news_top ul li:hover {
    padding-top: 3px;
    color: #fff;
    border-bottom: 3px solid #fff;
    
}

.news_top_box {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    justify-content: flex-end;
}

.news_top_box p {
    cursor:pointer;
    margin-left: 20px;
    color: #E7ECFD;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news_top_box div {
    cursor:pointer;
    padding: 0 10px;
    height: 100%;
    color: #E7ECFD;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #5B80F5;
    font-size: 14px;
}

.news_top_box img {
    display: inline-block;
    width: 18px;
    height: 16px;
}
.news_con_img{
    /* width: 1047px; */
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.news_con_img img{
    width: 1200px;
    height: 459px;
}