.w {
	width: 1200px;
	margin: 0 auto;
}

.con-box {
	padding: 30px;
	margin: 30px auto 0;
	background-color: #fff;
	border-radius: 20px;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 14px;
	color: #454545;
	background: url(dqwz_pic.png) no-repeat 1px 17px;
}

.position .position-txt a {
	color: #454545;
}

.position .position-txt a:hover {
	color: #427fda;
}

/* 文章正文 */
.bt-article-y {
	width: 100%;
	min-height: 450px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	margin: 40px auto;
}

.bt-article-y .bt-article-02 {
	width: 100%;
	padding: 25px 100px 30px 100px;
	font-size: 16px;
	line-height: 32px;
}

.bt-article-y .tit_bt {
	font-size: 24px;
	color: #064EC0;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding: 5px 0;
}

.bt-article-y .sp_time {
	font-size: 16px;
	border-bottom: 2px #e3edf6 solid;
	text-align: center;
}

.bt-article-y .sp_time font {
	padding: 0 20px;
	line-height: 40px;
	font-size: 16px;
}

.bt-article-y .wzzw-con {
	width: 100%;
	min-height: 300px;
	padding: 20px 0 40px;
	text-align: left;
}

.bt-article-y .wzzw-con img,
.bt-article-y .wzzw-con video {
	max-width: 100%;
}

.bt-article-y .wzzw-con * {
	font-size: 16px;
	line-height: 32px;
}

.bt-article-y .wzzw-con p,
.bt-article-y .wzzw-con span,
.bt-article-y .wzzw-con a,
.bt-article-y .wzzw-con div,
.bt-article-y .wzzw-con td {
	font-size: 16px;
	line-height: 32px;
}

.bt-article-y .wzzw-con td p {
	width: auto !important;
	padding: 0 !important;
}

.bt-article-y .wzzw-con td {
	border: 1px solid #333333;
}

.bt-article-y .fenxiang {
	height: 40px;
	background: #f1f1f1;
	padding: 0 20px;
	overflow: hidden;
}

.bt-article-y .print_close {
	width: auto;
	height: 100%;
	overflow: hidden;
}

.bt-article-y .print_close a {
	display: block;
	height: 100%;
	line-height: 40px;
	float: left;
	font-size: 15px;
}

.bt-article-y .wzzw-print {
	background: url(print.png) no-repeat left center;
	padding-left: 30px;
	margin-right: 20px;
}

.bt-article-y .wzzw-close {
	background: url(close.png) no-repeat left center;
	padding-left: 30px;
}

.bt-article-y .next {
	margin-top: 20px;
	text-align: left;
	padding-left: 30px;
	border: 0;
}

.bt-article-y .next a {
	line-height: 32px;
	font-size: 16px;
	color: #355e92;
	display: block;
}

/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media (max-width: 1200px) {

	/* 通用头部手机端 */
	.header {
		width: 100%;
		height: auto;
		padding: 1.875rem 1.5rem;
	}

	.header .logo1,
	.header .logo2,
	.header .logo3 {
		width: 100%;
		height: auto;
		position: initial;
		padding: 1.25rem 0;
		text-align: center;
	}

	.header .logo1 img,
	.header .logo2 img,
	.header .logo3 img {
		width: 100%;
		height: auto;
	}

	.header .date {
		display: none;
	}

	.nav-box {
		width: 100%;
		padding: 0 1.5rem 20px;
	}

	.nav-list {
		width: 100%;
		float: none;
	}

	.nav-list li {
		width: 33.333%;
		padding: 0;
		text-align: center;
	}

	.search {
		margin: 10px auto 0;
		float: none;
	}

	/**手机端-文章正文调整**/
	.w {
		width: 100%;
	}

	.con-box {
		padding: 1.5rem;
		margin: 1.875rem auto 0;
		border-radius: 4px;
	}

	.bt-article-s,
	.bt-article-y {
		margin: 0 auto;
		border: 0;
	}

	.bt-article-y .bt-article-02 {
		padding: 20px 0;
	}

	.bt-article-y .sp_time {
		padding: 5px 0 10px;
	}

	.bt-article-s .sp_time font,
	.bt-article-y .sp_time font {
		padding: 0;
		line-height: 32px;
		display: block;
		width: 100%;
	}

	.bt-article-y .fenxiang {
		display: none;
	}

	.bt-article-y .next {
		margin-top: 0;
		padding-left: 0;
	}

	.bt-article-y .next a {
		line-height: 30px;
		padding-bottom: 10px;
	}

	/* 通用底部手机端 */
	.footer {
		width: 100% !important;
		height: auto !important;
		padding: 20px 1.5rem 86px !important;
	}

	.footer-font {
		height: auto !important;
		display: block !important;
		text-align: center !important;
	}

	.footer-font a,
	.footer-font span {
		display: block !important;
	}

	.dzjg {
		left: 50% !important;
		top: 110px !important;
		margin-left: -27px !important;
	}
}