* {
    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;
}

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

/* 英文头部 */
.header_wrap {
    width: 100%;
    background: url("../../images/yzy/imagesEnglish/logo_bg.jpg") repeat-x;
}
.header_wrap .header{
    height: 111px;
    display: flex;
    justify-content: space-between;
}
.header_wrap .header .logo{
    width: 685px;
    background: url(../../images/yzy/imagesEnglish/logo.png) 0 10px no-repeat;
    height: 85px;
}
.header_wrap .header .logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.header_wrap .header .search{
    width: 285px;
    height: 38px;
    margin-top: 34px;
}
.header_wrap .header .sea{
    background: url(../../images/yzy/imagesEnglish/search.png) no-repeat;
    width: 270px;
    height: 38px;
    display: flex;
    justify-content: space-between;
}
.header_wrap .header .sea .chin{
    margin-left: 15px;
}
.header_wrap .header .sea .chin a{
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}
.header_wrap .header .sea .inp{
    color:#656768;
    background: none;
    float: left;
    height: 38px;
    line-height: 38px;
    outline: medium none;
    padding-left: 10px;
    width: 160px;
    border: none;
}
.header_wrap .header .sea .sub{
    background: none;
    cursor: pointer;
    float: left;
    height: 38px;
    outline: medium none;
    width: 62px;
    border: none;
}
.header_wrap .header .search_xs{
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 7px;
    background: url("../../images/yzy/imagesEnglish/fdj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}
.header_wrap .header .menu_xs{
    width: 20px;
    height: 13px;
    margin-top: 11px;
    background: url("../../images/yzy/imagesEnglish/menu.png") no-repeat;
    background-size: 100%;
    display: none;
}
.nav_wrap{
    height: 50px;
    background: url(../../images/yzy/imagesEnglish/nav_bg.jpg) center center repeat-y;
    width: 100%;
    background-size: 100%;
}
.nav_wrap .nav>ul{display:flex;}
.nav_wrap .nav>ul>li{
    position: relative;
    flex:auto;
}
.nav_wrap .nav>ul>li>a{
    display: block;
    line-height: 50px;
    height: 50px;
    color: #1a1a1a;
    font-size: 18px;
    position: relative;
    padding: 0 28px;
}
.nav_wrap .nav >ul >li >a:hover, .nav >ul >li.active >a{
    color: #467b98;
}
.nav_wrap .nav>ul>li>ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #e9e9e9f2;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 12;
    display: none;
}
.nav_wrap .nav>ul>li>ul>li{
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
}
.nav_wrap .nav>ul>li>ul>li:first-of-type{
    padding-top: 10px;
}
.nav_wrap .nav>ul>li>ul>li:last-of-type{
    padding-bottom: 10px;
}
.nav_wrap .nav>ul>li>ul>li a{
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    font-family: Candara;
}
.nav_wrap .nav>ul>li>ul>li a:hover{
    color: #0957c3;
}
.phone-tool,.phone_search,.aslidewrap{display:none}
/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã¥Âºâ€¢Ã©Æ’Â¨ */

.footer_wrap {
    width: 100%;
    box-sizing: border-box;
    background: url("../../images/zy/index/footer_bg.png") no-repeat;
    background-size: cover;
    padding-top: 8px;
    /* min-width: 1200px; */
}

.footer_wrap .footer p {
    margin-top: 30px;
}

.footer_wrap .footer p:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #6f7174;
}

.footer_wrap .footer p span,
.footer_wrap .footer p a {
    color: #f2f2f2;
    font-size: 14px;
}

.footer_wrap .footer p span {
    display: inline-block;
}

.footer_wrap .footer p a~a {
    margin-left: 20px;
}

.footer_bottom {
    padding: 30px 0;
    color: #f2f2f2;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom .info .email {
    margin-left: 20px;
}

.footer_bottom .copy {
    color: #f2f2f2;
}

.footer_bottom .copy a {
    color: #f2f2f2;
    display:block;
}

.footer_wrap .footer p a~a {
    margin-left: 18px;
}
.footer>ul{width:100%;display:flex;padding:15px 0;border-bottom:1px solid #6f7174}
.footer>ul>li{
    flex:auto;
}
.footer>ul>li>a{
    display: block;
    font-size: 16px;
    color: #f2f2f2;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}
.footer>ul>li>a:hover{
    color: #ffaa00;
    border-bottom: 1px solid #ffaa00;
}
.two_nav li{
    margin: 10px 0;
}
.two_nav li a{
    display: block;
    font-size: 14px;
    color: #f2f2f2;
    padding-left: 7px;
    font-weight: bold;
}
.two_nav li a:hover{
    color: #ffaa00;
}
.mediaBox {
    display: flex;
    gap: 20px;
}

.dblianjie {
    width: 35px;
}
.mediaFoot{margin-left: 40px;display:flex;}
.mediaBox-en{display:flex;flex-wrap:wrap;flex:auto;gap: 15px 0;padding:0 10px}
.mediaBox-en>a{display:flex;flex-direction:column;font-size:14px;text-align: center;color:#f2f2f2;align-items:center;flex: auto;justify-content:flex-start;gap:4px}
.mediaBox-en>a>img{height:34px;}
.mediaBox-en:first-child>a{width: calc(50% - 10px);}
.mediaBox-en+.mediaBox-en{border-left:1px solid #6f7174}
.mediaBox-en:nth-child(2)>a{width:100%;}


/* Ã©Â¦â€“Ã©Â¡Âµ */

.topic {
    width: 100%;
    padding-bottom: 52%;
    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/temp-intro.png) no-repeat center/cover;
    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: 93%;
}

.introCon p {
    font-size: 17px;
    color: #333333;
    text-indent: 2em;
    margin: 8px 0;
}

.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 {
    overflow: hidden;
    position: relative;
}

#certify .swiper-slide {
    box-shadow: 0px 0px 4px 1px rgba(85, 152, 251, 0.6);
    border: 6px solid #FFFFFF;
}

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

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

#certify .swiper-slide a i {
    width: 100%;
    padding-bottom: 123%;
    display: block;
    position: relative;
    height: 0;
}

#certify .swiper-slide i img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

#certify .swiper-slide h6 {
    background: #fff;
    padding: 4px;
    border-top: 6px solid #fff;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#certify .swiper-slide h6 p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

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

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

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 40px;
    height: 10px;
    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;
    margin-bottom: 40px;
}

.guestBox {
    width: 100%;
}

.guestBox .special {
    width: calc(50% - 15px);
    display: flex;
    /* align-items: center; */
}
.guestboxmedia .special{align-items: center;}

.guestBox .special>a {
    width: 260px;
    height: 182px;
    border-radius: 6px;
    border: 1px solid #0263F1;
    overflow: hidden;
    flex-shrink: 0;
}
.guestBoxMedia .special>a{
    width: 188px;
    height: 136px;
    border-color:#e2e9f3;
    }

.guestBox .special>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.guestBox .special {background: #ffffff;box-shadow: 0 0 8px rgb(0 110 255 / 40%);}
.guestBoxMedia .special{border-radius:6px;}
.guestBox .special .specialCon .specialTxt {
    
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}
.guestboxmedia .special .specialCon .specialTxt{margin-bottom:0}

.guestBox .special .specialCon .specialTxt h6 {
    font-weight: bold;
    font-size: 19px;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.guestBoxMedia .special .specialCon .specialTxt h6{-webkit-line-clamp: 3;margin-bottom: 0;}
.guestBox .special .specialCon .specialTxt p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guestBox .special .specialCon .specialTxt::after {
    content: none;
    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; */
    float: right;
    margin-top: 10px;
}

.guestBox .special:hover>a img {
    transform: scale(1.05);
    transition: 0.3s;
}
.guestBoxMedia .special:hover{background:#eaf3fd;transition:0.3s;}
.guestBox .special:hover .specialCon .specialTxt h6,
.guestBox .special:hover .specialCon a.more {
    color: #0171E3;
}

.guestList {
    /* margin: 40px 0; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


.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,.postReview {
    width: calc(50% - 20px);
}

.report {
    width: 100%;
}

.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;
}
.report .indexTit h4{ background: url(../../images/meeting/tit-bg3.png) no-repeat center;font-size: 28px;
    color: #FFFFFF;}

.indexTit02 a,.report .indexTit a {
    font-size: 16px;
    color: #FFFFFF;
}
.reportList{display:flex;gap:30px;flex-wrap: wrap;}
.reportList a{width:calc(50% - 15px)}
.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;
    padding-bottom: 50px;
}

.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 40px 40px 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

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

.hisMem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* gap: 20px 20px; */
    /* flex-wrap: wrap; */
    /* overflow-y: auto; */
    /* max-height: 610px; */
    /* padding: 10px; */
}

.hisMem a {
    width: calc(33.3% - 14px);
    position: relative;
    overflow: hidden;
}

.hisMem a i {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    position: relative;
    overflow: hidden;
}

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

.hisMem a .year {
    /* position: fixed; */
    /* top: 0; */
    /* left: -16px; */
    background: #0045b3;
    width: 100%;
    text-align: center;
    height: 66px;
    padding: 10px;
    /* margin-top: 12px; */
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hisMem a .year h6 {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.hisMem a .year h6 p{font-weight: bold;
    font-size: 18px;
    color: #fafcff;
    line-height: 1.3;}
.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);
    background: #fff;
}

.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/temp-intro.png);
    padding-bottom: 40px;
}

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