@charset "utf-8";
.banner{
    width: 100%;
    height: 3rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .32rem;
}
.news_nav{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: .32rem;
    margin-bottom: .32rem;
}
.news_nav li{
    position: relative;
    margin-right: .51rem;
    padding-bottom: .24rem;
}
.news_nav li.on:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #38C24E;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -1px;
}
.lists li{
    padding-bottom: .24rem;
    margin-bottom: .24rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page{
    padding-top: .4rem;
}
.page a,.page span{
    display: block;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0 5px;
}
.page a{
    border: 1px solid #ddd;
    color: #666666;
    background: #fff;
}
.page span,.page a:hover{
    color: #fff;
    background: #29D350;
    border-color: #29D350;
}