.pb-main {
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding-top: 0;
}


.s2 {
    width: 100%;
    margin: auto;
    padding: 25px 0 10px;
    overflow: hidden;
}

.s2 .s2-toggle {
    height: 46px;
    width: 1120px;
    margin: 0 auto 25px;
}

.s2 .s2-toggle .li {
    width: 128px;
    margin: 0 42px 0 0;
    line-height: 40px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #000;
    position: relative;
    float: left;
    height: 46px;
    text-align: center;
    cursor: pointer;
}

.s2 .s2-toggle .li.active {
    color: #fb6026;
    font-size: 22px;
}

.s2 .s2-toggle .li.active:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fb6026;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.news-list{
    width:1140px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.news-list .news-li{
    float:left;
    width: 550px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 10px 0px
    rgba(0, 0, 0, 0.29);
    border-radius: 6px;
    margin: 15px 10px;
    box-sizing: border-box;
    padding:17px 0 0 12px;
}

.news-list .img{
    float:left;
    width: 266px;
    height: 125px;
    overflow: hidden;
    border-radius: 6px;
}
.news-list .img img{
    display: block;
    float:left;
    width: 100%;
    height: 100%;
}
.news-list .con{
    float:left;
    margin-left:15px;
    width:245px;
}
.news-list .con .title{
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    margin-bottom: 6px;
}
.news-list .con .time{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #929292;
    margin-bottom: 5px;
}
.news-list .con .text{
    height: 54px;
    line-height: 18px;
    font-size: 12px;
    color: #929292;
    overflow: hidden;
    width:100%;
}
