.pb-main:before{
    background-position-y: -0.8rem;
}
.s2 {
    width: 6.9rem;
    margin: auto;
    padding: 0.4rem 0 0.1rem;
    overflow: hidden;
}
.s2 .s2-toggle {
    height: 0.46rem;
    width: 100%;
    margin: 0 auto 0.52rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.s2 .s2-toggle .li {
    margin: 0;
    line-height: 0.45rem;
    font-size: 0.3rem;
    color: #fff0d9;
    position: relative;
    height: 0.45rem;
    text-align: center;
    cursor: pointer;
}
.s2 .s2-toggle .li.active {
    color: #ffffff;
    font-size: 0.36rem;
}
.s2 .s2-toggle .li.active:before {
    content: "";
    width: 100%;
    height: 0.04rem;
    background: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
}
.news-list{
    width: 100%;
    margin: 0 auto 0.3rem;
}
.news-list .news-li{
    display: block;
    width: 100%;
    height: 1.52rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.08rem 0.24rem 0rem rgba(0, 0, 0, 0.2);
    border-radius: 0.12rem;
    margin: 0 auto 0.25rem;
    box-sizing: border-box;
    overflow: hidden;
}
.news-list .img{
    float:left;
    width: 3.07rem;
    height: 1.51rem;
    overflow: hidden;
    border-radius: 0.06rem;
}
.news-list .img img{
    display: block;
    float:left;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.news-list .con{
    float:left;
    margin-left: 0.18rem;
    width: 3.4rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
}
.news-list .con .title{
    height: 0.7rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    color: #000000;
    overflow: hidden;
    font-weight: bold;
}
.news-list .con .time{
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.22rem;
    color: #929292;
}
.news-list .con .text{
    height: 0.54rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
    color: #929292;
    overflow: hidden;
    width:100%;
    display: none;
}

