.news-box{
    background:#F8F8F8;
    padding-top:16px;
}
.news-box .news-content{
    margin-bottom:74px;
}
.news-box .list{
    background:#fff;
    margin-top:30px;
    padding:34px 18px 34px 34px;
    cursor: pointer;
}
.news-box .list div:nth-child(2){
    max-width:360px;
    height:202px;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news-box .list h3{
    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-size:14px;
    height:30px;
    line-height:30px;
    margin:0;
}
.news-box .list p{
    font-size:14px;
    line-height:22px;
    color:#818A90;
    margin-top:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-box .list img{
    width:100%;
    max-width:360px;
}
.news-box .no-data{
    width:242px;
    height:184px;
    background:url(../images/no-data.png) no-repeat;
    text-align: center;
    margin:0 auto;
    padding-top:226px;
    margin-top:140px;
    font-size:14px;
}
/* 新闻详情 */
.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%;
}
