﻿*{
	margin: 0;
	padding: 0;
}
i,em{
	font-style: normal;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.main{
	margin-top: 30px!important;
	min-height: 400px;
}
.search_input{
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
}
.search_input input[type='text']{
	text-indent: 20px;
	font-size: 16px;
	width: 90%;
	height: 50px;
	border: none;
}
.search_input input[type='button']{
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	border: none;
	height: 50px;
	font-size: 18px;
}
.search_input input[type='button']:hover{
	cursor: pointer;
	transition: 0.6s;
	background-color: #00bd69;
	color: #fff;
}
.searchNav{
	box-sizing: border-box;
	padding-left: 15px;
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.searchNav span:first-child{
	color: #009251;
}
.searchNav span:last-child{
	color: #005bac;
}
.searchList .item{
	box-sizing: border-box;
	padding: 0 15px 10px 15px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.searchList .item:hover{
	background-color: #f7f7f7;
}
.search-title{
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
}
.search-title a{
	color: #333;
}
.search-title a:hover{
	color: #005bac;
	text-decoration: underline;
}
.searchList .item .search-txt{
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.searchList .item .search-date{
	color: #333333;
	font-size: 12px;
}
.searchList .item .search-date em{
	color: #bababa;
	margin: 0 30px 0 15px;
}
.searchList .item .search-date span{
	color: #ef3838;
}
.searchList .item .search-date a{
	color: #009251;
}
/* .searchList .item .search-date a:hover{
	text-decoration: underline;
	color: #005bac;
} */
.page-large {
    margin: 40px 0 20px;
    text-align: center;
}
.page-large a{
	min-width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	float: left;
	text-indent: 0;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 3px;
}
.page-large a.on{
	border: 1px solid #ef3838;
	background: #ef3838;
	color: #fff;
}
.page-large .prev-page{
	background: url(../image/small-prev-page.png) center center no-repeat;
}
.page-large .next-page{
	background: url(../image/small-next-page.png) center center no-repeat;
}
.page-large .prev-page:hover{
	border: 1px solid #ef3838;
	background: url(../image/small-prev-page-on.png) center center no-repeat #ef3838;
}
.page-large .next-page:hover{
	border: 1px solid #ef3838;
	background: url(../image/small-next-page-on.png) center center no-repeat #ef3838;
}
.page-large .Num:hover{
	border: 1px solid #ef3838;
	color: #ef3838;
}
