.page-nav {
    padding: 20px 0;
    max-width: 1200px;
    margin: auto;
}

.nav-text {
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    color: #14212f;
    line-height: 16px;
    cursor: pointer;
}

.nav-text:hover {
    color: var(--hhs-font-color);
}

.nav-icon {
    font-size: 16px;
    color: #14212f;
    padding: 0 10px;
    line-height: 16px;
}

.nav-icon svg {
    margin-top: 2px;
}

.on-select {
    color: var(--hhs-font-color);
}

.text p {
    text-indent: 2em;
    line-height: 38px !important;
}

.content-container {
    padding: 18.5px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

.container-header {
    padding: 30px 0 40px 0;
}

.container-header h1 {
    text-align: center;
}

.container-header div:nth-of-type(1) {
    margin-top: 12px;
    font-family: "PuHuiTi";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.container-header div:nth-of-type(2) {
    margin-top: 12px;
    font-family: "PuHuiTi";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.content-swiper {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.page-lable {
    margin-top: 50px;
}

.page-lable div:nth-of-type(1) {
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #e5a614;
}

.page-lable div:nth-of-type(2) {
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: #e5a614;
    opacity: 0.3;
}

.page-lable div:nth-of-type(3) {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 24px;
    color: #14212f;
    margin-left: 11px;
}

.text a {
    color: #333333 !important;
    cursor: text !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.l17 {
    margin-left: 17px;
}

.l17 span {
    white-space: normal !important;
    text-wrap: normal !important;
}

.text a {
    color: #333333 !important;
    cursor: text !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.programme {
    flex-wrap: wrap;
    margin-top: 20px;
}

.programme-list {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #6daf32;
    padding: 12px 15px;
    width: fit-content;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.4s;
    color: var(--hhs-font-color);
}

.programme-list:hover {
    background: var(--hhs-font-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.cooperation {
    flex-wrap: wrap;
    margin-top: 20px;
}

.cooperation-list {
    margin-left: 10px;
    margin-top: 10px;
    width: 247.57px;
    height: 109.69px;
    background: transparent;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 5px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.cooperation-list:hover {
    box-shadow: 0 0 20px 0 rgba(2, 38, 135, 0.09);
    transform: translateY(-2px);
}

.cooperation-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Jump {
    background: #FFFFFF;
    padding: 31px 28px;
    box-sizing: border-box;
    max-width: 1200px;
    border-radius: 12px;
    margin: 20px auto 60px auto;
}

.jump-lable div {
    color: #14212f;
    font-size: 18px;
    font-face: Alibaba PuHuiTi 2.0;
    font-weight: 65 Medium;
    letter-spacing: 0;
    cursor: pointer;
}

.jump-lable:hover div {
    color: var(--hhs-font-color);
}

.jump-lable .data {
    color: var(--hhs-font-color) !important;
    margin: 0 50px;
    width: fit-content;
    white-space: nowrap;
}

.no-data {
    color: #14212F !important;
    margin: 0 50px;
}

.one-photo {
    width: 60%;
    margin: 30px auto 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.one-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-box {
    width: 50%;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 30px;
}

.two-box:nth-of-type(2) {
    margin-left: 30px;
}

.two-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}