.search-showsUl li{ background:url(../images/lis1.jpg) no-repeat left 16px; padding-left:9px; height:35px;line-height:35px; overflow:hidden;width:45%;float:left;text-align:left;}
.search-showsUl li.fenge{ width:auto;height:7px; clear:both;float:none; overflow:hidden; border-top:1px dashed #ccc;background:none;  margin:7px 10px 0px 0px;/*firfox*/ margin:7px 10px 0px 0px\9;/*IE8*/*margin:0px 10px 0px 0px;/*IE7*/_margin:0px 10px 0px 0px;/*IE6*/}
.content{width:98%;line-height:30px;}
.tupian{width:20%;overflow:hidden;float:left;padding:5px; border:1px solid #eee;margin-right:10px;margin-bottom:10px;}
.tupian img{max-width:100%;}
.tupian img:hover{border:1px solid #ddd;}
.shows-box{
	margin-top:0;
}
.shows-box .shows-nav li{
	    border-radius:0 0 8px 8px ;
}
.results{
	width:100%;
	height: 40px;
	float:left;
	margin:10px 0;
	background: rgba(240,103,180,.6);
}
.results p{
	width:90%;
	margin:0 auto;
	color:#fff;
	line-height: 40px;
	font-size: 0.9em;
	}
.shows-con{
	width:90%;
	margin:0 auto;
}
.search-text{
	position: relative;
}
.shows-logo{
	
	width:190px;
	height: 50px;
	text-indent:70px;
	line-height: 50px;
	position: absolute;
	top:20;
	left:-180px;
	background: url(../images/logo.png) left center no-repeat;
}
.shows-logo a{
	font-size:2em;
	color:#c54725;
	font-weight: bold;
}
.search-showsUl,.search-tou{
	width:100%;
	float: left;
	border-right:1px solid #ccc;
}
.search-showsUl{padding-bottom:5%;min-height:40%;}
.search-tou{margin-top:20px;padding-bottom:20px;}
.search-tou h1{text-align:center;}
.search-showsUl li:hover {
	text-decoration:underline;
}
.search-showsUl li a h4{
	font-weight:lighter;
	color:#3366CC;
}
.search-showsUl li a p{
	font-size:0.9em;
	margin:8px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.search-showsUl li a span{
	font-size:0.8em;
	color:#008000;
}
.search-showsOL {
	list-style-type:decimal;
	width:100%;
	padding:10px 0;
	float: right;
}
.search-showsOL  h4{
	text-indent:20px;
	font-weight: lighter;

}
.search-showsOL  li{
	margin: 10px 0;
	margin-left:50px;
	font-size: 0.9em;
	

}
.search-showsOL li a{color:#3366CC}
.search-showsOL li a:hover{
	color:#c54725;
	background: #fff;
}
.pages{
	width:100%;
	display:none;
}
.pages a{
	display: block;
	float:left;
	width:30px;
	height: 30px;
	margin-left:10px;
	line-height: 30px;
	text-align:center;
	background: #fff;
	border:1px solid #ccc;
}
.pages span{
	display: inline-block;
	float:left;
	margin-left:10px;
	font-size:0.9em;
	padding:0 10px;
	height:30px;
	line-height: 30px;
	background: #fff;
	border:1px solid #ccc;
	cursor: pointer;
}
.sidebar{
	width:20%;
	float:right;
	}
.side-left{
	width:79%;
	float:left;
	}
@media screen and (max-width:800px){
	.search-showsUl{
		width:95%;
		border-right:none;
	}
	.search-showsUl li{
		width:100%;
	}
	.results p{width:95%;}
	.search-showsOL{
		width:100%;
		border-top:1px solid #ccc;
		padding:30px 0;
	}
	.search-showsUl, .search-tou{width:95%;border-right:none;}
	.tupian{width:100%;}
	.side-left,.sidebar{
	width:100%;
	}
	.search-text:before{
		top:-60px;
		left:50%;
		margin-left:-100px;
	}
	.search-text{
		margin-top:100px;
	}
}