.swiper_main{
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    
}
.swiperCon{
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
}
.swiper-slide {
    background: #fff;
    transition: 300ms;
    transform: scale(0.9);
    border: solid 5px rgba(178, 207, 255, 0.69);
    box-shadow: 0px 8px 16px 0px 
		rgba(221, 235, 255, 0.35);
}
.swiper-slide img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.mySwiper .swiper-slide img{
    height: 229px;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 10;
}
.mySwiper{
    position: relative;
    overflow: hidden;
}
.mySwiper .swiper-slide{
    transform: scale(1);
}
.swiper-pagination {
    width: 100%;
    margin: 0 auto;
    left: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}
.swiper-pagination-bullet{
    background:#033188;
    opacity: 1;
    margin:1px 5px;
    
}
.swiper-pagination-bullet-active{
    border: 2px solid #033188;
    background:#fff;
}




/* 正文 */
.left_con{
    width: 461px;
	background-color: #e1efff;
}



.countDown{
    background-color: #ffffff;
	box-shadow: inset 0px 6px 5px 0px 
		rgba(0, 59, 171, 0.23);
    border-radius: 5px;
}
.down_text{
    margin-left: -25px;
}
.number{
    background:url(../images/number_bg.png) no-repeat;
    background-size:100% 100%;
    /* width: 51px; */
    padding:0 10px;
height: 70px;
}


.btn_item{
	height: 105px;
	background-color: #003bab;
	border-radius: 52px;
    background:url(../images/btn_bg.png) no-repeat;
    background-size:100% 100%;
}
.meeting_details{
    text-indent: 2em;
    letter-spacing: 1px;
}

.link_left{
    width: 461px;
}
.meeting_right{
    background-color: #e1efff;
}


.new_item{
    position: relative;
}
.new_item::before{
    content: '';
    display: block;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
	height: 4px;
	background-color: #033188;
	border-radius: 2px;
}


.guest{
    overflow: hidden;
}


.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next{
    width: 35px;
	height: 35px;
	background-color: #cde1ff;
    border-radius: 50%;
}
.mySwiper .swiper-button-next:after, 
.mySwiper .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 600;
    color: #033188;
}

.mySwiper .swiper-slide{
    border: none;
    box-shadow: none;
    
}
.guest_item{
    padding:0 35px;
}
.mySwiper .swiper-slide a{
    display: block;
	box-shadow: 1px 2px 10px 0px 
		rgba(27, 120, 212, 0.27);
    
	border: 3px solid rgba(178, 207, 255, 0.69);
}
.guest_info{
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
}
.link_item a{
    font-size: 16px;
    line-height: 25px;
}
.str_wrap{
    background:#fff!important;
    margin-top: 20px;
}
.link_list {
    margin-top: 0;
}