/*------content---------*/
.content{
	width:1200px;
	margin: 0 auto;
}
.content .location{
	height:32px;
	line-height:32px;
}
.content .location a{
	margin:0 5px;
}

.content .title{
	height:35px;
	line-height:35px;
	font-size:20px;
	padding-left:20px;
	box-sizing:border-box;
	color:#fff;
	background:url(../img/item1.jpg);

}

.content .search{
	border:1px solid #DCDCDC;
	margin-top:12px;
	padding:20px;
	box-sizing:border-box;
}
.content .search .search_ipt p{
	margin-bottom:8px;

}
.content .search input{
	width:230px;
	height:30px;
	padding-left:8px;
	margin-right:12px;
	box-sizing:border-box;
	outline:none;
	border:none;
	border:1px solid #DCDCDC;
}
.content .search .search_btn button{
	width:150px;
	height:65px;
	outline:none;
	border:none;
	background:#0F82CA;
	color:#fff;
	font-size:24px;
	cursor:pointer;
}
/*---------tab--------*/
.tab{
	width:1200px;
	margin:15px auto;
}
.tab table{
	width:100%;
	border:1px solid #DCDCDC;
	font-size:14px;
}
.tab table tr{
	height:35px;
	
}
.tab table tr th{
	background:#fff;
}
.tab table tr th.th1,.tab table tr th.th2{
	text-align:left;
	padding-left:86px;
	box-sizing:border-box;
}
.tab table tr td{
	text-align:center;
	color:#666;
}
.tab table tr td.td1,.tab table tr td.td2{
	text-align:left;
	padding-left:30px;
	box-sizing:border-box;
}
.tab table tr td.td3{
	text-align:left;
	padding-left:55px;
	box-sizing:border-box;
}
.tab table tr td a{
	color:#c9000c;
}
.tab table tr:nth-child(even){
	background:#F6F7F9;
}
.epages{height:40px;line-height:40px;text-align:center;margin-top:6px;}
.epages a:first-child{display:none!important;}
.epages a{display:inline-block;padding:0 12px;height:30px;line-height:30px;border:1px solid #ddd;text-align:center;}
