/*meet.css*/

/*会议首页index样式*/
/**********************第一屏  m01**********************************/

.left-m01{
	float: left;
	width: 600px;
	height: 400px;
	overflow:hidden;
	/*background-color: #fff;*/
}
.right-m01{
	float: right;
	width: 590px;
	height: 400px;
	overflow:hidden;
	background-color: #fff;
}


/*.right-m01 .cont01{
	width: 590px;
	height: 50px;
}
.right-m01 .cont01 .m{
	float:left; width:120px; height: 50px; text-align: center; line-height: 50px; 
	border:1px solid #fff;
	border-bottom: 1px solid #f4f4f4;
	border-top: 4px solid #fff;
	font-size: 18px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.right-m01 .cont01 .current{
	border:1px solid #f4f4f4;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #137ec1;
}
.right-m01 .cont01 .tail{
	float:left; width:350px; height: 50px; line-height: 50px; border-bottom: 1px solid #f4f4f4;
}*/

.right-m01 .cont01{
	width: 590px;
	height: 50px;	
}
.right-m01 .cont01 .m{
	float:left; 
	width:150px; 
	height: 50px; 
	text-align: center; 
	line-height: 50px; 
	border-top: 4px solid #fff;
	
	border-bottom: 1px solid #f4f4f4;
	font-size: 18px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;

}
.right-m01 .cont01 .current{
	
	border-right: 1px solid #f4f4f4;
	border-top: 4px solid #137ec1;
	border-bottom: 1px solid #fff;
}
.right-m01 .cont01 .tail{
	float:left; 
	width:290px; 
	height: 50px; 
	line-height: 50px; 
	border-bottom: 1px solid #f4f4f4;
	box-sizing: border-box;
	overflow: hidden;
}


.right-m01 .cont02{
	width: 100%; background-color: #fff; height: 430px;
}
.right-m01 .cont02 b{	
	width: inherit;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;	
	box-sizing: border-box;	
	vertical-align: middle;
	overflow: hidden;
}

.right-m01 .cont02 b .h1-left{
	float: left;
	width: 130px;
	height: 70px;
	line-height: 70px;
	font-size: 42px;
	color: #ea272f;
	font-family: 黑体;
	text-align: center;
}
.right-m01 .cont02 b .h1-right{
	float: left;
	width: 450px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	text-align: left;
	overflow: hidden;
	padding-left: 15px;
	box-sizing: border-box;	
	border-left: 2px solid #ea272f;
	
}
.right-m01 .cont02 p{
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	width:inherit;	
	padding-left: 25px;
	padding-right:20px;
	box-sizing: border-box;	
	overflow: hidden;

}

.right-m01 .cont02 dl dt{
	float: left;
	width: 150px;
	height: 100px;
	padding:0px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	margin-top: 15px;
	margin-left: 10px;
	
}
.right-m01 .cont02 dl dt img {
	width: 150px; height: 100px; object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}
.right-m01 .cont02 dl dt img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}


.right-m01 .cont02 dl dd{
	float: left;
	height: 106px;
	text-align: left;
	width:405px;
	margin-top: 15px;	
	box-sizing: border-box;	
	overflow: hidden;	
	margin-left: 10px;
	display: flex;	
	flex-wrap: wrap;
}
.right-m01 .cont02 dl dd p{
	width: inherit;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	box-sizing: border-box;	
	overflow: hidden;
	/* background-color: #eee; */
	padding-left: 2px;
	padding-right: 2px;
	width: 320px;
}
.right-m01 .cont02 dl dd span{
	flex: 1;
	text-align: right;
	color: #999;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.right-m01 .cont02 dl dd p:first-child{ font-weight: bold; font-size: 16px;}


/************第2屏**************/
/*left*/
.m02{
	float: left;
	width: 1200px;
	/*height: 600px;*/
	background: #fff;
}
.m02 .cont01{
	float: left;
	background-color: #fff;
	width: 116px;
	height: 520px;
	box-sizing: border-box;
	overflow: hidden;	
}
.m02 .cont01 .time{
	position: relative; margin-top: 10px; height: 500px; width: 30px; border-right: 1px solid #ccc;
	
}
.m02 .cont01 .time i{
	background-color: #fff; color: #999;
}

.m02 .cont01 .time .t1{position: absolute;	top:30px; left: 23px; width: 96px; }
.m02 .cont01 .time .t2{position: absolute;	top:110px; left: 23px; width:96px; }
.m02 .cont01 .time .t3{position: absolute;	top:190px; left: 23px; width:96px; }
.m02 .cont01 .time .t4{position: absolute;	top:270px; left: 23px; width:96px; }
.m02 .cont01 .time .t5{position: absolute;	top:350px; left: 23px; width:96px; }
.m02 .cont01 .time .t6{position: absolute;	top:430px; left: 23px; width:96px; }

.m02 .cont02{
	float: right;
	/*background-color: #eee;*/
	width: 1080px;
	height: 520px;
	box-sizing: border-box;
	overflow: hidden;	
}

.m02 .cont02 .item{
	float: left;
	width: 200px;
	height: 239px;
	background-color: #fff;
	margin-top: 13px;
	margin-left: 13px;	
	box-shadow: 1px 1px 5px #666;
}
.m02 .cont02 .item:hover{
	box-shadow: 5px 5px 5px #666;
}
.m02 .cont02 .item .m-pic{
	width: 200px;  /*200*/
	height: 133px;  /*160*/
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	/*background-color: #ff0000;*/
	
}
.m02 .cont02 .item .m-pic .png{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.m02 .cont02 .item .m-pic .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 132px; 	
	top: 0px;	
	z-index: 100;
}
.m02 .cont02 .item .m-pic .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.m02 .cont02 .item .m-name{
	width: 200px;
	height: 100px;	
	box-sizing: border-box;
	overflow: hidden;	
	/*background-color: green;*/

}
.m02 .cont02 .item .m-name .p1{
	height: 40px;	
	line-height: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding-left:5px;
	padding-right: 5px;
	margin-top: 3px;	
}
.m02 .cont02 .item .m-name .p2{
	height: 60px; 
	margin-top: 4px;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	padding-left:4px;
	box-sizing: border-box;
	overflow: hidden;	
}

/*第3屏*/
.left-m03{
	float: left;
	width: 830px;
	/*height: 600px;*/
	background: #eee;
}

.left-m03 .cont01{
	width: 830px;
	height: 50px;
	background-color: #fff;
}
.left-m03 .cont01 .top{
	float:left; width:200px; height: 50px; line-height: 50px;border:1px solid #fff; border-bottom: 1px solid #f4f4f4;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 20px;
	background-image: url('images/common-icon.png');
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.left-m03 .cont01 .m{
	float:left; width:100px; height: 50px; text-align: center; line-height: 50px; 
	border:1px solid #fff;
	border-bottom: 1px solid #f4f4f4;
	border-top: 4px solid #fff;
	font-size: 15px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	color: #999;
}
.left-m03 .cont01 .current{
	border:1px solid #f4f4f4;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #137ec1;
	color: #333;
}
.left-m03 .cont01 .tail{
	float:left; width:30px; height: 50px; line-height: 50px;border:1px solid #fff; border-bottom: 1px solid #f4f4f4;
	box-sizing: border-box;
	overflow: hidden;
}

.left-m03 .cont02{
	width: 830px;
	height: 370px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.left-m03 .cont02 .item{
	float: left;
	width: 400px;
	height: 110px;
	/*background-color: #ccc;*/
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	/*box-shadow: 1px 1px 5px #666;*/
	border-bottom: 1px dashed #eee;
}
.left-m03 .cont02 .item:hover{
	border-bottom: 1px dashed #999;	
}
.left-m03 .cont02 .item .s1{
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.left-m03 .cont02 .item .s1 img{
	width: 150px;
	height: 100px;
	overflow: hidden; 
	border-radius: 5px;
	transition: all 0.6s;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.left-m03 .cont02 .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.left-m03 .cont02 .item .s2{
	float: right;
	width: 240px;
	height: 100px;
	overflow: hidden;
	/*background-color: green;*/
}
.left-m03 .cont02 .item .s2 .t1{
	font-size: 15px;
	width: 230px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
}

.left-m03 .cont02 .item .s2 .t2{
	font-size: 12px;
	width: 230px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 6px;
	color: #999;
}
.left-m03 .cont02 .item .s2 .t3{
	font-size: 12px;
	width: 230px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-right: 10px;
	color: #999;
}


.right-m03{
	float: right;
	width: 360px;
	/*height: 500px;*/
	/*background: #fff;*/
}
.right-m03 .cont{
	width: 360px;
	height: 370px;
	background-color: #fff;
	overflow: hidden;
}
.right-m03 .cont .item{
	width: 360px;
	height: 110px;	
	margin-top: 10px;	
	box-sizing: border-box;
	border-bottom: 1px dashed #eee;
}
.right-m03 .cont .item:hover{
	border-bottom: 1px dashed #999;	
}

.right-m03 .cont .item .s1{
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.right-m03 .cont .item .s1 .png{
	width: 150px;
	height: 100px;
	overflow: hidden; 
	border-radius: 5px;
	transition: all 0.6s;
}

.right-m03 .cont .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 82px; 	
	top: 0px;	
	z-index: 100;
}
.right-m03 .cont .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.right-m03 .cont .item .s2{
	float: right;
	width: 180px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-right: 10px;
	overflow: hidden;
	
}
.right-m03 .cont .item .s3{
	float: right;
	font-size: 12px;
	width: 180px;
	height: 50px;
	line-height: 20px;
	overflow: hidden;	
	margin-top: 10px;
	margin-right: 10px;
	color: #999;
	
}

/*第4屏*/
.left-m04{
	float: left;
	width: 595px;
	/*height: 600px;*/
	/*background: #eee;*/
}
.left-m04 .cont{
	width: 595px;
	height: 330px;	
	overflow: hidden;
	background-color: #fff;
}
.left-m04 .cont .item{
	float: left;
	width: 100px;
	height: 150px;
	/*background-color: #ddd;*/
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 16px;
	margin-top: 10px;
	border-bottom: 1px dashed #eee;
}
.left-m04 .cont .item:hover{
	border-bottom: 1px solid #ccc;
}
.left-m04 .cont .item .s1{
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.left-m04 .cont .item .s1 img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
}
.left-m04 .cont .item .s2{
	margin-top: 5px;
	width: 100px;
	height: 50px;
	overflow: hidden;
	font-size: 15px;
	text-align: center;
}
.left-m04 .cont .item .s2 span{
	font-size: 12px;
	color: #999;
	overflow: hidden;
    height: 20px;
    line-height: 22px;
    width: 90px;
}




.right-m04{
	float: right;
	width: 595px;
	/*height: 600px;*/
	/*background: #eee;*/
}
.right-m04 .cont{
	width: 595px;
	height: 330px;	
	overflow: hidden;
	background-color: #fff;
}
.right-m04 .cont .item{
	float: left;
	width: 180px;
	height: 150px;
	/*background-color: #ddd;*/
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 14px;
	margin-top: 10px;	
}
.right-m04 .cont .item .s1{
	width: 180px;
	height: 120px;
	overflow: hidden;
}
.right-m04 .cont .item .s1 img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.6s;
}
.right-m04 .cont .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.right-m04 .cont .item .s2{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

/*会议首页index样式end*/



/*会议列表页面*/
.meet-list{
	width: 1200px;
	height: auto;

}
.meet-list .item{
	float: left;
	width: 285px;
	height: 320px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #fff;
	padding:10px;
	box-shadow: 1px 1px 5px #888;	
	z-index: 10;
	
}
.meet-list .item:hover{
	box-shadow: 5px 5px 5px #888;
}
.meet-list .i4{ margin-right: 0px; }

.meet-list .item .t1{
	width: 265px;
	height: 176px;
	overflow: hidden;
	/*background-color: #ccc;*/
	position: relative;
}
.meet-list .item .t1 .png{
	width: 265px;
	height: 176px;
	overflow: hidden;
	transition: all 0.6s;
	border-radius: 8px;
}

.meet-list .item .t1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 198px; 	
	top: 0px;	
	z-index: 100;
}
.meet-list .item .t1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

/*.cert{*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	left: 187px;*/
/*}*/
.meet-list .item .t2{
	width: 265px;
	height: 50px;
	line-height: 25px;
	margin-top: 4px;
	font-size: 15px;
	overflow: hidden;
}

.meet-list .item .t3{
	width: 265px;
	height: 25px;
	line-height: 25px;	
	font-size: 14px;
	overflow: hidden;
	color: #666;
}
.meet-list .item .t4{
	width: 265px;
	height: 25px;
	line-height: 25px;	
	font-size: 14px;
	overflow: hidden;
	color: #666;
}
.meet-list .item .t5{
	width: 265px;
	height: 25px;
	line-height: 25px;	
	font-size: 14px;
	overflow: hidden;
	color: #999;
	text-align: right;
}


/*会议详细 detail 页面*/
.meet-banner{
	width: 1200px;
	height: 300px;
	overflow: hidden;
}
.meet-banner img{
	width: 1200px;
	height: 300px;
	overflow: hidden;
}

.meet-timer{
	width: 1200px;
	height: 220px;
	overflow: hidden;
	background-color: #fff;
}
.meet-timer .box{
	width: 800px;
	height: 100px;
	background-color: #eee;
	box-shadow: 1px 1px 5px #000;
	margin:0px auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.meet-timer .box .title{
	float: left; 
	width: 220px; 
	height: 100px; 
	color: #999; 
	font-style: italic; 
	margin-left: 50px; 
	line-height: 80px; 
	font-size: 28px;
}
.meet-timer .box .place{
	float:left; 
	width: 300px; 
	height: auto; 
	margin:0 auto;
}
.meet-timer .box .b{
	float: left;	
	width: 52px;
	height: 80px;
	overflow: hidden;
	/*background-color: #ccc;	*/
	box-sizing: border-box;
}
.meet-timer .box .gap{
	float: left;	
	width: 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	/*background-color: #ccc;	*/
	box-sizing: border-box;
}
.meet-timer .box .b .s1{
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #666;
	font-style: italic;
	border: 1px solid #137ec1;
	background-color: #fff;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.meet-timer .box .b .s2{
	width: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #137ec1;
	background-color: #137ec1;
	border-radius: 10px;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.sign{
	width: 100%; padding: 20px 0px; text-align: center;
}
.sign button{
	width: 400px; height: 60px; font-size: 20px;
}

.gray{background-color: #eee;}
.white{background-color: #fff;}

.meet-title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	/*background-color: #eee;*/
	background-image: url('images/common-icon.png');
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
	font-size: 24px;
	box-sizing: border-box;
}
.meet-content{
	width: 100%;
	font-size: 15px;
	padding: 20px 40px;

	line-height: 30px;
	height: 144px;
	box-sizing: border-box;
	/*background-color: #eee;*/
	overflow: hidden;
}

.open{
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
}
.close{
	display: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
}

.meet-cont{
	width: 100%;
	font-size: 15px;
	padding: 20px;
	line-height: 30px;
	height: 300px;
	box-sizing: border-box;	
	overflow: hidden;
}


/*会议嘉宾  定义会议详细detail页面 会议嘉宾 滚动图样式*/

.swiper-guest{
	padding-top: 20px;width:1160px; height:200px; position:relative;
}
.swiper-guest .swiper-container{
	 width: 1060px; height: 200px;
}
.swiper-guest .swiper-slide{
	
	text-align: center;
}
.swiper-guest .p1{
	width: 164px; height: 120px; box-sizing: border-box; overflow: hidden;
	
}
.swiper-guest .p1 img{
	width: 120px; height: 120px; object-fit: cover;
	border-radius: 50%;
	/*transition: all 0.6s;*/
}
/*
.swiper-guest .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}*/
.swiper-guest .p2{
	height: 30px; line-height: 30px; padding: 0px 5px; font-size: 16px;
	overflow: hidden;margin-top: 5px;
}
.swiper-guest .p3{
	height: 20px; line-height: 20px; padding: 0px 5px; font-size: 14px; color:#999;
	overflow: hidden;
}
.swiper-guest .p4{
	height: 20px; line-height: 20px; padding: 0px 5px; font-size: 14px; color:#999;
	overflow: hidden;
}


/*会议图库  定义会议详细detail页面 会议图库 滚动图样式*/
.swiper-gallery{
	padding-top: 20px;width:1160px; height:170px; position:relative;
}
.swiper-gallery .swiper-container{
	 width: 1060px; height: 170px;

}
.swiper-gallery .swiper-slide{
	/*background-color: #fff;*/
	text-align: center;
}
.swiper-gallery .p1{
	width: 200px; height: 140px; box-sizing: border-box; overflow: hidden;
	
}
.swiper-gallery .p1 img{
	width: 200px; height: 140px; object-fit: cover;
	border-radius: 5px;
	transition: all 0.6s;
}

.swiper-gallery .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.swiper-gallery .p2{
	height: 30px; line-height: 30px; padding: 0px 5px; font-size: 14px;
	overflow: hidden;margin-top: 5px;
}


/*会议报道  定义会议详细detail页面 会议报道 滚动图样式*/
.swiper-news{
	padding-top: 20px;width:1160px; height:200px; position:relative;
}
.swiper-news .swiper-container{
	 width: 1060px; height: 200px;

}
.swiper-news .swiper-slide{
	/*background-color: #fff;	*/
	text-align: left;
}

.swiper-news .item{
	width: 1060px; 
	height: 200px; 
	line-height: 31px;
	box-sizing: border-box; 
	overflow: hidden;
	/*background-color: green;	*/
	margin:0 auto;
}
.swiper-news .item .s1{
	float: left;
	width: 100px;
	height: 200px;
	/*background-color: #ccc;*/
	text-align: center;
}
.swiper-news .item .s2{
	float: left;
	width: 860px;
	height: 200px;
	/*background-color: #666;*/
}

.swiper-news .item .s2 .t1{
	margin:0 auto;
	margin-top: 40px;
	width: 800px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 18px;
}
.swiper-news .item .s2 p{
	margin:0 auto;
	width: 800px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	
}
.swiper-news .item .s2 .t3{
	margin:0 auto;
	width: 800px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	text-align: right;
	
}

.swiper-news .item .s3{
	float: right;
	width: 100px;
	height: 200px;
	/*background-color: #ccc;	*/
	text-align: center;
}
.swiper-news .item .s3 img{
	margin-top: 154px;
}



/*会议ppt*/
.meet-ppt{
	width: 100%;
	font-size: 15px;
	padding: 0px 40px;
	box-sizing: border-box;
	height: auto;
}

.meet-ppt .s1{
	width: 950px;
	margin:0 auto;
	/*background-color: #ccc;*/
}
.meet-ppt .s3{
	width: 950px;
	margin:0 auto;
	/*background-color: #ccc;*/
	text-align: right;
	height: 80px;

}
.meet-ppt .s2{
	width: 700px;
	/*background-color: #123;*/
	margin:0 auto;
	height: 105px;
	overflow: hidden;
}
.meet-ppt .s2 .ppt{
	font-size: 15px;
	height: 35px;
	width: 700px;
	line-height: 35px;
	overflow: hidden;
}

.open_ppt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*background-color: #555;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
	
}
.close_ppt{
	display: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
	
}



 .detail-tag{
 	margin:0 auto;

	width: 1000px;
	height: 90px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
	border-bottom: 1px solid #f4f4f4;
}

 .detail-share{
 	margin:0 auto;
	width: 1000px;
	height: 65px;
	background-color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	
}

/*meet  detail页面样式结束*/

/* 会议首页 新增加的 热门下载页面样式定义 2023-1-1 */
.mcc-box .down{
	background-color: #fff; height:auto; flex:1;
}
.mcc-box .down:nth-child(2){
	margin: 0 10px;
}

.mcc-box .down .row{
	display: flex;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
	width: 100%;

	/* background-color: #eee; */
}

.mcc-box .down .row span{	
	color: #666;
    background-color: #ccc;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin: 0px 5px;
	margin-left: 15px;
    text-align: center;
	margin-top: 7px;
}

.mcc-box .down .row span:nth-child(1){
    color: #fff;
    background-color: #ff9e33;
}
.mcc-box .down .row span:nth-child(4){
    color: #fff;
    background-color: #ff9e33;
}
.mcc-box .down .row span:nth-child(7){
    color: #fff;
    background-color: #ff9e33;
}
.mcc-box .down .row .r1{
	width: 244px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	/* background-color: #ccc; */
	
}
.mcc-box .down .row .r2{
	width: 90px;
	/* background-color: #dedede; */
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 15px;
	color: #999;
	overflow: hidden;
	
}
