

/*检索条件*/
.no-mrtop{
	margin-top:0!important;
}

.search-taglist{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:rgba(255,255,255,1);
	padding:20px  28px;
}
.taglist-left{
	width:725px;
	float: left;
}
.gray-line{
	float:left;
	width:1px;
	height:180px;
	background:#ddd;
	margin:25px 0 0 5px;
}
.taglist-right{
	width:550px;
	float: right;
}
.taglist-left .taglist-item .tagitem-right,.taglist-right .taglist-item .tagitem-right{
	width:460px;
}
.taglist-item{
	//margin-top:28px;
	float:left;
	margin-right:35px;
}
.taglist-item .tagitem-left{
	float: left;
}
.taglist-item a{
	display: inline-block;
	font-size:14px;
	line-height:32px;
	border-radius:15px;
	padding:0 20px;
	color:#333333;
}
.tagtop.on{
	background:#ffbf1f;
}
.tagtop{
	background:#FFF2D1;
}
.taglist-item .tagitem-right{
	float: left;
	margin-left:20px;
	margin-top:-6px;
}
.taglist-item .tagitem-right a{
	border:1px solid rgba(229,229,229,1);
	color: #8B8B8B;
	margin-left:12px;
	margin-top:6px;
}
.taglist-item .tagitem-right a.on{
	background:#F0F3F5;
	color: #377BEB;
}

/*媒资库检索条件*/
.media-search{
	background:rgba(255,255,255,1);
	padding:20px  28px;
}
.mediataglist{
	margin-top:28px;
}
.mediataglist:first-child{
	margin-top:0;
}
.mediataglist .tagitem-left{
	float: left;
}
.mediataglist a{
	display: inline-block;
	font-size:14px;
	line-height:32px;
	border-radius:15px;
	padding:0 20px;
	color:#333333;
}
.tagtop.on{
	background:#ffbf1f;
}
.tagtop.active{
    background:#ffbf1f;
}
.tagtop{
	background:#FFF2D1;
}
.mediataglist .tagitem-right{
	float: left;
	margin-left:25px;
	margin-top:-3px;
}
.mediataglist .tagitem-right .twotag-wrap{
	margin-top:3px;
}
.mediataglist .tagitem-right .twotag-box{
	float: left;
	min-width:120px;
}
.mediataglist .tagitem-right .threetag-list{
	float: left;
	max-width:900px;
}
.mediataglist .tagitem-right .twotag{
	border:1px solid rgba(229,229,229,1);
	color: #8B8B8B;
}
.mediataglist .tagitem-right .twotag.on{
	background:#F0F3F5;
	color: #377BEB;
}

.mediataglist .tagitem-right  .threetag{
	background:none;
	border: none;
	margin:0;
	padding:0 10px;
	color:#999;
}
.mediataglist .tagitem-right  .threetag.on{
	background: none;
	color:#377BEB;
}

/*排列方式*/
.sort-wrap{
	padding:5px 0;
   background:rgba(255,255,255,1);
   line-height:32px;
   font-size:14px;
   margin-top:20px;
   color:#999;
}
.sort-wrap a{
	color:#999;
	margin:0 20px;
}
.sort-wrap a.on{
	color: #222;
}
.sort-left{
	float: left;
	margin-left:37px;
}
.sort-right{
	float: right;
	margin-right:8px;
}



/*检索结果*/
.resultlist-wrap{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    background:rgba(255,255,255,1);
    margin-top:20px;
    padding:20px 19px;
    margin-bottom:20px;
}
.resultlist-wrap .resultlist-box{
	margin:-30px 0 0 -14px;
}
.resultlist-wrap .resultlist-box li{
	float: left;
	width:280px;
	height:187px;
	margin:30px 0 10px 14px;
}

.result-item{
	width:100%;
}
.result-item .img-box{
	width:100%;
	height:157px;
}
.result-item .img-box a{
    display: block;
    width:100%;
    height:100%;
    position: relative;
}
.gray-mask{
	display: none;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:rgba(50,50,50,0.3);
}
.vplay-tag{
	display: block;
	width:38px;
	height:38px;
	background:url(http://i.i8tq.com/video/vplay.png) no-repeat;
	background-size: 100% 100%;
	margin:60px auto 0 auto;
}
.result-item:hover .result-title a{
	color:#377BEB;
}
.result-item:hover .gray-mask{
	display: block;
}
.result-item .result-title{
	font-size:16px;
	line-height:32px;
	/*padding:10px 20px;*/
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.result-item .result-tag{
    overflow: hidden;
    height:22px;
}
.result-item .result-tag span{
	display: inline-block;
	font-size:14px;
	line-height:22px;
	border-radius: 10px;
	font-weight: 400;
	color:rgba(75,75,75,1);
    background:rgba(240,243,245,1);
    padding:0 10px;
    min-width:33px;
    text-align: center;
    margin-left:9px;
}

.result-item .result-tag span:first-child{
	margin-left:0;
}



/*分页*/
.pages {
    width: 100%;
    margin: 20px auto 70px auto;
    text-align: center;
    font-size: 14px;
}
.pages span {
    display: inline-block;
    margin-right: 16px;
}
.pages span a {
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #999;
    vertical-align: middle;
}
.pages input {
    width: 33px;
    text-align: center;
    border: 1px solid #c8c8c8;
    height: 31px;
    display: inline-block;
    line-height: 31px;
    margin-right: 10px;
}
.pages span a.on {
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width:25px;
    text-align: center;
    background: #377BEB;
    color: #fff;
}

.pages .page-item{
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #999;
    vertical-align: middle;
    margin:0 10px;
}
.pages .page-item.current{
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    background: #377BEB;
    color: #fff;
 
}




/*下载和批量下载*/
.canlotdown .result-item .checkbox-item{
	display: block;
}  /*批量下载才出现选择*/
.result-item:hover .videodown-tag{
	display: block;
}
.mediadown-item{
	width:100%;
	position: relative;
}
.checkbox-item{
	display: none;
	position: absolute;
	right:10px;
	bottom:10px;
	color:white;
	background:#377beb;
	font-size:14px;
	line-height:32px;
	padding:0 10px;
	border-radius: 15px;
}
.checkbox-item .check{
	display: inline-block;
	width:14px;
	height:14px;
	border:1px solid white;
	vertical-align: middle;
	cursor: pointer;
	cursor: -ms-pointer;
	position: relative;
}
.checkbox-item .check.checked:after{
	content: "";
	width:15px;
	height:11px;
	background:url(http://i.i8tq.com/video/checked.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	left:2px;
	bottom:2px;
}
.checkbox-item span{
	vertical-align: middle;
}

.videodown-tag{
	display: none;
	position: absolute;
	left: 10px;
	bottom:10px;
	vertical-align: middle;
	background:white;
	padding:0 10px;
	border-radius: 15px;
	font-size:14px;
	line-height:32px;
}

.videodown-tag img{
	vertical-align: middle;
	margin-right:0px;
}


/*无结果*/
.noresult-box{
	text-align: center;
}


.zhuanticardlist {
  font-size: 14px;
  color: #909199;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.zhuanticardlist .DocFrom {
  margin-right: 8px;
  display: inline-block;
}

.date {
  display: inline-block;
}

