/*项目组搜索*/
.xmz_search{line-height: 36px;overflow: hidden;clear: both;margin-top: 20px;}
.xmz_search input{float: left;display: inline-block;height: 36px;box-sizing: border-box;border-collapse: collapse;border: solid 1px #83c700;padding: 0 10px;}
.xmz_search .stxt{width: 300px;color: #666;}
.xmz_search .sbtn{background: #83c700;color: #fff;cursor: pointer;opacity: .8;}
.xmz_search .sbtn:hover{opacity: 1;}

/*专场列表*/
.artclemain .artext{border-top:1px solid #ddd !important;}
.xmz01{/*padding: 10px 0;*/overflow: hidden;cursor: pointer;border: solid 1px #ddd;box-shadow: 0 0 5px 1px #eee;}
.xmz01:hover{/*border: solid 1px #03a9f4;*/box-shadow: 0 0 5px 3px #ddd;}
.xmz01:first-child{margin-top: 20px;box-sizing: border-box;}
.xmz01 img{width: 530px;height: 229px;float: left;/*padding: 0 10px;*/}
.xmz01 p{display: block;float: left;padding: 14px 30px;}
.xmz02 {display: block;line-height: 40px;font-size: 16px;color: #333;}
.xmz01 p .xmz02:first-child{font-weight: 600;font-size: 20px;color: #333;}
.xmz01 p .xmz02:not(first-child){color: #666;}

/*专场组内列表*/
.location{border-bottom: 0 !important;}
.swzc_cont{width:1280px; /*height:680px;*/}
.zcdsxmli1{ width:260px; border:1px solid #ddd;cursor: pointer; float:left; margin:1px; margin:0 7px; margin-top:20px; padding:4px 4px 10px 4px;
 position:relative;/*transition-duration:1s;transition-property:border;*/}
.zcdsxmli1 li{ padding:0 10px; line-height:24px; font-size:1.2rem;}
.zcdsxmli1 li.zcbt01{ padding:0;}
.zcbt01 img{ width:260px; height:230px;}
.zcdsxmli1 .zcbt02{ font-size:1.6rem; line-height:20px;width:95%; white-space:nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow:ellipsis;-moz-binding: url('ellipsis.xml#ellipsis'); padding-bottom:8px;}
.zcbt03 span{ font-size:1.8rem; color:#fc1805; font-weight:normal;}
.zcdsxmli1:hover{ border:1px solid #ff584a;}
.zcdsxmli1:hover img{ opacity:0.7;}
.zcdsxmli1 a:hover{ color:#000;}
.mtjjnbox{ float:left; width:857px; margin-right:0; border:0;}
.zcdsxmli1 li.zcbt07{ position:absolute; top:12px; right:-12px; background:url(../images/statusbg.png) no-repeat; width:64px; height:24px; line-height:20px; color:#fff; font-size:1.2rem; text-align:center;}
.mtjj_cont{ border:1px solid #ddd; height:305px;}

.teamNot{line-height: 40px;padding: 100px 0;text-align: center;font-size: 16px;}
/*响应式*/
@media all and (orientation : portrait){ 
	.xmz_search .stxt{width: calc(100% - 63px);color: #666;}
	.zcdsxmli1{width: calc(100% - 10px);margin: 10px 0 0 0;}
	.zcbt01 img{display: none;}
	.zcdsxmli1 .zcbt02{white-space: normal;}
	}