.banner{
    width:100%;
    height:6rem;
}
.banner .swiper-slide a{
    display: block;
    width:100%;
    height:100%;
}
.banner .swiper-slide a img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.block{
    width:100%;
    padding:1.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block .titlebox{
    width:12.5rem;
    display: flex;
    justify-content: space-between;
}
.block .title{
    font-size:.46rem;
    font-weight: bold;
    color:#333;
}
.block .desc{
    font-size:.18rem;
    color:#999;
}
.block .contain{
    width:12.5rem;
}
.newstit{
    font-weight: bold;
    margin-bottom:.3rem;
}
.newsdate{
    margin-bottom:.2rem;
}
.newsline{
    width:10.6rem;
    height:1px;
    background: #E6CA22;
    margin-bottom:.6rem;
}
.newsline2{
    width:calc(100% - 10.6rem);
    height:1px;
    background: #E6E6E6;
    margin-bottom:.6rem;
}
.next+.next{
    margin-left:.4rem;
}
.newsdate .hover,.nohover{
    width:16px;
}
.newsdate .hover{
    display: none;
}
@media (min-width: 1100px){
    .newsdate .next:hover div{
        color:#1C5DBF;
    }
    .newsdate .next:hover .hover{
        display: block;
    }
    .newsdate .next:hover .nohover{
        display: none;
    }
}
@media (max-width: 1100px) {
    .block{
        padding:.8rem .5rem;
    }
    .block .titlebox{
        width:100%;
        flex-wrap: wrap;
    }
    .block .desc {
        font-size: .28rem;
    }
    .block .contain{
        width:100%;
    }
    .newsline{
        width:18rem;
        height:1px;
        background: #E6CA22;
        margin-bottom:.6rem;
    }
    .newsline2{
        width:calc(100% - 18rem);
        height:1px;
        background: #E6E6E6;
        margin-bottom:.6rem;
    }
}
@media (max-width: 900px) {


}
@media (max-width: 800px) {
    .block{
        padding:.5rem;
    }
}
@media (max-width: 640px) {
    .block{
        padding:.5rem .3rem;
    }
    .block .desc {
        font-size: .24rem;
    }
    .banner{
        height:3.6rem;
    }
    .newsline {
        margin-bottom: .3rem;
    }
}