@charset "utf-8";
/* CSS Document */


/*会议列表*/
/*.articles { background-color:#FFF;}
.articles li { padding: 15px 0 15px 10px; border-top: 1px dotted #ccc; position: relative; overflow: hidden; }
.articles li:first-child { margin-top: 0; border-top: 0; }
.articles li .view { color: #b00; line-height: 14px; font-size: 12px; border: 1px solid #df2721; border-radius: 3px; width: 50px; height: 50px; text-align: center; position: absolute; left: 0; margin-left:10px; }
.articles li .view b { font: bold 14px/35px Georgia; color: #fff; background: #df2721; display: block; }
.articles li .view .detail { float: left; }
.articles li { }
.articles li .time { float: right; color: #999; }
.articles li h3{margin-bottom: 2px;}
.articles li h3 a { font-size: 18px; color: #c00; font-family: "微软雅黑"; }
.articles li h3 a:hover { text-decoration: underline; }
.articles li p{ margin-bottom: 8px; font-size: 12px; line-height: 22px; }
.articles li .meta { color: #999; }
.articles li .meta a { color: #999; }
.articles li .meta a:hover { color: #a01111; text-decoration: underline; }

.articles li .summary {border-left: 3px solid #3bb0db;background: #ECF7FF;padding: 5px 10px;margin:10px 10px 10px 0;border-radius:5px;}
.articles li .summary table{ width:100%;}
.articles li .summary div span{ clear:both;width:40% !important; float:left !important;}*/

.meets-list{background-color:#FFF;}
.meets-list li { padding: 15px 0 15px 10px; border-top: 1px dotted #ccc; position: relative; overflow: hidden; } 
.meets-list li h4{margin-bottom: 2px;}
.meets-list li h4 a {color: #c00; font-family: "微软雅黑"; }
.meets-list li h4 a:hover { text-decoration: underline; }
.meets-list li h4 top{ 
	border:1px solid #C90; 
	margin:0 5px; 
	font-weight:400; 
	padding:2px; 
	font-size:10px; 
	color:#C90; 
	border-radius:3px;
}
.meets-list .summary{border-left: 3px solid #3bb0db;background: #ECF7FF;padding: 5px 10px;margin:10px 10px 10px 0;border-radius:5px; overflow:hidden;}
.meets-list .summary>dd{font-size:14px;padding:3px 0;}
.meets-list .summary>dd>dl{width:50%; float:left; padding:5px 0;overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;}
	
.meets-list .summary>dd>span,dl>span{ color:#888;}
.mymeet .topfirst{border-top:2px solid #ccc;}
.mymeet .view{margin-left:20px !important;}
.mymeet li{padding:10px 0 0 8px !important;}
.mymeet .operate dd{ float:left; font-size:12px; margin:0 10px;}




/*分类*/
.filter_wrapper{background-color:#FFF;}
.filter_wrapper .filter{border-bottom:dashed 1px #cfcfcf; margin-bottom:10px;width:100%;  overflow:hidden;}
.filter_wrapper .filter:first-child,.filter:last-child{border:none;}
.filter_wrapper .filter>h3{padding:10px 0 5px 10px; font-size:16px;}
.filter_wrapper .filter ul{width:100%;}
.filter_wrapper .filter ul>li{float:left;padding:5px 10px;width:48%; margin:0 1%;}
.filter_wrapper .filter ul>li>a{color:#1270a2;}
.filter_wrapper .filter ul>li>i{color:red;font-style:normal; margin-left:5px; font-size:12px;}
.filter_wrapper .filter ul>li>strong{background:#D5E2FF;padding:5px 6px; border-radius:5px;}
.filter_wrapper .filter ul>li>a.selected{color:#1270a2;background:#D5E2FF;padding:5px;border-radius:5px;}
		
		

/*温馨提示*/
.alert { margin-bottom: 5px; padding: 5px 35px; padding-right: 25px; border: 1px solid transparent; line-height: 25px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); border-radius: 4px; display: block; position: relative; }
.alert:before { left: 10px; top: 7px; position: absolute; }
.alert a { color: #379bec; }
.alert a:hover { text-decoration: underline; }
.alert .close { display: none; font-style: normal; top: 5px; right: 10px; position: absolute; }
.alert .close:hover { color: red; cursor: pointer; }
.alert .close:before { content: "×"; font-weight: bold; }
.alert:hover .close { display: block; }
.alert.error { color: #b94a48; background: #f2dede; border-color: #eed3d7; }
.alert.error:before { content: "×"; font: bold 22px/22px helvetica; }
.alert.tips-info { color: #3a87ad; background: #d9edf7; border-color: #bce8f1; }
.alert.tips-info:before { content: "i"; font: bold 12px/18px "宋体"; background: #72B8DA; color: #d9edf7; left: 8px; top: 8px; text-align: center; width: 18px; height: 18px; border-radius: 50%;}

/*主页+我的会议*/
.meetor-tabs{width:100%; background-color:#FFF; padding-top:10px; border-radius:10px 10px 0 0;overflow:hidden;}
.meetor-tabs table{padding:5px 10px;margin:-10px 0 10px 0; width:100%; font-size:14px; color:#999; border-bottom:1px dashed #efefef;}
.meetor-tabs table a{ color:#06F; text-decoration:underline; margin:0 3px;}
.meetor-tabs table a.current{color:#F00;}

.meet-tabs{height:40px; border-bottom:1px solid #f0f0f0; padding-left:1px;}
.meet-tabs a{display:block;float:left; width:20%;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:16px;text-decoration:none; margin-right:3px;border-radius:5px 5px 0px 0px; cursor:pointer;}
.meet-tabs a.active{color:#fff;background:#FFC559; border-radius:5px 5px 0px 0px;}  

.meet-tabs2-a{margin-left:10px !important;}
.meet-tabs2 a{display:block;float:left; padding:0 8px;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:16px;text-decoration:none; margin:0 0 1px 5px;border-radius:5px 5px 0px 0px; cursor:pointer;}
.meet-tabs2 a.active{color:#fff;background:#FFC559; border-radius:5px 5px 0px 0px;}  	 
.meet-tabs2-account{background-color:#4784F9;padding:0 3px; position:relative; top:-10px; border-radius:0 0 0 10px; font-size:12px; float:right;}
.meet-tabs2-account a{color:#FFF;}
  
.tabC-msg{text-indent:0 !important;}
.tabC-msg>div>dt{width:80%;float:left; margin:5px 0;text-align:left; padding:0;}
.tabC-msg>div>dt>a{margin:3px;padding:3px; border-bottom:1px dashed #CCC;}
.tabC-msg>div>dt>a.active{margin:3px;padding:3px; border-bottom:1px dashed #FFA500; color:#FFA500;}

.tabC-msg dd{width:20%;float:left; padding:0; text-align:right;margin:5px 0;}
.tabC-msg dd a{color:#009900; margin:0;}

/*主页点评*/
.meet-comment .time{padding:0 5px !important;}
.meet-comment .txt{ line-height:1.4rem; text-indent:16px; letter-spacing:1px; color:#666;}
.meet-comment .imglist img{width:100%; height:80px; max-width:28%; float:left; margin:5px;}
.meet-comment .star{display: flex;}
.meet-comment .star span{width:1rem;height:1rem;margin:.4rem 0 0 .4rem;background: url(/images/star.png) center center no-repeat;background-size: 100%;cursor: pointer;}
.meet-comment .star span.on{background-image: url(/images/star-active.png);}
.meet-comment .star def{margin-left:1rem;} 


/*会议发布*/
.vip{color:#999;}

.btn-public{
	width: 80px;
	background: #0090ff;
	border-radius:6px;
	color: #ffffff;
	letter-spacing: .02rem;
	box-shadow: 0 0 .15rem rgba(0,0,0,.2); 
	border:1px solid #CCC;
	cursor:pointer;
	padding:2px 2px 2px 6px;
	float:right;
}
.btn-public:hover{ background:#0E4ACD;} 

.meeting ul {width:100%;}
.meeting ul li { background: #fff;padding:5px 10px;}
.meeting ul li span{ color:#999;}
.meeting .tou img{ max-height:5rem;} 
.meeting ul li input{height:30px; margin-left:0;background-color:#FFF; border-radius:5px;border:1px solid #ccc; padding-left:5px; width:76%; font-size:14px;}
.meeting ul li select{height:30px; background-color:#FFF; border-radius:5px;border:1px solid #ccc;}
.meeting .sub {
	padding:0;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	height: auto;
	margin-bottom:10px;
}
.meeting .sub textarea {
	width: 100%;
	height: auto;
	border: 0;
	outline: none;
}
.meeting .btn {
	overflow: hidden;
}
.meeting .btn p{ text-align:right; margin:3px; font-size:12px;}
.meeting .btn a {
	background: #3F82ED;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin-bottom:10px;
}
.meeting .btn a.w40{width:40%; float:left; margin:0 20px;}
.meet_cate_1 .m def{ color:#FFA500 !important;}


/*详情*/
.meet-summary{border-left: 3px solid #3bb0db;background: #ECF7FF;padding: 5px 10px;margin:10px 5px 5px 5px;border-radius:5px; font-size:0.75rem;}

/*申请*/
.meet-step{ line-height:30px; letter-spacing:1px;}
.meet-step label {
  display: flex;
  align-items: center;
}
 
.meet-step label span {
  margin-left: 5px; /* 可以调整这个值来增加或减少文字和checkbox之间的距离 */
}
.meet-step textarea{padding:5px;}
.meet-step .stepsubmit {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin:3px auto;
	width:100%;
	margin-top:20px;
	background: #3F82ED;
}

.meet-step .stepsubmit.disabled {
	background: #808080;
}
