.news .tabs .w_520{
    width:520px;
}
.news-box{
    background:#F8F8F8;
    padding-top:66px;
}
.news-box .news-content{
    margin-bottom:74px;
}
.news-box .news-content .no-data{
    text-align: center;
    color: #999;
    margin-bottom: 80px;
}
.news-box .list{
    background:#fff;
    margin-top:30px;
    padding:34px 34px 34px 50px;
    cursor: pointer;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.news-box .list .left{
    width:714px;
}
.news-box .list .right{
    width:360px;
    height:202px;
    overflow:hidden;
}
.news-box .list .right img{
    width:360px;
    height:202px;
    object-fit: cover;
}
.news-box .list h3{
    font-family: 'AlibabaPuHuiTi-Bold';
    font-size:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    height:42px;
    line-height:42px;
    margin-bottom:0;
}
.news-box .list h4{
    font-family: 'AlibabaPuHuiTi-Regular';
    font-size:14px;
    height:30px;
    line-height:30px;
    margin:0;
}
.news-box .list p{
    font-family: 'AlibabaPuHuiTi-Regular';
    font-size:14px;
    line-height:24px;
    color:#818A90;
    margin:12px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-box .list img{
    width:100%;
    max-width:360px;
}
/* 新闻详情 */
.news-detail .bread{
    width:100%;
    height:114px;
    line-height: 114px;
    border-bottom:1px solid #E5E5E5;
}
.news-detail .bread .container,.news-detail .bread a,.news-detail .bread span{
    font-size:14px;
    color:#999;
}
.news-detail .bread a{
    margin-right:10px;
}
.news-detail .bread span{
    margin-left:10px;
}
.news-detail .details{
    max-width:650px;
    margin:60px auto 90px auto;
}
.news-detail .details h3{
    font-size:30px;
    color:#333;
    line-height:46px;
}
.news-detail .details .time{
    font-size:14px;
    color:#999;
    line-height:46px;
}
.news-detail .details .content{
    font-size:16px;
}
.news-detail .details .content img{
    max-width:100%;
}
.news-detail .details .content p{
    word-break: break-all;
}
