.newsList{
    list-style: none;
    margin: 50px 0;
}
.newsList li + li{
    margin-top: 30px;
}
.newsList li a{
    display: block;
    padding: 30px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.newsImg{
    float: left;
    width: 19.73%;
    margin-right: 2.7%;
    border-radius: .1rem;
    overflow: hidden;
}
.newsImg .imgBg{
    width: 100%;
    height: 168px;
    transition: all 1s;
}
.newsText{
    overflow: hidden;
}
.newsTit{
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin: .1rem 0;
    transition: all .3s;
}
.newsCon{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    margin: .1rem 0;
    -webkit-line-clamp: 2;
}
.newsBot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsInfo{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.newsInfo span{
    display: inline-block;
    vertical-align: middle;
    min-width: 1rem;
}
.newsInfo span img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.newsInfo span + span{
    margin-left: .1rem;
}
.newsText .banBtn{
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #999999;
    border: 1px solid #CECECE;
    line-height: 44px;
    background-color: transparent;
}
.newsText .banBtn::before{
    background-color: var(--orgColor);
}
.newsList li a:hover .imgBg{
    transform: scale(1.1);
}
.newsList li a:hover .newsTit{
    color: var(--orgColor);
}
.newsList li a:hover .newsText .banBtn{
    color: #FFFFFF;
    border-color: var(--orgColor);
}
.newsList li a:hover .newsText .banBtn::before{
    width: 100%;
}

.newsBox{
    padding: .5rem 0;
}
.newsLeft{
    width: 72%;
    max-width: 1020px;
}
.newsTop{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: .3rem;
}
.newsTopText{
    overflow: hidden;
}
.newsName{
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
}
.newsTime{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: .1rem 0;
}
.newsCen{
    color: #666666;
    line-height: 1.8;
    margin: .3rem 0;
}
.newsCen h1{
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    margin: .4rem 0;
}
.newsCen h3{
    font-size: 18px;
    color: #00307C;
    border-left: .06rem solid #62BF00;
    padding-left: .1rem;
    line-height: 1.2;
    margin: .1rem 0;
}
.newsCen h4{
    font-size: 24px;
    color: #666666;
    line-height: 1.8;
}
.newsCen p span.blue{
    font-size: 24px;
    color: #00307C;
    font-weight: bold;
}
.newsCen img{
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: .1rem auto;
}
.newsPage{
    color: #666666;
    padding: .3rem 0;
    border-top: 1px solid #D8D8D8;
}
.newsPage a{
    color: #666666;
    transition: all .3s;
}
.newsPage a:hover{
    color: var(--orgColor);
}
.newsRight{
    width: 25%;
    max-width: 360px;
}
.newsH2{
    display: block;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: .1rem;
    overflow: hidden;
}
.newsH2 .hot{
    display: inline-block;
    vertical-align: text-top;
    margin-left: .1rem;
    width: 38px;
    height: 24px;
    background: url(/static/home/images/icon_hot.png) center top no-repeat;
    background-size: contain;
}
.newsH2 .icon{
    display: inline-block;
    vertical-align: text-top;
    width: 28px;
    height: 28px;
    margin-right: .1rem;
    background: url(/static/home/images/case/caseIco1@2x.png) center center no-repeat;
    background-size: contain;
}
.newsH2 .arrow{
    float: right;
    width: 24px;
    height: 40px;
    margin-left: .1rem;
    background: url(/static/home/images/case/caseIco2@2x.png) center center no-repeat;
    background-size: contain;
}
.hotList{
    list-style: none;
}
.hotList li + li{
    border-top: 1px solid #EDEDED;
}
.hotList li a{
    display: block;
    padding: 20px 0;
    color: #666666;
    line-height: 1.5;
}
.hotList li a h3{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    margin: .1rem 0;
}
.hotList li a img{
    display: block;
    max-width: 100% !important;
    height: auto;
}
.hotList li a:hover h3{
    color: var(--baseColor);
}


@media (max-width:1600px) {
    .newsList{
        margin: .3rem 0;
    }
    .newsList li + li{
        margin-top: .2rem;
    }
    .newsList li a{
        padding: .2rem;
    }
    .newsTit{
        font-size: 16px;
    }
    .newsCon{
        font-size: 14px;
        margin: .1rem 0 .2rem;
    }
    .newsInfo{
        font-size: 14px;
    }
    .newsInfo span img{
        max-width: 18px;
    }
    .newsText .banBtn{
        font-size: 14px;
        line-height: 38px;
    }
    .newsName{
        font-size: 20px;
        line-height: 30px;
    }
    .newsCen h1{
        font-size: 26px;
    }
    .newsCen h3{
        font-size: 16px;
    }
    .newsCen h4,
    .newsCen p span.blue{
        font-size: 20px;
    }
    .newsH2{
        font-size: 24px;
    }
    .newsH2 .icon{
        width: 24px;
        height: 24px;
    }
    .hotList li a{
        padding: 10px 0;
    }
    .hotList li a h3{
        font-size: 16px;
        margin: 5px 0;
    }
}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .newsImg{
        width: 25%;
    }
    .newsBox{
        padding: .2rem 0 .5rem;
    }
    .newsLeft,
    .newsRight{
        float: none;
        width: 100%;
        max-width: 100%;
        animation-name: fadeInUp;
    }
    .newsTime{
        margin: .1rem 0 .2rem;
    }

}
@media (max-width:991px) {
    .newsImg{
        width: 33.33%;
        max-width: 220px;
    }
    .newsImg .imgBg{
        height: 140px;
    }
    .newsCen h1{
        font-size: 20px;
    }
    .newsBot{
        display: block;
    }
    .newsText .banBtn{
        display: none;
    }
    .newsH2{
        font-size: 20px;
        line-height: 1.5;
    }
    .newsH2 .hot{
        width: 30px;
        height: 20px;
    }
    .newsH2 .icon{
        width: 20px;
        height: 20px;
    }
    .newsH2 .arrow{
        height: 30px;
    }
    .hotList li a h3{
        font-size: 14px;
    }

}
@media (max-width:640px) {
    .newsName{
        font-size: 18px;
        line-height: 1.4;
    }
    .newsCen h4,
    .newsCen p span.blue{
        font-size: 16px;
    }
}
@media (max-width:460px) {
    .newsImg .imgBg{
        height: 100px;
    }
    .newsTit{
        font-size: 14px;
    }
    .newsCon{
        margin: .1rem 0;
        line-height: 20px;
        height: 40px;
    }
    .newsInfo{
        font-size: 12px;
    }
    .newsInfo span img{
        max-width: 14px;
    }
    .newsH2{
        font-size: 18px;
    }
    .newsH2 .hot{
        width: 28px; height: 18px;
    }
    .newsCen h1{
        font-size: 18px;
    }

}
