.newsBg{
    background-color: #F9FBFF;
}
.newsBg + .footBg{
    background-color: #F9FBFF;
}
.newsTop{
    padding: .3rem;
    margin: .3rem 0;
    background-color: #FFFFFF;
}
.newsLeft{
    width: 52%;
    max-width: 780px;
}
.newsImg{
    padding-bottom: 63.46%;
    padding-bottom: 49%;
    margin-bottom: .2rem;
}
.newsRight{
    width: 43.9%;
}
.newsRight .newsList{
    margin: 0;
}
.newsRight .newsList li{
    width: 100%;
    max-width: 100%;
    margin: 0   ;
}
.newsRight .newsList li + li{
    border-top: 1px solid #D8D8D8;
}
.newsRight .newsLink{
    padding: .25rem 0;
}
.newsRight .newsList li:first-child .newsLink{
    padding-top: 0;
}
.newsList{
    list-style: none;
    margin: .3rem 0;
}
.newsList li{
    width: 49%;
    max-width: 780px;
    margin-bottom: .3rem;
}
.newsLink{
    display: block;
    padding: .2rem;
    background-color: #FFFFFF;
    overflow: hidden;
}
.newsTime{
    float: left;
    width: 110px;
    height: 110px;
    max-width: 1.4rem;
    max-height: 1.4rem;
    margin-right: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    transition: all .3s;
}
.newsTime strong{
    line-height: 1.1;
    font-family: "DINAlternateBold";
}
.newsItem{
    overflow: hidden;
}
.newsTit{
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
    transition: all .3s;
}
.newsCon{
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.newsLink:hover .newsTime{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.newsLink:hover .newsTit{
    color: var(--baseColor);
}
.newsLink:hover .newsCon{
    color: var(--baseColor);
}



.nBox{
    margin: .3rem 0 0;
}
.nLeft{
    float: left;
    width: 67.5%;
}
.nTop{
    margin-bottom: .3rem;
    border-bottom: 1px solid #D8D8D8;
}
.nTit{
    line-height: 1.4;
    margin-bottom: .3rem;
}
.nTime{
    line-height: 24px;
    margin: .2rem -.1rem;
}
.nTime span{
    padding: 2px .1rem;
}
.nText{
    line-height: 2;
    margin: .3rem 0 .6rem;
}
.nPage{
    padding: .2rem 0;
    border-top: 1px solid #D8D8D8;
}
.nPage p{
    margin: .15rem 0;
}
.nPage a{
    color: #666666;
    transition: all .3s;
}
.nPage a:hover{
    color: var(--baseColor);
}
.nRight{
    float: right;
    width: 27.5%;
}
.nH2{
    line-height: 1.2;
    margin-bottom: .3rem;
}
.nList li{
    margin-top: .2rem;
}
.nImg{
    padding-bottom: 66.96%;
}
.nName{
    line-height: 1.4;
    margin: .1rem 0;
    transition: all .3s;
}
.nList li a:hover .imgBg{
    transform: scale(1.05);
}
.nList li a:hover .nName{
    color: var(--baseColor)
}


@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .newsTop{
        display: block;
        padding: .2rem;
    }
    .newsLeft{
        width: 100%;
        max-width: 100%;
        margin-bottom: .2rem;
    }
    .newsTit{
        font-size: 16px;
        line-height: 30px;
        height: auto;
        margin-bottom: .1rem;
    }
    .newsRight{
        width: 100%;
    }
    .newsRight .newsLink{
        padding: .2rem 0;
    }
    .newsTime{
        width: 90px;
        height: 90px;
        margin-right: .2rem;
    }
    .newsList{
        margin: .2rem 0;
    }
    .newsList li{
        margin-bottom: .2rem;
    }
    .newsLink{
        padding: .2rem;
    }


    .nBox{
        margin: .3rem 0;
    }
    .nTop{
        margin-bottom: .2rem;
    }
    .nText{
        margin: .2rem 0 .4rem;
    }
    .nPage{
        line-height: 1.4;
        padding: .1rem 0 .2rem;
    }
    .nPage p{
        margin: .1rem 0;
    }
    .nH2{
        margin-bottom: .2rem;
    }
    .nList li{
        margin-top: .2rem;
    }
    .nName{
        font-size: 16px;
        margin: .1rem 0 .06rem;
    }
}
@media (max-width:991px){
    .nLeft,
    .nRight{
        float: none;
        width: 100%;
    }
    .nTit{
        margin-bottom: .1rem;
    }
    .nRight{
        margin: .3rem 0 .6rem;
    }
    .nH2{
        font-size: 20px;
        margin-top: .2rem;
        margin-bottom: 0;
    }
    .nList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.1rem;
    }
    .nList li{
        width: 50%;
        padding: 0 .1rem;
    }
    

}
@media (max-width:767px){
    .newsList li{
        width: 100%;
    }

}
@media (max-width:640px){

}
@media (max-width:460px){
    .nName{
        font-size: 14px;
    }
}