* {
    margin: 0;
    padding: 0;
}

/* 内容 */
.head-text1 {
    margin-left: 14px;
    line-height: 50px;
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 500;
}

/* 横线 */
.line {
    width: 100%;
    height: 1px;
    background-color: #e6eff7;
}

/* 内容盒子 */
.box {
    margin: 18px 10.5px;
}

.box-title {
    margin: 0px 40px 0;
    text-align: center;
}

.title-lage {
    color: #383838;
    font-size: 21.5px;
    font-weight: 600;
}

.title-small {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 500;
    margin-top: 15px;
}

.box-line {
    margin-top: 16px;
    background-color: #ECECEC;
    height: 1px;
}

/* 分类介绍  */
.box-sort {
    background-color: #F8F8F8;
    height: auto;
    margin-top: 15px;
    text-align: left;
}

.box-sort-content {
    padding: 8px;
    color: #525252;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 31.5px;
}

/* 具体内容 */
.box-content {
    margin-top: 10px;
}

.box-content-con {
    padding: 8px;
    color: #525252;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 31.5px;
}

/* 附件 */

.box-atta {
    position: relative;
}

.box-attach {
    color: #525252;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 31.5px;
    width: 20%;
    display: inline-block;
    position: absolute;

}

.box-atta-content {
    color: #0062B7;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 31.5px;
    width: 80%;
    margin-left: 50px;
}