.wrapper > .inner > .online-header h1 {
    color: #1e8c99;
    font-size: 32px;
    font-weight: bold;
}

.wrapper > .inner > .online-header {
    padding: 20px 0;
}

.content-item .head-center, .content-item .header-center-small {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.content-item .head-center h3 {
    color: #1e8c99;
    display: inline-block;
    background-color: #fff;
    padding: 5px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.content-item .head-center:after, .content-item .header-center-small:after {
    position: absolute;
    content: '';
    border: 1px solid #b6b6b6;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
}

.content-item .header-center-small:after {
    left: 20%;
    right: 20%;
}

.content-item .header-center-small h3 {
    display: inline-block;
    padding: 0 36px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin: 0;
}

.content-item .header-center-small a:not(.more) {
    display: inline-block;
    background-color: #1e8c99;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: relative;
}

.content-item .header-center-small a:not(.more):before,
.content-item .header-center-small a:not(.more):after {
    position: absolute;
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e8c99;
    top: 8px;
}

.content-item .header-center-small a:not(.more):before {
    content: "\e606";
    left: -20px;
}

.content-item .header-center-small a:not(.more):after {
    content: "\e7c8";
    right: -20px;
}

.content-item .header-center-small a.more {
    position: absolute;
    left: 82%;
    top: 3px;
    background-color: #a0a0a0;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.content-item .header-center-small a.more .iconfont {
    font-size: 14px;
}

.content-item .grid-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: start;
    margin: 0 24px;
}

.content-item .grid-list > li {
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
}

.content-item .grid-list[data-index="0"] > li {
    width: 25%;
}

.content-item .content-item .grid-list,
.content-item .content-item .grid-list[data-index="0"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.content-item .grid-list span {
    display: block;
    padding: 0 20px;
    text-wrap: balance;
    text-align: center;
    color: #5a5b5c;
    font-weight: normal;
}

.content-item .grid-list img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
}