.bbs-news{
    position: relative;
    padding-top: 2px;
}
.bbs-news:before{
    content: ''; position: absolute; top: 0; left: 0;
    width: 100%; height: 2px;
    background: #836e6a;
}
.bbs-news-ul { padding: 10px 0; }
.bbs-news-ul > li { border-bottom: 1px solid #e1e1e1; }
.news-list-box { padding: 20px 0; }
.news-list-box .thumbnail{
    display: inline-block; vertical-align: top;
    width: 380px; padding: 0;
}
.news-list-box .thumbnail a{
    overflow: hidden; display: block; position: relative;
    height: 220px;
}
.news-list-box .thumbnail a img{
    position: absolute; top: 0; left: 50%;
    max-width: none; width: auto; height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.news-list-box .info{
    display: inline-block; vertical-align: top;
    width: calc(100% - 380px); padding: 0 20px;
    text-align: left;
}
.news-list-box .info .title { margin: 15px 0 25px; display: block; }
.news-list-box .info .title a{
    display: block; padding-right: 140px; height: 38px;
    font-size: inherit; font-weight: inherit; color: inherit;
    background: url('/adm/bbs/skin/News/image/detail-button.png') no-repeat right top;
}
.news-list-box .info p { line-height: 26px; }
.news-list-box .info .view-more{
    display: inline-block;
    padding-right: 10px; line-height: 20px;
    background: url('/adm/bbs/skin/news/image/view-more.png') no-repeat right center;
}
@media (max-width:1024px){
    .news-list-box .info .title a { background-size: auto 32px; }
}
@media (max-width:768px){
    .news-list-box .thumbnail { display: block; padding: 0 0 30px; width: 100%; }
    .news-list-box .thumbnail a { padding-top: calc(140 / 200 * 100%); width: 100%; height: 0; }
    .news-list-box .info { display: block; padding: 0; width: 100%; }
    .news-list-box .info .view-more { background-size: auto 10px; }
    .news-list-box .info .title a { background-size: auto 28px; }
}
