.banNews{
    padding-top: 90px;
    height: 300px;
    max-height: 26vw;
    box-sizing: content-box;
    margin-bottom: -60px;
}
.banNews::before{
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banIn .inTit,
.breadNav,
.breadNav li a,
.breadNav li + li::before,
.sortList a{
    color: #fff;
}
.breadNav li.current a{
    color: var(--baseColor);
}

.breadBg{
    position: relative;
}
.newsBg{
    overflow: visible;
}
.newsBox{
    margin: .2rem 0 0;
}
.newsLef{
    float: left;
    width: 71%;
}
.newsList{
    list-style: none;
    margin-bottom: .4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%);
}
.newsList li{
    /* margin-bottom: .3rem; */
}
.newsLink{
    display: block;
    padding: 30px;
    /* background-color: #FAFAFA; */
    transition: all .3s;
}
.newsImg{
    float: left;
    width: 40%;
    max-width: 387px;
    margin-right: 3%;
    overflow: hidden;
}
.newsImg .imgCover{
    padding-bottom: 54.26%;
}
.newsText{
    overflow: hidden;
}
.newsTit{
    font-size: 24px;
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
    transition: all .3s;
}
.newsDes{
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    height: 72px;
    margin: 34px 0;
}
.newsCon{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--baseColor);
    line-height: 1.6;
    margin: 0 -.1rem;
}
.newsCon span{
    min-width: 30%;
    padding: 0 .1rem;
}
.newsCon span:nth-child(2){
    min-width: 22%;
}
.newsLink:hover{
    background-color: rgba(40, 170, 170, 0.08);
}
/* .newsLink:hover .newsTit{
    color: var(--baseColor);
} */
.newsLink:hover .newsImg img{
    transform: scale(1.1);
}

.newsRig{
    position: sticky;
    top: 90px;
    top: 30px;
    float: right;
    width: 26.32%;
}
.rigTit{
    font-size: 20px;
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
    margin: .1rem 0 .2rem;
}
.rigTit img{
    width: auto;
    max-height: 20px;
    margin-right: .1rem;
    margin-top: -5px;
}
.rigItem{
    padding: .2rem .15rem;
    margin-bottom: .3rem;
    background-color: #F7F7F7;
}
.rigList{
    list-style: none;
    margin: .1rem 0;
}
.rigList li{
    margin: .1rem 0;
}
.rigList li a{
    position: relative;
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 28px;
    padding-left: 15px;
    transition: all 1s;
    background: #222222 -webkit-linear-gradient(left, var(--baseColor), var(--baseColor)) 0 0 no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 0 100%;
    font-weight: bold;
}
.rigList li span{
    display: block;
    color: #999999;
    line-height: 1.6;
    font-weight: normal;
}
.rigList li a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--baseColor);
    position: absolute;
    left: 0;
    top: 11px;
}
.rigList li a:hover{
    transform: translateX(5px);
    background-size: 100% 100%;
}
.recommendList li{
    margin-bottom: .2rem;
    padding-left: 10px;
}
.recommendList li a{
    padding-left: 20px;
}
.recommendList li a::before{
    left: 4px;
    width: 2px;
    height: 2px;
    border: 1px solid var(--baseColor);
    background-color: transparent;
}
.recommendList li a::after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--baseColor);
    position: absolute;
    left: 0;
    top: 8px;
    transform: scale(0);
    transition: all .3s;
}
.recommendList li a:hover::after{
    transform: scale(1);
}

.newsName{
    font-size: 36px;
    color: #222222;
    line-height: 1.4;
    font-weight: bold;
    /* margin: .1rem 0 .5rem; */
}
.newsName + .newsCon{
    font-size: 16px;
    margin-top: .1rem;
    margin-bottom: .4rem;
}
.newsName + .newsCon span{
    min-width: 10%;
    margin-right: .1rem;
}
.newsdetail{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    margin: .2rem 0;
}
.newsdetail img{
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: .1rem auto;
}
.newsBot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0;
}
.newsPage{
    flex: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.newsPage a{
    color: var(--baseColor);
}
.share{
    flex-shrink: 0;
    font-size: 0;
}
.share a{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .2rem;
    border-radius: 50%;
    transition: all .3s;
}
.shareIco1{
    background-image: url(../images/shareIco1@2x.png);
}
.shareIco2{
    background-image: url(../images/shareIco2@2x.png);
}
.shareIco3{
    background-image: url(../images/shareIco3@2x.png);
}
.shareIco4{
    background-image: url(../images/shareIco4@2x.png);
}
.share a:hover{
    background-color: var(--baseColor);
}
.newsCase{
    position: relative;
}
.newsCase .newsCaseLink{
    display: block;
}
.newsCase .imgCover{
    padding-bottom: 56.47%;
}
.newsCaseTit{
    font-size: 18px;
    color: #222222;
    line-height: 1.6;
    font-weight: bold;
    margin: .1rem 0;
    transition: all .3s;
}
.newsCaseLink:hover .imgCover img{
    transform: scale(1.1);
}
.newsCaseLink:hover .newsCaseTit{
    color: var(--baseColor);
}
.newsCase .swiper-pagination{
    position: static;
    text-align: center;
    display: none;
}
.newsCase .swiper-pagination-bullet{
    margin: 0 .04rem;
}
.newsCase .swiper-pagination-bullet-active{
    background-color: var(--baseColor);
}

@media (max-width:1600px) {
    .banNews{
        padding-top: 80px;
    }
    .newsList li{
        /* margin-bottom: .2rem; */
    }
    .newsLink{
        padding: 1.56vw;
    }
    .newsTit{
        font-size: 20px;
        margin-bottom: 1.56vw;
    }
    .newsDes{
        margin: 1.4vw 0;
    }

    .newsName{
        font-size: 1.875vw;
        /* margin: .1rem 0 2.6vw; */
    }
    .newsName + .newsCon{
        font-size: 14px;
        margin: 0.5vw -.1rem 2.08vw;
    }
    .newsdetail{
        font-size: 16px;
    }
    .newsPage{
        font-size: 16px;
        line-height: 24px;
    }
    .newsCase{
        margin: 0 -5px;
    }
    .newsCase li{
        padding: 5px;
    }
    .newsCaseTit{
        font-size: 16px;
    }
    .share a{
        margin-left: .1rem;
    }
}

@media (max-width:1400px) {
    .newsTit{
        font-size: 18px;
    }
    .newsDes{
        font-size: 14px;
    }
    .rigTit{
        font-size: 18px;
    }

}
@media (max-width: 1200px){
    .banNews{
        padding-top: 60px;
        height: 2.4rem;
        margin-bottom: 0;
    }
    .breadNav,
    .breadNav li a,
    .breadNav li + li::before,
    .sortList a{
        color: #333333;
    }
    .newsLef{
        float: none;
        width: 100%;
    }
    .newsImg{
        max-width: 290px;
        margin-right: .2rem;
    }
    .newsTit{
        font-size: 16px;
        margin: .1rem 0;
    }
    .newsRig{
        display: none;
    }
    .newsName{
        font-size: .28rem;
    }
    .newsName + .newsCon{
        margin: .1rem -.1rem .3rem;
    }
    .newsBot{
        display: block;
    }
    .newsPage{
        font-size: 14px;
    }
    .share{
        margin-top: .3rem;
        text-align: center;
    }
    .newsCaseTit{
        font-size: 14px;
    }
}
@media (max-width:767px){
    .banNews{
        padding-top: 0;
        height: 3rem;
        max-height: none;
    }
    .newsLink{
        padding: .2rem 0;
    }
    .newsCase .swiper-pagination{
        display: block;
    }
    .banNews  .inText{
        bottom:0;
    }
    .banNews .inText .inTit{
        margin-bottom: 0;
    }
}
@media (max-width:640px){
    .newsDes{
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .sortList .swiper-container{
        padding-bottom: 0;
        padding: 5px 0;
    }
    .sortList a{
        position: relative;
        font-size: 16px;
        line-height: 22px;
        padding: 0 .25rem;
    }
    .sortList .swiper-slide.active a::after{
        display: block;
        content: "";
        position: absolute;
        left: 30%;
        bottom: -5px;
        width: 40%;
        height: 2px;
        background-color: var(--baseColor);
    }
    .sortList .swiper-scrollbar{
        height: 2px;
        display: none;
    }
    .newsName{
        font-size: .32rem;
    }
}
@media (max-width:460px){
    .newsImg{
        /* float: none;
        width: 100%;
        max-width: 100%; */
        width: 1.8rem;
    }
    .newsImg .imgCover{
        padding-bottom: 66.67%;
    }
    .newsTit{
        font-size: 15px;
        font-size: .28rem;
        margin: .2rem 0;
    }
    .newsDes{ display: none;}
    .newsCon span:first-child{
        display: none;
    }
    .newsName{
        font-size: .36rem;
    }
    .newsdetail{
        font-size: 14px;
        line-height: 1.8;
    }
}