.text a { color: inherit; }
/* 定位 */
.pos-part {
    margin: 18px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.pos-part .pos-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.pos {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.pos em {
    background: url(./20240313_icon_home.png) no-repeat;
    padding-left: 26px
}
/* 内容 */
.content-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.content-part .content-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.operationbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.operationbox .operation-list {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: right;
    position: relative;
    box-sizing: border-box;
}
.operationbox .operation-list li {
    display: flex;
    color: #333;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
}
.operationbox .operation-list li a {
    margin: 0 3px;
    color: inherit;
}
/* 内容 */
.contentbox {
    margin-top: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.contentbox .biaoti {
    color: #434343;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.contentbox .info {
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dedede;
}
.contentbox .info ul {
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}
.contentbox .info ul li {
    margin: 0 10px;
    color: #a0a0a0;
    font-size: 14px;
}

.content-body {
    margin: 50px auto 0;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
}

.link-part { display: none; }