* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: Source Han Sans CN;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
}

body {
    overflow-x: hidden;
    background: #F0F4FF;
}

.indexBody {
    background: #FFFFFF;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    /* æˆ– top/bottom */
}

input {
    outline: none;
}

:hover {
    transition: 0.3s;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #007BB7;
    border-radius: 6px;
}

.center {
    width: 1400px;
    margin: 0 auto
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topHead {
    width: 100%;
    background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
}

.topHead .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 256px;
}

.logo img {
    width: 100%;
    height: auto;
}

.tools {
    display: flex;
    align-items: center;
}

.tools>a:first-child {
    font-weight: bold;
    font-size: 18px;
    color: #007BB7;
    margin-right: 40px;
}

.backHome {
    background: #FFFFFF;
    border-radius: 36px;
    border: 1px solid #007BB7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #007BB7;
    padding: 9px 23px;
}

.fotTop {
    width: 100%;
    background: url(../../images/meeting/footer-bg.png) no-repeat center/cover;
    padding-bottom: 50px;
}

.indexBody .fotTop {
    padding-top: 80px;
}

.copyRight {
    background: #00254B;
    padding: 15px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.contact {
    padding: 30px 0;
    width: 100%;
}

.contact h4 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.contactBox {
    width: 100%;
    display: flex;
}

.contactItem {
    width: 40%;
}

.contactItem+.contactItem {
    width: 30%;
}

.contactItem p {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: url(../../images/meeting/icon-address.png) no-repeat left center;
}

.contactItem+.contactItem p:first-child {
    background-image: url(../../images/meeting/icon-zipcode.png)
}

.contactItem+.contactItem p+p {
    background-image: url(../../images/meeting/icon-email.png)
}

.contactItem+.contactItem+.contactItem p:first-child {
    background-image: url(../../images/meeting/icon-phone.png)
}

.contactItem+.contactItem+.contactItem p+p {
    background-image: url(../../images/meeting/icon-post.png)
}

.contactItem p+p {
    margin-top: 24px;
}

.line {
    width: 100%;
    height: 10px;
    background: url(../../images/meeting/line-dec.png) no-repeat center;
    display: block;
}

.links {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.partener {
    width: 68%;
}

.platform {
    width: calc(32% - 20px);
}

.partener h4,
.platform h4 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.partenList {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.partenList a {
    width: 33.333%;
    padding-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
    margin: 8px 0;
}

.platformList {
    display: flex;
    flex-direction: column;
}

.platformList a {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.platformList a img {
    margin-right: 20px;
    flex-shrink: 0;
}

.platformList a+a {
    margin-top: 30px;
}


/* 首页 */

.topic {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.topic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.indexMain {
    width: 100%;
}

.part01 {
    width: 100%;
    background: url(../../images/meeting/part01bg.png) no-repeat bottom center/cover;
    padding: 40px 0;
}

.introduce {
    width: 100%;
    height: auto;
    background: url(../../images/meeting/intro-bg.png) no-repeat center/contain;
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.introTit {
    text-align: center;
    background: url(../../images/meeting/icon-meeting-roll.png) no-repeat;
    font-weight: bold;
    font-size: 28px;
    color: #0263F1;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.introCon {
    width: 82%;
}

.introCon p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
}

.indexTit {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.indexTit h4 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    background: url(../../images/meeting/tit-bg.png) no-repeat center;
    padding: 0 110px;
}

.indexTit a {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #666666;
}

#certify {
    position: relative;
    width: 100%;
    padding: 0 70px;
    padding-bottom: 40px;
}

#certify .swiper-container {
    padding: 10px 0;
    width: 100%;
    height: fit-content;
}

#certify .swiper-slide {
    width: 714px;
    height: 490px;
    overflow: hidden;
    position: relative;
}

#certify .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#certify .swiper-slide-active {
    box-shadow: 0px 0px 8px 5px rgba(85, 152, 251, 0.6);
    border: 10px solid #FFFFFF;
}

#certify .swiper-slide-active::after {
    content: none;
}

#certify .swiper-slide a {
    cursor: pointer;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#certify .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 19px;
    height: 12px;
    background: #C2C2C2;
    border-radius: 2px;
    opacity: 1;
    margin: 0 10px;
    transition: 0.3s;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 59px;
    height: 12px;
    background: #0171E3;
    transition: 0.3s;
}

#certify .swiper-button-next {
    right: 0;
}

#certify .swiper-button-prev {
    left: 0;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 60% 60%;
    margin-top: 0;
    transform: translateY(-50%);
}

.part02 {
    padding: 30px 0;
    background: url(../../images/meeting/part02bg-top.png) no-repeat top left, url(../../images/meeting/part02bg-bottom.png) no-repeat bottom right #fff;
}

.guest {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.guestBox {
    width: calc(50% - 20px);
}

.guestBox .special {
    width: 100%;
    display: flex;
    align-items: center;
}

.guestBox .special>a {
    width: 258px;
    height: 322px;
    border-radius: 10px;
    border: 1px solid #0263F1;
    overflow: hidden;
    flex-shrink: 0;
}

.guestBox .special>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.guestBox .special .specialCon .specialTxt {
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 35px;
    position: relative;
}

.guestBox .special .specialCon .specialTxt h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guestBox .special .specialCon .specialTxt p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.guestBox .special .specialCon .specialTxt::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../../images/meeting/icon-comma.png) no-repeat center/contain;
    right: 35px;
    bottom: -15px;
}

.guestBox .special .specialCon a.more {
    font-size: 14px;
    color: #666666;
    padding-right: 30px;
    background: url(../../images/meeting/icon-arrow.png) no-repeat right center;
    padding-left: 35px;
}

.guestBox .special:hover>a img {
    transform: scale(1.05);
    transition: 0.3s;
}

.guestBox .special:hover .specialCon .specialTxt h6,
.guestBox .special:hover .specialCon a.more {
    color: #0171E3;
}

.guestList {
    margin: 40px 0;
    width: 100%;
}

.guestList a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 94px;
    border-bottom: 2px dashed #DEDEDE;
    align-items: center;
}

.guestList a h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding-left: 28px;
    background: url(../../images/meeting/icon-list.png) no-repeat left center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guestList a span {
    flex-shrink: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
}

.guestList a:hover h6,
.guestList a:hover span {
    color: #0171E3;
}

.part03 {
    width: 100%;
    background: url(../../images/meeting/part03bg.png) no-repeat top center/cover;
    position: relative;
    top: -26px;
    padding: 40px 0;
}

.part03 .center {
    display: flex;
    justify-content: space-between;
}

.pic {
    width: 56%;
}

.report {
    width: calc(44% - 40px);
}

.indexTit02 {
    margin: 40px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexTit02 h4 {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    background: url(../../images/meeting/tit-bg2.png) no-repeat right center;
    padding-right: 100px;
}

.indexTit02 a {
    font-size: 16px;
    color: #FFFFFF;
}

.picBanner {
    width: 100%;
    padding-bottom: 64.8%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.picBanner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.picBanner .swiper-slide {
    position: relative;
}

.picBanner .swiper-slide a {
    width: 100%;
    height: 100%;
}

.picBanner .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picBanner .txtCon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 35px;
    height: 94px;
}

.picBanner .txtCon p {
    width: 60%;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.picBanner .swiper-pagination {
    height: 94px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 18px;
}

.picBanner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    opacity: 1;
    background: #fff;
    margin: 0 6px;
}

.picBanner .swiper-pagination .swiper-pagination-bullet-active {
    background: #0171E3;
}

.reportList a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../../images/meeting/fly-bg.png) no-repeat right center #fff;
    border-radius: 10px;
    height: 114px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.reportList a+a {
    margin-top: 18px;
}

.reportList a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: url(../../images/meeting/fly-bg.png) no-repeat right center #73B8FF;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.reportList a:hover::before {
    width: 100%;
    transition: 0.3s;
}

.reportList a h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    position: relative;
    z-index: 2;
}

.reportList a .time {
    flex-shrink: 0;
    padding-left: 70px;
    position: relative;
    z-index: 2;
}

.reportList a .time b {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}

.reportList a .time p {
    font-size: 16px;
    color: #666666;
}

.reportList a:hover h6,
.reportList a:hover .time b,
.reportList a:hover .time p {
    color: #fff;
}

.part04 {
    width: 100%;
    background: url(../../images/meeting/part04bg.png) no-repeat center 120px/cover;
    overflow: hidden;
    margin-bottom: -80px;
}

.paper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.paperItem {
    width: calc(25% - 27px);
    padding-left: 10px;
    position: relative;
    transition: 0.3s;
}

.paperItem+.paperItem {
    margin-left: 36px;
}

.paperItem i {
    width: 100%;
    padding-bottom: 132%;
    position: relative;
    display: block;
}

.paperItem i img {
    position: absolute;
    left: 0;
    top: 0;
}

.paperItem .paperTit {
    width: calc(100% - 12px);
    background: url(../../images/meeting/report-bg.png) no-repeat left top/cover;
    height: 118px;
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 40px 20px 20px 20px;
    display: flex;
    align-items: flex-end;
}

.paperItem .paperTit h6 {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.paperItem:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.hisMemory {
    margin-top: 100px;
    background: linear-gradient( 181deg, #FFFFFF 0%, #B5DAFF 100%);
    box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.25);
    padding: 0 74px 40px 74px;
    overflow: hidden;
    position: relative;
}

.hisMemory .indexTit {
    margin: 34px 0;
}

.hisMem {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hisMem a {
    width: calc(50% - 21px);
    position: relative;
}

.hisMem a i {
    display: block;
    width: 100%;
    padding-bottom: 62.25%;
    height: 0;
}

.hisMem a i img {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.hisMem a .year {
    position: absolute;
    top: 0;
    left: -21px;
    background: url(../../images/meeting/year-bg.png) no-repeat left top/cover;
    width: 137px;
    height: 66px;
    padding-top: 12px;
    padding-right: 30px;
}

.hisMem a .year h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.hisMem a:hover i img {
    box-shadow: 0px 0px 8px 5px rgba(85, 152, 251, 0.6);
    transition: 0.3s;
}


/* 二级页面 */

.sce-banner {
    width: 100%;
    padding-bottom: 19.8%;
    position: relative;
    height: 0;
}

.sce-banner img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.sce-banner h1 {
    font-weight: bold;
    font-size: 58px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sce-banner h1::after {
    content: "";
    width: 130px;
    height: 10px;
    background: #fff;
}

.imgList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 30px 0;
}

.imgItem {
    width: calc(33.333% - 17px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.imgListReport .imgItem {
    width: calc(25% - 20px);
}

.imgItem>a {
    width: 100%;
    padding-bottom: 62%;
    position: relative;
    display: block;
}

.imgListReport .imgItem>a {
    padding-bottom: 132%;
}

.imgItem>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.imgItem .imgTxt {
    background: #fff;
    padding: 20px;
    height: 130px;
}

.imgListReport .imgItem .imgTxt {
    padding: 10px 20px;
    height: 110px;
}

.imgItem .imgTxt span {
    padding-left: 20px;
    background: url(../../images/meeting/icon-time.png) no-repeat left center;
    font-size: 15px;
    color: #0263F1;
}

.imgItem .imgTxt h6 {
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.imgListReport .imgItem .imgTxt h6 {
    margin-top: 5px;
}

.imgItem:hover .imgTxt h6 {
    color: #0171E3;
}

.imgItem:hover {
    box-shadow: 0px 4px 4px 0px rgb(48 149 255 / 15%);
}

.listBox {
    margin: 30px 0;
    width: 100%;
}

.listItem {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 15px 18px;
    align-items: center;
    margin-bottom: 25px;
    transition: 0.3s;
}

.listItem>a {
    flex-shrink: 0;
    width: 250px;
    height: 168px;
}

.listItem>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listItem .txtCont {
    flex: 1;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.listItem .txtCont .txtConR {
    flex-shrink: 0;
}

.listItem .txtCont .txtConR span {
    font-size: 20px;
    color: #666666;
}

.listItem .txtCont .txtConR a {
    font-size: 16px;
    color: #0263F1;
    border: 1px solid #0263F1;
    padding: 10px 25px;
    margin-top: 20px;
}

.listItem .txtCont .txtConR {
    display: flex;
    flex-direction: column;
}

.listItem .txtCont .txtConL {
    padding-right: 160px;
    flex: 1;
}

.listItem .txtCont .txtConL h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.listItem .txtCont .txtConL p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listItem:hover {
    background: #0171E3;
}

.listItem:hover .txtCont .txtConL p,
.listItem:hover .txtCont .txtConL h6,
.listItem:hover .txtCont .txtConR span {
    color: #fff;
}

.listItem:hover .txtCont .txtConR a {
    color: #fff;
    border-color: #fff;
}

.articleBox {
    background: #fff;
    padding: 12px 50px;
}

.artTit {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.artTit h1 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.artTit p {
    font-size: 14px;
    color: #666666;
}

.artCon {
    padding: 30px 0;
    width: 100%;
}

.artCon p {
    font-size: 16px!important;
    color: #333333!important;
    text-indent: 2em;
    margin-bottom: 15px;
}

.artCon p img {
    margin-left: -2em;
    max-width: 100%;
    height: auto;
}

.pageCheck {
    padding: 40px 0;
    border-top: 1px solid #D3D3D3;
}

.pageCheck a {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
}

.pageCheck a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0171E3;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
}

.pageCheck a+a {
    margin-top: 25px;
}

.pageCheck a:hover {
    color: #0171E3;
}


/* 分页 */

.pageBox {
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 0 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    padding: 3px 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #fff!important;
    border-color: #0171E3;
    background: #0171E3;
}


/* 英文样式 */

.introduce-en {
    background-image: url(../../images/meeting/intro-bg-en.png);
    padding-bottom: 40px;
}

.indexTit .tit-vp,
.indexTit .tit-ac {
    background-image: url(../../images/meeting/titbg-vp-en.png);
    padding: 0 170px;
}