@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	/* [disabled]margin:0;*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	margin: 0;
	outline: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
a, a:hover {
	color: #394351;
}
/*当前位置*/
.dqwz {
	width: 100%;
	/*height: 35px;*/
	background-color: #fff;
}
.fz {
	background: url(dqwz_20211008.png) no-repeat left;
	padding-left: 20px;
}
.dqwz1 {
	width: 1200px;
	line-height: 60px;
	margin: 0 auto;
}
#page_Wrap {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	background: #fff;
}
#content_Height {
	position: relative;
}
.mod_title {
	font-size: 24px;
	color: #394351;
	font-weight: 900;
}
.mod_title a {
	display: inline-block;
	position: relative;
}
.news_List_W_timebar {
	margin-top: 30px;
}
.news_List_W_timebar li {
	margin-bottom: 30px;
}
.news_List_W_timebar li span {
	display: inline-block;
	/* float: left; */
	line-height: 54px;
	position: relative;
	padding-right: 50px;
	color: #8792a2;
	font-size: 16px;
	vertical-align: middle;
}
.news_List_W_timebar li span:after {
	content: "";
	width: 2px;
	height: 88px;
	border-radius: 10px;
	display: block;
	background: #015293;
	position: absolute;
	right: 21px;
	top: 20px;
}
.news_List_W_timebar li a {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 80%;
}
.news_List_W_timebar li a:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 10px;
	display: block;
	background: #015293;
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -7px;
}
.news_List_W_timebar li a:hover {
	color: #015293;
}
.news_List_W_timebar li span.last:after {
	display: none;
}
.news_List_W_timebar h3 {
	font-size: 20px;
}
.news_List_W_timebar p {
	color: #9ea5af;
	margin-top: 10px;
	padding-left: 110px;
}
.news_List_W_timebar.wider_one li span {
	border-radius: 3px;
	border: 1px solid #015293;
	padding-right: 0px;
	margin-right: 50px;
	width: 80px;
	text-align: center;
	background-size: 100%;
	line-height: normal;
	padding-bottom: 10px;
	float: left;
}
.news_List_W_timebar.wider_one li span s {
	display: block;
	font-size: 26px;
	font-weight: 900;
	color: #015293;
	padding: 10px 0;
}
.news_List_W_timebar.wider_one li span:before {
	right: -35px;
}
.news_List_W_timebar.wider_one li span:after {
	right: -29px;
	height: 137px;
}
.news_List_W_timebar.wider_one li h3 a:before {
	left: -31px;
}
/*分页/翻页*/
.pagination {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	line-height: 28px;
	font-size: 14px;
	font-family: "Microsoft YaHei", 微软雅黑;
	margin-top:20px; 
	margin-bottom:20px;
}
.pagination a, .pagination span {
	display: inline-block;
	border: 1px solid #d9d9d9;
	color: #666;
	margin: 3px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
	height: 28px;
}
.pagination a:hover {
	background: #1494ff;
	border: 1px solid #1494ff;
	color: #fff !important;
}
.pagination a.active {
	border: 1px solid #1494ff;
	color: #fff;
}
.pagination span.current, .pagination span.current:hover {
	background: #1494ff;
	border: 1px solid #1494ff;
	color: #fff;
}
.pagination span.disabled, .pagination span.disabled:hover {
	border: 1px solid #d9d9d9;
	color: #666;
	background: #eee;
}
.pagination a.text, .pagination a.text:hover {
	color: #fff;
	background: #1494ff;
	border: #1494ff 1px solid;
	cursor: text;
}
.pagination a.pagemore, .pagination a.pagemore:hover {
	color: #666;
	background: #fff;
	border: 1px solid #fff;
	cursor: text;
	padding: 0 3px;
}
.pagination .inputBar {
	border: 0;
	height: 28px;
	padding: 0 6px;
}
.pagination .total {
	border: 0;
	height: 28px;
	padding: 0;
}
.pagination .inputBar input {
	width: 40px;
	height: 24px;
	line-height: 24px;
	padding: 2px 5px;
	border: #ccc 1px solid;
	*margin:-3px 3px 0;	
	margin: -3px 3px 0;
	_margin: -3px 3px 0;
	background: #eee;
	vertical-align: middle;
}
.pagination button {
	width: 40px;
	height: 30px;
	line-height: 22px;
	padding: 2px 5px;
	border: #1494ff 1px solid;
	margin: -5px 6px 0 3px;
	_margin: -5px 3px 0;
	background: #1494ff;
	vertical-align: middle;
	color: #fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
 	*+height: 1%;
}
