@charset "utf-8";

html,
body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, img  {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

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

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.h40 {
	padding-top: 40px;
}

.main1200 {
	margin: 0 auto;
	width: 1200px;
}


/*灰色导航*/

.navnr_in {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 70px;
}

.navnr_in p {
	display: inline-block;
}

.navnr_in p span {
	color: #666666;
}

.navnr_in a {
	color: #666666;
}

.belu_in {
	float: right;
	width: 838px;
	margin-bottom: 60px;
}

.belu_in>ul {
	padding: 10px 0px;
	border-bottom: double 1px #e3e3e3;
}

.belu_in .data_list>ul li {
	font-size: 18px;
	line-height: 46px;
	background: url(../img/20260523_blueIcon.png) left 20px no-repeat;
	padding-left: 24px;
}

.belu_in ul li.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
}

.belu_in ul li span.date {
	color: #999999;
	line-height: 46px;
	font-size: 16px;
	float: right;
	white-space: nowrap;

}

/*footer 手机版*/
.footx_top {
	display: none;
}

.footx_top2 {
	display: none;
}

.footx {
	display: none;
}

.list_title {
	float: left;
	width: 1200px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding: 20px 0;
	color: #0a5caa;
	font-size: 14px;
}

.list_title b {}

.list_title span {
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	color: #4e4e4e;
}

.list_title a {
	text-align: left;
	color: #4e4e4e;
margin:0 5px;
}

.list_title img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.ban {
	text-align: center;
	margin-bottom: 30px;
}

.ban img {
	width: 100%;
}

ul.zjyq_left {
	float: left;
	width: 310px;
	border-top: #0a5caa solid 6px;
}

ul.zjyq_left li {
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-size: 22px;
	text-align: center;

}

ul.zjyq_left li a {
	color: #333333;
	display: block;

}

ul.zjyq_left li a:hover {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

ul.zjyq_left li.active {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

ul.zjyq_left li.active a {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

.title_g {
	border-bottom: 2px solid #e9e9e9;
}

.title_g span {
	display: inline-block;
	padding: 0px 3px;
	height: 38px;
	line-height: 34px;
	border-bottom: 3px solid #0a5caa;
	margin-bottom: -2px;
	text-align: center;
	font-size: 22px;
	color: #0a5caa;
	font-weight: bold;
}

.title_g a {
	float: right;
	font-size: 14px;
	color: #b3b3b3;
	padding-top: 12px;
}

.title_g a:hover {
	color: #3460ab;
}

@media screen and (max-width: 1000px) {
	html {
		list-style: none;
		margin: 0;
		padding: 0;
		text-decoration: none;
		height: 100%;
		max-width: 750px;
		min-width: auto;
		background: none;
	}

	body {
		padding: 0;
		margin: 0 auto;
		height: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		max-width: 750px;
		min-width: auto;
		background: none;
	}

	.main1200 {
		margin: 0 auto;
		width: 100%;
	}

	.belu_in {
		width: 100%;
		padding: 0 0.8rem;
		box-sizing: border-box;
        margin-bottom: unset;
	}

	.belu_in ul {
		border-bottom: none;
		padding-top: 2rem;
	}

	.belu_in .data_list>ul li {
		float: left;
		width: 100%;
		font-size: 1.1rem;
		box-sizing: border-box;

		line-height: 2rem;
		color: #171717;
		border-bottom: #dadada solid 1px;
		padding: 0.6rem 0 0.6rem 1rem;
		background: url(../img/20260523_blueIcon.png) left 20px no-repeat;
	}

	.belu_in ul li span.date {
		font-size: 0.8rem;
		line-height: 1.8rem;
		font-size: 1rem;
		float: right;
		white-space: nowrap;
		text-align: right;
		color: #747474;
	}

	.belu_inx {
		display: none;
	}

	.footer {
		display: none;
	}

	ul.zjyq_left {
		float: none;
		width: 100%;
		border-top: #0a5caa solid 6px;
		margin-bottom: 0.8rem;
	}

	.list_title {
		width: 100%;
	}

}