.newsList{
    margin: .6rem 0;
}
.newsList li{
    margin: .4rem 0;
}
.newsLink{
    display: flex;
     align-items: center;
}
.newsImg{
    flex-shrink: 0;
    width: 30%;
    max-width: 434px;
    margin-right: 4%;
    overflow: hidden;
}
.newsImg .imgBg{
    height: 275px;
    max-height: 2.75rem;
    transition: all 1s;
}
.newsText{
    flex: auto;
    overflow: hidden;
}
.newsTit{
    line-height: 1.4;
    margin: .2rem 0;
    transition: all .4s;
}
.newsCon{
    height: 90px;
    line-height: 30px;
    margin: .2rem 0;
}
.newsBot button{
    width: 90px;
    height: 40px;
    font-size: 14px;
    color: var(--baseColor);
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid var(--baseColor);
    cursor: pointer;
    transition: all .4s;
}
.newsLink:hover .newsImg .imgBg{
    transform: scale(1.05);
}
.newsLink:hover .newsTit{
    color: var(--baseColor);
}
.newsLink:hover .newsBot button{
    color: #FFFFFF;
    background-color: var(--baseColor);
}


.newsBox{
    margin: .6rem 0 0;
}
.newsLeft{
    float: left;
    width: 68.45%;
}
.newsTop{
    margin-bottom: .3rem;
    border-bottom: 1px solid #D8D8D8;
}
.nTit{
    line-height: 1.4;
}
.nTime{
    line-height: 24px;
    margin: .1rem -.1rem;
}
.nTime span{
    padding: 2px .1rem;
}
.nText{
    line-height: 1.875;
    margin: .3rem 0 .6rem;
}
.nPage{
    padding: .3rem 0;
    border-top: 1px solid #D8D8D8;
}
.nPage p{
    margin: .15rem 0;
}
.nPage a{
    color: #666666;
    transition: all .3s;
}
.nPage a:hover{
    color: var(--baseColor);
}
.newsRight{
    float: right;
    width: 26.15%;
}
.nH2{
    line-height: 1.2;
    margin-bottom: .3rem;
}
.nList li{
    margin-top: .2rem;
}
.nImg{
    padding-bottom: 67.18%;
}
.nName{
    line-height: 1.4;
    margin: .2rem 0;
    transition: all .3s;
}
.nList li a:hover .imgBg{
    transform: scale(1.05);
}
.nList li a:hover .nName{
    color: var(--baseColor)
}

.marketing{
    list-style: none;
    margin: .6rem 0;
}
.marketing li{
    margin-bottom: .4rem;
}
.markTime{
    float: left;
    width: 80px;
    height: 80px;
    max-width: 1rem;
    max-height: 1rem;
    line-height: 1.4;
    margin-right: .2rem;
    background: #F4F4F4;
    transition: all .4s;
}
.markText{
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
}
.markTit{
    line-height: 1.4;
    margin-bottom: .1rem;
    transition: all .4s;
}
.markCon{
    line-height: 26px;
    -webkit-line-clamp: 2;
    margin: .1rem 0 .2rem;
}
.markMore{
    position: relative;
    display: inline-block;
    line-height: 1.8;
    margin: 0 0 .2rem;
    transition: all .4s;
    text-transform: uppercase;
}
.markMore::after{
    display: block;
    content: attr(data-text);
    color: var(--baseColor);
    position: absolute;
    left: 0;
    top: 0;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
}
.markLink:hover .markTime{
    color: var(--baseColor);
    box-shadow: 0 -1px 0 var(--baseColor) inset;
}
.markLink:hover .markTime strong{
    color: var(--baseColor);
}
.markLink:hover .markTit{
    color: var(--baseColor);
}
.markLink:hover .markMore{
    color: transparent;
}
.markLink:hover .markMore::after{
    max-width: 100%;
}

@media (max-width:1600px){
    .newsList li{
        margin: .2rem 0;
    }
    .newsImg{
        width: 35%;
        max-width: 280px;
    }
    .newsImg .imgBg{
        height: 175px;
    }
    .newsTit{
        margin: .1rem 0;
    }
    .newsCon{
        height: 48px;
        line-height: 24px;
        margin: .1rem 0;
        -webkit-line-clamp: 2;
    }
}
@media (max-width:1400px){
    .markTit{
        font-size: 16px;
    }

}
@media (max-width:1200px){    
    .newsTop{
        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;
    }
    .markTime{
        width: 60px;
        height: 60px;
    }
}
@media (max-width:991px){
    .newsBox{
        margin: .6rem 0;
    }
    .newsLeft,
    .newsRight{
        float: none;
        width: 100%;
    }
    .newsRight{
        margin: .3rem 0 .6rem;
    }
    .nH2{
        font-size: 16px;
        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){

}
@media (max-width:640px){
    .newsImg .imgBg{
        height: 130px;
        max-height: 2rem;
    }
    .newsBot button{
        width: 80px;
        height: 32px;
    }

}
@media (max-width:460px){    
    .nName{
        font-size: 14px;
    }
}