/* ---------- 首页-通用 ---------- */

#index .index_title {
    position: relative;
    margin-bottom: 60px;
}

#index .index_title::before {
    content: '';
    position: absolute;
    width: 218px;
    height: 2px;
    background: #070D13;
    left: 0;
    bottom: -30px;
}

#index .index_title h3 {
    font: 47px 'manrope_extrabold';
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    padding-top: 58px;
}

#index .index_title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #1557A1;
    line-height: 22px;
    bottom: -30px;
}


/* ---------- 首页 ---------- */

#index .banner_swiper {
    height: 620px;
}

#index .banner_swiper .swiper-slide {
    position: relative;
}

#index .banner_swiper .swiper-slide a {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#index .banner_swiper .swiper-pagination {
    bottom: 20px;
}

#index .banner_swiper .swiper-pagination-bullet-active {
    background-color: #fff;
    transform: scale(1.5);
}

#index .forum_overview {
    position: relative;
    overflow: hidden;
}

#index .forum_overview .forum_overview_main {
    min-width: 642px;
    max-width: 642px;
}

#index .forum_overview .forum_overview_main p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

#index .forum_overview .forum_overview_top .wrap_1200 {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

#index .forum_overview .forum_overview_top_right {
    height: inherit;
    position: relative;
    width: 512px;
    border-radius: 20px;
    overflow: hidden;
}

#index .forum_overview .forum_overview_top_right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg/bg_beijing_forum.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#index .forum_overview .forum_overview_main p:last-of-type {
    margin-bottom: 0;
}

#index .forum_overview .forum_overview_bottom {
    background: url(../images/bg/bg_forum_overview.png) no-repeat center;
    background-size: cover;
    margin-top: 55px;
}

#index .forum_overview .forum_overview_bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 38px 0;
}

#index .forum_overview .forum_overview_bottom ul li {
    text-align: center;
}

#index .forum_overview .forum_overview_bottom ul i {
    font: 48px 'manrope_extrabold';
    color: #000000;
    line-height: 52px;
    font-style: normal;
}

#index .forum_overview .forum_overview_bottom ul span {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    vertical-align: super;
}

#index .forum_overview .forum_overview_bottom ul p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 6px;
}

#index .forum_news {
    background-color: #F1F1F2;
    padding-bottom: 50px;
}

#index .forum_news .forum_news_swiper li {
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#index .forum_news .forum_news_swiper li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

#index .forum_news .forum_news_swiper li div {
    padding: 20px;
    box-sizing: border-box;
}

#index .forum_news .forum_news_swiper li p {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    height: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#index .forum_news .forum_news_swiper li time {
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    display: block;
    text-align: right;
    margin-top: 10px;
}
#index .forum_news .forum_news_swiper .swiper-slide-next {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#index .forum_news .forum_news_swiper .swiper-slide-next::after {
    display: none;
}

#index .forum_news .forum_news_swiper .swiper_button {
    width: 50px;
    height: 50px;
    top: 217px;
}

#index .forum_news .forum_news_swiper .swiper-button-next {
    background: url(../images/icon/icon_arrow1.png) no-repeat center;
    background-size: cover;
    right: 212px;
}

#index .forum_news .forum_news_swiper .swiper-button-prev {
    background: url(../images/icon/icon_arrow1.png) no-repeat center;
    background-size: cover;
    left: 212px;
    transform: rotate(180deg);
}

#index .historical_themes {
    background: url(../images/bg/bg_sub_banner.png) no-repeat center;
    background-size: cover;
    padding-bottom: 1px;
}

#index .historical_themes .index_title::before {
    background-color: #fff;
}

#index .historical_themes .index_title a,
#index .historical_themes .index_title h3 {
    color: #FFFFFF;
}

#index .historical_themes h4 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
}

#index .historical_themes .historical_themes_big_swiper,
#index .forum_reports .forum_reports_swiper {
    margin-top: 60px;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li,
#index .forum_reports .forum_reports_swiper .swiper-wrapper li {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li h5,
#index .forum_reports .forum_reports_swiper .swiper-wrapper li h5 {
    font: 22px 'manrope_extrabold';
    color: #000;
    line-height: 26px;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li a,
#index .forum_reports .forum_reports_swiper .swiper-wrapper li a {
    font: 18px 'manrope_extrabold';
    color: #1557A1;
    line-height: 21px;
    display: inline-block;
    margin: 20px 0 9px;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li p,
#index .forum_reports .forum_reports_swiper .swiper-wrapper li p {
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li.swiper-slide-active {
    background: #102650;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li.swiper-slide-active h5,
#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li.swiper-slide-active a {
    color: #FFFFFF;
}

#index .historical_themes .historical_themes_big_swiper .swiper-wrapper li.swiper-slide-active p {
    color: #D6D6D6;
}

#index .historical_themes .historical_themes_small_swiper .swiper_button,
#index .forum_reports .forum_reports_swiper .swiper_button {
    width: 50px;
    height: 50px;
    top: 0;
    margin: 0;
}

#index .historical_themes .historical_themes_small_swiper {
    height: 50px;
    margin: 45px auto 60px 0;
    position: relative;
}

#index .historical_themes .historical_themes_small_swiper ul {
    padding-top: 4px;
}

#index .historical_themes .historical_themes_small_swiper::after,
#index .forum_reports .forum_reports_swiper .swiper_operation::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#index .historical_themes .swiper-button-next {
    background: url(../images/icon/icon_arrow4.png) no-repeat center;
    background-size: cover;
    right: 0;
}

#index .historical_themes .swiper-button-prev {
    background: url(../images/icon/icon_arrow4.png) no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    left: 0;
}

#index .forum_reports .forum_reports_swiper .swiper_operation .swiper-pagination {
    top: 5px;
    height: 40px;
    text-align: left;
    width: calc(100% - 100px);
    left: 50px;
}

#index .historical_themes .historical_themes_small_swiper li {
    text-align: center;
}

#index .historical_themes .historical_themes_small_swiper li span {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 40px;
    width: 80px;
    cursor: pointer;
    color: #999999;
    font-size: 16px;
    background: #162442;
    opacity: 1;
    box-sizing: border-box;
}

#index .historical_themes .historical_themes_small_swiper .swiper-slide-active.swiper-slide-thumb-active span,
#index .historical_themes .historical_themes_small_swiper li.active span {
    background-color: #fff;
    color: #000;
}

#index .forum_reports .hd {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 10;
}

#index .forum_reports .hd ul {
    display: flex;
    justify-content: space-evenly;
}

#index .forum_reports .hd ul li {
    width: 80px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    background: #162442;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #000000;
    cursor: pointer;
}

#index .forum_reports .hd ul li.on {
    background-color: #000;
    color: #fff;
}

#index .forum_reports .forum_reports_swiper .swiper-wrapper li {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F2 100%);
    border-radius: 16px;
}

#index .forum_reports .forum_reports_swiper .swiper-wrapper li p {
    width: 200px;
}

#index .forum_reports .forum_reports_swiper .swiper-wrapper li a.download {
    position: absolute;
    width: 21px;
    right: 20px;
    bottom: 20px;
}

#index .forum_reports .forum_reports_swiper .swiper-button-next {
    background: url(../images/icon/icon_arrow3.png) no-repeat center;
    background-size: cover;
    right: 0;
}

#index .forum_reports .forum_reports_swiper .swiper-button-prev {
    background: url(../images/icon/icon_arrow3.png) no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    left: 0;
}

#index .forum_reports .forum_reports_swiper .swiper_operation {
    margin-top: 15px;
}

#index .forum_reports .forum_reports_swiper .swiper_operation li {
    background-color: #fff;
    border: 1px solid #000000;
}

#index .forum_reports .forum_reports_swiper .swiper_operation li.swiper-pagination-bullet-active {
    background-color: #000;
    color: #fff;
}

#index .forum_reports .forum_reports_swiper .swiper_operation {
    height: 50px;
    margin: 45px auto 60px 0;
    position: relative;
}

#index .forum_reports .forum_reports_swiper .swiper_operation::before {
    content: '';
    height: 1px;
    width: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #CCCCCC;
    z-index: -1;
}

#index .participants_guests {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F2 100%);
    padding-bottom: 45px;
}

#index .participants_guests .slideTxtBox {
    margin-top: 80px;
}

#index .participants_guests .hd {
    position: relative;
}

#index .participants_guests .hd ul {
    display: flex;
    justify-content: center;
}

#index .participants_guests .hd li {
    font-size: 18px;
    color: #000;
    line-height: 52px;
    width: 350px;
    border-radius: 26px;
    border: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

#index .participants_guests .hd li.on {
    color: #fff;
    background-color: #000;
}

#index .participants_guests .hd li:first-of-type {
    margin-right: 30px;
}

#index .participants_guests .bd .more {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    color: #1557A1;
    line-height: 22px;
    top: 15px;
    right: 0;
}

#index .participants_guests .bd ul {
    display: flex;
    flex-wrap: wrap;
}

#index .participants_guests .bd li {
    width: 285px;
    margin: 50px 20px 0 0;
}

#index .participants_guests .bd li:nth-of-type(4n) {
    margin-right: 0;
}

#index .participants_guests .bd li img {
    border-radius: 15px;
}

#index .participants_guests .bd li h5 {
    margin: 20px 0 10px;
    font: 22px 'manrope_extrabold';
    color: #000000;
    line-height: 26px;
}

#index .participants_guests .bd li p {
    width: 240px;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
}

#index .participants_guests .bd .swiper_operation {
    position: relative;
    height: 50px;
    width: 180px;
    margin: 50px auto 0;
}

#index .participants_guests .bd .swiper_operation .swiper_button {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
}

#index .participants_guests .bd .swiper_operation .swiper-button-next {
    background: url(../images/icon/icon_arrow1.png) no-repeat center;
    background-size: cover;
    right: 0;
}

#index .participants_guests .bd .swiper_operation .swiper-button-prev {
    background: url(../images/icon/icon_arrow1.png) no-repeat center;
    background-size: cover;
    left: 0;
    transform: rotate(180deg);
}

#index .opinions .index_title::before {
    background-color: #fff;
}

#index .opinions .index_title h3 {
    color: #FFFFFF;
}

#index .opinions {
    background-color: #264F9C;
    margin-top: 120px;
    box-sizing: border-box;
}

#index .opinions .wrap_1200 {
    height: 226px;
}

#index .opinions .opinions_main {
    width: 850px;
    height: 344px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#index .opinions .opinions_swiper {
    width: 730px;
    background: #336BD7;
    border-radius: 16px;
    height: 100%;
}

#index .opinions .swiper_button {
    width: 50px;
    height: 50px;
}

#index .opinions .swiper-button-next {
    background: url(../images/icon/icon_blog.png) no-repeat center transparent;
    background-size: cover;
    border: none;
    display: inline-block;
    right: 0;
}

#index .opinions .swiper-button-prev {
    background: url(../images/icon/icon_arrow6.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    transform: rotate(180deg);
    left: 0;
}

#index .opinions .opinions_swiper .swiper-wrapper li {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#index .opinions .opinions_swiper .swiper-wrapper li .img_parent {
    width: 210px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

#index .opinions .opinions_swiper .swiper-wrapper li .con_parent {
    width: 435px;
}

#index .opinions .opinions_swiper .swiper-wrapper li h5 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}

#index .opinions .opinions_swiper .swiper-wrapper li p {
    font-size: 14px;
    color: #F3F3F3;
    line-height: 22px;
    margin-top: 16px;
}

#index .opinions .opinions_swiper .swiper-pagination {
    right: 30px;
    width: max-content;
    position: absolute;
    left: auto;
    bottom: 30px;
}

#index .opinions .opinions_swiper .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin-right: 10px;
    opacity: 1;
}

#index .opinions .opinions_swiper .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

#index .introduction_video {
    background: #2A2A2A;
    background-size: cover;
    margin-top: 110px;
    padding-bottom: 49px;
}

#index .introduction_video .index_title::before {
    background-color: #fff;
}

#index .introduction_video .index_title a,
#index .introduction_video .index_title h3 {
    color: #FFFFFF;
}

#index .introduction_video .introduction_video_main .video {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#index .introduction_video .introduction_video_main .video .img_parent {
    cursor: pointer;
    position: relative;
}

#index .introduction_video .introduction_video_main .video .img_parent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#index .introduction_video .introduction_video_main .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

#index .introduction_video .introduction_video_main h5 {
    font: 22px 'manrope_extrabold';
    color: #FFFFFF;
    line-height: 26px;
    margin: 30px 0 14px;
}

#index .introduction_video .introduction_video_main p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}


/* ---------- people celebritie/people scholars ---------- */

#people .people_main {
    margin-top: 15px;
}

#people .people_main .people_list {
    display: flex;
    flex-wrap: wrap;
}

#people .people_main .people_list li {
    width: 285px;
    margin: 50px 20px 0 0;
}

#people .people_main .people_list li:nth-of-type(4n) {
    margin-right: 0;
}

#people .people_main .people_list li img {
    border-radius: 15px;
}

#people .people_main .people_list li h5 {
    margin: 20px 0 10px;
    font: 22px 'manrope_extrabold';
    color: #000000;
    line-height: 26px;
}

#people .people_main .people_list li p {
    width: 240px;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
}

#people .people_main #public_paging {
    margin: 56px 0 39px;
}


/* ---------- people scholars ---------- */

.people_scholars .screening {
    display: flex;
    align-items: center;
}

.people_scholars .screening dt {
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-right: 30px;
}

.people_scholars .screening dt::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 20px;
    background: #1557A1;
    border-radius: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.people_scholars .screening dd {
    width: 80px;
    height: 40px;
    background: #000000;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

.people_scholars .screening dd:last-of-type {
    margin: 0;
}


/* ---------- overseas forum/annual conferences list ---------- */

.public_data_download_list {
    margin-top: 30px;
}

.public_data_download_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.public_data_download_list li .time_detail {
    display: flex;
    align-items: center;
}

.public_data_download_list li time {
    width: 90px;
    height: 74px;
    background: #1557A1;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.public_data_download_list li span {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    display: block;
}

.public_data_download_list li .detail {
    width: 860px;
    margin-left: 20px;
}

.public_data_download_list li .detail a {
    font: 20px 'manrope_extrabold';
    color: #1557A1;
    line-height: 23px;
}

.public_data_download_list li .detail p {
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.public_data_download_list li .download a {
    display: block;
    padding: 8px 15px 8px 43px;
    border-radius: 23px;
    border: 1px solid #1557A1;
    color: #1557A1;
}

.public_data_download_list li .download a:hover {
    background: #1557A1;
    color: #FFFFFF;
}


/* ---------- annual conferences ---------- */

#annual_conferences .annual_conferences_main #public_paging {
    margin: 40px 0;
}


/* ---------- forum news list ---------- */

#forum_news_list .forum_news_list_main .list {
    margin-top: 40px;
}

#forum_news_list .forum_news_list_main .list li {
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

#forum_news_list .forum_news_list_main .list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#forum_news_list .forum_news_list_main .list li .img_parent {
    width: 166px;
}

#forum_news_list .forum_news_list_main .list li .detail {
    width: 971px;
}

#forum_news_list .forum_news_list_main .list li h5 {
    font: 16px 'manrope_extrabold';
    color: #353535;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#forum_news_list .forum_news_list_main .list li p {
    color: #999999;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#forum_news_list .forum_news_list_main #public_paging {
    margin: 40px 0;
}


/* ---------- about ---------- */

#about #public_sub_nav {
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 10px;
}

#about .about_main {
    padding-top: 50px;
    /* width: 1440px;height: 657px; */
    background: #F7F8FA;
}

#about .about_bg::after {
    content: '';
    display: block;
    position: absolute;
    width: 1440px;
    height: 392px;
    left: -121px;
    bottom: 0;
    z-index: 1;
    background: url('../images/bg/bg_about.png') center bottom no-repeat;
}

#about .about_main .about_article {
    position: relative;
    z-index: 2;
    /* font-family: ArialMT; */
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 35px;
}

#about .about_main .about_article p {
    margin-bottom: 35px;
}

#about .about_main .about_article p:last-child {
    margin-bottom: 0;
}

#about .about_main .about_title {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E5E5E5;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 45px;
    margin-bottom: 45px;
}

#about .about_main .about_table {
    margin-bottom: 50px;
}

#about .about_main .about_table ul {
    margin: 0 auto;
    display: flex;
    width: 656px;
    border: 1px solid #1557A1;
    border-radius: 32px;
    overflow: hidden;
}

#about .about_main .about_table ul li {
    width: 328px;
    height: 63px;
    background: #FFFFFF;
    /* font-family: ArialRoundedMTBold; */
    font-size: 20px;
    color: #000000;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
}

#about .about_main .about_table ul li.on {
    background: #1557A1;
    color: #FFFFFF;
}

#about .about_main .post_group {
    margin-bottom: 30px;
}

#about .about_main .post_group .post_name span {
    /* font-family: ArialMT; */
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-left: 9px;
}

#about .about_main .post_group .post_name a {
    /* font-family: Arial, Arial; */
    font-size: 18px;
    color: #1557A1;
    line-height: 20px;
}

#about .about_main .post_group .post_name .fix_width {
    width: 242px;
}

#about .about_main .post_group .post_card {
    margin: 20px 0 30px;
    padding: 0 20px;
    background: #FFFFFF;
    line-height: 21px;
    font-size: 18px;
}

#about .about_main .post_group .post_card ul li {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    padding: 20px 0;
}

#about .about_main .post_group .post_card ul li:last-child {
    border-bottom: none;
}

#about .about_main .post_group .post_card ul li .name {
    width: 343px;
}

#about .about_main .post_group .post_card ul li .jobs {
    width: 817px;
}

#about .about_main .post_group .post_card .name {
    /* font-family: Arial, Arial; */
    color: #000000;
}

#about .about_main .post_group .post_card .jobs {
    /* font-family: ArialMT; */
    color: #353535;
}

#about .about_main .post_group .post_card .update {
    margin-left: -20px;
    margin-top: 49px;
    padding-bottom: 49px;
    /* font-family: ArialMT; */
    font-size: 18px;
    color: #000000;
    line-height: 21px;
}

#about .about_main .post_group .post_card.leader {
    padding: 20px;
}

#about .about_main .post_group .post_card.leader .jobs {
    margin-top: 12px;
}


/* ----------- search ----------- */

#search header {
    background: #ffffff;
}

#search .search_main .search_form {
    width: 692px;
    display: flex;
    margin: 40px auto;
}

#search .search_main .search_form input[name="search_input"] {
    box-sizing: border-box;
    width: 564px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 100px 0px 0px 100px;
    border: 1px solid #1557A1;
    padding: 17px 20px;
    /* font-family: ArialMT; */
    font-size: 14px;
    color: #353535;
}

#search .search_main .search_form #search_button {
    box-sizing: border-box;
    width: 128px;
    height: 50px;
    display: flex;
    background: #1557A1;
    border-radius: 0px 100px 100px 0px;
    justify-content: center;
    align-items: center;
    /* font-family: Arial, Arial; */
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

#search .search_main .search_form #search_button img {
    width: 18px;
    height: 19px;
    margin-right: 8px;
}

#search .search_main .search_list {
    background: #ffffff;
    border-radius: 12px;
    padding: 19px 20px 23px;
    position: relative;
}

#search .search_main .search_list .search_title::before {
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background: #1557A1;
    border-radius: 3px;
    position: absolute;
    left: 20px;
    top: 23px;
}

#search .search_main .search_list .search_title {
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-left: 12px;
}

#search .search_main .search_list li {
    margin-top: 20px;
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
}

#search .search_main .search_list li:first-of-type {
    border-top-color: #ffffff00;
    padding-top: 0;
}

#search .search_main .search_list li .result_title {
    /* font-family: Arial, Arial; */
    font-size: 18px;
    color: #1557A1;
    line-height: 25px;
}

#search .search_main .search_list li .result_content {
    display: flex;
    margin-top: 9px;
    max-height: 216px;
    overflow: hidden;
}

#search .search_main .search_list li .result_content img {
    width: 216px;
    max-height: 216px;
    border-radius: 12px;
    margin-right: 20px;
}

#search .search_main .search_list li .result_content .result_details {
    position: relative;
}

#search .search_main .search_list li .result_content .result_details .result_text {
    /* font-family: ArialMT; */
    font-size: 14px;
    color: #353535;
    line-height: 22px;
    text-align: justify;
    margin-top: 9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#search .search_main .search_list li .result_content .result_details .result_text.special {
    margin-top: 5px;
}

#search .search_main .search_list li .result_content .result_details .date {
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: justify;
    margin-top: 18px;
}

#search .search_main #public_paging {
    margin: 30px 0 39px;
}


/* ----------- news_detail ----------- */

#news_detail header {
    background: #ffffff;
}

#news_detail main {
    border-top: 1px solid #E0E0E0;
}

#news_detail .detail_main {
    padding: 20px 0 23px;
}

#news_detail .detail_main .breadcrumb {
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

#news_detail .detail_main .breadcrumb a {
    color: #999999;
}

#news_detail .detail_main .breadcrumb span {
    color: #353535;
}

#news_detail .detail_main .title {
    width: 826px;
    margin: 49px auto 27px;
    /* font-family: Arial, Arial; */
    font-size: 22px;
    color: #353535;
    line-height: 32px;
    text-align: justify;
    position: relative;
}

#news_detail .detail_main .title .date {
    position: absolute;
    bottom: -10px;
    right: -185px;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

#news_detail .detail_main .shared {
    display: flex;
    justify-content: center;
}

#news_detail .detail_main .shared li {
    width: 30px;
    margin: 20px;
}

#news_detail .detail_main .line {
    display: block;
    width: 1200px;
    height: 0;
    border-top: 1px dashed #E5E5E5;
    position: absolute;
}

#news_detail .detail_main p.content {
    margin-bottom: 48px;
    /* font-family: ArialMT; */
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    text-align: justify;
    text-indent: 3em;
}

#news_detail .detail_main p.content:first-of-type {
    padding-top: 35px;
}

#news_detail .detail_main img.content {
    width: 662px;
    height: 371px;
    margin: 0 auto 55px;
}


/* ------------- conference ------------------- */

#conference header,
#conference .conference_nav {
    background: #ffffff;
}

#conference .conference_nav {
    padding: 20px 0 10px;
}

#conference .conference_nav #public_sub_nav {
    margin-top: 0;
}

#conference main {
    background: url('../images/bg/bg_about.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
}

#conference .detail_main {
    margin-top: 65px;
}

#conference .detail_main .title {
    /* font-family: ArialRoundedMTBold; */
    font-size: 32px;
    color: #353535;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    /*border-bottom: 1px dashed #E5E5E5;*/
}

#conference .detail_main .subject {
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    text-align: center;
    margin-top: 20px;
}

#conference .detail_main .content {
    /* font-family: ArialMT; */
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    text-align: justify;
    margin-top: 30px;
    padding-bottom: 25px;
}

#conference .detail_main .content p {
    margin-bottom: 38px;
}


/* ------------- mail_success ------------------- */

#mail header,
#mail main {
    background: #ffffff;
}

#mail main {
    border-top: 1px solid #E0E0E0;
}

#mail .detail_main {
    padding-top: 75px;
    padding-bottom: 102px;
}

#mail .detail_main img {
    width: 456px;
    height: 257px;
    margin: 0 auto;
}

#mail .detail_main p {
    margin-top: 75px;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 600;
    font-size: 20px;
    color: #353535;
    line-height: 28px;
    text-align: center;
}


/*--------------------- contact-us -------------------------------*/

#contact-us {
    background: #ffffff;
}

#contact-us #sub_banner {
    background: url('../images/bg/bg_contact_us.png') no-repeat;
    background-size: cover;
    text-align: center;
    padding: 81px 0 65px;
    color: #FFFFFF;
}

#contact-us #sub_banner h2 {
    /* font-family: ArialRoundedMTBold; */
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
}

#contact-us #sub_banner h3 {
    /* font-family: ArialMT; */
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 16px;
}

#contact-us #sub_banner h3::after {
    content: '';
    display: block;
    width: 56px;
    height: 5px;
    background: #FFFFFF;
    margin: 20px auto;
}

#contact-us #sub_banner .public_select {
    width: 707px;
}

#contact-us #sub_banner .public_select dt {
    font-weight: 600;
}

#contact-us #sub_banner .public_select dt input {
    background: url(../images/icon/icon_drop.png) no-repeat #FFFFFF 677px center;
    background-size: 13px 8px;
    border-radius: 6px;
    width: 100%;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #353535;
    line-height: 62px;
}

#contact-us #sub_banner .public_select dd {
    top: 62px;
}

#contact-us #sub_banner .public_select dd li {
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 62px;
}


/* #contact-us #sub_banner select {
    margin-top: 0;
    width: 707px;
    border: 1px solid #E5E5E5;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 40px 20px 30px;
}

#contact-us #sub_banner .select {
    width: max-content;
    position: relative;
    margin: 66px auto 0;
}

#contact-us #sub_banner .select::after {
    top: 27px;
    bottom: 27px;
} */

#contact-us .contact_main .warning {
    background: #FFEEEE;
    border-radius: 8px;
    padding: 11px 15px;
    /* font-family: ArialMT; */
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;
}

#contact-us .contact_main form {
    width: 1029px;
    margin: 40px auto 60px;
}

#contact-us .contact_main .public_select {
    width: 100%;
    /* box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #353535;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box; */
}

#contact-us .contact_main .public_select dt input {
    background: url(../images/icon/icon_drop.png) no-repeat #FFFFFF 420px center;
    background-size: 13px 8px;
    border-radius: 6px;
}

#contact-us .contact_main .public_select dd {
    top: 47px;
}

#contact-us .contact_main .public_select dd li {
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 46px;
}

#contact-us .contact_main input,
#contact-us .contact_main textarea
/* ,#contact-us select  */

    {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #353535;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Arial';
}


/* #contact-us select {
    position: relative;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#contact-us select option {
    color: #000000;
    font-size: 14px;
    background: #FFFFFF;
    line-height: 20px;
}

#contact-us .select::after {
    content: '';
    display: block;
    background: url('../images/icon/icon_drop.png');
    background-size: 100% 100%;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 18px;
    pointer-events: none;
    cursor: pointer;
} */

#contact-us textarea {
    height: 255px;
}

#contact-us .contact_main form label {
    display: block;
    margin-bottom: 10px;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 600;
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    position: relative;
}

#contact-us .contact_main form label.label_required::before {
    content: '*';
    color: #ff6666;
}

#add_atta {
    width: 162px;
    display: block;
    height: 54px;
    background: #1557A1;
    border-radius: 6px;
    /* font-family: Arial, Arial; */
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0;
}

.scan {
    min-width: 115px;
    width: fit-content;
    margin: 10px 0;
    background: #EBEDF0;
    border: 1px solid #EBEDF0;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 10px 40px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scan .close-icon {
    margin-right: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.close-icon {
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon_close.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#contact-us .contact_main form .btn-primary{
    display: block;
    width: 262px;
    height: 54px;
    background: #1557A1;
    border-radius: 6px;
    /* font-family: Arial, Arial; */
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
}

#contact-us .contact_main form .form-item {
    margin-bottom: 30px;
}

#contact-us .contact_main form .form-item.checkbox {
    margin-top: 42px;
}

#contact-us .contact_main form .form-item.checkbox input {
    width: 24px;
    height: 24px;
    background: #1557A1;
    margin-right: 11px;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

#contact-us .contact_main form .form-item.checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #1557A1;
    background-color: #ffffff;
}

#contact-us .contact_main form .form-item.checkbox input[type="checkbox"]:checked+label:before {
    background-color: #1557A1;
}

#contact-us .contact_main form .form-item.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    width: 10px;
    height: 5px;
    border: solid white;
    border-width: 0 0px 3px 3px;
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
    top: 7px;
}

#contact-us .contact_main form .form-item.checkbox label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    padding-left: 35px;
}

#contact-us .contact_main form .inline {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #E5E5E5;
    margin-bottom: 49px;
    padding-bottom: 20px;
    justify-content: space-between;
}

#contact-us .contact_main form .inline .form-item {
    width: 457px;
}

#contact-us .contact_main form .select {
    position: relative;
}

#contact-us .contact_main form .inline .form-item.dynamic {
    display: none;
}

#contact-us .contact_main form .inline .form-item.active {
    display: block;
}


/*------------------ supporting -------------------------*/

#supporting {
    background-color: #fff;
}

#supporting .contact_main {
    padding: 10px 0 24px;
}

#supporting .contact_main .index-title {
    font: 28px 'manrope_extrabold';
    color: #000000;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 40px;
}

#supporting .contact_main .index-title::after {
    content: "";
    display: block;
    width: 138px;
    height: 1px;
    background: #070D13;
    margin-top: 20px;
    margin-bottom: 40px;
}

#supporting .contact_main dt {
    font: 28px 'manrope_extrabold';
    color: #000000;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 40px;
}

#supporting .contact_main dt::after {
    content: "";
    display: block;
    width: 138px;
    height: 1px;
    background: #070D13;
    margin-top: 20px;
    margin-bottom: 40px;
}

#supporting .contact_main .slideTxtBox .hd ul {
    display: flex;
    height: 99px;
}

#supporting .contact_main .slideTxtBox .hd ul li {
    box-sizing: border-box;
    width: 433px;
    margin-right: 30px;
    height: 99px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    position: relative;
}

#supporting .contact_main .slideTxtBox .hd ul li:first-child {
    width: 253px;
}

#supporting .contact_main .slideTxtBox .hd ul li:last-child {
    width: 454px;
    margin-right: 0;
}

#supporting .contact_main .slideTxtBox .hd ul li.on {
    box-shadow: 0px 4px 23px 0px rgba(38, 79, 156, 0.4);
    border: 1px solid #264F9C;
}

#supporting .contact_main .slideTxtBox .hd ul li.on::after {
    content: "";
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    background: #264F9C;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -53px;
}

#supporting .contact_main .slideTxtBox .hd ul li img {
    height: 40px;
    width: auto;
    margin-right: 15px;
}

#supporting .contact_main .slideTxtBox .hd ul li .right {
    font-size: 14px;
    color: #353535;
    /* font-family: ArialMT; */
    font-size: 16px;
    line-height: 20px;
}

#supporting .contact_main .bd ul {
    margin-top: 32px;
}

#supporting .contact_main .bd ul li {
    display: none;
    background: #264F9C;
    border-radius: 16px;
    color: #FFFFFF;
    padding: 30px;
}

#supporting .contact_main .bd ul li.on {
    display: block;
}

#supporting .contact_main .bd ul li .title {
    font: 28px 'manrope_extrabold';
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#supporting .contact_main .bd ul li .content {
    /* font-family: ArialMT; */
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

#supporting .contact_main .bd ul li .content p {
    margin-bottom: 20px;
}

#supporting .contact_main .bd ul li .content p:last-child {
    margin-bottom: 6px;
}

#supporting .contact_main table {
    width: 100%;
}

#supporting .contact_main table td {
    padding-bottom: 50px;
}

#supporting .contact_main table td a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#supporting .contact_main table td a img {
    margin-right: 15px;
    object-fit: contain;
    flex: 0;
}

#supporting .contact_main dl img {
    margin-right: 15px;
    object-fit: contain;
    flex: 0;
}

#supporting .contact_main table td a .right {
    font-size: 14px;
    color: #353535;
    /* font-family: ArialMT; */
    font-size: 16px;
    line-height: 20px;
    text-wrap: nowrap;
}

#supporting .contact_main table.supporting-units td {
    width: 50%;
}


#supporting .contact_main .supporting_img ul {
    display: flex;
    flex-wrap: wrap;
}

#supporting .contact_main .supporting_img li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    color: #353535;
    font-size: 16px;
    line-height: 20px;
    text-wrap: nowrap;
}

#supporting .contact_main .media-units ul li {
    width: 33%;
}

#supporting .contact_main .media-units ul li:nth-child(3n+1) {
    width: 33%;
}

/* ============== conference_2024 ================ */
#conference .detail_main.conference_2024 {
    margin-top: 0;
}

#conference .bg {
    background: url(../images/bg/bg_conference.png) no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 132px;
}

#conference .detail_main .position {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

#conference .detail_main .position img {
    width: 17px;
    height: 24px;
    margin-right: 9px;
}

#conference .detail_main .title {
    margin-top: 12px;
    padding-bottom: 20px;
    /*border-bottom: 1px dashed #ffffff;*/
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 44px;
    text-transform: uppercase;
}

#conference .detail_main .countdown {
    display: flex;
    justify-content: center;
    margin-top: 63px;
    margin-bottom: 55px;
}

#conference .detail_main .countdown .item {
    margin-right: 10px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    text-align: center;
    width: 130px;
    backdrop-filter: blur(2px);
    overflow: hidden;
}

#conference .detail_main .countdown .item:last-child {
    margin-right: 0;
}

#conference .detail_main .countdown .item .num {
    color: #ffffff;
    height: 110px;
    font-weight: 800;
    font-size: 66px;
    line-height: 99px;
    text-align: center;
}

#conference .detail_main .countdown .item .text {
    background: #ffffff;
    line-height: 38px;
    height: 38px;
    box-shadow: 0px -2px 8px 0px rgba(21, 87, 161, 0.2);
    font-weight: 500;
    font-size: 16px;
    color: #192437;
    text-transform: uppercase;
}

#conference .bg .detail_main p.subject {
    width: 970px;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#conference .bg .detail_main .content {
    width: 1200px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    margin-top: 40px;
}

#conference .bg .detail_main .content p {
    margin-bottom: 24px;
}

#conference .bg .detail_main .content p:last-child {
    margin-bottom: 0;
}

#conference .bg_themes {
    background: #222F48;
    color: #FFFFFF;
    padding-bottom: 78px;
}

#conference .bg_themes #index .index_title h3 {
    text-transform: inherit;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    padding-top: 50px;
}

#conference .bg_themes #index .index_title::before {
    background: #fff;
}

#conference .bg_themes #index p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

#conference .swiper .swiper-button-next {
    background: url(../images/icon/icon_arrow4.png) no-repeat center;
    background-size: cover;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#conference .swiper .swiper-button-prev {
    background: url(../images/icon/icon_arrow4.png) no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#conference .swiper {
    margin-top: 60px;
    margin-bottom: 20px;
}

#conference .swiper ul li {
    width: 285px;
    background-color: #00F0EF;
    background-image: url(../images/bg/bg_beijing_forum.jpg);
    background-position: -110px 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

#conference .swiper ul li .theme {
    width: 100%;
    height: 385px;
    padding-top: 70px;
    background: linear-gradient(180deg, rgba(34, 47, 72, 0.5) 10px, #222F48 100%);
}

#conference .swiper ul li .theme p {
    width: 208px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
}

#conference .swiper ul li .theme a {
    display: block;
    width: 225px;
    height: 45px;
    margin: 0 auto;
    margin-top: 110px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #222F48;
    border-radius: 26px;
    border: 1px solid #00F0EF;
}

/*顶部订阅页*/
.beijing_forum button{
    display: block;
    width: 240px;
    height: 54px;
    background: #cb1d3d;
    border-radius: 6px;
    /* font-family: Arial, Arial; */
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

#subscribe_body {
    background: #fff;
}
.subscribe-main .contact_main {
    width: 600px;
    margin: 40px auto 60px;
}

.subscribe-main .contact_main .form-item {
    margin-bottom: 30px
}

.subscribe-main .contact_main .form-item label.label_required::before {
    content: '*';
    color: #ff6666;
}

.subscribe-main .contact_main .form-item button{
    display: block;
    width: 262px;
    height: 54px;
    background: #1557A1;
    border-radius: 6px;
    /* font-family: Arial, Arial; */
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

#explore .explore_main {
    padding-top: 50px;
    background: #F7F8FA;
}

#explore .explore_title {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E5E5E5;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 45px;
    margin-bottom: 45px;
}

#explore .explore_main img {
    width: 70%;
    margin: 0 auto;
}

#explore .explore_main .explore_article {
    position: relative;
    z-index: 2;
    /* font-family: ArialMT; */
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 35px;
}

#explore .explore_main .explore_article p {
    margin-bottom: 35px;
}

