/* -------------about页面 开始------------- */


/* background */

#about .background {
    padding-right: 510px;
    box-sizing: border-box;
    min-height: 467px;
    background: url("../images/about/about_background.png") right top no-repeat;
    background-size: 473px 467px;
}

#about .background p {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #2E3033;
}


/* visions */

#about .visions {
    margin-top: 25px;
}

#about .visions .vision_items_wrap {
    padding-top: 32px;
    box-sizing: border-box;
    min-height: 609px;
    background: url("../images/bg/bg_about_visions.png") no-repeat;
    background-size: cover;
    position: relative;
}

#about .visions .vision_items_wrap .vision_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#about .visions .vision_items_wrap .vision_items .vision_item {
    padding: 21px;
    box-sizing: border-box;
    width: 316px;
    border: 1px solid #D9D9D9;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
}

#about .visions .vision_items_wrap .vision_items .vision_item .title {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 28px;
    color: #000;
}

#about .visions .vision_items_wrap .vision_items .vision_item img {
    margin: 0 auto;
    width: 84px;
    height: 84px;
}

#about .visions .vision_items_wrap .vision_items .vision_item .desc {
    flex-grow: 1;
    margin-top: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #45484D;
}


/* DI-IDEA Members */

#about .members ul.members_list {
    margin-top: 4px;
    margin-left: -28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#about .members ul.members_list li {
    margin: 28px 0px 0px 28px;
    box-sizing: border-box;
    width: 240px;
    height: 180px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: Mulish;
}

#about .members ul.members_list li .img_wrap {
    max-height: 38%;
}

#about .members ul.members_list li img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#about .members ul.members_list li .member_name {
    margin-top: 16px;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #000;
    text-align: center;
}

#about .members ul.members_list li .visit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    flex-direction: column;
    justify-content: center;
    background: #0044A2;
    text-align: center;
}

#about .members ul.members_list li:hover .visit {
    display: flex;
}

#about .members ul.members_list li .visit .member_name {
    margin: 0;
    color: #fff;
    cursor: default;
}

#about .members ul.members_list li .visit .btn_go {
    display: inline-block;
    margin-top: 28px;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 50px 0px 20px;
    border: 1px solid #B8C0CC;
    border-radius: 22px;
    background: transparent url("../images/icon/icon_go.png") no-repeat;
    background-position: calc(100% - 11px) center;
    background-size: 24px 24px;
    font-size: 16px;
    line-height: 42px;
    color: #B8C0CC;
    text-align: left;
    cursor: pointer;
}


/* slogan */

#about .slogan {
    margin-top: 80px;
}


/* Areas and Content of Cooperation */

#about .cooperation {
    padding-top: 80px;
    background-color: #f8f8f8;
    position: relative;
}

#about .cooperation .section_title {
    margin-bottom: 32px;
}

#about .cooperation .overview {
    display: flex;
    flex-direction: row;
}

#about .cooperation .overview img {
    width: 437px;
    height: 530px;
    cursor: pointer;
}

#about .cooperation .specific {
    display: none;
    flex-direction: row;
    height: 530px;
}

#about .cooperation .specific .left_side {
    flex: 1;
    height: 100%;
}

#about .cooperation .specific .left_side .specific_content {
    display: none;
    height: 100%;
    overflow: hidden;
    cursor: default;
}

#about .cooperation .specific .left_side .specific_content.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about .cooperation .specific .left_side .specific_content .title {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#about .cooperation .specific .left_side .specific_content .title .text {
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #2E3033;
}

#about .cooperation .specific .left_side .specific_content .title .rect {
    flex-shrink: 0;
    margin-left: -53px;
    width: 88px;
    height: 24px;
    background: rgba(0, 68, 162, 0.1);
}

#about .cooperation .specific .left_side .specific_content .title .serial {
    flex: 1;
    margin-left: -15px;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

#about .cooperation .specific .left_side .specific_content .title .serial .cur {
    color: #2E3033;
    border-bottom: 1px solid #2E3033;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#about .cooperation .specific .left_side .specific_content .title .serial .total {
    color: #8A9099;
}

#about .cooperation .specific .left_side .specific_content .introduction {
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
}

#about .cooperation .specific .right_side {
    flex-shrink: 0;
    margin-left: 38px;
    display: flex;
    flex-direction: row;
}

#about .cooperation .specific .right_side .right_img {
    position: relative;
}

#about .cooperation .specific .right_side .right_img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

#about .cooperation .specific .right_side .right_img.active::after {
    content: none;
}

#about .cooperation .specific .right_side .right_img img {
    width: 250px;
    height: 530px;
}

#about .cooperation .cooperation_items {
    display: none;
}

/* Organizational Structure */

#about .organization {
    margin-top: 100px;
    min-height: 523px;
    position: relative;
}

#about .organization .img_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 545px;
    height: 523px;
}

#about .organization .structure_wrap {
    padding-top: 43px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#about .organization .structure_wrap .structure {
    width: 745px;
}

#about .organization .structure_wrap .structure .section_title {
    margin-bottom: 52px;
}

#about .organization .structure_wrap .structure img {
    width: auto;
    max-width: 100%;
}


/* Constitution of Alliance */

#about .constitution {
    padding: 80px 0px;
    background: #001D89 url("../images/bg/bg_about_constitution.png") no-repeat;
    background-position: right 122px;
}

#about .constitution .charter {
    margin-top: 72px;
    display: flex;
    flex-direction: row;
}

#about .constitution .charter .charter_content_wrap {
    flex-shrink: 0;
    width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#about .constitution .charter .charter_content_wrap .charter_content li {
    display: none;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 420px;
    cursor: default;
}

#about .constitution .charter .charter_content_wrap .charter_content li.active {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    /* 最大行数 */
    -webkit-box-orient: vertical;
}

#about .constitution .charter .charter_content_wrap .charter_content li p {
    margin-top: 5px;
}

#about .constitution .charter .charter_content_wrap .charter_content li p:first-child {
    margin-top: 0;
}

#about .constitution .charter .charter_content_wrap .btn_download {
    margin-top: 25px;
    width: 320px;
}

#about .constitution .charter .catalog {
    flex: 1;
    margin-left: 106px;
}

#about .constitution .charter .catalog li {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    opacity: 0.4;
    color: #fff;
    cursor: pointer;
}

#about .constitution .charter .catalog li:first-child {
    margin-top: 0;
}

#about .constitution .charter .catalog li.active {
    opacity: 1;
}

#about .constitution .charter .catalog li .num {
    flex-shrink: 0;
    width: 48px;
    font-size: 18px;
    line-height: 28px;
}

#about .constitution .charter .catalog li .title {
    flex: 1;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}


/* -------------about页面 结束------------- */


/* -------------programs页面 开始------------- */
/* Series programs */
#programs .series .series_programs {
    margin-top: 32px;
    position: relative;
}

#programs .series .series_programs .dots {
    position: absolute;
    left: 556px;
    top: 25px;
}

#programs .series .series_programs .dots li {
    margin-bottom: 12px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid #0044A2;
    border-radius: 50%;
    cursor: pointer;
}

#programs .series .series_programs .dots li:last-child {
    margin-bottom: 0;
}

#programs .series .series_programs .dots li.active {
    background: rgba(0, 68, 162, 0.8);
    cursor: default;
}

#programs .series .series_programs .tab-content .tab-item {
    display: none;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: #fff;
}

#programs .series .series_programs .tab-content .tab-item.active {
    display: block;
}

#programs .series .series_programs .tab-content .tab-item .image_text {
    display: flex;
    flex-direction: row;
}

#programs .series .series_programs .tab-content .tab-item .image_text .text_wrap {
    flex: 1;
}

#programs .series .series_programs .tab-content .tab-item .image_text .text_wrap .text {
    height: 364px;
    box-sizing: border-box;
    padding: 130px 66px 0px 36px;
}

#programs .series .series_programs .tab-content .tab-item .image_text .text_wrap .title {
    max-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#programs .series .series_programs .tab-content .tab-item .image_text .text_wrap .profile {
    margin-top: 16px;
    max-height: 168px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
    text-align: justify;
}

#programs .series .series_programs .tab-content .tab-item .footer {
    height: 135px;
    box-sizing: border-box;
}

#programs .series .series_programs .tab-content .tab-item .num_describe {
    box-sizing: border-box;
    padding: 0px 42px 0px 36px;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

#programs .series .series_programs .tab-content .tab-item .num_describe ul {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#programs .series .series_programs .tab-content .tab-item .num_describe ul li {
    text-align: center;
    color: #0044A2;
}

#programs .series .series_programs .tab-content .tab-item .num_describe ul .num {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

#programs .series .series_programs .tab-content .tab-item .num_describe ul .num .plus {
    font-size: 18px;
    line-height: 32px;
    vertical-align: bottom;
}

#programs .series .series_programs .tab-content .tab-item .num_describe ul .describe {
    font-size: 16px;
    line-height: 20px;
}

#programs .series .series_programs .tab-content .tab-item .image_text .image_wrap {
    flex-shrink: 0;
    width: 720px;
}

#programs .series .series_programs .tab-content .tab-item .image_text .image_wrap img {
    height: 364px;
}

#programs .series .series_programs .tab-content .tab-item .extra {
    display: flex;
    flex-direction: row;
}

#programs .series .series_programs .tab-content .tab-item .extra .subject {
    flex-shrink: 0;
    width: 352px;
    position: relative;
}

#programs .series .series_programs .tab-content .tab-item .extra .subject .subject_content {
    position: absolute;
    left: 0;
    top: -26px;
    width: 100%;
    height: 173px;
    background: url("../images/bg/bg_programs_series.png") left top / 100% 100%;
    box-sizing: border-box;
    padding: 38px 23px 0px 23px;
    text-align: center;
}

#programs .series .series_programs .tab-content .tab-item .extra .subject .subject_content .date {
    font-size: 14px;
    line-height: 18px;
    color: #E1E3E5;
}

#programs .series .series_programs .tab-content .tab-item .extra .subject .subject_content .year {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

#programs .series .series_programs .tab-content .tab-item .extra .subject .subject_content .text {
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

#programs .series .series_programs .tab-content .tab-item .extra .btns {
    flex: 1;
    padding-top: 6px;
    text-align: center;
}

#programs .series .series_programs .tab-content .tab-item .extra .btns .btn_more {
    margin-top: 12px;
    width: 296px;
    box-sizing: border-box;
    padding-right: 36px;
}

/* Regular programs  */
#programs .regular {
    padding-top: 58px;
}

/* 列表 */
#programs .programs_list {
    margin-top: 32px;
    margin-bottom: 130px;
}

#programs .image_text_item {
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
}

#programs .image_text_item:last-child {
    margin-bottom: 0;
}

#programs .image_text_item .text_wrap {
    flex: 1;
    padding: 36px 56px 32px 36px;
    background: #fff;
    overflow: hidden;
}

#programs .image_text_item.text_right .text_wrap {
    padding: 36px 36px 32px 56px;
}

#programs .image_text_item .text_wrap .title {
    max-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#programs .image_text_item .text_wrap .profile {
    margin-top: 16px;
    max-height: 168px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
    text-align: justify;
}

#programs .image_text_item .text_wrap .more {
    margin-top: 38px;
}

#programs .image_text_item .text_wrap .more .btn_more {
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#programs .image_text_item .image_wrap {
    flex-shrink: 0;
    width: 720px;
    background: #D5D5D6;
    position: relative;
}

#programs .image_text_item .image_wrap img {
    height: 100%;
}

#programs .image_text_item .image_wrap .statistics+div {
    height: 100%;
}

#programs .image_text_item .image_wrap .statistics {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 264px;
    box-sizing: border-box;
    padding: 38px 30px;
    background: linear-gradient(215.32deg, #0044A2 0%, rgba(0, 68, 162, 0.2) 100%);
}

#programs .image_text_item .image_wrap .statistics .statistics_item {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

#programs .image_text_item .image_wrap .statistics .statistics_item:first-child {
    margin-top: 0;
}

#programs .image_text_item .image_wrap .statistics .statistics_item .num {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

#programs .image_text_item .image_wrap .statistics .statistics_item .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


/* -------------programs页面 结束------------- */

/* -------------programs_details_series页面 开始------------- */
#programs_details_series #banner,
#programs_details_a #banner,
#programs_details_b #banner {
    overflow: hidden;
}

#programs_details_series #banner span,
#programs_details_a #banner span,
#programs_details_b #banner span {
    letter-spacing: 0;
    padding: 0px 0px 100px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#programs_details_series #banner span em,
#programs_details_a #banner span em,
#programs_details_b #banner span em {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#programs_details_series .breadcrumb,
#programs_details_b .breadcrumb {
    margin-left: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    font-size: 0;
}


#programs_details_series .breadcrumb>a,
#programs_details_series .breadcrumb>span,
#programs_details_b .breadcrumb>a,
#programs_details_b .breadcrumb>span {
    display: inline-block;
    padding: 0px 40px;
    height: 65px;
    font-family: Mulish;
    font-size: 16px;
    line-height: 65px;
    color: #fff;
    white-space: nowrap;
}

#programs_details_series .breadcrumb>span,
#programs_details_b .breadcrumb>span {
    text-decoration: underline;
    cursor: default;
}

#programs_details_series .breadcrumb>*:nth-child(1),
#programs_details_b .breadcrumb>*:nth-child(1) {
    padding-right: 20px;
    background-color: rgba(0, 68, 162, 0.8);
}

#programs_details_series .breadcrumb>*:nth-child(2),
#programs_details_b .breadcrumb>*:nth-child(2) {
    background-color: rgba(0, 68, 162, 0.8);
    background-image: url("../images/bg/bg_programs_detais_nav2.png");
    background-repeat: no-repeat;
}

#programs_details_series .breadcrumb>*:nth-child(3),
#programs_details_b .breadcrumb>*:nth-child(3) {
    margin-left: -21px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 68, 162, 1);
    background-clip: content-box;
    position: relative;
}

#programs_details_series .breadcrumb>*:nth-child(3)::before,
#programs_details_b .breadcrumb>*:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 41px;
    z-index: -1;
    background-image: url("../images/bg/bg_programs_detais_nav3.png");
    background-position: left;
}

#programs_details_series .breadcrumb>*:nth-child(3)::after,
#programs_details_b .breadcrumb>*:nth-child(3)::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 41px;
    z-index: -1;
    background-image: url("../images/bg/bg_programs_detais_nav3.png");
    background-position: right;
}

#programs_details_series .overview .introduction {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
}

#programs_details_series .overview .introduction .text {
    flex: 1;
    /* padding-right: 32px; */
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
}

#programs_details_series .overview .introduction .text p:not(:first-child) {
    margin-top: 30px;
}

#programs_details_series .overview .introduction .image {
    width: 468px;
}

/* Introduction Video */
#programs_details_series .video {
    margin-top: 80px;
    padding: 60px 0px 66px 0px;
    background: url("../images/bg/bg_programs_details_video.png") no-repeat center center / cover;
}

#programs_details_series .video .video_wrap {
    margin-top: -30px;
    text-align: center;
    position: relative;
}

#programs_details_series .video .video_wrap .video_play {
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    cursor: pointer;
}

#programs_details_series .programs {
    margin-top: 80px;
}

/* 年份 */
#programs_details_series .years {
    display: flex;
    justify-content: center;
    align-items: center;
}

#programs_details_series .years span {
    display: inline-block;
    margin-left: 24px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    cursor: pointer;
    /* 禁止选中 */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

/* 上一个，下一个 */
#programs_details_series .years .pre,
#programs_details_series .years .next {
    width: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#programs_details_series .years .pre {
    margin-left: 0;
}

#programs_details_series .years .pre img,
#programs_details_series .years .next img {
    width: auto;
    height: 18px;
}

#programs_details_series .years .nums {
    display: flex;
    flex-direction: row;
}

#programs_details_series .years .num {
    display: none;
    width: 160px;
    padding: 0px 32px;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-weight: 300;
    line-height: 68px;
    color: #8A9099;
}

#programs_details_series .years .num.active {
    display: inline-block;
    border-color: #0044A2;
    background-color: #0044A2;
    color: #fff;
    cursor: default;
}

#programs_details_series .years .num.show {
    display: inline-block;
}

#programs_details_series .programs .list {
    margin-top: 40px;
}

#programs_details_series .programs .list .list_item {
    display: none;
}

#programs_details_series .programs .list .list_item.active {
    display: flex;
    flex-direction: row;
}

#programs_details_series .programs .list .list_item .image_wrap {
    flex-shrink: 0;
    width: 642px;
    box-sizing: border-box;
    padding-bottom: 46px;
    position: relative;
    z-index: 1;
}

#programs_details_series .programs .list .list_item .text_wrap {
    flex-shrink: 0;
    margin-left: -62px;
    width: 730px;
    box-sizing: border-box;
    padding: 48px 48px 64px 122px;
    background: #FFFFFF;
}

#programs_details_series .programs .list .list_item .text_wrap .date {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #8A9099;
}

#programs_details_series .programs .list .list_item .text_wrap .date .year {
    margin-right: 10px;
    font-size: 40px;
    line-height: 50px;
    color: #0044A2;
    vertical-align: sub;
}

#programs_details_series .programs .list .list_item .text_wrap .title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

/* Organization */
#programs_details_series .organization {
    margin-top: 180px;
}

#programs_details_series .organization ul.organization_list {
    display: flex;
    flex-direction: row;
}

#programs_details_series .organization ul.organization_list li {
    flex: 1;
    margin: 32px 29px 0px 0px;
    box-sizing: border-box;
    padding: 36px 20px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#programs_details_series .organization ul.organization_list li:nth-child(3n) {
    margin-right: 0;
}

#programs_details_series .organization ul.organization_list li.active {
    box-shadow: 0px 4px 23px 0px rgba(0, 68, 162, 0.4);
    position: relative;
}

#programs_details_series .organization ul.organization_list li.active::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    left: 50%;
    bottom: -53px;
    transform: translateX(-50%) rotate(45deg);
    background: #0044A2;
    border-radius: 4px;
}

#programs_details_series .organization ul.organization_list li img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

#programs_details_series .organization ul.organization_list li .name {
    margin-top: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

#programs_details_series .organization ul.organization_content {
    margin-top: 32px;
}

#programs_details_series .organization ul.organization_content li {
    display: none;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 16px;
    background: #0044A2;
    color: #FFFFFF;
}

#programs_details_series .organization ul.organization_content li.active {
    display: block;
}

#programs_details_series .organization ul.organization_content li .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

#programs_details_series .organization ul.organization_content li .desc {
    font-size: 18px;
    line-height: 23px;
}

#programs_details_series .organization ul.organization_content li .desc p {
    margin-top: 20px;
}

#programs_details_series footer {
    margin-top: 200px;
}

/* -------------programs_details_series页面 结束------------- */

/* -------------programs_details_a页面 开始------------- */
#programs_details_a .overview .introduction {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
}

#programs_details_a .overview .introduction .text {
    flex: 1;
    padding-right: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
}

#programs_details_a .overview .introduction .image {
    width: 370px;
}

#programs_details_a .overview .questions {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#programs_details_a .overview .questions .question {
    width: 640px;
    box-sizing: border-box;
    padding: 32px 20px;
    background: #FFFFFF;
    border-top: 4px solid #0044A2;
}

#programs_details_a .overview .questions .question .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#programs_details_a .overview .questions .question .answer {
    margin-top: 20px;
}

#programs_details_a .overview .questions .question .answer .answer_item {
    margin-top: 10px;
    padding-left: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
    position: relative;
}

#programs_details_a .overview .questions .question .answer .answer_item::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #0044A2;
}

#programs_details_a .overview .questions .question .answer .answer_item:first-child {
    margin-top: 0;
}

#programs_details_a .book {
    margin-top: 40px;
    background: #0044A2;
    color: #fff;
}

#programs_details_a .book .zm_wrap {
    padding: 72px 0px 146px 0px;
    position: relative;
    overflow: hidden;
}

#programs_details_a .book .zm_wrap .bg_num {
    position: absolute;
    right: 0;
    bottom: -120px;
    font-size: 390px;
    font-weight: 1000;
    line-height: 489px;
    color: rgba(255, 255, 255, 0.1);
}

#programs_details_a .book .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    word-break: break-all;
}

#programs_details_a .book .tab {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    word-break: break-all;
}

#programs_details_a .book .tab .tab_header {
    flex-shrink: 0;
    width: 372px;
    box-sizing: border-box;
    padding-right: 22px;
}

#programs_details_a .book .tab .tab_header li {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    opacity: 0.4;
    cursor: pointer;
}

#programs_details_a .book .tab .tab_header li:first-child {
    margin-top: 0;
}

#programs_details_a .book .tab .tab_header li.active {
    opacity: 1;
}

#programs_details_a .book .tab .tab_header li .num {
    flex-shrink: 0;
    width: 54px;
    font-size: 18px;
    line-height: 28px;
}

#programs_details_a .book .tab .tab_header li .text {
    flex: 1;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

#programs_details_a .book .tab .tab_content {
    flex: 1;
}

#programs_details_a .book .tab .tab_content li {
    display: none;
    font-size: 16px;
    line-height: 28px;
}

#programs_details_a .book .tab .tab_content li.active {
    display: block;
}

#programs_details_a .news {
    margin-top: 80px;
}

/* 分页 */
#programs_details_a .pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

#programs_details_a .pages>a,
#programs_details_a .pages>span {
    display: inline-block;
    margin-left: 24px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
}

#programs_details_a .pages>span {
    cursor: default;
}

/* 上一页，下一页 */
#programs_details_a .pages .pre,
#programs_details_a .pages .next {
    width: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#programs_details_a .pages .pre {
    margin-left: 0;
}

#programs_details_a .pages .pre img,
#programs_details_a .pages .next img {
    width: auto;
    height: 18px;
}

/* 页数*/
#programs_details_a .pages .cur,
#programs_details_a .pages .num {
    padding: 0px 32px;
    min-width: 160px;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-weight: 300;
    line-height: 68px;
    color: #8A9099;
}

/* 当前页数 */
#programs_details_a .pages .cur {
    border-color: #0044A2;
    background-color: #0044A2;
    color: #fff;
}

#programs_details_a .news .list {
    margin-top: 40px;
}

#programs_details_a .news .list .list_item {
    position: relative;
    overflow: hidden;
}

#programs_details_a .news .list .list_item .image_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

#programs_details_a .news .list .list_item .zm_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap {
    width: 730px;
    box-sizing: border-box;
    padding: 48px 48px 64px 122px;
    background: #FFFFFF;
    font-family: Mulish;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap .date {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #8A9099;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap .date .year {
    margin-right: 10px;
    font-size: 40px;
    line-height: 50px;
    color: #0044A2;
    vertical-align: sub;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap .title {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap .desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
    text-align: justify;
}

#programs_details_a .news .list .list_item .zm_wrap .text_wrap .btn_more {
    margin-top: 64px;
    min-width: 166px;
    box-sizing: border-box;
}

#programs_details_a footer {
    margin-top: 80px;
}

/* -------------programs_details_a页面 结束------------- */

/* -------------programs_details_b页面 开始------------- */
#programs_details_b .sub_content {
    display: flex;
    flex-direction: row;
}

#programs_details_b .sub_content .left_side {
    flex: 1;
    font-family: Mulish;
    font-size: 18px;
    line-height: 28px;
    color: #2E3033;
}

#programs_details_b .sub_content .left_side .section_part {
    margin-bottom: 80px;
}

#programs_details_b .sub_content .left_side .section_part:last-child {
    margin-bottom: 0;
}

#programs_details_b .sub_content .left_side .section_title {
    margin-bottom: 32px;
}

#programs_details_b .sub_content .left_side ol,
#programs_details_b .sub_content .left_side ul {
    margin-left: 26px;
}

#programs_details_b .sub_content .left_side ol li {
    list-style: decimal;
}

#programs_details_b .sub_content .left_side ul li {
    list-style: disc;
}

#programs_details_b .sub_content .right_side {
    flex-shrink: 0;
    width: 378px;
    margin-left: 32px;
}

#programs_details_b .sub_content .right_side .news {
    margin-top: 27px;
}

#programs_details_b .sub_content .right_side .news .item {
    margin-bottom: 43px;
    font-family: Mulish;
}

#programs_details_b .sub_content .right_side .news .item:last-child {
    margin-bottom: 0;
}

#programs_details_b .sub_content .right_side .news .item .img_wrap {
    height: 200px;
    background: #D9D9D9;
}

#programs_details_b .sub_content .right_side .news .item .img_wrap img {
    height: 100%;
}

#programs_details_b .sub_content .right_side .news .item .title {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
}

#programs_details_b .sub_content .right_side .news .item .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #2E3033;
}

#programs_details_b .sub_content .right_side .news .item .date {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #8A9099;
}

#programs_details_b footer {
    margin-top: 126px;
}


/* -------------programs_details_b页面 结束------------- */


/* -------------index------------- */

#index {
    background-color: #F7F7F7;
    position: relative;
}

#back_top {
    position: absolute;
    z-index: 9;
    bottom: 244px;
    right: calc(50% - 700px);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#back_top img {
    width: 36px;
    height: 36px;
}

#index #index_more {
    text-align: center;
}


/* -------------home_banner_top------------- */

#index .home_banner_bg {
    height: 1200px;
    background-image: url('../images/banner/banner_bg.png');
    background-size: cover;
    background-position: center, center;
    background-repeat: no-repeat;
    background-position-y: 70%;
}

#index .home_banner_top {
    position: relative;
    width: 1312px;
    height: 829px;
    margin: 0 auto;
    padding-top: 70px;
}

#index .home_banner_top .tags {
    position: relative;
    font-size: 18px;
    color: #2e3033;
    width: 472px;
    line-height: 25px;
}

#index .home_banner_top .tags .dot_tag_swiper {
    width: 100%;
    height: 100px;
}

#index .home_banner_top .tags .dot_tag_swiper .swiper-slide {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#index .home_banner_top .tags .border {
    position: absolute;
    top: -20px;
    left: 0;
    width: 0px;
    height: 4px;
    transition: 0.5s;
    background-color: #0044a2;
}

#index .home_banner_top .tags .border_active {
    width: 56px;
}

#index .home_banner_top .label {
    font-size: 80px;
    color: #ECF0F4;
    line-height: 72px;
    font-weight: bold;
    margin-top: 20px;
}

#index .home_banner_top .banner_wrap {
    position: absolute;
    top: 70px;
    left: 63.5px;
    width: 1185px;
    height: 829px;
    margin: 0 auto;
}

#index .home_banner_top .banner_wrap .label_wrap {
    z-index: 90;
    position: absolute;
    top: 104px;
    left: 234px;
    width: 175px;
}

#index .home_banner_top .banner_wrap .label_wrap2 {
    top: 0;
    left: 967px;
}

#index .home_banner_top .banner_wrap .label_wrap3 {
    top: 354px;
    left: 967px;
}

#index .home_banner_top .banner_wrap .label_wrap .label_tag {
    width: 100%;
    height: 41px;
    border: 1px solid #0044a2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0044a2;
    font-weight: bold;
    box-sizing: border-box;
}

#index .home_banner_top .banner_wrap .label_wrap .label_cont {
    position: absolute;
    top: 60px;
    left: -50%;
    width: 200%;
    font-size: 14px;
    color: #0044a2;
    line-height: 17.5px;
    text-align: center;
    font-weight: bold;
}

#index .home_banner_top .banner_wrap .banner {
    width: 100%;
    height: 829px;
}

#index .home_banner_top .banner_wrap .banner img {
    width: 100%;
    height: 829px;
}

#index .home_banner_top .banner_wrap .banner .disc {
    position: relative;
    top: -829px;
}

#index .home_banner_top .banner_wrap .dot_wrap {
    position: absolute;
    top: 91px;
    left: 618px;
    z-index: 91;
    width: 12px;
    height: 12px;
}

#index .home_banner_top .banner_wrap .dot_wrap .dot {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#index .home_banner_top .banner_wrap .dot_wrap .dot_label {
    position: absolute;
    display: inline-block;
    line-height: 30px;
    padding: 0 16px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 15px;
    background-color: rgba(0, 68, 162, 0.5);
}

#index .home_banner_top .banner_wrap .dot_wrap .first_dot {
    bottom: 12px;
    right: 12px;
}

#index .home_banner_top .banner_wrap .dot_wrap .left_dot {
    right: 22px;
    bottom: -9px;
}

#index .home_banner_top .banner_wrap .dot_wrap .right_dot {
    left: 22px;
    bottom: -9px;
}

#index .home_banner_top .banner_wrap .dot_wrap2 {
    top: 172px;
    left: 713px;
}

#index .home_banner_top .banner_wrap .dot_wrap3 {
    top: 199px;
    left: 853px;
}

#index .home_banner_top .banner_wrap .dot_wrap4 {
    top: 262px;
    left: 524px;
}

#index .home_banner_top .banner_wrap .dot_wrap5 {
    top: 286px;
    left: 835px;
}

#index .home_banner_top .banner_wrap .dot_wrap6 {
    top: 343px;
    left: 471px;
}

#index .home_banner_top .banner_wrap .dot_wrap7 {
    top: 392px;
    left: 742px;
}

#index .home_banner_top .banner_wrap .dot_wrap8 {
    top: 187px;
    left: 598px;
}

#index .home_banner_top .banner_wrap .dot_wrap9 {
    top: 232px;
    left: 795px;
}

#index .home_banner_top .banner_wrap .dot_wrap10 {
    top: 419px;
    left: 657px;
}


/* -------------index-programs------------- */

#index .programs_list {
    margin-top: -450px;
}

#index .programs_list ul.programs_top {
    display: flex;
}

#index .programs_list ul.programs_top>li {
    width: 320px;
    overflow: hidden;
    position: relative;
    height: 520px;
    border-radius: 24px;
    margin-right: 25px;
    padding: 50px 0;
    box-sizing: border-box;
}

#index .programs_list ul.programs_top>li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #2E3033 0%, rgba(46, 48, 51, 0) 73.37%);
}

#index .programs_list ul.programs_top>li a {
    color: #fff;
}

#index .programs_list ul.programs_top>li:last-of-type {
    margin: 0;
}

#index .programs_list ul.programs_top>li.action {
    width: 967px;
}

#index .programs_list ul.programs_top>li.action::after {
    background: linear-gradient(90deg, #0044A2 12.54%, rgba(0, 68, 162, 0) 85.06%);
}

#index .programs_list ul.programs_top>li img {
    width: 967px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#index .programs_list ul.programs_top>li .title_describe {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#index .programs_list ul.programs_top>li.action .title_describe {
    position: relative;
    bottom: auto;
    padding: 0 48px;
}

#index .programs_list ul.programs_top>li h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;
    position: relative;
}

#index .programs_list ul.programs_top>li .num_describe {
    display: none;
}

#index .programs_list ul.programs_top>li.action .num_describe {
    display: block;
}

#index .programs_list ul.programs_top>li.action h3::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: -8px;
}

#index .programs_list ul.programs_top ol {
    display: flex;
    margin-top: 160px;
}

#index .programs_list ul.programs_top ol li {
    margin-right: 50px;
}

#index .programs_list ul.programs_top ol li .num {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

#index .programs_list ul.programs_top ol li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

#index .programs_list ul.programs_top>li .describe {
    width: 516px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index .programs_list dl.programs_bottom {
    display: flex;
    flex-wrap: wrap;
}

#index .programs_list dl.programs_bottom h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index .programs_list dl.programs_bottom p {
    font-size: 14px;
    line-height: 18px;
    color: #8A9099;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#index .programs_list dl.programs_bottom a {
    font-size: 16px;
    line-height: 20px;
    color: #0044A2;
    /* margin-top: 15px; */
    display: block;
}

#index .programs_list dl.programs_bottom .title_describe {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

#index .programs_list dl.programs_bottom dt {
    width: 484px;
    height: 852px;
    margin: 25px 25px 0 0;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
}

#index .programs_list dl.programs_bottom dt .title_describe {
    padding: 88px 65px 34px;
}

#index .programs_list dl.programs_bottom dd {
    margin: 0 auto;
    width: 1217px;
}

#index .programs_list dl.programs_bottom ul {
    display: flex;
    flex-wrap: wrap;
}

#index .programs_list dl.programs_bottom li {
    width: 389px;
    border-radius: 24px;
    margin: 25px 25px 0 0;
    overflow: hidden;
}

#index .programs_list dl.programs_bottom li:nth-of-type(3n) {
    margin-right: 0;
}

#index .programs_list dl.programs_bottom li .title_describe {
    padding: 21px 25px;
    height: 194px;
}

#index .programs_list dl.programs_bottom li .title_describe a {
    /* position: absolute; */
    bottom: 21px;
}

#index .programs_list #index_more {
    margin-top: 50px;
}


/* -------------index-about us------------- */

#index .about_us {
    margin-top: 70px;
    position: relative;
}

#index .about_us::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg_about_us1.png) no-repeat calc((100vw - 1312px) / 2 + 165px) top;
    z-index: 1;
}

#index .about_us::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 960px;
    background: url(../images/bg/bg_about_us2.png) no-repeat center top #0044A2;
    background-size: contain;
    z-index: 0;
    top: 0;
}

#index .about_us .zm_wrap {
    position: relative;
    padding-top: 562px;
    z-index: 2;
    background: url(../images/bg/bg_about_us3.png) no-repeat center 370px;
    background-size: 100%;
}

#index .about_us .about_us_top {
    display: flex;
    position: absolute;
    top: 105px;
    color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
}

#index .about_us .about_us_top h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

#index .about_us .about_us_top h3::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 4px;
    background-color: #fff;
    left: 0;
    top: -14px;
}

#index .about_us .about_us_top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 13px;
    color: #B8C0CC;
}

#index .about_us .about_us_top div:first-of-type {
    width: 443px;
    margin-right: 35px;
}

#index .about_us .about_us_top div:last-of-type {
    width: 740px;
}

#index .about_us .about_us_top div:last-of-type {
    width: 714px;
}

#index .about_us .members_container {
    padding: 10px 60px 50px;
    background-color: #fff;
    border-radius: 24px;
}

#index .about_us .members_container .member_items_container {
    margin-top: 40px;
    height: 100px;
    overflow: hidden;
    position: relative;
}


/* members滚动动画 */

@keyframes membersScrollLeft {
    0% {
        left: 0;
    }

    100% {
        left: -200px;
    }
}

@keyframes membersScrollRight {
    0% {
        right: 0;
    }

    100% {
        right: -200px;
    }
}

#index .about_us .members_container .member_items_container .member_items {
    position: absolute;
    width: 1392px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#index .about_us .members_container .member_items_container:nth-child(odd) .member_items {
    animation: membersScrollLeft 8s ease-out 0s infinite alternate;
}

#index .about_us .members_container .member_items_container:nth-child(even) .member_items {
    animation: membersScrollRight 8s linear 0s infinite alternate;
}

#index .about_us .members_container img {
    width: auto;
    max-height: 100%;
}


/* -------------index-news events------------- */

#index .news_events {
    margin-top: 60px;
}

#index .news_events .title {
    text-align: center;
}

#index .news_events .title h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #2E3033;
}

#index .news_events .title h3::after {
    content: '';
    position: absolute;
    width: 124px;
    height: 4px;
    background-color: #0044A2;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

#index .news_events ul {
    margin-top: 62px;
    display: flex;
}

#index .news_events li {
    width: 421px;
    margin-right: 23px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
}

#index .news_events li:last-of-type {
    margin-right: 0;
}

#index .news_events .title_describe {
    padding: 30px 26px;
}

#index .news_events .title_describe h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #2E3033;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

#index .news_events .title_describe .desc {
    margin-top: 25px;
    line-height: 18px;
    color: #8A9099;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#index .news_events #index_more {
    margin-top: 40px;
}


/* -------------index-opinions------------- */

#index .opinions {
    margin-top: 50px;
    padding: 0px 0px 280px 0px;
    position: relative;
    background: url(../images/bg/bg_opinions1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#index .opinions::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 270px;
    border-width: 255px 100vw 0 0;
    border-style: solid;
    border-color: transparent rgba(0, 107, 255, 0.7) transparent transparent;
}

#index .opinions::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    background-color: rgba(0, 107, 255, 0.7);
    left: 0;
    bottom: 0;
}

#index .opinions .title {
    text-align: center;
}

#index .opinions .title h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

#index .opinions .title h3::after {
    content: '';
    position: absolute;
    width: 124px;
    height: 4px;
    background-color: #0044A2;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

#index .opinions .opinions_content {
    margin-top: 70px;
}

#index .opinions .swiper_content {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

#index .opinions .swiper-num {
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#index .opinions .swiper-num li {
    font-size: 16px;
    line-height: 20px;
}

#index .opinions .swiper-num .current {
    color: #2E3033;
}

#index .opinions .swiper-num .link {
    width: 160px;
    height: 1px;
    background-color: #8A9099;
}

#index .opinions .swiper-num .sum {
    color: #8A9099;
}

#index .opinions .swiper {
    width: 560px;
}

#index .opinions .swiper-slide {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #2E3033;
}

#index .opinions .swiper-slide img {
    width: 74px;
    margin-right: 15px;
}

#index .opinions .title_paging {
    position: relative;
    width: 225px;
}

#index .opinions .swiper-title {
    color: #2E3033;
}

#index .opinions .swiper-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #2E3033;
}

#index .opinions .swiper-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8A9099;
    margin-top: 5px;
}

#index .opinions .swiper-pagination {
    position: static;
    margin: 38px 0px 0px 0px;
    display: flex;
    align-items: center;
}

#index .opinions .swiper-pagination .swiper-pagination-bullet {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    margin-right: 35px;
    background-color: #2E3033;
}

#index .opinions .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}

#index .opinions .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    opacity: 1;
}

#index .opinions .empowered {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
    margin-top: 30px;
    color: #fff;
}

#index .opinions .empowered .character {
    text-align: right;
    margin-top: 135px;
}

#index .opinions .empowered p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

#index .opinions .empowered h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
}

#index .opinions .empowered #index_more {
    text-align: left;
    margin-top: 20px;
}

#index .opinions .empowered .img_parent {
    width: 276px;
}


/* -------------index-footer------------- */

#index #zm_footer {
    position: absolute;
    bottom: 55px;
    width: 100%;
}

#index+footer #zm_footer {
    position: absolute;
    bottom: 55px;
    width: 100%;
}


/* -------------机器人对话框 开始------------- */

.layui-layer.layer_robot {
    border-radius: 24px;
}


/* 关闭按钮 */

.layui-layer.layer_robot .layui-layer-setwin {
    right: 24px;
    top: 36px;
}

.layui-layer.layer_robot .layui-layer-setwin a {
    margin: 0;
    width: 20px;
    height: 20px;
    background: url("../images/robot/icon_close.png") no-repeat;
    background-size: 20px 20px;
}

.layui-layer.layer_robot .layui-layer-title {
    height: auto;
    padding: 18px 50px 18px 24px;
    background: #0044A2;
    border-radius: 24px 24px 0px 0px;
    border: none;
    font-family: Mulish;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.layui-layer.layer_robot .layui-layer-title .robot_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layui-layer.layer_robot .layui-layer-title .robot_info .robot_img {
    flex-shrink: 0;
    margin-right: 20px;
}

.layui-layer.layer_robot .layui-layer-title .robot_info .robot_img img {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
}

.layui-layer.layer_robot .layui-layer-title .robot_info .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.layui-layer.layer_robot .layui-layer-title .robot_info .status {
    margin-top: 4px;
}

.layui-layer.layer_robot .layui-layer-title .robot_info .status::before {
    content: '';
    display: inline-block;
    margin: 2px 8px 0px 0px;
    width: 16px;
    height: 16px;
    background: #33FF91;
    border-radius: 50%;
    vertical-align: top;
}

.layui-layer.layer_robot .layui-layer-content {
    border-radius: 0px 0px 24px 24px;
    position: relative;
}


/* 聊天内容区域 */

.layui-layer.layer_robot .layui-layer-content .chat_container {
    height: calc(100% - 80px);
    box-sizing: border-box;
    padding: 24px 18px 0px 24px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}


/* 滚动条样式 */

.layui-layer.layer_robot .layui-layer-content .chat_container::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.layui-layer.layer_robot .layui-layer-content .chat_container::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #999;
}

.layui-layer.layer_robot .layui-layer-content .chat_container::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EDEDED;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 16px 0px;
    max-width: 405px;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item.right {
    align-self: flex-end;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item .chat_item_avatar {
    margin-right: 16px;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item .chat_item_avatar img {
    width: 48px;
    height: 48px;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item .talk {
    padding: 12px 16px 12px 16px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    word-break: break-all;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item.left .talk {
    margin-top: 10px;
    border-radius: 2px 16px 16px 16px;
    background: #EBEDF0;
    color: #8A9099;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item.right .talk {
    border-radius: 16px 2px 16px 16px;
    background: #006BFF;
    color: #fff;
}


/* AI回答内容样式 */

.layui-layer.layer_robot .talk p {
    margin: 0 0 1em;
}

.layui-layer.layer_robot .talk p:last-child {
    margin: 0;
}

.layui-layer.layer_robot .talk pre {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 1em;
    overflow-x: auto;
    white-space: pre-wrap;
}

.layui-layer.layer_robot .talk code {
    overflow-x: auto;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
}

.layui-layer.layer_robot .talk img {
    max-width: 60%;
}

.layui-layer.layer_robot .talk blockquote {
    border-left: 4px solid #ccc;
    margin-left: 0;
    padding-left: 1em;
}

.layui-layer.layer_robot .talk h1,
.layui-layer.layer_robot .talk h2,
.layui-layer.layer_robot .talk h3,
.layui-layer.layer_robot .talk h4,
.layui-layer.layer_robot .talk h5,
.layui-layer.layer_robot .talk h6 {
    margin: 1em 0;
}

.layui-layer.layer_robot .talk h1 {
    font-size: 2em;
}

.layui-layer.layer_robot .talk h2 {
    font-size: 1.75em;
}

.layui-layer.layer_robot .talk h3 {
    font-size: 1.5em;
}

.layui-layer.layer_robot .talk h4 {
    font-size: 1.25em;
}

.layui-layer.layer_robot .talk h5 {
    font-size: 1em;
}

.layui-layer.layer_robot .talk h6 {
    font-size: 0.875em;
}

.layui-layer.layer_robot .talk ul,
.layui-layer.layer_robot .talk ol {
    padding-left: 2em;
    margin: 1em 0;
}

.layui-layer.layer_robot .talk li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.layui-layer.layer_robot .talk a {
    color: #007bff;
    text-decoration: none;
}

.layui-layer.layer_robot .talk a:hover {
    text-decoration: underline;
}

.layui-layer.layer_robot .talk strong {
    font-weight: bold;
}

.layui-layer.layer_robot .talk em {
    font-style: italic;
}

.layui-layer.layer_robot .talk del {
    text-decoration: line-through;
}

.layui-layer.layer_robot .talk u {
    text-decoration: underline;
}

.layui-layer.layer_robot .talk sup {
    font-size: 0.75em;
    vertical-align: super;
}

.layui-layer.layer_robot .talk sub {
    font-size: 0.75em;
    vertical-align: sub;
}

.layui-layer.layer_robot .talk table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

.layui-layer.layer_robot .talk th,
.layui-layer.layer_robot .talk td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 0.5em;
}

.layui-layer.layer_robot .talk th {
    background-color: #f2f2f2;
    font-weight: bold;
}


/* 聊天时间 */

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_time {
    margin: 28px 0px 16px 0px;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8A9099;
}


/* 回答中动画 */

@keyframes loading {
    0% {
        box-shadow: 10px 0 0 #D9D9D9, 30px 0 0 #BFBFBF, 50px 0 0 #A6A6A6;
    }

    33% {
        box-shadow: 10px 0 0 #A6A6A6, 30px 0 0 #D9D9D9, 50px 0 0 #BFBFBF;
    }

    66% {
        box-shadow: 10px 0 0 #BFBFBF, 30px 0 0 #A6A6A6, 50px 0 0 #D9D9D9;
    }

    100% {
        box-shadow: 10px 0 0 #D9D9D9, 30px 0 0 #BFBFBF, 50px 0 0 #A6A6A6;
    }
}

.layui-layer.layer_robot .loading:after {
    content: '';
    display: inline-block;
    margin-left: -10px;
    margin-top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
    animation: loading 2s linear infinite;
}

.layui-layer.layer_robot .layui-layer-content .chat_container .chat_item .talk .talk_content.loading {
    width: 50px;
}


/* 发送问题区域 */

.layui-layer.layer_robot .layui-layer-content .send_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px 16px 24px;
    box-shadow: 0px -2px 24px 0px #0044A233;
    display: flex;
    flex-direction: row;
}

.layui-layer.layer_robot .layui-layer-content .send_container input {
    flex: 1;
    height: 48px;
    border: none;
    font-family: Mulish;
    font-size: 20px;
    line-height: 25px;
    color: #8A9099;
}

.layui-layer.layer_robot .layui-layer-content .send_container input::-webkit-input-placeholder,
.layui-layer.layer_robot .layui-layer-content .send_container input::-moz-placeholder,
.layui-layer.layer_robot .layui-layer-content .send_container input::-ms-input-placeholder,
.layui-layer.layer_robot .layui-layer-content .send_container input::placeholder {
    color: #8A9099;
}

.layui-layer.layer_robot .layui-layer-content .send_container img {
    flex-shrink: 0;
    margin-left: 16px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}


/* -------------机器人对话框 结束------------- */


/* -------------news------------- */

#news #zm_footer,
#events #zm_footer {
    position: relative;
}

#news .news_content {
    margin: 0px 0px 100px 0px;
}

#news .news_content .data_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

#news .news_content .data_wrap .data_list {
    width: 421px;
    height: 474px;
    border-radius: 16px;
    margin-right: 24px;
    margin-bottom: 32px;
    background-color: #fff;
    overflow: hidden;
}

#news .news_content .data_wrap .data_list .img {
    width: 100%;
    height: 265px;
}

#news .news_content .data_wrap .data_list .img img {
    width: 100%;
    height: 265px;
}

#news .news_content .data_wrap .data_list .cont {
    padding: 24px 24px 0;
}

#news .news_content .data_wrap .data_list .cont .date {
    font-size: 12px;
    line-height: 15px;
    color: #8A9099;
}

#news .news_content .data_wrap .data_list .cont .title {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    color: #2e3033;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    font-weight: 700;
}

#news .news_content .data_wrap .data_list .cont .desc {
    width: 100%;
    margin-top: 20px;
    line-height: 18px;
    color: #8a9099;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#news .news_content .data_wrap .data_list:nth-child(3n) {
    margin-right: 0;
}

/* -------------events------------- */
#events .filter {
    margin: 70px 0px 0px 0px;
}

#events .filter ul {
    display: flex;
    flex-direction: row;
}

#events .filter ul.month {
    margin-top: 10px;
}

#events .filter ul li {
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-right-width: 0;
    background: #FFFFFF;
}

#events .filter ul li:last-child {
    border-right-width: 1px;
}

#events .filter ul li.active {
    border-color: #0044A2;
    background: #0044A2;
}

#events .filter ul li.disabled {
    border-color: #D9D9D9;
    background: #F8F8F8;
}

#events .filter ul li a {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
    color: #8A9099;
}

#events .filter ul li.active a {
    color: #fff;
}

#events .filter ul li.disabled a {
    color: #D9D9D9;
    cursor: no-drop;
}

#events .filter ul.year li a {
    padding-left: 42px;
    padding-right: 42px;
}

#events .filter ul.month li a {
    padding-left: 14px;
    padding-right: 14px;
}

#events .filter ul li.all a {
    padding-left: 17px;
    padding-right: 17px;
}

/* 数据列表 */
#events .data_list {
    margin: 40px 0px 84px 0px;
}

#events ul.data_list li:hover {
    background: #fff;
}

#events .data_list a {
    height: 230px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

#events .data_list a .date {
    flex-shrink: 0;
    padding: 20px 40px 0px 56px;
}

#events .data_list a .date .day {
    font-size: 18px;
    line-height: 28px;
    color: #8A9099;
}

#events .data_list a .date .month {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #2E3033;
}

#events .data_list a .date .date_num {
    font-weight: 300;
    font-size: 100px;
    line-height: 94px;
    color: #0044A2;
}

#events .data_list a .title {
    flex: 1;
    padding: 20px 26px 0px 0px;
}

#events .data_list a .title p {
    max-height: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

#events .data_list a .img_desc {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
}

#events ul.data_list li:nth-child(even) a .img_desc {
    flex-direction: row-reverse;
}

#events .data_list a .img_desc .img {
    width: 360px;
    background: #D9D9D9;
}

#events .data_list a .img_desc .img img {
    width: 100%;
    height: 100%;
}

#events .data_list a .img_desc .desc {
    width: 360px;
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
}

#events .data_list a .img_desc .desc p {
    max-height: 182px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 16px;
    line-height: 26px;
    color: #2E3033;
}

/* -------------news_details------------- */

#news_details,
#events_details {
    padding-top: 120px;
}

#news_details #zm_header,
#events_details #zm_header {
    background-color: #fff;
}

#news_details .tags,
#members_details .tags,
#events_details .tags {
    padding-top: 10px;
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

#news_details .tags::before,
#members_details .tags::before,
#events_details .tags::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 56px;
    height: 4px;
    background-color: #0044a2;
}

#news_details .content,
#events_details .content {
    width: 100%;
}

#news_details .content .page_top,
#events_details .content .page_top {
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}

#news_details .content .page_top .page_top_wrap,
#events_details .content .page_top .page_top_wrap {
    width: 1312px;
    margin: 0 auto;
}

#news_details .content .page_top .page_top_wrap .crumbs,
#events_details .content .page_top .page_top_wrap .crumbs {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #6b7280;
}

#news_details .content .page_top .page_top_wrap .crumbs .symbol,
#events_details .content .page_top .page_top_wrap .crumbs .symbol {
    margin: 0 6px;
}

#news_details .content .page_top .page_top_wrap .crumbs a,
#events_details .content .page_top .page_top_wrap .crumbs a {
    color: #6b7280;
}

#news_details .content .page_top .page_top_wrap .info_wrap,
#events_details .content .page_top .page_top_wrap .info_wrap {
    margin-top: 25px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .banner,
#events_details .content .page_top .page_top_wrap .info_wrap .banner {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
}

#news_details .content .page_top .page_top_wrap .info_wrap .title,
#events_details .content .page_top .page_top_wrap .info_wrap .title {
    width: 100%;
    font-size: 40px;
    color: #2e3033;
    font-weight: 700;
    line-height: 50px;
    margin-top: 25px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .title:first-letter,
#events_details .content .page_top .page_top_wrap .info_wrap .title:first-letter {
    font-size: 64px;
    font-weight: 900;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate {
    margin-left: 16px;
    position: relative;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate .language {
    padding: 8px 15px 8px 39px;
    border-radius: 40px;
    border: 1px solid #E6E6E6;
    background: url("../images/icon/icon_language.png") no-repeat;
    background-size: 26px 26px;
    background-position: 7px center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #6B7280;
    cursor: pointer;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list {
    position: absolute;
    left: calc(100% + 23px);
    top: -15px;
    width: 450px;
    min-height: 39px;
    box-sizing: content-box;
    padding: 7px 29px 23px 29px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list.hide {
    display: none !important;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 27px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    transform: rotate(45deg);
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 15px;
    height: 30px;
    background: #fff;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list li {
    margin-top: 16px;
    width: 170px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list li:nth-child(3n) {
    width: 110px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list li span {
    font-family: Mulish;
    font-size: 18px;
    line-height: 23px;
    color: #6B7280;
    cursor: pointer;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list li.selected span {
    color: #0044A2;
}

#news_details .content .page_top .page_top_wrap .info_wrap .extra .translate ul.language_list li.english span {
    font-weight: 700;
    color: #231F20;
    cursor: pointer;
}

#news_details .content .page_top .page_top_wrap .info_wrap .date,
#events_details .content .page_top .page_top_wrap .info_wrap .date {
    font-size: 18px;
    color: #6b7280;
    line-height: 26px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .date .author,
#events_details .content .page_top .page_top_wrap .info_wrap .date .author {
    padding-left: 30px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap {
    display: flex;
    width: 100%;
    margin-top: 70px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list {
    margin-right: 130px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .text,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .text {
    margin-top: 18px;
    font-size: 18px;
    color: #2e3033;
    line-height: 26px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap {
    display: flex;
    margin-top: 12px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host {
    display: flex;
    align-items: center;
    margin-right: 48px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host .img,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host .img {
    width: 64px;
    height: 64px;
    margin-right: 12px;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host .txt,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host .txt {
    font-size: 18px;
    color: #111827;
}

#news_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host:last-child,
#events_details .content .page_top .page_top_wrap .info_wrap .tag_wrap .tag_list .host_wrap .host:last-child {
    margin-right: 0;
}

#news_details .content .rich_text,
#events_details .content .rich_text {
    width: 1312px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 27px;
    padding: 80px 0px 100px 0px;
    color: #2e3033;
    background-image: url('../images/bg/bg_detail_rich.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

#news_details .content .rich_text *{
    font-family: 'Mulish' !important;
    font-size: 18px !important;
}

#news_details .content .rich_text p {
    margin-top: 25px;
}

#news_details .content .rich_text p:first-child {
    margin-top: 0;
}

#news_details .content .rich_text img,
#events_details .content .rich_text img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto !important;
}

#news_details .content .rich_text .img_title {
    text-align: center;
}

#news_details .content .more_news,
#events_details .content .more_news {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
}

#news_details .content .more_news .more_wrap,
#events_details .content .more_news .more_wrap {
    width: 1312px;
    margin: 0 auto;
}

#news_details .content .more_news .more_wrap .news_wrap,
#events_details .content .more_news .more_wrap .news_wrap {
    display: flex;
    width: 100%;
    height: 138px;
    margin-top: 48px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list,
#events_details .content .more_news .more_wrap .news_wrap .news_list {
    display: flex;
    margin-right: 30px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list .img,
#events_details .content .more_news .more_wrap .news_wrap .news_list .img {
    width: 285px;
    height: 138px;
    margin-right: 30px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list .img img,
#events_details .content .more_news .more_wrap .news_wrap .news_list .img img {
    width: 100%;
    height: 138px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list .cont,
#events_details .content .more_news .more_wrap .news_wrap .news_list .cont {
    width: 330px;
    height: 138px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list .cont .title,
#events_details .content .more_news .more_wrap .news_wrap .news_list .cont .title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list .cont .date,
#events_details .content .more_news .more_wrap .news_wrap .news_list .cont .date {
    font-size: 16px;
    color: #8a9099;
    margin-top: 20px;
}

#news_details .content .more_news .more_wrap .news_wrap .news_list:last-child,
#events_details .content .more_news .more_wrap .news_wrap .news_list:last-child {
    margin-right: 0;
}


/* -------------members------------- */

.letter0 {
    letter-spacing: 0 !important;
}

#members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 30px;
}

#members .members_list {
    width: 312px;
    height: 220px;
    padding: 0 30px;
    margin: 0 20px 24px 0;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

#members .members_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#members .members_list .school_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-top: 34px;
    box-sizing: border-box;
    border: 1px dashed #d9d9d9;
}

#members .members_list .school_logo img {
    width: 80px;
}

#members .members_list .school_logo .w68 {
    width: 68px;
}

#members .members_list .logo100 {
    width: 100%;
}

#members .members_list .logo100 img {
    width: 168px;
}

#members .members_list .school_name {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
}

#members .members_list:nth-child(4n),
#members .members_list:last-child {
    margin-right: 0;
}

/* -------------members_details------------- */
#members_details #sub_content {
    margin-bottom: 80px;
}

#members_details .school_info {
    box-sizing: border-box;
    padding: 64px 0px 0px 97px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#members_details .school_info .school_logo {
    flex-shrink: 0;
    width: 166px;
    margin-right: 55px;
}

#members_details .school_info .info {
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    color: #2e3033;
}

#members_details .school_intro_wrap {
    margin-top: 107px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#members_details .school_intro_wrap .left_wrap {
    width: 660px;
}

#members_details .school_intro_wrap .right_wrap {
    width: 492px;
}

#members_details .school_intro_wrap .url_wrap .url_list {
    margin-top: 32px;
    height: 66px;
    display: flex;
}

#members_details .school_intro_wrap .url_wrap .url_list .icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    margin-right: 20px;
    background-color: #0044a2;
}

#members_details .school_intro_wrap .url_wrap .url_list .icon_wrap .icon {
    width: 40px;
    height: 40px;
}

#members_details .school_intro_wrap .url_wrap .url_list .cont {
    flex: 1;
    overflow: hidden;
}

#members_details .school_intro_wrap .url_wrap .url_list .cont .tag {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

#members_details .school_intro_wrap .url_wrap .url_list .cont .url {
    padding-top: 8px;
    font-size: 20px;
    line-height: 25px;
    color: #2e3033;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#members_details .school_intro_wrap .campus {
    margin-top: 32px;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#members_details .school_intro_wrap .campus .banner {
    width: 614px;
    height: 300px;
}

#members_details .school_intro_wrap .campus .campus_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 300px;
    padding-top: 40px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #0044A2 31.25%, rgba(0, 68, 162, 0) 189.66%);
}

#members_details .school_intro_wrap .campus .campus_cont .num {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
}

#members_details .school_intro_wrap .campus .campus_cont .txt {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

#members_details .school_intro_wrap .campus .campus_cont .mt32 {
    margin-top: 32px;
}

#members_details .school_intro_wrap .campus .campus_cont .more_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 164px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    padding: 0 10px 0 20px;
    border: 1px solid #fff;
    border-radius: 22px;
    box-sizing: border-box;
    cursor: pointer;
}

#members_details .school_intro_wrap .campus .campus_cont .more_btn .icon {
    width: 24px;
    height: 24px;
}

/* Case Studies */
#members_details .case {
    margin: 56px 0px 0px 0px;
}

#members_details .case .case_list {
    padding-top: 8px;
}

#members_details .case ul.case_list li {
    margin-top: 40px;
    height: 260px;
    position: relative;
}

#members_details .case ul.case_list li .img_text {
    position: absolute;
    left: calc(50% - 624px);
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
}

#members_details .case ul.case_list li:nth-child(even) .img_text {
    left: calc(50% - 544px);
}

#members_details .case .case_list .img_text .img_wrap {
    position: absolute;
    left: -32px;
    top: -16px;
    width: 438px;
    height: 252px;
}

#members_details .case .case_list .img_text .img_wrap img {
    height: 100%;
}

#members_details .case .case_list .img_text .img_wrap span {
    position: absolute;
    left: 340px;
    top: 128px;
    width: 180px;
    height: 36px;
    background: #0044A2;
    box-sizing: border-box;
    padding: 0px 6px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#members_details .case .case_list .img_text .text_wrap {
    height: 100%;
    box-sizing: border-box;
    padding: 32px 64px 30px 524px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#members_details .case .case_list .img_text .text_wrap .title {
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#members_details .case .case_list .img_text .text_wrap .profile {
    margin-top: 16px;
    max-height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    line-height: 26px;
    color: #2E3033;
}

#members_details .case .case_list .img_text .text_wrap .more {
    text-align: right;
}

#members_details .case .case_list .img_text .text_wrap .more .btn_more {
    padding-right: 100px;
}

/* news */
#members_details .news_wrap {
    margin-top: 80px;
}

#members_details .news_wrap .news_cont {
    display: flex;
    width: 100%;
    margin-top: 27px;
}

#members_details .news_wrap .news_cont .news_list {
    width: 320px;
    margin-right: 26px;
}

#members_details .news_wrap .news_cont .news_list .news_img {
    width: 100%;
    height: 200px;
    background-color: #d9d9d9;
}

#members_details .news_wrap .news_cont .news_list .title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#members_details .news_wrap .news_cont .news_list .desc {
    font-size: 16px;
    color: #2e3033;
    margin-top: 10px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#members_details .news_wrap .news_cont .news_list .date {
    font-size: 16px;
    color: #8a9099;
    line-height: 26px;
}

#members_details .news_wrap .news_cont .news_list:nth-child(4n) {
    margin-right: 0;
}


/* -------------contact------------- */

#contact .form_parent {
    padding-top: 30px;
}

#contact .form_parent label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 35px 0 15px;
}

#contact .form_parent .form_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contact .form_parent .form_top div {
    width: 637px;
}

#contact .form_parent .form_top input {
    display: block;
    width: 100%;
    line-height: 72px;
    border: 1px solid #D9D9D9;
    padding: 0 35px;
    box-sizing: border-box;
    font-family: Mulish;
    font-size: 19px;
    font-weight: 600;
}

#contact .form_parent ::placeholder {
    color: #999;
}

#contact .form_parent .form_bottom textarea {
    border: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px 35px;
    box-sizing: border-box;
    font-family: Mulish;
    font-size: 19px;
    font-weight: 600;
    height: 187px;
}

#contact .form_parent button {
    margin-top: 40px;
    font-size: 19px;
    font-weight: 600;
    line-height: 65px;
    width: 280px;
    color: #0044A2;
    border: 1px solid #0044A2;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
}

#contact dl {
    display: flex;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    margin-top: 60px;
    padding: 50px 0 40px;
    flex-wrap: wrap;
}

#contact dl img {
    width: 24px;
    margin-right: 10px;
}

#contact dl dt {
    width: 345px;
    position: relative;
}

#contact dl dt::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 86px;
    background-color: rgba(151, 151, 151, 0.25);
    top: 50%;
    transform: translateY(-50%);
}

#contact dl dt h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

#contact dl dt a {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-top: 13px;
}

#contact dl dd {
    width: 225px;
    margin-left: 95px;
}

#contact dl dd h5 {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

#contact dl dd p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    margin-top: 25px;
}

#contact .map {
    margin-top: 40px;
}


/* -------------resources页面 开始------------- */
/* books */
#resources .books .list {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

#resources .books ul.list li {
    flex-shrink: 0;
    margin-right: 40px;
    width: 260px;
}

#resources .books ul.list li a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#resources .books ul.list li .img_wrap {
    flex-shrink: 0;
    height: 390px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 68, 162, 0.2);
}

#resources .books ul.list li .img_wrap img {
    height: 100%;
}

#resources .books ul.list li .text_wrap {
    flex: 1;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#resources .books ul.list li .text_wrap .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}

#resources .books ul.list li .text_wrap .author {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #2E3033;
}

#resources .more {
    margin-top: 40px;
    text-align: center;
}

/* Case Studies */
#resources .cases {
    margin-top: 60px;
}

#resources .cases ul.cases_grids {
    padding-top: 3px;
}

#resources .cases ul.cases_grids li {
    margin: 29px 29px 0px 0px;
    width: 418px;
}

#resources .cases ul.cases_grids li .img_wrap {
    height: 240px;
}

#resources .cases ul.cases_grids li .text_wrap {
    padding: 24px;
}

#resources .cases ul.cases_grids li .text_wrap .types {
    padding-top: 16px;
}

/* tools */
#resources .tools {
    margin: 80px 0px 96px 0px;
}

#resources .tools .tools_list {
    margin-top: 2px;
    margin-left: -28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#resources .tools .tools_list li {
    margin: 28px 0px 0px 28px;
    box-sizing: border-box;
    width: 240px;
    height: 158px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#resources .tools .tools_list li .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#resources .tools .tools_list li .logo img {
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
}

#resources .tools .tools_list li .logo span {
    font-family: Mulish;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
}

#resources .tools .tools_list li .logo span.rows {
    display: flex;
    flex-direction: column;
}

#resources .tools .tools_list li .logo img+span {
    margin-left: 10px;
}

#resources .tools .tools_list li .get {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    justify-content: center;
    background: #0044A2;
    text-align: center;
    font-family: Mulish;
    color: #fff;
}

#resources .tools .tools_list li:hover .get {
    display: flex;
}

#resources .tools .tools_list li .get .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    cursor: default;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#resources .tools .tools_list li .get .link {
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#resources .tools .tools_list li .get .link a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#resources .tools .tools_list li .get .btn_go {
    display: inline-block;
    margin-top: 16px;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 50px 0px 20px;
    border: 1px solid #B8C0CC;
    border-radius: 22px;
    background: transparent url("../images/icon/icon_go.png") no-repeat;
    background-position: calc(100% - 11px) center;
    background-size: 24px 24px;
    font-size: 16px;
    line-height: 42px;
    color: #B8C0CC;
    text-align: left;
    cursor: pointer;
}

/* -------------resources页面 结束------------- */

/* -------------cases页面 开始------------- */
#cases .crumbs,
#books .crumbs {
    padding: 40px 0px 28px 0px;
}

#cases .page_title,
#books .page_title {
    font-weight: 700;
    font-size: 40px;
    color: #2E3033;
}

#cases .page_title::first-letter,
#books .page_title::first-letter {
    font-weight: 900;
    font-size: 64px;
}

#cases .search_result,
#books .search_result {
    padding-top: 34px;
    padding-bottom: 80px;
}

#cases .type_filter .type_item {
    display: inline-block;
    margin-top: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 9px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #8A9099;
    cursor: pointer;
}

#cases .type_filter .type_item:last-child {
    margin-right: 0;
}

#cases .type_filter .type_item.selected {
    border-color: #8A9099;
    background: #8A9099;
    color: #fff;
    cursor: default;
}

#cases .type_filter .type_item>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#cases .type_filter .type_item i {
    display: none;
    flex-shrink: 0;
    margin-left: 8px;
    width: 10px;
    height: 10px;
    background: url("../images/icon/icon_cancel.png") no-repeat left top / 100% 100%;
    cursor: pointer;
}

#cases .type_filter .type_item.selected i {
    display: inline-block;
}

#cases ul.cases_grids {
    padding-top: 42px;
}

#cases ul.cases_grids li {
    margin: 24px 24px 0px 0px;
    width: 303px;
}

#cases ul.cases_grids li .img_wrap {
    height: 174px;
}

#cases ul.cases_grids li .text_wrap {
    padding: 22px 18px 18px 18px;
}

/* -------------cases页面 结束------------- */

/* -------------books页面 开始------------- */
#books ul.books_grids {
    padding-top: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#books ul.books_grids li {
    margin: 32px 32px 0px 0px;
    width: 463px;
    box-sizing: border-box;
    padding: 24px 24px 25px 18px;
    background: #fff;
    display: flex;
    flex-direction: row;
}

#books ul.books_grids li:nth-child(2n) {
    margin-right: 0;
}

#books ul.books_grids li .img_wrap {
    flex-shrink: 0;
    width: 130px;
    height: 196px;
    box-shadow: 0px 4px 16px 0px rgba(0, 68, 162, 0.2);
}

#books ul.books_grids li .img_wrap img {
    height: 100%;
}

#books ul.books_grids li .text_wrap {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#books ul.books_grids li .text_wrap .author {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 26px;
    color: #2E3033;
}

#books ul.books_grids li .text_wrap .name {
    margin-top: 10px;
    max-height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

#books .common_pages {
    margin-top: 96px;
}

/* -------------books页面 结束------------- */

/* ------------- cases_details页面 开始 ------------- */
#cases_details .case_types {
    padding-top: 28px;
    text-align: center;
    font-size: 0;
}

#cases_details .case_types .case_type {
    display: inline-block;
    margin-top: 12px;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 6px 10px;
    background: #E2EAF6;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3033;
}

#cases_details .case_types .case_type:last-child {
    margin-right: 0;
}

#cases_details .more_cases {
    box-sizing: border-box;
    padding: 54px 0px 68px 0px;
    background-color: #fff;
}

#cases_details .more_cases ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#cases_details .more_cases ul li {
    margin: 32px 36px 0px 0px;
    width: 638px;
    height: 138px;
}

#cases_details .more_cases ul li:nth-child(2n) {
    margin-right: 0;
}

#cases_details .more_cases ul li a {
    height: 100%;
    display: flex;
    flex-direction: row;
}

#cases_details .more_cases ul li .img_wrap {
    flex-shrink: 0;
    width: 240px;
}

#cases_details .more_cases ul li .img_wrap img {
    height: 100%;
}

#cases_details .more_cases ul li .text_wrap {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cases_details .more_cases ul li .text_wrap .title {
    max-height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

#cases_details .more_cases ul li .text_wrap .university {
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 20px;
    color: #8A9099;
}

/* ------------- cases_details页面 结束 ------------- */

/* ------------- books_details页面 开始 ------------- */
#books_details .page_top .extra .btn_download {
    margin-left: 16px;
    padding-right: 57px;
}

#books_details .article .rich_text p {
    margin-top: 0;
}

#books_details .studies {
    box-sizing: border-box;
    padding: 54px 0px 80px 0px;
    background: #001D89;
}

#books_details .studies_tab {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
}

#books_details .studies_tab .tab_content {
    flex-shrink: 0;
    width: 665px;
    height: 736px;
    position: relative;
}

#books_details .studies_tab .tab_content .tab_item {
    position: absolute;
    z-index: 1;
    left: 174px;
    top: 21px;
    width: 491px;
    height: 694px;
    background: #001D89;
}

#books_details .studies_tab .tab_content .tab_item.active {
    z-index: 2;
    left: 0;
    top: 0;
    width: 521px;
    height: 736px;
    box-shadow: 0px 4px 64px 0px #001D89;
}

#books_details .studies_tab .tab_content .tab_item img {
    height: 100%;
    opacity: 0.3;
}

#books_details .studies_tab .tab_content .tab_item.active img {
    opacity: 1;
}

#books_details .studies_tab .tab_title {
    margin-left: 93px;
}

#books_details .studies_tab .tab_title li {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    color: #fff;
    cursor: default;
}

#books_details .studies_tab .tab_title li:first-child {
    margin-top: 0;
}

#books_details .studies_tab .tab_title li .num {
    flex-shrink: 0;
    width: 28px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.4;
}

#books_details .studies_tab .tab_title li.active .num {
    opacity: 1;
}

#books_details .studies_tab .tab_title li .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    opacity: 0.4;
    cursor: pointer;
}

#books_details .studies_tab .tab_title li.active .title {
    opacity: 1;
}

#books_details .studies_tab .tab_title li .sub_title {
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.4;
    cursor: pointer;
}

#books_details .studies_tab .tab_title li .sub_title.active {
    opacity: 1;
}

/* ------------- books_details页面 结束 ------------- */

/* -------------login页面 开始------------- */
body.login {
    background-image: url("../images/bg/bg_login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#login .login_form {
    margin: 0 auto;
    padding: 48px 0px;
    width: 380px;
    font-family: Mulish;
    color: #fff;
}

#login .login_form .caption {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: default;
}

#login .login_form .form_item {
    margin-top: 28px;
}

#login .login_form .caption+.form_item {
    margin-top: 20px;
}

#login .login_form .form_item .form_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#login .login_form .form_item .form_label label {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    cursor: pointer;
}

#login .login_form .form_item .form_label .forgot {
    font-size: 16px;
    line-height: 20px;
    color: #B8C0CC;
    text-decoration: underline;
}

#login .login_form .form_item .form_input {
    margin-top: 8px;
}

#login .login_form .form_item .form_input input {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding: 0px 14px;
    border-radius: 12px;
    border: 2px solid #B8C0CC;
    background: transparent;
    font-family: Mulish;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}


/* 输入框自动填充样式 */

#login .login_form .form_item .form_input input:-webkit-autofill,
#login .login_form .form_item .form_input input:-webkit-autofill:hover,
#login .login_form .form_item .form_input input:-webkit-autofill:focus,
#login .login_form .form_item .form_input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 50000s ease-in-out 0s;
    background-color: transparent;
    background-image: none;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    font-size: 18px !important;
}

#login .login_form .form_item .form_input input:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}


/* 验证码表单项 */

#login .login_form .form_item.vercode .form_input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#login .login_form .form_item.vercode .form_input input {
    width: 260px;
}

#login .login_form .form_item.vercode .form_input .vercode_img {
    width: 90px;
}

#login .login_form .form_item.vercode .form_input .vercode_img .change {
    margin-top: 4px;
    cursor: pointer;
}

#login .login_form .form_item.vercode .form_input .vercode_img .change img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

#login .login_form .form_item.vercode .form_input .vercode_img .change span {
    margin-left: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #B8C0CC;
}

#login .login_form .form_btn {
    margin-top: 32px;
}

#login .login_form .form_btn .btn_login {
    width: 100%;
    height: 55px;
    border-radius: 40px;
    background: #fff;
    font-family: Mulish;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    color: #0044A2;
    text-align: center;
    cursor: pointer;
}

/* -------------login页面 结束------------- */


/* ------------- search_list ------------- */

#search_list .crumbs {
    padding: 36px 0 25px;
}

#search_list .search_result {
    display: flex;
    justify-content: space-between;
}

#search_list .search_result .search_result_l {
    width: 314px;
}

#search_list .search_result .search_result_l h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
    display: inline-block;
}

#search_list .search_result .search_result_l .search_box.mobile {
    display: none;
}

#search_list .search_result .search_result_l .section_title {
    margin-top: 40px;
}

#search_list .search_result .search_result_l dl {
    margin-top: 40px;
}

#search_list .search_result .search_result_l dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 18px;
}

#search_list .search_result .search_result_l .date dd {
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}

#search_list .search_result .search_result_l .date .form_box {
    display: flex;
    justify-content: space-between;
}

#search_list .search_result .search_result_l .date label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

#search_list .search_result .search_result_l .date .jeinpbox {
    width: 120px;
    height: 36px;
    overflow: hidden;
}

#search_list .search_result .search_result_l .date input {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

#search_list .search_result .search_result_l .date button {
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #0044A2;
    background: transparent;
    border-radius: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #0044A2;
    cursor: pointer;
}

#search_list .search_result .search_result_l .type dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#search_list .search_result .search_result_l .type dd p {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    align-items: center;
}

#search_list .search_result .search_result_l .type dd span {
    font-size: 18px;
    line-height: 20px;
    color: #6B7280;
}

#search_list .search_result .search_result_l .type dd input[type=checkbox] {
    margin-right: 14px;
}

#search_list .search_result .search_result_l .type dd label {
    cursor: pointer;
}

#search_list .search_result .search_result_r {
    width: 958px;
}

#search_list .search_result .search_box {
    display: flex;
    position: relative;
    height: 72px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    box-sizing: border-box;
}

#search_list .search_result .search_box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    border: 1px solid #D9D9D9;
    padding: 0 70px 0 62px;
    box-sizing: border-box;
    font-size: 20px;
}

#search_list .search_result .search_box img {
    position: relative;
    z-index: 10;
}

#search_list .search_result .search_box img.icon_search {
    width: 32px;
    height: 32px;
}

#search_list .search_result .search_box img.icon_clear {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#search_list .search_result .search_result_r p.results {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #6B7280;
    margin: 55px 0 20px;
}

#search_list .search_result .search_result_r li {
    margin-bottom: 40px;
}

#search_list .search_result .search_result_r li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search_list .search_result .search_result_r li .img_parent {
    width: 316px;
}

#search_list .search_result .search_result_r li .desc {
    width: 622px;
}

#search_list .search_result .search_result_r li h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

#search_list .search_result .search_result_r li p {
    font-size: 16px;
    line-height: 26px;
    color: #2E3033;
    margin: 10px 0 20px;
}

#search_list .search_result .search_result_r li time {
    font-size: 16px;
    line-height: 26px;
    color: #8A9099;
}