.news-box{
    background: #F7F8FA;
    overflow: hidden;
}
.news-titleBox{
    text-align: left;
    position: relative;
}
.news-tab{
    width: 120px;
    font-size: 28px;
    margin-top: 38px;
    padding-bottom: 14px;
    border-bottom: 6px solid #FF7716;
}
.news-title{
    margin-top: 26px;
    background: #fff;
    padding-bottom: 80px;
    margin-bottom: 60px;
    min-height: 260px;
}
.news-title ul li{
    padding: 40px 40px 0 40px;
}
.news-title ul li .title-content{
    padding-bottom: 26px;
    border-bottom: 1px dashed #CCCCCC;
}
.title-content p:first-child{
    font-size: 22px;
    cursor: pointer;
}
.title-content p:last-child{
    font-size: 14px;
    color: #999999;
    margin-top: 14px;
}
.title-content p:first-child:hover{
    color: #FF7716;
}
.news-detailBox{
    text-align: left;
    display: none;
}
.news-detailTab{
    margin-top: 26px;
}
.detail-active{
    color: #FF7716;
}
.news-detail{
    margin-top: 26px;
    background: #fff;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.detail-box{
    padding: 40px 40px 0 40px;
}
.detail-title{
    font-size: 40px;
}
.news-time{
    margin-top: 24px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px dashed #999999;
}
.news-time p:first-child{
    float: left;
}
.news-time p:last-child{
    float: right;
}
.detail-content{
    margin-top: 60px;
}

.load-mask{
    background-color: rgba(255, 255, 255,0.3);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 99
}
.loading{
    width: 32px;
    height: 32px;
    background: url("https://zw-resource.oss-cn-shenzhen.aliyuncs.com/xr/jifutong/images/loading-2.gif") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    z-index: 22;
}
.pager{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.pager ul.pages {
    display:block;
    border:none;
    text-transform:uppercase;
    font-size:10px;
    margin:10px 0 50px;
    padding:0;
}

.pager ul.pages li {
    min-width: 15px;
    list-style:none;
    float:left;
    border:1px solid #ccc;
    text-decoration:none;
    text-align: center;
    margin:0 5px 0 0;
    padding:5px;
}

.pager ul.pages li:hover {
    border:1px solid #003f7e;
}

.pager ul.pages li.pgEmpty {
    border:1px solid #eee;
    color:#eee;
}

.pager ul.pages li.pgCurrent {
    border:1px solid #003f7e;
    color:#000;
    font-weight:700;
    background-color:#eee;
}
