.content{width: 1200px;margin: 0 auto;  border-radius: 2px;padding: 30px px;margin-top: 20px;box-sizing: border-box;}
.content .title{width: 100%;margin: 0 auto;font-weight: 700;font-size: 36px;color: #333333;line-height: 1.5;text-align: center;margin-bottom: 20px;box-sizing: border-box;}
.content .brief{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
.content .brief span{font-size: 16px;color: #333333;line-height: 1.5;}
.content .brief .source{margin-left: 20px;}
.content .detail{
    padding: 20px 0;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #404040 !important;
    line-height: 36px !important;
    text-size-adjust:100% !important;

}
.content .detail p{
    margin: 0;
    padding: 0;
}
.content .detail span{
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #404040 !important;
    line-height: 36px !important;
    text-size-adjust:100% !important;
}

.content .article-nav{margin-top: 32px;margin-bottom: 10px;}
.content .article-nav .shang:first-child{margin-bottom: 15px;}
.content .article-nav .shang span,
.content .article-nav .shang a{font-size: 16px;color: #353535;line-height: 24px;}
.content .article-nav .shang a:hover{color: #E87F0A;text-decoration: underline;text-decoration-color: #E87F0A;}

 /* 面包屑 */
 .breadcrumbs{height: 50px;background: #F8FBFF;}
 .breadcrumbs .box{display: flex;align-items: center;height: inherit;width: 1200px;margin: 0 auto;}
 .breadcrumbs .box .location{margin-left: 10px;}
 .breadcrumbs .box a,
 .breadcrumbs .box span{font-weight: 400;font-size: 20px;color: #666666;line-height: 20px;}

 .detail_peo{height: 36px;line-height: 36px;font-size: 18px;color: #404040;text-align: center;margin-bottom: 20px;border-bottom:1px solid #EFEFEF ;}
 .detail_peo span{margin-right: 50px;}
 .detail_peo span:last-child{margin-right: 0;}
