
/*内容详情*/
.xu-content-detail{
    padding-top: 40px;
    position: relative;
    top: 0;
    left: -50px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.xu-content-detail__left{
    box-sizing: border-box;
    width: 780px;
    padding: 40px 44px 68px 36px;
    background-color:#6C410B;
}

.xu-content-detail__left__top{
    width: 700px;
    height: 144px;
    background: url(../images/content_img/article_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.xu-content-detail__left__top >a{
    height: 100%;
    display: flex;
    align-items: center;
}

.xu-content-detail__left__top >a .left{
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.xu-content-detail__left__top >a .left >h3{
    width: 100px;
    margin-right: 14px;
}

.xu-content-detail__left__top >a .left >img{
    display: block;
    width: 62px;
    height: 62px;
    margin-right: 14px;  
}

.xu-content-detail__left__top >a .center{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
}

.xu-content-detail__left__top >a .center >img{
    display: block;
    width: 66px;
    height: 46px;
    margin:8px 0;  
}

.xu-content-detail__left__top >a .right{
    display: flex;
    align-items: center;
    padding-right: 28px;
}

.xu-content-detail__left__top >a .right >h3{
    width: 116px;
}

.xu-content-detail__left__top >a .right >img{
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 14px;  
}


.xu-content-detail__left__cont{
    margin-top: 36px;
}

.xu-content-detail__left__cont .title{
    color: #fff;
    text-align: center;
}

.xu-content-detail__left__cont .title >span{
    display: block;
    font-size: 16px;
    margin: 20px 0;
}

.xu-content-detail__left__cont .content{
    margin-top: 30px;
    color: #fff;
}

.xu-content-detail__left__cont .content >div{
    text-indent: 30px;
    line-height: 26px;
    margin-bottom: 22px;
}

.xu-content-detail__left__cont .content >img{
    width: 700px;
    height: 336px;
    margin-bottom: 22px;
    object-fit: cover;
}
.xu-content-detail__left__cont .content .biaoqian{
    margin-top: 50px;
    text-indent: 0;
    display: flex;
}
.xu-content-detail__left__cont .content .biaoqian >a >span{
    padding: 4px 10px;
    margin-right: 10px;
    background-color: #ECD12B;
    color: #452802;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xu-content-detail__left__cont .content .biaoqian >span{
    padding: 4px 10px;
    margin-right: 10px;
    background-color: #ECD12B;
    color: #452802;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_article {
    text-indent: 0 !important;
}
.content_article >p{
    margin-bottom: 10px;
}
.content_article > p >span{
    display: block;
    width: 100%;
    text-indent: 0 !important;
}
.content_article img {
    width: 100% !important;  
}

.xu-content-detail__left__cont .bottom{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-top: 30px;
}

.xu-content-detail__left__cont .bottom>span{
    color: #fff;
}

.xu-content-detail__left__cont .bottom>span>a{
    color: #ECD12B;
}