.block-1 {

}



.pre-seller .title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.pre-seller .title h3 {
    font-size: 18px;
    color: #B71B21;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.pre-seller .title p {
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.pre-seller ul {
    padding-top: 5px;
}
.article-pager{
    line-height: 40px;
}


.module-news-list-new .news-list-container .news-list-item {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.global-clearfix {
    zoom: 1;
}
.module-news-list-new .news-list-container .news-list-item .img-link {
    float: left;
    width: 160px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
    transition: transform .5s ease .1s;
    -webkit-transition: -webkit-transform .5s ease .1s;
    position: relative;
}
.module-news-list-new .news-list-container .news-list-detail {
    overflow: hidden;
    text-align: left;
}
.module-news-list-new .news-list-container .news-list-detail .news-list-detail-tlt {
    font-size: 20px;
    color: #303033;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module-news-list-new .news-list-container .news-list-detail .news-list-detail-con {
    font-size: 14px;
    color: #6D6D73;
    line-height: 22px;
    margin: 10px 0 14px;
    word-break: break-all;
    min-height: 44px;
}
.module-news-list-new .news-list-container .news-list-detail .news-list-detail-info {
    font-size: 12px;
    color: #9F9FA6;
    position: relative;
}