@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;
}

/*灰色导航*/
.ht {
	background: #f2f2f2;
	height: 70px;
}

.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 span {
    margin-left: 5px;
}

.navnr_in a {
	color: #666666;
    margin: 0 5px;
}

.navnr_in a:first-child {
    margin-left: 0;
}




/*蓝色*/
.belu_inx {
	margin: 0 auto;

	width: 100%;
	line-height: 70px;
	font-size: 22px;
	color: #0a5caa;
	font-weight: bold;
	border-bottom: 10px solid #0a5caa;
}

.belu_in {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

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

.belu_in ul li {
	font-size: 18px;
	line-height: 46px;
	background: url(../img/20260418_dian.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;
}

@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%;
	}

.ht {
		width: 100%;
		height: 3rem;
		margin: 0 auto;
	}

	.navnr_in {
		line-height: 3rem;
		font-size: 1rem;
		padding-left: 0.8rem;
		box-sizing: border-box;
	}

	.top_text {
		display: none;
	}

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

	.belu_in ul {
		border-bottom: none;
	}

	.belu_in 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;
	}

	.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;
	}
.paging_wrap {
    clear: both;
}

}