.news_list{
    width: 1200px;
    margin: 0 auto;
}
.news_list li{
    width: 1200px;
    height: 171px;
    margin-bottom: 20px;
    background: #fff;
    color: #999;
    overflow: hidden;
    border-radius: 9px;
}
.news_list li:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
}
.news_list li a{
    color: #999;
    display: block;
}
.news_list li .new_left{
    float: left;
    width: 281px;
    height: 171px;
}
.news_list li .new_right{
    float: right;
    width: 869px;
    padding:15px 25px;
    height: 141px;
}
.news_list li .new_title{
    padding:15px 0;
    height: 30px;
    line-height: 30px;
    
}
.news_list li .new_title_l{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    float: left;
    display: block;
    height: 30px;
    overflow: hidden;
    max-width: 730px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li .new_title_r{
    float: right;
}
.news_list li .new_info{
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.news_detail{
    width: 1077px;
    margin: 40px auto;
}
.news_detail .newd_title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
.news_detail .newd_time{
    font-size: 14px;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #EDEDED;
    height: 80px;
    line-height: 80px;
}
.news_detail .newd_info{
    margin-top:70px;
}
.content_second  .news_list_title{
    background-image: url(../images/xwlb.png);
}


.content_second .news_empty{color:#666;font-size:14px;margin:55px 0 0;text-align:center;padding:380px 0 100px;background: url(../images/newsempty.png) no-repeat center top;}