.article_detail
{
    width: 1158px;
    margin:0 auto;
    border-left: 1px solid #B6261E;
    border-right: 1px solid #B6261E;
    border-bottom: 1px solid #B6261E;
}
.article_detail .breadcrumbs{
    display: flex;
    align-items: center;
    width: 95%;
    height: 40px;
    margin: 0 auto;
}
.article_detail .breadcrumbs span{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 200%;
    font-size: 14px;
    color: #000000;
    margin-left: 6px;
}
.article_detail .title{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 200%;
    font-size: 18px;
    color: #CC0000;
    font-weight: bold;
}
.article_detail .info{
    display: flex;
    justify-content: center;
}
.article_detail .info span{
    margin-left: 20px;
}
.article_detail .content{
    width: 90%;
    padding: 20px;
    margin:0 auto;
    line-height: 200%;
    margin-top: 0;
    margin-bottom: 0;
}
.article_detail .line{
    border-bottom: 1px dashed #000000;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}