/*会议直播---————————————————————————————————————————————*/
.ellipsis-one{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ellipsis-two{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.live-tab{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #eee;
}
.live-tab li{
 flex:1;
 font-size:0.7rem;
 color:#666;
 text-align:center;
 padding-bottom:5px;
 padding-top:10px;
}

.live-tab-active{
	font-weight:bold;
	color:#0170fc !important;
	border-bottom:2px solid #0170fc;
}
.freightHeader{
			position:fixed;
			top:0;
			left:0;
			right:0;
			width:100%;
			z-index:999;
		}
		.infoListBox {
			padding: 4px;
			margin-bottom: 4px;
			border-bottom: 1px solid #e5e4e4;
		}
		
		.freightList {
			padding: 5px 0 15px 0;
		}
		
		.freightInput {
			margin: 0;
			padding: 10px;
		}
		
		.freightInput {
			margin-bottom: 60px;
		}
		
		.totalModule {
			height: 2.9rem;
			background-color: #d94e27;
			padding: 10px 0 15px;
			color: #fff;
			text-align: center;
		}
		
		.totalModule li:last-child {
			border-right: 0;
		}
		
		.totalModule li {
			width: 49%;
			float: left;
			border-right: 1px solid #ee7826;
		}
		
		.totalModule li span {
			display: block;
			font-size: 0.7rem;
		}
		
		.totalModule li span:last-child {
			font-size: 1.5rem;
		}
		
		.totalModule li span i {
			font-style: normal;
			font-size: 0.6rem;
			margin-left: 5px;
		}
		
		.freightTitleRight {
			position: absolute;
			right: 15px;
			top: 0;
		}
		
		.guize a {
			font-size: 0.55rem;
			padding: 2px 8px;
			display: block;
			background-color: #f39700;
			border-radius: 10px;
			color: #fff;
			line-height: 20px;
			margin-top: 15px;
		}
		
		.listBox {
			position: relative;
			clear:both;
			overflow:hidden;
			
		}
		.listBox li{
			margin-bottom:20px;
			position:relative;
		}
		.listBox li .videoImg-yugao{
			height:9.0rem;
			border-radius:10px;
		}
		
	.videoImg-yugao-new:before{
    content: "";
    position: absolute;
    top:3.7rem;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url("/ximages/playIcon.png") no-repeat;
    background-size: 100% 100%;
    }
		.listBox li .videoImg-yugao img{
			height:100%;
			width:100%;
			border-radius:10px;
		}
		.weui-panel {
			background-color: #fff;
			margin-top: 10px;
			position: relative;
			overflow: hidden;
		}
		
		.integralDetail {
			color: #606060;
			font-size: 0.9rem;
			border-bottom: 1px solid #dddcdd;
			padding-bottom: 0.3rem;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 10px;
		}
		
		.integralMore {
			float: right;
			font-size: 0.7rem;
			color: #a5a5a4;
			margin-top: 0.2rem;
		}
		
		.tradeGive {
			font-size: 0.9rem;
			color: #606060;
		}
		
		.numCode {
			font-size: 0.9rem;
			color: #9d9d9e;
			margin-top: 0.3rem;
		}
		
		.numCode span {
			width: 100%;
			display: block;
		}
		
		.integralNum {
			color: #d03019;
			font-size: 0.9rem;
			position: absolute;
			right: 15px;
			top: 2.0rem;
		}
		
		.intergralBox {
			margin-left: 15px;
			padding-right: 15px;
			padding-top: 10px;
			padding-bottom: 10px;
			position: relative;
			border-bottom: 1px solid #dddcdd;
		}
		
		.intergralBox:last-child {
			border-bottom: 0;
		}
		
		.process {
			height: 2rem;
			border-bottom: 1px solid #e5e4e4;
		}
		
		.process span:first-child {
			float: left;
			font-size: 1rem;
			line-height: 2rem;
			color: #757575;
		}
		
		.process span:last-child {
			float: right;
			font-size: 1rem;
			color: #c14b4a;
		}
		
		.sweet-alert p {
			margin-left: 40px;
		}
		
		.alertTextlist {
			margin-left: 10px;
			float: left;
			font-size: 0.8rem;
		}
		
		.alertList {
			height: 1.5rem;
			padding-bottom: 10px;
			margin-left: 40px;
		}
		
		.alertList input {
			width: 1rem;
			height: 1rem;
			padding: 0;
			margin-top: 3px !important;
			margin: 0;
			float: left;
			display: block;
			border: 0;
			box-shadow: none
		}
		/*视频部分--start*/
		
		.tabTitle {
			overflow: hidden;
			height: 2.0rem;
			border-bottom: 1px solid #eee;
		}
		
		/*.tabTitle li:first-child {
			height: 1.9rem;
			width: 55%;
			float: left;
			margin-right: 5%;
		}
		
		.tabTitle li:last-child {
			height: 1.9rem;
			width: 40%;
			float: left;
		}*/
		.tabTitle li{
			width:25%;
			float:left;
			height: 1.9rem;
			color:#333;
		}
		
		.active {
			border-bottom: 2px solid #f37900;
			color:#db4112 !important;
		}
		
		.tabBox {
			display: none;
		}
		
		.selectedTab {
			display: block;
			
		}
		
		.videoList {
			overflow: hidden;
		}
		
		.videoTitle {
			height: 1.8rem;
			line-height: 1.8rem;
			/*border-bottom: 1px solid #db4112;*/
			font-size: 0.9rem;
			color: #db4112;
			
		}
		
		.videoTitle img {
			width: 1.4rem;
			height: 1.4rem;
			float: left;
		}
		
		.videoTitle span {
			/*margin-left: 10px;*/
			float: left;
			width:100%;
			text-align:center;
		}
		
		.videoList ul {
			padding-top: 10px;
		}

		.videoList ul li {
			width: 48%;
			float: left;
			min-height: 10.0rem;
			margin-right: 4%;
		}
		
		.videoList ul li:nth-child(2n) {
			margin-right: 0;
		}
		
		.videoList ul li a {
			width: 100%;
			min-height: 10.0rem;
			display: block;
		}
		
		.videoList ul li .videoImg {
			width: 100%;
			height:11.0rem;
			background:#ccc;
			position: relative;
		}
		
		.videoList ul li .videoImg img {
			width: 100%;
			height:100%
		}
		
		.videoText {
			height: 1.5rem;
			margin: 0.5rem 0;
			color: #333;
			font-size:1.1em;
			clear: both;
			width: 100%;
			text-align: left;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		.videoList ul li .videoImg-new:before {
			content: "";
			position: absolute;
			top: 2.0rem;
			left: 50%;
			margin-left: -1.3rem;
			width: 2.6rem;
			height: 2.6rem;
			background: url('/ximages/playIcon.png') no-repeat;
			background-size: 100% 100%;
		}
		/*头部视频*/
		
		.mainVideo {
			width: 100% !important;
			height: 10.0rem !important;
			margin: 0 auto;
			margin-bottom: 0.5rem !important;
		}
		
		.videoSize {
			width: 100%;
			height: 10.0rem;
		}
		
		.video-js {
			object-fit: fill
		}
		
		/*我也要直播*/
		.downloadAD{
			height:9.0rem;
			background:url('/ximages/videoImg/zhibobg.jpg') no-repeat;
			background-size:100% 100%;
			position:relative;
		}
		.downloadApp{
		width:50%;
		float:right;
		/*border:1px solid #fff;*/
		position:absolute;
		right:0;
		top:10%;
	}
	.downloadApp h2{
		font-size:0.9rem;
		color:#fff;
		background:url('/ximages/videoImg/vz-logook.png') 0 3px no-repeat;
		background-size:12% 76%;
		height:2.0rem;
		line-height:2.0rem;
		margin-bottom:10px;
		text-align:left;
		padding-left:15%;
	}
	.downloadApp a{
		width:70%;
		height:2.0rem;
		display:block;
		border-radius:5.0rem;
		background:url('/ximages/videoImg/downloadAppbg.png') no-repeat;
		background-size:100% 100%;
		color:#fff;
		font-size:0.8rem;
		padding-left:5%;
		margin-left:10px;
		
	}
	.downloadApp a:hover{
		background:#0099ff;
	}
	.iosIcon{
		width:1.3rem;
		height:1.5rem;
		display:block;
		background:url('/ximages/videoImg/iosIcon.png') no-repeat;
		background-size:100% 100%;
		float:left;
		margin-top:3px;
		margin-left:20%;
	}
	.androidIcon{
		width:1.3rem;
		height:1.5rem;
		display:block;
		background:url('/ximages/videoImg/AndroidIcon.png') no-repeat;
		background-size:100% 100%;
		float:left;
		margin-top:3px;
		margin-left:20%;
	}
	.downloadApp a span{
		float:left;
		display:block;
		height:2.0rem;
		line-height:2.0rem;
		padding-left:0.5rem;
		
	}
	
	.liveMethod{
		height:2.6rem;
		background:#f2f2f2;
		/*border-radius:6px;*/
		/*margin-top:10px;*/
		font-size:1.2em;
		line-height:2.6rem;
		color:#333;
		padding-left:5%;
		text-align:left;
		
	}
	.liveMethod a{
		width:30%;
		height:1.8rem;
		background:#db4112;
		display:block;
		color:#fff;
		border-radius:30px;
		float:right;
		margin-top:0.4rem;
		margin-right:5%;
		font-size:0.7rem;
		text-align:center;
		line-height:1.8rem;
		
	}
	
	.liveMethod a:hover{
		background:#bc300f;
	}
	.beizhu{
		font-size:1.1em;
		line-height:1.4rem;
		margin-top:15px;
		text-align:left;
		color:#666;
		line-height:22px;
		padding-top:10px;
	}
	.zhibo-title{
		font-size:1.2em;
		/*font-size:0.8rem;*/
		color:#db4112;
		padding-bottom:5px;
		border-bottom: 1px solid #ddd;
		text-align:left;
		margin-top:20px;
	}
	.technology-person-title{
    font-size:1.1em;
    color: #3b77e3;
    font-weight: bold;
    padding-bottom:5px;
    text-align: left;
	}
	.technology-person-text span{
		display:block;
		text-align:left;
		font-size:1.1em;
		height:1.2rem;
	}
	.code-box{
		font-size:1.1em;
		margin-top:10px;
		clear:both;
		overflow:hidden;
		
	}
	.code-img{
		width:6.0rem;
		height:6.0rem;
		display:block;
		}
	.code-img img{
		width:6.0rem;
		height:6.0rem;
		/*margin-left:40%;*/
	}
	.code-box-left ,.code-box-right{
		width:40%;
		float:left;
		text-align:center;
		margin-right:10%;
	}
	.technology-person{
		background:#f7fbfc;
		padding:10px;
		margin-top:10px;
	}

		.videoText-zhuti{
			/* font-size:1.2em; */
			font-size:0.8rem;
			padding-bottom:5px;
			padding-top:10px;
			font-weight:bold;
			color:#333;
			text-align:left;
			overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-box-orient:vertical;
            -webkit-line-clamp:2;	
		}
		.videoText-zhujiang{
			font-size:0.7rem;
			color:#666;
			margin-bottom:5px;
			text-align:left;
		}
		.videoText-time{
            font-size:0.7rem;
			color:#666;
			text-align:left;
		}

		.yugao-ul{
			min-height:430px;
		}
		.yugao-ul li {
			float: left;
			/*width:600px;*/
			width:445px;
			margin-right:30px;
			margin-bottom:15px;
		}


		.yugaolist ul li {
			width: 100%;
			float: left;
			min-height:17rem;
			/*margin-right: 4%;*/
		}
		.yugaolist .yugao-ul li:nth-child(2n) {
			margin-right: 0;
		}

		.yugaolist .yugao-ul li a {
	
        min-height:17.0rem;
        display: block;
    }
    .yugaolist .yugao-ul li .videoImg {
        height:11.0rem;
        background: red;
        position: relative;
    }

    .yugaolist .yugao-ul li .videoImg img {

        height:11.0rem;
        clear: both;
    }
    .yugaolist .yugao-ul li .videoImg-new:before{
        content: "";
        position: absolute;
        top:4.0rem;
        left: 50%;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        background: url("/ximages/playIcon.png") no-repeat;
        background-size: 100% 100%;
    }
    /*直播广告*/
    .AD-notice{
    	padding-top:10px;
    	font-size:1.1em;
    	/*font-size:0.7rem;*/
    	text-align:left;
    	color:#ea8000;
    }
    .AD-content{
    	text-align:left;
    	font-size:1.0em;
    	color:#494949;
    	padding-top:10px;
    }
    .AD-content ul li{
    	font-size:1.1em;
    	padding-bottom:5px;
    }
    .AD-content div{
    	font-size:1.1em;
    	color:#494949;
    }
    .AD-content h3{
    	font-size:1.2em;
    	color:#333;
    	padding-bottom:5px;
    }
    .AD-contact{
    	padding:10px 15px;
    	background:#f2f2f2;
    	margin-top:10px;
    }
    .AD-contact h3{
    font-size: 1.2em;
    color: #3b77e3;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
    }
    .AD-contact div{
    	font-size:1.1em;
    	color:#333;
    	text-align:left;
    }
     .AD-contact img{
     	width:50%;
     }
     
     /*正在直播*/
    .live-video{
    	min-height:16.0rem;
    	padding-bottom:10px;
    	border-bottom:1px solid #E68018;
    }
    .live-video .videoImg{
    	height:11.0rem;
    	width:100%;
    	background:red;
    	margin-bottom:10px;
    	position:relative;
    }
    .live-video img{
    	height:11.0rem;
    	width:100%;
    }
    .pd10{
    	padding:0 10px;
    }
    .live-video .videoImg-new:before{
    content: "";
    position: absolute;
    top:3.7rem;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url("/ximages/playIcon.png") no-repeat;
    background-size: 100% 100%;
    }
    
    .live-video-title{

  /*  background: #F39700;*/
    font-size:0.8rem;
    font-weight: bold;
    color: #333;
    position:relative;
    text-align: center;
    padding-bottom:10px;
    display: flex;
    justify-content: center;
    align-items: center;

 }
    .live-left-icon{
    	width:15%;
    	height:5px;
    	display:block;
    	background:url("../images/videolineL.png") no-repeat;
    	background-size:100% 100%;
    	font-style:normal;
    	margin-right:5px;
    	/*float:left;
    	position:absolute;
    	left:25%;
    	top:15px;*/
    }
     .live-right-icon{
    	width:15%;
    	height:5px;
    	display:block;
    	background:url("../images/videolineR.png") no-repeat;
    	background-size:100% 100%;
    	font-style:normal;
    	margin-left:5px;
    	/*float:left;
    	position:absolute;
    	right:25%;
    	top:15px;*/
    }
    
    /*费用和服务*/
   .services-title{
    height: 2.0rem;
    background: #f2f2f2;
    line-height: 2.0rem;
    font-size: 1.1em;
    text-align: left;
    font-weight:bold;
   }
   .services-ul{
   	font-size:1.1em;
   	text-align:left;
   	padding-top:10px;
   }
   .services-ul li{
   	padding-bottom:10px;
  
   }
   
   /*2021-06-21*/
  /*.live-wrap{
  	display:flex;
  	justify-content: space-between; 	
  }*/
  .scrolltab-nav{
  	height:100%;
  	background:#f5f5f5;
  	width:30%;
  	position:fixed;
  	top:60px;
  	left:0;
  }
  .live-tab{
  	width:100%;
  
  }
  .live-tab li{
  	
  }

  .live-content-box{
  	padding:10px 15px;
  }
  .live-tab-title{
  	font-size:1.3em;
  	color:#666;
  	font-weight:bold;
  	cursor: pointer;
    display: block;
    padding: 15px 0;
    color: #4D4D4D;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display:flex;
    justify-content: center;
    align-items:center;
    }
  .live-tab-title i {
    position: absolute;
    top:22px;
    right:10px;
    font-size:18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
  .live-tab-title i.fa-chevron-down {
  	width:15px;
  	height:10px;
    display:block;
    background:url("/ximages/narrow-down.png") no-repeat;
    background-size:100% 100%;
    /*background:#ccc;*/
}
  .fa-chevron-down:before {
    content: "";
    width:15px;
    height:10px;
    display:block;
    /*background:url("/ximages/live-left-icon.png") no-repeat;
    background-size:100% 100%;*/
    
}

.live-tab li.open .live-tab-title {
    color: #DB4D25;
    border-left:4px solid #FF4200;
}

.live-tab li .open i {
    color: #DB4D25;
}

.live-tab li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
   /* border-bottom: 1px solid #d6d7dc;*/
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background:#fff;
    font-size:1.0em;
}

.submenu a:hover ,.submenu li.submenu-li-active a{
    background: #f39800;
    color: #FFF;
}
.hide{
	display:none;
}
.right-box-content01 ,.right-box-content02 ,.right-box-content03 ,.right-box-content04 {
	padding:0 20px;
}
.p-t-20{
	padding-top:20px;
}
.zhanwei{
	height:100px;
}
.video-huifang{
	
}
.video-huifang li{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:15px;
	position:relative;
}
.video-huifang li:nth-child(2n){
	margin-right:0;
}
.videoImg-huifang{
	height:5.0rem;
	border-radius:10px;
}
.videoImg-huifang-new:before{
     content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(/ximages/playIcon.png) no-repeat;
    background-size: 100% 100%;
  }

.videoImg-huifang img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.videoText-huifang{
	font-size:0.75rem;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color:#333;
	padding-top:5px;
}

.yuyue-btn{
	padding:5px 15px;
	background:#851dd6;
	color:#fff;
	font-size:0.7rem;
	border-radius:20px;
	margin-top:10px;
	display:block;
	text-align:center;
}

.livenow-btn{
	padding:5px 15px;
	background:#0170fc;
	color:#fff;
	font-size:0.7rem;
	border-radius:20px;
	margin-top:10px;
	display:block;
	text-align:center;
}

.purplecolor{
	color:#851dd6;
}

.live-state01{
	padding:2px 5px;
	background:#851dd6;
	font-size:0.6rem;
	border-radius:20px;
	position:absolute;
	top:3px;
	left:3px;
	color:#fff;
}

.live-state02{
	padding:2px 5px;
	background:#ff3535;
	font-size:0.6rem;
	border-radius:20px;
	position:absolute;
	top:3px;
	left:3px;
	color:#fff;
}

.live-state03{
	padding:2px 5px;
	background:#0170fc;
	font-size:0.6rem;
	border-radius:20px;
	position:absolute;
	top:3px;
	left:3px;
	color:#fff;
}

/*直播时间表*/
.live-playtime-item{
	padding:15px 15px 0 15px;
}
.live-playtime-title{
	background:#f5f9fe;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	height:1.3rem;
	padding:5px 0;
}
.live-playtime-datetitle{
	font-size:0.7rem;
}
.live-playtime-list{
	padding:10px 0;
}
.live-playtime-list li{
  box-shadow:3px 3px 10px 5px #f8f8f8;
  padding:10px;
  margin-bottom:15px;
}


.live-playtime-list li a{
	display:block;
	width:100%;
	height:100%;
	clear:both;
  overflow:hidden;
}

.live-playtime-list li:last-child{
	margin-bottom:0;
}
.live-playtime-title span{
	  width:50%;
 /* background:#0170fc;*/
	color:#333;
	font-size:0.8rem;
	padding-left:15px;
	display:block;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	font-weight:bold;
	height:1.3rem;
	line-height:1.3rem;
}
.live-playtime-time{
	color:#0369f2;
	font-size:0.7rem;
	font-weight:bold;
	padding-right:2%;
    width:18%;
    position:relative;
    float:left;
    height:3.5rem;
}

.live-playtime-time .livetime-start{
	position:absolute;
	top:0;
	left:0;
}

.live-playtime-time .livetime-end{
	position:absolute;
	bottom:0;
	left:0;
}
.live-mline{
	height:20px;
	width:1px;
	display:block;
	background:#0369f2;
	position:absolute;
	top: 25px;
    left: 30%;
}
.live-playtime-text{
	font-size:0.7rem;
	width:80%;
	float:left;
	height:3.5rem;
	position:relative;
}

.playtime-dot{
	width:4px;
	height:4px;
	display:block;
	border-radius:10px;
	float:left;
	background:#0369f2;
	margin-right:5px;
	margin-top:10px;
}

.live-playtime-bottom{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.live-playtime-state{
	width:60%;
	float:left;
}
.livedatelist-state01{
	padding:2px 5px;
	background:#f8e8d8;
	color:#e58b63;
	font-size:0.6rem;
	border-radius:10px;
	margin-right:10px;
}

.livedatelist-state02{
	padding:2px 5px;
	background:#d6e6fd;
	color:#3b7ee5;
	font-size:0.6rem;
	border-radius:10px;
}

.livetime-yuyue-btn{
	padding:2px 10px;
	background:#851dd6;
	font-size:0.6rem;
	color:#fff;
	border-radius:20px;
	float:right;
	width:3.0rem;
	text-align:center;
}

.livetime-playback-btn{
	padding:2px 10px;
	background:#0170fc;
	font-size:0.6rem;
	color:#fff;
	border-radius:20px;
	float:right;
	width:3.0rem;
	text-align:center;
}

.livetime-live-btn{
	padding:2px 10px;
    background:#ff3535;
	font-size:0.6rem;
	color:#fff;
	border-radius:20px;
	float:right;
	width:3.0rem;
	text-align:center;
}

.livenowcolor{
	background:#fed7d7;
	color:#ff3535;
}
.playbackcolor{
	background:#f8f8f8;
	color:#333;
}




/*报道——————————————————————————*/
.reports-banner{
	height:8.0rem;
}
.reports-banner img{
	width:100%;
	height:100%;
}

.reports-tab{
	display:flex;
	justify-content:space-between;
}
.reports-tab li{
	flex:1;
	text-align:center;
	padding:10px 0;
}

.reports-tab-active{
	color:#0170fc;
	position:relative;
}
.reports-tab-active:before{
	content:"";
	width:70%;
	height:3px;
	background-image:linear-gradient(to right,#0170fc,#3998ff);
	position:absolute;
	bottom:0;
	left:15%;
	border-radius:2px;
}

.reports-content{
	
}

.reports-list{
	padding:15px;
}
.reports-list li{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}

.reports-list-left{
	width:67%;
	float:left;
	position:relative;
	height:3.5rem;
}
.reports-list-top{
	font-size:0.75rem;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.reports-list-bottom{
	font-size:0.6rem;
	display:block;
	color:#666;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}


.reports-list-bottom span{
	
}
.reports-list-bottom .reports-publisher{
	width:60%;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
	padding-right:10px;
}
.reports-time{
	width:35%;
	float:right;
	display:block;
}
.reports-list-img{
	width:32%;
	float:right;
	height:3.5rem;
}
.reports-list-img img{
	width:100%;
	height:100%;
	border-radius:5px;
}

/*媒体接待组————————————————————————————————————*/
.reports-contact-title{
	font-size:0.8rem;
	font-weight:bold;
	color:#0170fc;
	position:relative;
	padding-left:25px;
	margin-top:20px;
}
.reports-contact-title:before{
	content:"";
	width:3px;
	height:18px;
	display:block;
	background:#0170fc;
	position:absolute;
	left:15px;
	top:6px;
}

.reports-contact{
	padding:10px 15px;
}

.reports-contact li{
	background:url("../images/reportcontactbg.jpg") no-repeat;
	background-size:100% 100%;
	padding:10px;
	border-radius:10px;
	margin-bottom:15px;
}
.reports-contact-name{
	font-size:0.85rem;
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
}

.reports-contact-phone{
	font-size:0.7rem;
	color:#666;
	padding-bottom:5px;
}
.reports-contact-wexin{
	font-size:0.7rem;
	color:#666;
}

/*会议报道详情页——————————————————————————————————————*/
.reportdetail-top{
	padding-bottom:10px;
}
.reportdetail-title{
	font-size:0.8rem;
	font-weight:bold;
	padding:15px 0 10px 0;
}
.pdlr15{
	padding:0 15px;
}
.reportdetail-fabu{
	display:flex;
	justify-content:flex-start;
	color:#666;
	font-size:0.6rem;
}
.reportdetail-publisher{
	padding-right:10px;
}
.report-publishicon{
	width:1.2rem;
	height:1.2rem;
	display:block;
	float:left;
	margin-right:5px;
}
.report-publishicon img{
	width:100%;
	height:100%;
}

.reportdetail-img{
	height:auto;
}
.reportdetail-img img{
	width:100%;
	height:100;
	border-radius:5px;
}

.reportdetail-content p{
	font-size:0.7rem;
	margin-bottom:10px;
}

.reports-reception{
	
}

.reports-reception-title{
	font-size:0.7rem;
	font-weight:bold;
	position:relative;
	padding-left:10px;
	margin-bottom:10px;
}

.reports-reception-title:before{
	content:"";
	width:3px;
	height:15px;
	display:block;
	background:#0170fc;
	position:absolute;
	left:0px;
	top:5px;
}


/*合作跟踪————————————————————————————————————*/
.track-banner{
	height:8.0rem;
}
.track-banner img{
	width:100%;
	height:100%;
}

.track-box{
	padding:15px;
}
.track-service-text{
	padding:10px;
	border-radius:10px;
	background:#f4f9ff;
}

.track-service-text p{
	font-size:0.7rem;
}

/*合作跟踪---意见反馈——————————————————————————————*/
.feedback-box{
	padding:15px;
}
.feedback-title{
	font-size:0.7rem;
	margin-bottom:5px;
	padding-top:15px;
}

.redstar{
	color:#fe3434;
	padding-right:5px;
}

.feedback-area{
	height:6.0rem;
	background:#f8f8f8;
	border-radius:5px;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	font-size:0.7rem;
}

.feedback-inputbox input{
	background:#f8f8f8;
	border-radius:5px;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	font-size:0.7rem;
}

.feedback-sumbit-btn{
	height:2.0rem;
	background:#0170fc;
	text-align:center;
	line-height:2.0rem;
	margin-left:15px;
	margin-right:15px;
	border-radius:10px;
	color:#fff;
	font-size:0.7rem;
}

.questionnaire-box{
	padding:15px;
}

.questionnaire-item{
	clear:both;
	overflow:hidden;
	padding-bottom:15px;
}
.questionnaire-radio{
	float:left;
	margin-right:15px;
}
.questionnaire-title{
	font-size:0.7rem;
	font-weight:bold;
}
.questionnaire-radio .radio-label{
	font-size:0.7rem;
}


.questionnaire-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.questionnaire-radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 0.8rem;
  height:0.8rem;
  position: relative;
  margin-right:5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-top:5px;
}
.questionnaire-radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.questionnaire-radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.questionnaire-radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.questionnaire-radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.questionnaire-checkbox{
	padding-bottom:10px;
	margin-left:10px;
}
.questionnaire-checkbox .checkbox-text{
	font-size:0.7rem;
}

input[type="checkbox"] {
 	-webkit-appearance:none;
     width:0.8rem;
     height:0.8rem;
     display: inline-block;
     text-align: center;
     vertical-align: middle;
     line-height:20px;
     position: relative;
     border-radius:50%;
 }
  
 input[type="checkbox"]::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: #fff;
     width: 100%;
     height: 100%;
     border: 1px solid #CACDCF;
     border-radius:5px;
 }
  
 input[type="checkbox"]:checked::before {
     content: "";
     color: black;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     border: 1px solid #4fc5a2;
     font-size: 12px;
     font-weight: bold;
     background:url("../images/check.png") no-repeat #4fc5a2 center;
     background-size:80% 55%;
    border-radius:5px;
 }
 
.inputnumber{
	background: #f8f8f8;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.7rem;
    margin-top:5px;
}

.otherinput{
	background: #f8f8f8;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.7rem;
    margin-top:5px;
    display:none;
}




/*日程—————————————————————————————————————*/
.schedule-itemtitle{
	margin:10px 15px;
	height:3.0rem;
    background:url("../images/scheduletitlebg.png") no-repeat;
    background-size:100% 100%;
}
.schedule-itemdate{
	width: 30%;
    float: left;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    height: 3rem;
    margin-left: 5px;
    margin-top: -5px;
}
.schedule-itemdate span:first-child {
    font-size: 1.3rem;
    color: #3d72ed;
    text-align: center;
    display: block;
}

.schedule-itemdate span:last-child {
    font-size: 0.6rem;
    color: #3d72ed;
    text-align: center;
    display: block;
    margin-top: -5px;
}

.schedule-itemname {
    width: 65%;
    float: left;
    color: #fff;
    height: 3.0rem;
    line-height:2.8rem;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.1rem;
    padding-left:5%;
}

.schedule-itemlist{
	
}
.schedule-itemlist li{
	padding:15px;
	background-image:linear-gradient(to bottom, #f1f4f9,#fff);
	/*background:#f1f4f9;*/
	border-radius:10px;
	margin:10px 15px;
	border:1px solid #eee;
}

.schedule-timetitle{
	padding:2px 10px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background:#2f95f4;
	color:#fff;
	font-weight:bold;
	margin-left:-15px;
	font-size:0.8rem;
}
.schedule-iteminfo-title{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	padding-top:10px;
	padding-bottom:5px;
}
.scheduleinfo-dot{
	width:15px;
	height:15px;
	display:block;
	background:url("../images/scheduleinfo-dot.png") no-repeat;
	background-size:100%100%;
	margin-right:10px;
}
.schedule-iteminfo-title span{
	font-weight:bold;
	color:#333;
	font-size:0.8rem;
}
.schedule-iteminfo-text p{
	font-size:0.7rem;
	color:#333;
	padding-bottom:5px;
}
