.news_category{
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #ECECEC;
}
.news_option{
font-weight: 400;
font-size: 16px;
color: #333333;
margin-right: 58px;
cursor: pointer;
position: relative;
width: fit-content;
}
.slider_active{
    color: #005DA4;
    font-weight: bold;
}
.slider::after{
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #005DA4;
    content: "";
    transform: translate(-50%,-50%) !important;
}
.news_container{
    padding: 30px 0 30px 0;
}
.news_picture{
    width: 580px;
    height: 336px;
    border-radius: 15px 15px 15px 15px;
}
.news_mation{
    flex: 1;
    padding-left: 50px;
}
.news_title{
font-weight: bold;
font-size: 28px;
color: #333333;
}
.news_content{
font-weight: 400;
font-size: 16px;
color: #999999;
line-height: 32px;
}
.news_date{
font-weight: 400;
font-size: 16px;
color: #999999;
}
.news_mation{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news_swiper{
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullet{
    opacity: 1 !important;
    background: #D9D9D9;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    background: #005DA4;
}
.banner_indicator{
padding: 40px 0;
}
.news_matter{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}
.matter_left{
    flex: 1;
    padding-right: 50px;
}
.matter_date{
    width: 158px;
height: 150px;
border-radius: 10px 10px 10px 10px;
border: 1px solid rgba(153,153,153,0.5);
padding: 40px 23px;
}
.date_year{
font-weight: bold;
font-size: 30px;
color: #333333;
margin-bottom: 15px;
}
.date_month{
font-weight: 400;
font-size: 22px;
color: #333333;
}
.matter_details{
    padding-left: 28px;
    flex: 1;
}
.detailse_title{
font-weight: 400;
font-size: 18px;
color: #333333;
}
.details_content{
font-weight: 400;
font-size: 16px;
color: #999999;
line-height: 32px;
margin-top: 18px;
}
.new_album{
    width: 341px;
    height: 182px;
    border-radius: 15px;
}
.matter_left:hover .matter_date{
    background: #005DA4;
}
.matter_left:hover .matter_date .date_year{
    color: #FFFFFF;
}
.matter_left:hover .matter_date .date_month{
    color: #FFFFFF;
}
.matter_left:hover .matter_details .detailse_title{
    font-weight: bold;
    font-size: 18px;
    color: #005DA4;
}
.details_title{

}
.details_head{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 30px;
}
.details_title{
font-weight: bold;
font-size: 40px;
color: #333333;
text-align: center;
}
.details_icon{
    width: 15px;
    height: 15px;
}
.news_number{
font-weight: 400;
font-size: 16px;
color: #666666;
margin-left: 5px;
}
.annotation{
    margin-top: 30px;
}
.content_layer{
    padding: 60px 0;
}
.news_essay{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 32px;
}
.newd_img{
    width: 1105px;
    height: 456px;
    margin: 40px auto;
}
.news_bottem{
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
    position: relative;
}
.news_link{
    width: 172px;
height: 60px;
border-radius: 15px 15px 15px 15px;
border: 1px solid rgba(44,68,140,0.5);
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 16px;
color: #666666;
}
.newd_icon{
    width: 15px;
    height: 15px;
}
.news_back{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.back_round{
    width: 65px;
height: 65px;
border-radius:50%;
border: 1px solid rgba(44,68,140,0.5);
display: flex;
align-items: center;
justify-content: center;
}
.back_icon{
    width: 38px;
    height: 38px;
}
.back_text{
font-weight: 400;
font-size: 16px;
color: #005DA4;
margin-top: 15px;
}