.content-list li{
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    -moz-transition: 0.3s transform, 0.3s -moz-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -moz-transform, 0.3s -o-transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.content-list li:hover{
    transform: translate(15px, 0);
}

.content-list li a{
    display: block;
    font-size: 16px;
    line-height: 70px;
    color: #444444;
    height: 70px;
    border-bottom: 1px solid rgba(19, 19, 19, .05);
}

.content-list li a .list-icon{
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: url(../img/pc/news-icon.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 32px;
}

.list-date{
    display: inline-block;
    float: right;
    color: rgba(25, 25, 25, .5);
}

.list-text{
    display: inline-block;
    width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}

.content-list li span:nth-child(2){
    margin-left: 20px;
}

.content-list li:hover span,
.content-list li a:hover{
    color: #bf2c1f;
}

.content-list li a:hover .list-icon{
    background: url(../img/pc/news-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.newsDetail-title-box{
    border-bottom: 1px solid #ebebeb;
    height: 52px;
}

.newsDetail-title{
    display: inline-block;
    font-size: 28px;
    padding-bottom: 10px;
    vertical-align: top;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 3px solid #bf2c1f;
}

.right-Detail-newsList{
    width: 942px;
    min-height: 835px;
    /* background-color: white; */
    display: inline-block;
    /* float: right; */
    padding: 50px 70px;
    margin-left: 10px;
}

.detail-title{
    display: inline-block;
    width: 740px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.detail-title-box{
    margin-top: 30px;
    font-size: 20px;
    line-height: 34px;
    color: #bf2c1f;
}

.detail-date{
    color: rgba(19, 19, 19, .2);
    float: right;
    font-size: 16px;
    line-height: 34px;
}

.detail-body{
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.detail-body p{
    /* margin: 20px 0; */
    font-size: 16px;
    line-height: 24px;
    color: #a7a7a7;
    /* text-indent: 2em; */
}

.detail-body img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.detail-body h2 {
    height: 27px;
    line-height: 25px;
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    background: url(../img/pc/gen.png) 0 0px no-repeat;
    margin: 30px 0;
    text-indent: 0 !important;
}

.detail-body h2 strong{
    line-height: 27px;
}

.share .share-text{
    font-size: 18px;
    display: inline-block;
    line-height: 70px;
    vertical-align: top;
    font-family: micorsoft Yahei;
}

.bdshare-button-style1-24{
    display: inline-block;
}

.bdshare-button-style1-24 .bds_sqq,
.bdshare-button-style1-24 .bds_qzone,
.bdshare-button-style1-24 .bds_weixin{
    width: 58px;
    height: 58px;
    cursor: pointer;
    padding-left: 0px;
    margin-right: 10px;
    margin-right: 20px;
}

.bdshare-button-style1-24 .bds_sqq:hover{
    background: url(../img/pc/news/qq-hl.png) center center no-repeat;
}

.bdshare-button-style1-24 .bds_sqq{
    background: url(../img/pc/news/qq.png) center center no-repeat;
    background-size: contain;
    background-position: 0 0 !important;
}

.bdshare-button-style1-24 .bds_qzone:hover{
    background: url(../img/pc/news/kj-hl.png) center center no-repeat;
}

.bdshare-button-style1-24 .bds_qzone{
    background: url(../img/pc/news/kj.png) center center no-repeat;
    background-size: contain;
    background-position: 0 0 !important;
}

.bdshare-button-style1-24 .bds_weixin:hover{
    background: url(../img/pc/news/wx-hl.png) center center no-repeat;
}

.bdshare-button-style1-24 .bds_weixin{
    background: url(../img/pc/news/wx.png) center center no-repeat;
    background-size: contain;
    background-position: 0 0 !important;
}


.news-pagination{
    margin-top: 30px;
    text-align: center;
}

.news-pagination span,
.news-pagination a{
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    color: #bdbcbc;
    font-size: 14px;
    background-color: #f3f3f3;
    margin: 0 5px;
    border-radius: 2px;
}

.news-pagination a:hover,
.news-pagination span{
    color: white;
    background-color: #bf2c1f;
}