.news{
    padding: 0.38rem 0 1rem;
}
.new_tab{
    justify-content: center;
    column-gap: .2rem;
    width: 92%;
    margin: auto;
}
.new_tab_li{
     width: fit-content;
    border: 1px solid #004EB9;
    padding: 0.15rem 0.25rem;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 0.18rem;
    color: #004EB9;
    border-radius: 0.3rem;
    cursor: pointer;
}
.new_tab_li.active,
.new_tab_li:hover{
    background: #004EB9;
    color: #FFFFFF;
}
.news_tit{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin: 0.77rem 0 0.24rem;
}
.n_news_cont_li{
    padding: 0.34rem 0.36rem 0.3rem 0.24rem;
    background: #FCFAFA;
    border-radius: 5px 5px 5px 5px;
    border: 0.02rem solid transparent;
    margin-bottom: 0.4rem;
    transition: all 0.3s;
}
.n_news_cont_li:last-child{
    margin-bottom: 0;
}
.news_date{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.14rem;
    color: #939393;
}
.n_news_tit{
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 0.25rem;
    color: #030303;
    line-height: 1.2;
    margin: 0.1rem 0 0.15rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}
.n_news_dec{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.2rem;
    color: #004EB9;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
    
}
.index_more{
    margin-top: 0.3rem !important;
    margin-left: 0 !important;
}
.n_news_cont_li:hover{
    border-color: #FFC403;
    background: #FFFFFF;
    transition: all 0.3s;
}
.n_news_cont_li:hover .n_news_tit{
    color: #004EB9;
    transition: all 0.3s;
}
.n_news_cont_li:hover .n_news_dec{
    color: #030303;
    transition: all 0.3s;
}
.n_news_cont_li:hover .index_more p{
	color: #004EB9;
	transition: all 0.3s;
}
.n_news_cont_li:hover .index_moreiImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.n_news_cont_li:hover .index_moreiImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.n_news_cont{
    display: none;
}
.n_news_cont.active{
    display: block;
}


.news2 .n_news_cont_li:first-child{
    margin-top: 0.54rem;
}
.news2 .n_news_cont_li{
    padding: 0;
    background: #F7F5F5;
    border: none;
    align-items: stretch;
    height: auto;
}
.news2 .n_news_cont_li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.16);
}
.news2 .n_news_l{
    flex: 0 0 4.6rem;
    position: relative;
    height: auto;
    overflow: hidden;
}
.news2 .n_news_l img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news2 .date2{
    width: 0.85rem;
    height: auto;
    position: absolute;
    top: 0.16rem;
    left: 0.11rem;
    background: #004EB9;
    padding: 0.06rem 0.2rem 0.05rem;
}
.news2 .date2 p:nth-of-type(1){
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
}
.news2 .date2 p:nth-of-type(2){
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.35rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    text-align: center;
}
.news2 .date2 p:nth-of-type(3){
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
}
.news2 .n_news_r{
    padding: 0.4rem 0.29rem 0.4rem 0.31rem;
}
.news2 .news_t{
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 0.16rem;
    color: #004EB9;
}
.news2 .n_news_tit{
    -webkit-line-clamp: 2;
}
.news2 .n_news_dec{
    -webkit-line-clamp: 3;
}
.news2 .n_news_r .n_news_tit{
    font-size: 0.2rem;
    color: #000000;
}
.news2 .n_news_r .n_news_dec{
    font-size: 0.16rem;
color: #656661;
}
.news2 .n_news_cont_li:hover .n_news_tit{
    color: #004EB9;
}
.news2 .n_news_cont_li:hover .n_news_l img{
    transform: scale(1.1);
}




.project .n_news_cont_li{
    border: none;
    margin-bottom: 0.4rem;
    align-items: stretch;
}
.project .n_news_cont_li:hover{
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.16);
    border: none;
}
.project .n_news_cont_li:hover .n_news_tit{
    font-weight: 600;
    color: #004EB9;
}
.project .n_news_cont_li:hover .n_news_dec{
    font-weight: 300;
    color: #004EB9;
}
.project .n_news_cont_liIMG{
    flex: 0 0 40%;
    width: 40%;
    height: 3.31rem;
    border-radius: .1rem;
}
.project .n_news_cont_li{
    padding: 0;
    background: #FFFFFF;
}
.project .n_news_cont_c{
    padding: 0.56rem 0.3rem 0 0.56rem;
    height: auto;
    position: relative;
}
.project .n_news_cont_c .index_more{
    position: absolute;
    bottom: 0.5rem;
}




@media screen and (max-width: 1042px) {
     .news {
        padding: 60px 0;
    }
    .new_tab {
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    }
    .new_tab_li {
        flex: none;
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 30px;
    }
    .n_news_cont {
        gap: 20px;
    }
    .project .n_news_cont_li {
        flex-basis: 100%;
        align-items: stretch;
        margin-bottom: 16px;
    }
    .project .n_news_cont_liIMG{
        height: auto;
    }
    .project .n_news_cont_c{padding: 16px;}
    .project .n_news_cont_c .index_more{
        position: initial;
    }
    .news_date{font-size: 12px;}
    .n_news_tit{font-size: 16px;margin: 8px 0;}
    .n_news_dec{font-size: 12px;line-height: 1.5;}
    .index_more{
        margin-top: 10px !important;
    }




    .news_tit{
        font-size: 28px;
        margin: 40px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .news {
        padding: 40px 0 50px;
    }
    .n_news_cont {
        display: block;
    }
    .new_tab {
        gap: 4px;
    }
    .new_tab_li {
        padding: 5px 8px;
    }
    .project .n_news_cont_li{
        width: 100%;
        margin-bottom: 18px;
        display: block;
    }
    .project .n_news_cont_liIMG{
        width: 100%;
        height: auto;
    }
    .news_tit {
        font-size: 22px;
    }
}







