#news_information {
    width: 100%;
}

#news_title {
    width: 232px;
    height: 48px;
    margin: 80px auto 0 auto;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    opacity: 1;
}

.title_c {
    width: 232px;
    height: 34px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.title_e {
    width: 232px;
    height: 16px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    color: #999999;
}

#news_content {
    margin: 0 auto;
    width: 1300px;

}

#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 {
    height: 52px;
    margin: 70px auto 0 auto;
}

#news_content_li_title li {
    width: 75px;
    height: 18px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-top: 7px;
}

#new_centre_fg {
    width: 1300px;
    height: 1px;
    background: #CCCCCC;
}

#news_content_li_title li:not(:first-child) {
    margin-left: 48px;
}

#news_content_li_title div {
    width: 24px;
    height: 5px;
    margin: 0 auto;
}

#news_content_li_title .on {
    width: 99px;
    height: 23px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-top: 0px;
}

#news_content_li_title .on a {
    color: #000000;
}

#news_content_li_title .on div {
    width: 100px;
    height: 4px;
    background: #3585EF;
    margin-top: 13px;
}

.news_ct {
    display: flex;
    margin-top: 30px;
    width: 1300px;
    flex-wrap: wrap;
    justify-content: space-between;
    /*height: 1000px;*/
}

.news_ct a {
    display: block;
    margin-top: 30px;
    width: 410px;
    height: 480px;
}

.news_li {
    width: 410px;
    height: 480px;
}

.news_li:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.news_li_img {
    width: 410px;
    height: 240px;
}

.news_li_img img {
    width: 410px;
    height: 240px;
}

.n_time {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    margin-top: 29px;
    margin-left: 19px;
}

.n_title {
    margin-top: 24px;
    margin-left: 19px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.n_br p {
    margin-top: 6px;
    margin-left: 19px;
    width: 40px;
    height: 2px;
    background: #999999;
    opacity: 1;
    border-radius: 0;
}

.n_content {
    line-height: 24px;
    color: #999999;
    margin-top: 7px;
    margin-left: 19px;
    font-size: 16px;
}

.n_li_more {
    clear: both;
    margin-top: 25px;
    margin-left: 19px;
    font-size: 16px;
    color: #3585EF;
}

 .n_li_more_span {
    margin-left: 5px;
}


.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;
}