/*!
 * 详情页
 * author:zzongyi
 * date:2021-10-29
 */
/* 内容 */
.content {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 25px 51px 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.title {
    width: 70%;
    padding-top: 21px;
    padding-bottom: 21px;
    line-height: 32px;
    text-align: center;
    margin-left: 15%;
    font-size: 24px;
}

/* 信息 */
.infor {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #aaa;
    background-color: #f8f9fb;
}

.infor li .font-color {
    color: #333;
    cursor: pointer;
}

.infor li {
    margin: 0 10px;
}

.font-size span {
    padding: 0 2px;
}

/* 图片 */

.img {
    margin-top: 30px;
    text-align: center;
}

.img img {
    display: inline-block;
}

/* 文字区 */
.text {
    margin-top: 19px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.text p {
    line-height: 34px;
    /* text-indent: 27px; */
}

/* 下载 */
.download {
    margin-top: 19px;
}

.download a {
    display: block;
    color: #b01127;
    height: 38px;
    line-height: 38px;
}

.download .doc {
    padding-left: 27px;
    background: url('../image/download-doc.png') left center no-repeat;
}

.download .pdf {
    padding-left: 27px;
    background: url('../image/download-pdf.png') left center no-repeat;
}

