.main{
	width:100%;
	height:auto;
	background:#EEEEEE;
}
.main .inner{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.main .inner .top{
	width:100%;
	height:165px;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:35px;
}
.main .inner .top .top_one{
	line-height:30px;
	font-size:12px;
}
.main .inner .top .top_one a{
	color:#000;
}
.main .inner .top .title{
  width:100%;
  height:41px;
  border-bottom:1px solid #000;
  
}
.main .inner .top .title h1{
	font-size:30px;
	float:left;
}
.main .inner .top .title h1 span{
	color:#4E4E4E;
	font-size:24px;
}
.main .inner .top .title .search{
	width:245px;
	height:35px;
	border:1px solid #000;
	border-radius: 10px;
		float:right;
		background:#F6F6F6;
}
.main .inner .top .title .search .text{
	float:left;
	border:none;
	outline:none;
	width:200px;
	height:31px;
	line-height:31px;
	border-radius: 10px;
	padding-left:10px;
	background:#F6F6F6;
}
.main .inner .top .title .search .button{
	width:25px;
 border:none;
	outline:none;
	height:33px;
	background:url("search.png") no-repeat;
}
.main .inner .list ul{
	width:100%;
	height:auto;
	padding-left:17px;

}
.main .inner .list ul li{
	float:left;
	width:389px;
	height:288px;
	background:#fff;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
}
.main .inner .list ul li img{
	width:100%;
	height:237px;
}
.main .inner .list ul li .yinying{
	position:absolute;
	top:0;
	left:0;
	width:389px;
	height:237px;
	background:rgba(0,0,0,0.4);
	text-align: center;
	line-height:237px;
	color:#fff;
	font-size:20px;
	display:none;
}
.main .inner .list ul li p{
	text-align: center;
	height:51px;
	line-height:51px;
	font-size:14px;
}
.nav_list{
	height:36px;
	margin:30px auto;
	text-align: center;
}
.nav_list li{
	display:inline-block;
	border:1px solid #000;
	margin-right:40px;
	box-shadow:4px 4px 3px #CCCCCC;
}
.nav_list li a{
	width:118px;
	height:35px;
	display: block;
	text-align: center;
	line-height: 36px;
	color:#000;
	font-size:14px;
}
.nav_list li a:hover{
	color:#fff;
	background:#15274d;
}

.page{
    text-align: center;
	clear: both;
	padding-top:40px;
	padding-bottom:130px;
}
.page span{
	vertical-align:middle;
	border:1px solid #ADADAD;
	display:inline-block;
	list-style: none;

line-height:28px;
	height:28px;
}
.page span a{
	padding:0 10px;
	line-height:28px;
	height:28px;
	display:block;
	background:#fff;
	font-size:14px;
}

.page span.page-numbar a{
display:inline-block;
}
.page a:hover{
	background:#15274d;
	color:#fff;
	padding:0 10px;
line-height:28px;
	height:28px;
}

.page-status{
display:none!important;
}
span.page-num{
display:none!important;
}