.content{
    padding-bottom: 0;
}
.btn-box{
    padding-bottom: 55px;
}
.news-list {
    width: 715px;
    margin: 0 auto;
}
.news-list .item{
    border-bottom: 7px solid #F6F6F6;
    margin-bottom: 34px;
}
.news-list .item a {
    position: relative;
    padding: 0 0 16px 145px;
    display: block;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-list .pic {
    border: 1px solid #E2E2E0;
    overflow: hidden;
    padding: 4px;
    width: 107px;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list a:hover .pic:after{
    content: '';
    width: 117px;
    height: 117px;
    background: rgba(115,6,12,0.85) url(../images/news/cover.png)center no-repeat;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.news-list .txt:after,
.news-list .item a:after{
    content: '';
    display: block;
    clear: both;
}
.news-list a .txt {
    border-bottom: 1px solid #FFF;
    font-size: 16px;
}
.news-list a:hover .txt {
    border-bottom: 1px solid #202020;
}
.news-list .date{
    width: 100px;
    color: #202020;
    float: left;
}
.news-list .name {
    width: 470px;
    float: right;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #B20000;
    font-weight: bold;
}
.news-list a:hover .name {
    color: #202020;
}
.news-list .description{
    height: 55px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-list span{
    width: 135px;
    height: 28px;
    display: block;
    background: url(../images/news/more.png)top no-repeat;
    text-indent:-5000px;
}
.news-list a:hover span{
    background: url(../images/news/more.png)bottom no-repeat;
}





.news-heading .title{
    width:calc(100% - 100px);
    font-size: 16px;
    color: #B20000;
}
.news-heading .date{
    position: absolute;
    top: 5px;
    right: 0;
    color: #202020;
    border-left: 1px solid #202020;
    font-size: 14px;
    line-height: 12px;
    padding-left: 10px;
}
.news-heading,
.news-detail{
    width: 780px;
    margin: 0 auto 15px;
    padding: 0 30px;
    position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-detail{
    padding: 30px 30px 0;
    background: #F6F6F6;
    margin-bottom: 0;
}