@charset "utf-8";

body{
	margin:0;
	padding:0;
	font-family:"微软雅黑",Verdana, Arial;
	font-size:15px;
	color:#656565;
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
}

ul,li{
	list-style:none;
}

a{
	color:#656565;
	text-decoration:none;
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

.header{
	margin-bottom: 15px;
	width: 100%;
	height: 115px;
	border-bottom: 3px solid #0077d1; 
	background-color: #fff;
}

.header-container{
	margin: 0 auto;
	width: 1200px;
	height: 110px;
	/*background-color: #eee;*/
}

.logo-img{
	margin-top: 22px;
	width: auto;
	height: 60px;
}

.search-box{
	float: right;
	width: 800px;
	height: 110px;
	/*background-color: #ddd;*/
}

.search-input-box{
	margin-top: 30px;
	width: 100%;
	height: 50px;
	position: relative;
	/*background-color: #999;*/
}

.search-input{
	width: 60%;
	height: 45px;
	border: none;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #000;
}

.submit{
	width: 12%;
	height: 45px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #0077d1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	position: absolute;
	top:0;
	left: 59%;
}

.retrieve{
	position: absolute;
	top:12px;
	left: 74%;
}
.retrieve a{
	font-size: 17px;
	color: #000;
	text-decoration:underline;
}
.retrieve a:hover{
	color: #0077d1;
}

.screening{
	margin: 0 auto;
	padding-top: 4px;
	width: 1200px;
	height: 140px;
	background-color: #f6f6f6;
}

.screening-line{
	width: 100%;
	height: 45px;
	/*background-color: #ddd;*/
}

.line-title{
	float: left;
	padding-left: 3%;
	width: 10%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	/*background-color: #66ccff;*/
}

.line-option{
	float: left;
	width: 90%;
	height: 45px;
	/*background-color: #999;*/
}

.line-option li{
	float: left;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
}

.line-option li a{
	font-size: 15px;
}

.line-option li a:hover{
	text-decoration:underline;
}

.line-option li a.active{
	font-weight: bold;
	color: #0077d1;
	text-decoration:underline;
}

.result-num{
	margin: 0 auto;
	width: 1200px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px solid #eaebeb;
}

.bold{
	color:#e1211f;
	font-weight: bold;
}

.main{
	margin:0 auto;
	width: 1200px;
	height: auto;
	/*background-color: #eee;*/
}

.hint{
	margin: 0 auto;
	padding-top: 40px;
	width: 1200px;
	height: 400px;
	/*background-color: #eee;*/
}

.titl{
	font-size: 18px;
	color: #333;
}

p{
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
}

.search-list{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eaebeb;
}

.search-title{
	width: 100%;
	height: 35px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.search-title a{
	color: #333;
}

.search-column{
	width: 70%;
	font-size: 14px;
}

.search-url{
	width: 100%;
	font-size: 14px;
	margin-top: 5px;
}
.search-url a{
	color:#539b42;
}
.search-url a:hover{
	text-decoration:underline;
}

.date{
	margin-left: 30px;
	color:#6e6e6e;
}

.search-blank{
	width: 100%;
	height: 20px;
}

.pagination{
	margin:0 auto;
	padding-top: 50px;
	width: 1200px;
	height: 150px;
	/*background-color: #eee;*/
}
.pagination ul li {
	float: left;
}
.pagination ul::after {
	content: "";
	display: block;
	clear: both;
}
.pagination li, .pagination span {
	margin: 0;
	padding: 0;
	border: 0;
}
.pagination li {
	margin-right: 8px;
	float: left;
}
.pagination a {
	display: block;
	font-size: 13px;
	color: #000000;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 10px 13px;
}
.pagination li.page-active a {
	background: #0077d1;
	color: #fff;
}
.pagination a:hover {
	background: #0077d1;
	color: #fff !important;
	border: 1px solid #0077d1;
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #0077d1;
}

.footer-container{
	margin: 0 auto;
	padding-top: 23px;
	width: 1200px;
	height: 120px;
	/*background-color: #eee;*/
}

.about{
	margin: 0 auto;
	width: 460px;
	height: 30px;
	/*background-color: #ddd;*/
}
.about li{
	float: left;
	padding: 0 15px;
	height: 17px;
	line-height: 17px;
	border-right: 1px solid #fff;
}
.about li a{
	font-size: 14px;
	color: #fff;
}

.sponsor{
	margin: 0 auto;
	width: 600px;
	height: 30px;
	/*background-color: #ddd;*/
}
.sponsor li{
	float: left;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
}

.record{
	margin: 0 auto;
	width: 610px;
	height: 30px;
	/*background-color: #ddd;*/
}
.record li{
	float: left;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
}
.record li a{
	font-size: 14px;
	color: #fff;
}

.jiguan{
	float: left;
	margin-left: 100px;
}
.zhaocuo{
	float: right;
	margin-top: 10px;
	margin-right: 100px;
}