#news_information {
    width: 100%;
}

#news_title {
    width: 136px;
    height: 48px;
    margin: 80px auto 0 auto;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    opacity: 1;
}

#news_content {
    margin: 0 auto;
    width: 1260px;
}

#year_select {
    margin-top: 9px;
    height: 33px;
}

#select_year {
    width: 75px;
    height: 33px;
    font-size: 18px;
    border: 0px;
    float: right;
    font-weight: 500;
    opacity: 1;
}


.hide {
    display: none;
}

#news_content_li_title {
    width: 340px;
    height: 26px;
    margin: 40px auto 0 auto;
}

#news_content_li_title li {
    float: left;
    font-size: 18px;
    color: #358CF1;
    opacity: 1;
    cursor: pointer;
}

#news_content_li_title li:not(:first-child) {
    margin-left: 48px;
}

#news_content_li_title div {
    width: 24px;
    height: 4px;
    margin: 4px auto 0 auto;
}

#news_content_li_title .on {
    color: #358CF1;
}

#news_content_li_title .on a {
    color: #358CF1;
}

#news_content_li_title .on div {
    background-color: #358CF1;
}

/*.news_ct {*/
/*    margin-top: 37px;*/
/*    width: 1260px;*/
/*}*/

.news_ct a {
    display: block;
    margin-top: 37px;
    width: 1260px;
}

.news_li {
    width: 1258px;
    height: 140px;
    border: 2px solid #CCCCCC;
    opacity: 1;
    border-radius: 0px;
    display: flex;
}

.news_li:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.news_li_img {
    width: 160px;
    height: 110px;
    margin-top: 15px;
    margin-left: 40px;
}

.news_li_img img {
    width: 160px;
    height: 110px;
}

.news_ct .news_li:not(:first-child) {
    margin-top: 40px;
}

.n_time {
    margin-top: 17px;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    opacity: 1;
}

.n_title {
    margin-top: 11px;
    margin-left: 35px;
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    opacity: 1;
}

.n_br p {
    margin-top: 6px;
    margin-left: 35px;
    width: 40px;
    height: 2px;
    background: #999999;
    opacity: 1;
    border-radius: 0;
}

.n_content {
    margin-top: 5px;
    margin-left: 35px;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    color: #666666;
    opacity: 1;
}


.news_li:hover {
    background-color: #F8F8F8;
    color: #333333;
    cursor: pointer;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
}

.news_li:hover div {
    background-color: #F8F8F8;
    color: #333333;
    cursor: pointer;
}

.news_li:hover a {
    background-color: #F8F8F8;
    color: #333333;
    cursor: pointer;
}

.news_li:hover p {
    background-color: #333333;
    cursor: pointer;
}