@charset "utf-8";

/* ========== 详情页内容区域 ========== */
.detail-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(60,46,41,0.15);
    margin-bottom: 40px;
    padding: 30px;
    box-sizing: border-box;
}

/* ========== 标题区域 ========== */
.detail-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;;
    margin-bottom: 30px;
}

.detail-header .detail-title {
    font-weight: bold;
    font-size: 24px;
    color: #404040;
    line-height: 1.6;
    margin-bottom: 15px;
}

.detail-header .detail-code {
    font-size: 18px;
    color: #404040;
    margin-bottom: 30px;
}

.detail-header .detail-meta {
    font-size: 18px;
    color: #777777;
}

.detail-header .detail-meta span {
    margin: 0 15px;
}

/* ========== 文章内容区域 ========== */
.detail-body {
    min-height: 400px;
}

.detail-body .article-title {
    font-weight: bold;
    font-size: 24px;
    color: #404040;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.8;
}

.detail-body h4 {
    font-weight: bold;
    font-size: 20px;
    color: #404040;
    margin: 20px 0 10px 0;
}

.detail-body p {
    font-size: 16px;
    color: #404040;
    line-height: 2;
    text-indent: 2em;
}

.detail-body p.no-indent {
    text-indent: 0;
}

.detail-body p.indent-item {
    text-indent: 3em;
}

.detail-body p>span {
    text-decoration: underline;
}


/* 联系方式区域 */
.contact-info {
    padding: 0 20px;
    font-size: 16px;
    color: #404040;
    line-height: 24px;
}

.contact-info .contact-col {
    width: 48%;
}

.contact-info .contact-label {
    width:120px;
    display: inline-block;
    text-align: justify;
}

/* 日期签名 */
.detail-body .article-date {
    text-align: right;
    font-size: 16px;
    color: #404040;
    margin-top: 40px;
    padding-right: 50px;
}
