.banner{
    height: 25rem;
    background: url(../img/information/tmp1648774640_2170145_s.jpg) no-repeat;
    width: 100%;
}
.news{
    padding: 6.25rem 0;
}
.news .news_con{
    display: flex;
}
.news .news_con .left{
    width: 15rem;
}
.news .news_con .left h2{
    min-width: 15rem;
    height: 4.375rem;
    background-color: #064894;
    color: #fff;
    line-height: 4.375rem;
    font-size: 1.875rem;
    padding-left: 1.25rem;
}
.news .news_con .right{
    width: 60rem;
    margin-left: 3rem;
}
.news .news_con .right li{
    display: flex;
    justify-content: space-between;
    padding-left: 1.25rem;
    border-bottom: .0625rem solid rgb(237, 237, 237);
    position: relative;
}
.news .news_con .right li .text{
    width: 51.75rem;
    line-height: 4.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_con .right li .text a{
    font-size: 1.125rem;
    color: rgb(51, 51, 51);
}
.news .news_con .right li .data{
    line-height: 4.375rem;
    color: #999;
    font-size: .75rem;
}
.news .news_con .right li::after{
    content: "·";
    position: absolute;
    left: .3125rem;
    top: 1.25rem;
    font-size: 2.5rem;
    line-height: 1.5625rem;
    color: #999;
}
.news .pages{
    text-align: center;  
    margin-top: 6.25rem;      
}
.news .pages ul li{
    display: inline-block;
    margin-left: .3125rem;
}
.news .pages ul li a{
    padding: .6875rem .875rem;
    background-color: rgb(245, 245, 245);
    font-size: .875rem;
    border-radius: .1875rem;
}
.news .pages ul li:hover a{
    color: #fff;
    background-color: #064894;
}
.news .pages ul li.active a{
    color: #fff;
    background-color: #064894;
}