.news-detail{
    width: 100%;
    background: #efefef;
}
.news-detail .detail-container{
    width: 1190px;
    margin:  0 auto;
    padding: 62px 0 92px 0;
    box-sizing: border-box;
}
.detail-container .detail-header{
    width: 100%;
    font-size: 0px;
}
.detail-container .detail-header>.header-left,
.detail-container .detail-header>.header-right{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    font-size: 18px;
    color: #292929;
}
.detail-header>.header-left>span:last-child{
    color: #c91717
}
.detail-header>.header-right{
    text-align: right;
}
.detail-container .news-title{
    width: 100%;
    height: 170px;
    padding:  62px 0 44px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px dotted #6d6d6d;
}
.news-title>.title{
    font-size: 28px;
    color: #c91717;
}
.news-title>.sub{
    margin-top: 30px;
    color: #6d6d6d;
    font-size: 14px;
}
.detail-container .news-content{
    width: 100%;
    padding: 72px 0 125px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #6d6d6d;
   
}
.detail-container .news-content>p{
    margin-bottom: 46px;
    text-indent: 2em;
}

.detail-container .news-btn{
    width: 100%;
    height: 52px;
    font-size: 0;
}
.detail-container .news-btn>.btn-left,
.detail-container .news-btn>.btn-right{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    position: relative;
}
.news-btn>.btn-left>button,
.news-btn>.btn-right>button{
    position: absolute;
    width: 180px;
    height: 100%;
    background: #b2b2b2;
    outline: none;
    border: none;
    color: #fff;
}
.news-btn>.btn-left>button{
    right: 10px;
}
.news-btn>.btn-right>button{
    left: 10px;
}
.news-btn>.btn-right>button:hover,
.news-btn>.btn-left>button:hover{
    background: #c91717;
    color: #fff;
}