@charset "UTF-8";
img {
    max-width: 100%;
}
body {
    color: #DACFCB;
}
.box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.actives {
    background: #fcb117;
    color: #FFFFFF;
}
.pagination{
    height: auto;
}
/* 头部 */
.navs {
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	z-index: 10;
    background: linear-gradient(left, #0d2064, #132354);;
	background:-webkit-linear-gradient(left, #0d2064, #132354);/* Safari, Chrome*/
    background:-moz-linear-gradient(left, #0d2064, #132354);
    /* Firefox*/
    background:-o-linear-gradient(left, #0d2064, #132354);
    background: -ms-linear-gradient(left,#0d2064, #132354); 
}
.summit-topics-banner{
    margin-top: 70px;
}
.nav_left {
	float: left;
	width: 120px;
	margin-top: 11.5px;
}

.nav_right {
	float: right;
}

.nav_right ul {
	height: 70px;
}

.nav_right ul li {
	float: left;
	width: 90px;
	height: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.nav_right ul li:hover {
	background: #fcb117;
	color: #fff;
}

.sj-header-content {
	height: 70px;
	padding: 15px 0;
	box-sizing: border-box;
}

.menu_icons {
	display: none;
	float: right;
	width: 30px;
	margin-top: 10px;
	cursor: pointer;
}

.menu_icons span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	margin: 10px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.sj-header{
	display: none;
}
.sj-header .sj-header-content a {
	float: left;
	width: 100px;
}

.menus_icon {
	float: right;
	width: 30px;
	cursor: pointer;
}

.menus_icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	margin: 8px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.sj-header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #0d2064;
	z-index: 20;
}

.sj-list-content {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	padding: 0 5%;
	height: calc(100vh - 50px);
	background:  rgba(13, 32, 100, .9);
	z-index: 2000;
	box-sizing: border-box;
}

.sj-list li {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.menus_icon.on span:first-child {
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
	-ms-transform: rotate(-45deg);
	margin-bottom: 0px;
}

.menus_icon.on span:nth-child(2) {
	display: none;
}

.menus_icon.on span:last-child {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
	-ms-transform: rotate(45deg);
	margin-top: -1px;
}
.menus_icon.on{
	margin-top: 12px;
}
/* 留咨框 */
.online_registration {
    padding: 30px 0;
    position: relative;
}

.online_registration>div{
    position: absolute;
    width: 100%;
    height: 70px;
	padding: 0;
    left: 0;
    top: -70px;
}

.online_registration ul {
	float: right;
	width: 82%;
}

.online_registration ul li {
	position: relative;
    width: 18.4%;
    margin: 15px 2% 15px 0;
	float: left;
}
.online_registration ul li:last-child{
    margin-right: 0;
}
.online_registration_title {
	width: 15%;
	box-sizing: border-box;
	line-height: 60px;
	padding: 10px;
	background: #153b8b;
	border-radius: 15px 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: -10px;
	font-weight: bold;
}

.online_registration ul .text1,
.online_registration ul li select {
	background: #FFFFFF;
	color: #333333;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: initial;
	-webkit-appearance: none;
}

.online_registration ul li:last-child {
	margin-right: 0;
}

.online_registration ul .sub {
	line-height: 40px;
	height: 40px;
	background: #153b8b;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
}
/* 峰会 */
.summit-topics-main,
.information{
    background:-moz-linear-gradient(-45deg,#1C3077 0,#1D357D 33%,#1C2E76 71%,#1D387D 91%);
	background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#1C3077),color-stop(33%,#1D357D),color-stop(71%,#1C2E76),color-stop(91%,#1D387D));
	background:-webkit-linear-gradient(-45deg,#1C3077 0,#1D357D 33%,#1C2E76 71%,#1D387D 91%);
	background:-o-linear-gradient(-45deg,#1C3077 0,#1D357D 33%,#1C2E76 71%,#1D387D 91%);
	background:-ms-linear-gradient(-45deg,#1C3077 0,#1D357D 33%,#1C2E76 71%,#1D387D 91%);
	background:linear-gradient(135deg,#1C3077 0,#1D357D 33%,#1C2E76 71%,#1D387D 91%);
}
.sj-banner{
    display: none;
}
.summit-topics-banner img {
    width: 100%;
}

.topics-list li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.topics-list li:hover {
    background: #0196F4;
}

.topics-list li a {
    color: #fff;
}

.topics-list {
    text-align: center;
    background: #000988;
    font-size: 0;
}
.topics-list ul{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.add-bgColor {
    background: #0196F4;
}

/* .summit-topics-box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
} */

.summit-topics-title h2 {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}

.summit-topics-title {
    padding: 30px 0;
}

.topics-introduce-left {
    float: left;
    width: 60%;
}

.topics-introduce-left {
    float: left;
    width: 50%;
    overflow: hidden;
    border-radius: 4px;
}

.topics-introduce-left .swiper {
    position: relative;
}

.topics-introduce-left img {
    width: 100%;
}

.topics-introduce-right {
    float: right;
    width: 48%;
    box-sizing: border-box;
}
.introduce-right-title{
    background: #c7000b;
    padding: 5px 10px;
}
.introduce-right-title span {
    font-size: 30px;
    font-weight: bold;
    color: #DACFCB;
}
.introduce-right-title .more-btn{
    float: right;
    margin-top: 10px;
    line-height: 20px;
    color: #fff;
}
.topics-introduce-right ul li {
    border-bottom: 1px dashed #DACFCB;
    margin-top: 20px;
}
.topics-introduce-right .introduce-right-list {
    font-size: 18px;
    font-weight: bold;
    color: #fcb117;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topics-introduce-right .introduce-right-content {
    height: 44px;
    color: #DACFCB;
    margin: 11px 0 10px 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.topics-introduce-right ul li:hover .introduce-right-content{
    color: #fcb117;
}
.more-btn:hover {
    color: #fcb117;
}
.new-consulting-content {
	background: #c7000b;
	line-height: 45px;
	padding: 0 15px;
	color: #DACFCB;
	font-size: 20px;
	font-weight: bold;
}

.new-consulting-content a {
	display: block;
	color: #DACFCB;
	font-size: 14px;
	text-align: center;
	float: right;
	font-weight: normal;
}

.new-consulting-content a:hover {
	color: #fcb117;
}

.new-consulting {
	margin-top: 28px;
}

.new-consulting ul li a {
	display: block;
	line-height: 45px;
	box-sizing: border-box;
	border-bottom: 1px dashed #DACFCB;
	color: #DACFCB;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.new-consulting ul li a:hover {
	color: #fcb117;
}

.new-consulting ul li a .new-text {
	float: left;
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-consulting ul li a .new-data {
	float: right;
}
.introduce-right-text p {
    margin-bottom: 10px;
    line-height: 26px;
    text-indent: 2em;
    color: #fff;
}

.introduce-right-text p:last-child {
    margin-bottom: 0;
}

.introduce-right-btn {
    margin-top: 30px;
    text-align: center;
}

.introduce-right-btn a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #005DA3;
    color: #fff;
    border-radius: 4px;
    transition: all .5s;
}
.introduce-right-btn a:hover{
    transform: scale(1.05);
}
/* 会议背景 */
.bbs_background_content p {
	line-height: 26px;
	color: #DACFCB;
	margin-bottom: 10px;
	text-indent: 2em;
    /* font-size: 15px; */
}

.bbs_background_content p:last-child {
	margin-bottom: 0;
}

.bbs_background_img {
	margin-top: 20px;
}

.bbs_background_img img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.bbs_background_img .bbs-img-left:hover img,
.bbs_background_img .bbs-img-right:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.bbs-img-left {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
}

.bbs-img-right {
	float: left;
	width: 49%;
	overflow: hidden;
}
/* 发展历程 */
.summit-topics-content{
    padding-bottom: 80px;
}
.development-course,
.bright-spot,
.meeting-agenda,
.topics-new-content,
.speech-content,
.higher-ups-content,
.past-moment,
.great-video,
.organization,
.contact-us{
    padding-top: 80px;
}
.development-course-content {
    position: relative;
    height: 300px;
    background: #cebe29;
    background: -moz-linear-gradient(-45deg, #cebe29 0, #9b1f50 33%, #1D357D 71%, #89b4ff 91%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cebe29), color-stop(33%, #9b1f50), color-stop(71%, #1D357D), color-stop(91%, #89b4ff));
    background: -webkit-linear-gradient(-45deg, #cebe29 0, #9b1f50 33%, #1D357D 71%, #89b4ff 91%);
    background: -o-linear-gradient(-45deg, #cebe29 0, #9b1f50 33%, #1D357D 71%, #89b4ff 91%);
    background: -ms-linear-gradient(-45deg, #cebe29 0, #9b1f50 33%, #1D357D 71%, #89b4ff 91%);
    background: linear-gradient(135deg, #cebe29 0, #9b1f50 33%, #1D357D 71%, #89b4ff 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cebe29', endColorstr='#89b4ff', GradientType=1);
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.development-course-bg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    height: 5px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 1px rgb(255 255 255 / 15%) inset;
    color: #fff;
}

.development-course-year {
    position: absolute;
    left: 2%;
    top: 30%;
    font-size: 40px;
    color: #fff;
    transform: translateY(-50%);
}

.development-course-list {
    position: absolute;
    padding: 20px;
    width: 100%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.development-course-text {
    position: absolute;
    width: 100px;
    text-align: center;
    top: 130px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #fff;
    left: -55px;
    line-height: 1.2em;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    transform: rotate(-45deg);
    transition: all .3s;
}

.development-course-list li {
    float: left;
    width: 20%;
    position: relative;
}

.development-course-time {
    position: relative;
    width: 80px;
    height: 80px;
    border: 4px solid rgba(255, 255, 255, 1);
    background: #444;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    transition: all .3s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.add-name .development-course-text{
    width: 285px;
    transform: rotate(0deg);
    left: -102px;
    top: -28px;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
.add-name .development-course-time{
    background: #F60;
    background-clip: padding-box;
}
.meeting-agenda-box{
    position: relative;
}
.meeting-agenda-content{
    /* background: #06107a;
    overflow-y: auto; */
}
.agenda-main li>div{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.meeting-agenda-time{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
.agenda-main li{
    position: relative;
    padding: 10px 0;
    line-height: 26px;
    font-size: 0;
}
.meeting-agenda-name{
    width: 20%;
    margin-left: 4%;
}
.meeting-agenda-theme{
    width: 36%;
}
.meeting-agenda-earnings{
    width: 40%;
}
/* end */

/* 议程 */
.agenda-main{
    background: #0d2064;
}
.agenda-main table{
    width: 100%;
}
.agenda-main table tr th, 
.agenda-main table tr td {
    border: 1px solid #285fa3;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}
.agenda-main table tr td p{
    margin: 4px 0;
    text-align: left;
}
/* end */

/* 大会亮点 */
.meeting-highlights{
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
.bright-spot-content li {
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #172374;
	color: #333333;
	box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-webkit-box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-moz-box-shadow: rgba(9, 140, 255, .2) 0px 0px 10px;
	
}
.bright-img{
    margin-bottom: 10px;
}
.bright-img img{
    max-width: 120px;
}
.meeting-highlights .swiper-button-prev,
.meeting-highlights .swiper-button-next,
.guest-list-content .swiper-button-prev,
.guest-list-content .swiper-button-next{
    width: 60px;
    height: 60px;
    display: none;
    border-radius: 50%;
    background: url(../img/lefts.png) center no-repeat;
    background-color: rgba(24,46,127,.8);
    transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.meeting-highlights .swiper-button-next,
.guest-list-content .swiper-button-next{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.meeting-highlights:hover .swiper-button-prev,
.meeting-highlights:hover .swiper-button-next,
.guest-list-content:hover .swiper-button-prev,
.guest-list-content:hover .swiper-button-next{
    display: block;
}
/* 
.bright-spot-content li:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
    transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
} */

.bright-spot-title {
	font-size: 20px;
	color: #f9d50d;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bright-spot-text {
	margin-top: 20px;
    height: 44px;
	line-height: 22px;
	color: #DACFCB;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bg-border {
	border-top: 1px solid rgba(59, 73, 119, .3);
}

/* 滚动条 */
.meeting-agenda-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}
  
.meeting-agenda-content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}
  
.meeting-agenda-content:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}
  
.meeting-agenda-content:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
}
/* 新闻动态 */
.meeting-agenda-text{
    height: 220px;
    padding:10px 20px;
    background: #fff;
}
.meeting-agenda-text p{
    line-height: 26px;
}
.development-course-title,
.meeting-agenda-title,
.topics-new-title,
.higher-ups-title,
.speech-title,
.past-moment-title,
.great-video-title,
.organization-title,
.contact-us-title{
    position: relative;
}
.topics-new-title>div,
.development-course-title>div,
.meeting-agenda-title>div,
.speech-title>div,
.higher-ups-title>div,
.past-moment-title>div,
.great-video-title>div,
.organization-title>div,
.contact-us-title>div{
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 46px;
    line-height: 46px;
    background: url(../img/943.png) no-repeat left center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-size: contain;
    z-index: 2;
}
.development-course-bgcolor{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #31ACD7;
    z-index: 1;
}
.topics-new-list .new-list-left,
.topics-new-list .new-list-right {
    float: left;
    width: 49%;
    padding: 20px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 4px;
}

.topics-new-list ul li {
    line-height: 26px;
    margin-bottom: 10px;
}

.topics-new-list ul li:last-child {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.topics-new-list .new-list-left {
    margin-right: 2%;
}

.topics-new-list ul li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}

.topics-new-list ul li a {
    display: inline-block;
    width: 95%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.topics-new-list ul li a:hover {
    text-decoration: underline;
}

.speech-content ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.speech-content ul li:nth-child(4n) {
    margin-right: 0;
}

.speech-content ul li img {
    width: 100%;
}

.speech-content ul li a:hover {
    color: none;
}

.speech-introduce-name {
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.speech-introduce-theme {
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 3-18 */
.speech-introduce-text {
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
}

.higher-ups-img {
    overflow: hidden;
}

.higher-ups-img .swiper-slide {
    position: relative;
}

.higher-ups-img .guest-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #F1E400;
    background: rgb(0, 0, 0, .5);
    font-size: 16px;
}

.higher-ups-img .swiper-slide img {
    width: 100%;
}
/* 嘉宾 */
.guest-list-content{
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
.guest-list-content ul li>div{
    position: relative;
    max-width: 214px;
    height: 374px;
    padding-top: 56px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: url(../img/guestBg.png) no-repeat;
    color: #fff;
    box-sizing: border-box;
}
.guest-list-content ul li>div:hover{
    background-image: url(../img/guestBgHover.png);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.guest-list-content .guest-img {
    width: 132px;
    height: 132px;
    padding: 5px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right bottom, from(#0d58e1) , to(#0ce5ff));
    background: linear-gradient(to bottom right, #0d58e1, #0ce5ff);
}
.guest-list-content ul li>div:hover .guest-img{
    background: #24fff7;
}
.guest-list-content .guest-img img {
    vertical-align: top;
    width: 132px;
    height: 132px;
    border-radius: 50%;
}
.guest-list-content .guest-name {
    width: 180px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 18px auto;
}
.guest-list-content .guest-text {
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    min-height: 50px;
    overflow: hidden;
    text-align: center;
    margin: 12px 0;
    box-sizing: border-box;
}
/* 精彩图集 */
.past-moment-banner div{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.past-moment-banner div:last-child{
    margin-right: 0;
}
.past-moment-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
}

.past-moment-list li:nth-child(3n){
    margin-right: 0;
}

.past-moment-list li img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.past-moment-list li:hover img {
    transform: scale(1.2);
}

/* 精彩视频 */
.video-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.video-list li:nth-child(1),
.video-list li:nth-child(2),
.video-list li:nth-child(3) {
    margin-bottom: 2%;
}

.video-list li:nth-child(3n) {
    margin-right: 0;
}

.video-link video {
    width: 100%;
    height: 100%;
}

.video-title {
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    color: #fff;
}

/* 组织机构 */
.organization-content-unit>div {
    display: inline-block;
    vertical-align: middle;
    color: #F1E400;
}

.organization-unit-title {
    font-size: 16px;
    font-weight: bold;
}

.organization-name span {
    display: inline-block;
    vertical-align: middle;
    color: #e1d4d4;
    font-size: 16px;
}

.organization-name em {
    display: inline-block;
    margin: 0 10px;
    width: 2px;
    height: 15px;
    vertical-align: middle;
    background: #fff;
}

.organization-content-unit {
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    border-bottom: 1px dashed #c7a1a1;
}
.organization-content-unit:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
/* 联系我们 */
.contact-us-icon img{
    max-width: 120px;
}
.contact-us-img img{
    max-width: 150px;
}
.contact-us-content ul{
    padding-top: 30px;
    font-size: 0;
}
.contact-us-content ul li{
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.contact-us-content ul li:nth-child(1){
    border-right: 1px solid rgba(78, 96, 159, 1);
}
.contact-us-title p{
    margin: 10px 0;
    font-size: 16px;
    line-height: 26px;
}
.contact-us-img div{
    display: inline-block;
    padding: 10px;
    background: #fff;
}
.contact-us-img p{
    padding: 10px 0;
    font-size: 16px;
}
/* end */
/* 底部 */
.bg-border {
    border-top: 1px solid rgba(78, 96, 159, 1);
}
.summit-topics-box{
    padding-bottom: 30px;
}
.copyrights-pc a,
.copyrights-pc span,
.copyrights-pc em{
	display: inline-block;
	vertical-align: middle;
}
.footer_box {
	padding-top: 50px;
}
.footer_box .left {
	float: left;
	width: 80%;
	color: #DACFCB;
}

.footer_box .left .iphone_none {
	font-weight: bold;
	font-size: 20px;
}
.organizer-text-unit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.organizer-text{
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 15px;
}
.organizer-text:last-child{
    border: none;
}
.footer_box .left .organizer {
	font-size: 14px;
}

.footer_box .left .organizer span {
	display: inline-block;
	vertical-align: middle;
    color: #e1d4d4;
    line-height: 26px;
}
.unit-content i{
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 1px;
	background:rgba(255, 255, 255, .5);
	margin: 0 5px;
}
.footer_box .right {
	float: right;
	width: 20%;
	margin-top: 50px;
	text-align: center;
}
.footer_box .right div{
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}
.footer_box .right p{
    font-size: 12px;
	line-height: 30px;
	color: #DACFCB;
}
.bg-borders {
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.organizer {
	margin: 20px 0;
}

.copyrights-pc {
    padding-bottom: 20px;
	color: #feb729;
    text-align: center;
}
.copyrights-pc a {
    margin: 0 10px;
	color: #feb729;
}
.copyrights-pc a,
.copyrights-pc span,
.copyrights-pc em{
	display: inline-block;
	vertical-align: middle;
}
.footer_box .right img {
	max-width: 130px;
}
.footer-content{
    padding-top: 20px;
}
/* 列表页 */
.banner-section{
    padding-top: 70px;
}
.information{
	padding: 50px 0;
	box-sizing: border-box;
}
.brand{
	padding-top: 50px;
}
.information-title {
    color: #fff;
}
.information-title a,
.information-title span,
.brand a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}
.information-title a:hover,
.brand a:hover{
	color: #fcb117;
}
.information-content{
	margin: 20px 0 50px;
}

.information-title h3{
	position: relative;
	font-size: 30px;
	color: #feb729;
	font-weight: bold;
	padding-left: 20px;
}
.information-title h3:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	content: '';
	width: 5px;
	height: 90%;
	background: #feb729;
	display: inline-block;
	vertical-align: middle;
}
.information-content ul li{
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
	box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-webkit-box-shadow: rgb(9 140 255 / 20%) 0px 0px 10px;
	-moz-box-shadow: rgba(9, 140, 255, .2) 0px 0px 10px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.information-content ul li>a:hover{
	color: initial;
}
.information-content ul li:hover {
    transform: translate3d(0, -10px, 0);
}
.information-content ul li:last-child{
	margin-bottom: 0;
}
.information-content ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.information-content-img{
	width: 30%;
    float: left;
    box-sizing: border-box;
    transition: all .4s;
    -webkit-transition: all .4s;
    overflow: hidden;
}
.information-content-img img{
	transition: all .4s;
    -webkit-transition: all .4s;
}
.information-content-img:hover img{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.information-content-text{
	width: 65%;
    float: right;
    color: #333333;
    margin-top: 10px;
}
.information-content-one{
	font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.information-content-two{
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.information-content-details span{
	color: #142457;
}
.information-content-details span:hover{
	color: #feb729;;
}
.pagetion {
    text-align: center;
}
.pagetion li{
	display: inline-block;
}
.pagetion li.active a{
    background: #feb729;
    color: #FFFFFF;
}
.pagetion a{
	display: inline-block;
    min-width: 35px;
    font-family: 'arial';
    margin: 5px;
    background: #FFFFFF;
    padding: 2px 7px;
    font-size: 14px;
    color: #666;
    box-shadow: 1px 1px 3px rgb(255 255 255 / 50%);
    border-radius: 2px;
}
.pagination li{
    display: inline-block;
}
.pagetion a:hover, 
.pagetion a.on {
    background: #feb729;
    color: #FFFFFF;
}
/* end */

/* 详情页 */
.pro-content img{
	max-width: 100%;
}
.pro-content .time{
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #666666;
    font-size: 13px;
}
.pro-content .editor {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    padding: 30px;
}
.pro-content .newtitle {
    position: relative;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
}
.pro-content .returns {
    border-top: 1px solid #dddddd;
    padding-top: 50px;
}
.pro-content .return_href {
    float: right;
    border-radius: 5px;
    background: #333333;
    padding: 0px 15px 3px 15px;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
}
.pro-content .return_href img {
    width: 30px;
    margin-right: 10px;
}
.pro-content {
	padding: 20px 0 50px;
}
.pro-content .box{
	padding: 30px;
	border-radius: 4px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.brand{
	padding-top: 50px;
}
.information-title a,
.brand a,
.brand span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}
.information-title a:hover,
.brand a:hover{
	color: #fcb117;
}
/* end */
@media screen and (max-width: 1230px){
    .topics-introduce-left{
        width: 45%;
    }
    .topics-introduce-right{
        width: 53%;
    }
    .summit-topics-title h2{
        font-size: 24px;
    }
    .introduce-right-text p:last-child{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 960px){
    .pc-header {
		display: none;
	}
	.sj-header {
		display: block;
	}
    .introduce-right-title span{
        font-size: 20px;
    }
    .introduce-right-title .more-btn{
        margin-top: 3px;
    }
    .topics-introduce-left{
        width: 100%;
    }
    .summit-topics-title{
        padding-bottom: 20px;
    }
    .topics-introduce-right{
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    .introduce-right-text p:last-child{
        -webkit-line-clamp:inherit;
    }
    .summit-topics-title h2{
        font-size: 20px;
    }
    .development-course{
        padding-top: 30px;
    }
    .summit-topics-content{
        padding-bottom: 40px;
    }
    .development-course,
    .meeting-agenda,
    .topics-new-content,
    .speech-content,
    .higher-ups-content,
    .past-moment,
    .great-video,
    .organization,
    .contact-us{
        padding-top: 40px;
    }
    .speech-content ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .speech-content ul li:nth-child(2n){
        margin-right: 0;
    }
    .pro-content .box{
		padding: 20px;
	}
	.pro-content .newtitle {
	    position: relative;
	    font-size: 17px;
	    padding-bottom: 35px;
	    width: 90%;
	    margin: auto;
	}
	.pro-content .editor{
		padding: 10px;
		font-size: 14px;
	}
	.pro-content .returns{
		padding-top: 20px;
	}
	.pro-content .return_href {
		float: left;
	    font-size: 14px;
	    line-height: 40px;
	    padding: 0 10px;
	}
	.pro-content{
		padding: 20px 0;
	}
}
@media screen and (max-width: 750px){
    .information-title h3{
        font-size: 24px;
    }
    .sj-banner{
        display: block;
        margin-top: 70px;
    }
    .banner-section{
        padding-top: 0;
    }
    .iphone_header{
        background: rgba(0, 0, 0, 1);
    }
    .pc-banner{
        display: none;
    }
    .online_registration .box {
		padding-top: 15px;
	}
	.online_registration {
		position: relative;
		padding-bottom: 15px;
	}
	.online_registration .box,
	.online_registration {
		height: auto;
	}
	.online_registration_title {
		display: none;
	}
	.online_registration ul {
		float: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.online_registration ul li {
		width: 100%;
	}
	.online_registration ul .text1,
	.online_registration ul li select {
		border: 1px solid #DEDEDE;
		-webkit-appearance: none;
	}
    .topics-new-list .new-list-left,
    .topics-new-list .new-list-right{
        width: 100%;
        margin-right: 0;
    }
    .topics-new-list .new-list-left{
        margin-bottom: 20px;
    }
    .development-course-year{
        top:20%;
    }
    .development-course-list{
        left: 0;
    }
    .development-course-bg,
    .development-course-list{
        top: 60%;
    }
    .development-course-list li{
        width: 20%;
    }
    .development-course{
        display: none;
    }
    .video-list li{
        width: 49%;
    }
    .video-list li:nth-child(3n){
        margin-right: 2%;
    }
    .video-list li:nth-child(2n){
        margin-right: 0;
    }
    .online_registration>div{
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .past-moment-list li{
        width: 49%;
    }
    .past-moment-list li:nth-child(3n){
        margin-right: 2%;
    }
    .past-moment-list li:nth-child(2n){
        margin-right: 0;
    }
    .bright-spot-title {
        font-size: 17px;
    }
    .footer_box .left,
	.footer_box .right{
		float: none;
		width: 100%;
	}
	.footer_box .right{
		margin-top: 0;
        margin-bottom: 20px;
	}
	
    .agenda-main{
        overflow-x: auto;
    }
    .agenda-main table{
        min-width: 800px;
    }
    .brand,
    .information,
    .footer_box{
        padding-top: 30px;
    }
    .information-content ul li{
        padding: 20px;
    }
}
@media screen and (max-width: 580px){
    .bbs-img-left,
    .bbs-img-right{
        width: 100%;
    }
    .bbs-img-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .copyrights-pc {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
    }
    .past-moment-list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .past-moment-list li:nth-child(3n){
        margin-right: 0;
    }
    .organization-name span{
        font-size: 14px;
    }
    .contact-us-icon img{
        max-width: 80px;
    }
    .contact-us-img img{
        max-width: 100px;
    }
    .footer_box .left .iphone_none{
        font-size: 18px;
    }
    .meeting-highlights .swiper-button-prev, 
    .meeting-highlights .swiper-button-next,
     .guest-list-content .swiper-button-prev,
      .guest-list-content .swiper-button-next{
        display: block;
    }
}
@media screen and (max-width: 480px){
    .speech-content ul li{
        width: 100%;
        margin-right: 0;
    }
    .speech-content ul li:last-child{
        margin-bottom: 0;
    }
    .topics-new-title>div,
    .development-course-title>div,
    .meeting-agenda-title>div,
    .speech-title>div,
    .higher-ups-title>div,
    .past-moment-title>div,
    .great-video-title>div,
    .organization-title>div{
        font-size: 20px;
        background-color:transparent;
    }
    .video-list li{
        width:100%;
        margin-right: 0;
    }
}