@charset "utf-8";
.banner{
    margin-bottom: .32rem;
}
.banner img{
    width: 100%;
    height: 3.12rem;
    display: block;
}
.newsCate{
    width: 2rem;
    margin: 0 .32rem .32rem .32rem;
    color: #000;
    font-size: .28rem;
}
.list{
    margin: 0 .32rem .46rem .32rem;
}
.list li{
    margin-bottom: .32rem;
}
.list li a{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    -ms-align-items:flex-start;
    -o-align-items:flex-start;
}
.list li a .left{
    display: block;
    width: 2.25rem;
    height: 1.7rem;
    object-fit: cover;
}
.list li a .right{
    width: 4.4rem;
}
.list li a .right h1{
    color: #000;
    font-weight: 400;
    font-size: .32rem;
    margin-bottom: .2rem;
    line-height: 1.6;
}
.list li a .right p{
    color: #969799;
    font-size: .24rem;
}
.list .page{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    padding-top: .14rem;
}
.list .page a,.list .page span{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    min-width: .8rem;
    height: .8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .2rem;
    border-radius: .06rem;
    font-size: .28rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0 .1rem;
}
.list .page a{
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666666;
    background: #fff;
}
.list .page span{
    color: #fff;
    background: #1677FF;
    border-color: #1677FF;
}