/*新闻列表*/
.news-list{
    padding-top: 20px;
}
.news-item{
    width: 850px;
    height: 120px;
    margin-bottom: 40px;
    background: #f5f5f5;
}
.news-item:last-child{
    margin-bottom: 0;
}
.news-info{
    padding: 20px 30px;
    width: 670px;
}
.news-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 8px;
}
.news-info p:last-child{
    padding-bottom: 0;
}
.new-img-wrapper{
    width: 180px;
    height: 120px;
}
img{
    max-width: 100%;
    max-height: 100%;
}

.pull-right .detail-title .h1, h1 {
    font-size: 20px;
}
.pull-right .case-detail-article .h2, h2 {
    font-size: 18px;
}
.pull-right .news-list .h3, h3 {
    font-size: 16px;
}
