* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

a {
    text-decoration: none;
}

body {
    min-width: 1340px;
    margin: 0 auto;
}


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #535353;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

.line-clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.w100 {
    width: 100%;
}

.m0auto-mw1920 {
    margin: 0 auto;
    max-width: 1920px;
}

/* footer */
footer {
    width: 100%;
    background-color: #053ca5;
}

/*#04162A*/
.footer-main {
    max-width: 1920px;
    height: 100%;
    padding: 0 116px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.footer-main1 {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-main1 ul {
    display: flex;
    justify-content: space-between;
}

.footer-main1 ul li {
    width: 20%;
    float: left;
}

.footer-main1 ul li h2 {
    color: #e5e5e5;
    font-size: 20px;
    height: 30px;
    margin-top: 36px;
}

.footer-main1 ul li a {
    margin-top: 18px;
    display: block;
    color: #e5e5e5;
    font-size: 14px;
}

.footer-main1 ul li a:hover {
    color: white;
}

.footer-main1 ul li span {
    color: #e5e5e5;
    font-size: 14px;
    display: block;
    margin-top: 18px;
    cursor: pointer;
}

.footer-main1 .footer-main-more {
    display: none;
}

.footer-main2 {
    padding: 40px 0 26px;
}

.footer-main2 a {
    color: #e5e5e5;
    font-size: 16px;
    margin-right: 40px;
}

.footer-main3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-main3-l {
    width: 87%;
}

.footer-main3-r {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-main3 a {
    color: #e5e5e5;
}

.footer-main3 img {
    vertical-align: bottom;
}

.footer-main3-l p {
    color: #e5e5e5;
    font-size: 12px;
    margin-top: 14px;
}

.footer-main3-l p a {
    color: #e5e5e5;
}

.footer-main3-l p span {
    margin-right: 20px;
}

.footer-main3-r a {
    margin-left: 22px;
}

.footer-main4 {
    padding: 0 20px;
    width: 1300px;
    margin: 0 auto;
    box-shadow: 0px -5px 21px rgba(0, 0, 0, 0.02);
    border-radius: 12px 12px 1px 1px;
}

.footer-main4 > p {
    color: rgba(4, 22, 42, 1);
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.footer-main4 p:nth-child(1) span {
    background-color: rgba(255, 50, 50, 1);
}

.footer-main4 p span {
    width: 86px;
    height: 33px;
    background-color: #dcdcdc;
    border-radius: 18.5px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    color: white;
    margin-right: 15px;
}

/* footer */

.top-big-img,
.top-big-img img {
    width: 100%;
    height: 480px;
}

.top-big-img {
    background-image: url(../images/CenterOverviewPage_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-color: #fbfbfb;
}

.top-img-txt-box {
    margin: 0px auto;
    top: 50%;
    width: 100%;
    padding-top: calc(240px - 82px / 2);
    padding-left: 116px;
    min-width: 1340px;
    max-width: 1920px;
    box-sizing: border-box;
}

.top-img-txt1 {
    font-family: 'Alimama ShuHeiTi Bold';
    font-weight: bold;
    font-size: 44px;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
}

.top-img-txt2 {
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.CO-option {
    width: 100%;
    height: 60px;
    background: #fbfbfb;
    padding-left: 116px;
    box-sizing: border-box;
}

.CO-item {
    width: 140px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.CO-item span {
    line-height: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #3b3c3d;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
}

.CO-item-active {
    border-bottom: 2px solid #3371ff;
}

.CenterIntroduction,.zongzhiyuyewufanwei  {
    padding: 100px 116px;
    box-sizing: border-box;
}

.CI-box {
    display: flex;
    justify-content: space-between;
}

.CI-left {
    width: 45%;
}

.CI-img-div {
    width: 50%;
    aspect-ratio: 932 / 440;
}

.CI-img {
    width: 100%;
    display: block;
}

.CI-title {
    font-weight: bold;
    font-size: 32px;
    color: #0e1112;
}

.CI-title1 {
    margin-bottom: 48px;
}

.CI-txt {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    color: #3b3c3d;
}

.CI-txt-hide {
    height: 320px;
    overflow: hidden;
}

.CI-txt-some {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #3371ff;
    cursor: pointer;
    margin-top: 10px;
    float: right;
}

.Organization {
    padding: 80px 116px 100px;
    box-sizing: border-box;
    background: #fbfbfb;
}

.O-img-div {
    width: 100%;
    aspect-ratio: 839 / 395;
}

.O-img {
    width: 100%;
    display: block;
}

.O-item-box {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.O-item {
    width: calc(100% / 3 - (80px / 3));
    /* background: #fff; */
    padding: 28px;
    box-sizing: border-box;
}

.O-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #0e1112;
    margin-bottom: 20px;
}

.O-item-txt {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    /* color: #84858a; */
    color: #000;
}

.CenterForLeadership {
    padding: 80px 116px 100px;
    box-sizing: border-box;
}

.CFL-item-box {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.CFL-item {
    width: calc(100% / 3 - 12px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #fbfbfb;
    align-items: center;
}

.CFL-item:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

.CFL-item-img {
    overflow: hidden;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #eee;
}

.CFL-item-img img {
    width: 100%;
}

.CFL-item-right-txt {
    width: calc(100% - 160px);
}

.css-img-1 {
    background: #fefefe;
}

.css-img-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.CFL-name {
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    color: #3b3c3d;
}

.CFL-title {
    height: 32px;
    line-height: 32px;
    background: rgba(51, 113, 255, 0.1);
    font-weight: 400;
    font-size: 16px;
    color: #3371ff;
    margin: 16px 0 10.5px;
    display: inline-block;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
}

.CFL-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: rgba(132, 133, 138, 0.8);
}

span.committee {
    display: inline-block;
    width: 4em;
    padding: 0 0.5em;
    box-sizing: border-box;
    text-align: justify;
    text-align-last: justify;
}

.CFL-item:hover {
    background: #3371ff;
    transition: all 0.3s;
}

.CFL-item:hover .CFL-name {
    color: #fff;
    transition: all 0.3s;
}

.CFL-item:hover .CFL-title {
    background: #fff;
    color: #3371ff;
    transition: all 0.3s;
}

.CFL-item:hover .CFL-txt {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

.ContactUs {
    padding: 80px 116px 92px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #fbfbfb 0%, #fff 100%);
}

.CU-map-img {
    width: 100%;
    display: block;
    aspect-ratio: 1688 / 400;
}

.CU-map-txt-box {
    display: flex;
    justify-content: space-between;
}

.CU-map-txt-left,
.CU-map-txt-right {
    width: calc(50% - 12px);
}

.CU-map-txt-box {
    margin-top: 56px;
}

.CU-map-txt-box {
    display: flex;
    justify-content: space-between;
}

.cmtl-txt1 {
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    color: #0e1112;
    margin-bottom: 40px;
}

.cmtl-txt2 {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #84858a;
    margin-bottom: 12px;
    margin-top: 36px;
}

.cmtl-txt3 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #3b3c3d;
    display: flex;
    align-items: center;
}

.cmtl-txt3 span:nth-child(2) {
    margin-right: 48px;
}

.cmtl-txt3-title {
    width: 52px;
    height: 28px;
    background: rgba(51, 113, 255, 0.1);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01px;
    line-height: 28px;
    text-align: center;
    color: #3371ff;
    margin-right: 8px;
}

.cmtl-txt4 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #3b3c3d;
}

.cmtl-txt6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #3b3c3d;
}

.cumtrtxt1 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #84858a;
    cursor: pointer;
}

.cumtrtxt1:last-child {
    margin-left: 32px;
}

.cumtrtxt-active {
    font-size: 24px;
    color: #0e1112;
}

.nfw-cms-img {
    width: 100%;
    display: block;
}

.team-box2-title-txt {
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    color: #84858a;
    cursor: pointer;
}

.team-box2-title-txt:nth-child(n + 2) {
    margin-left: 40px;
}

.tbtt-active {
    color: #0e1112;
    font-weight: bold;
}

.team-box2-title {
    display: flex;
}


.exchange-news {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 24px));
    grid-gap: 24px 0;
}

.exchange-item {
    width: 100%;
}

.exchange-item:nth-child(n + 4) {
    margin-bottom: 0;
}

.exchange-item-img {
    width: 100%;
    display: block;
    height: 320px;
    object-fit: cover;
}

.exchange-item-txt {
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
    background: #f7f7f7;
}

.exchange-item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    text-align: left;
    color: #3b3c3d;
    margin-bottom: 20px;
}

.exchange-item-time {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #84858a;
}

.exchange-item:hover .exchange-item-txt{
    background-color: #3371ff;
    transition: all 0.3s;
}

.exchange-item:hover .exchange-item-title,
.exchange-item:hover .exchange-item-time{
    color: #fff;
    transition: all 0.3s;
}