
/* 头部 */

.header_search .picbg {
    margin: 10px 0 0 100px;
}

/* 轮播图 */

.swiper_container_big .swiper-slide h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 要闻聚焦 */

.news_list_head .news_list_tab {
    width: 100%;
}

.news_list_big {
    margin-top: -10px;
}

.news_list_big .news_list_ul li {
    height: 22px;
    line-height: 22px;
    width: 335px;
}

.news_list_big .news_list_ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list_big .news_list_ul li:first-child {
    height: 38px;
    line-height: 38px;
}

.news_list_big .news_list_ul li:first-child>a {
    font-size: 16px;
    font-weight: bold;
    color: #05337E;
}

/* 大头条 */

.sm_fouc {
    text-align: center;
}

.sm_fouc a {
    font-size: 16px;
    color: #000;
    margin: 0 10px;
}

/* 广告位 */

.sm_banner {
    justify-content: space-between;
}

.sm_banner img {
    width: 580px;
}