/* 增对hanweb.css====问题的覆盖样式！ */
body {
	
	text-align: center;
}

a {
	transition: all 0.2s ease-out 0s;
	color: #333
}

a:hover {
	transition: all 0.2s ease-out 0s;
	color: #F00
}

/*******文章正文样式开始****/

.bt-article-s .bt-article-02 {
	width: 1000px;
	padding: 25px 100px 30px 100px;
}

.bt-article-y .bt-article-02 {
	width: 1200px;
	padding: 25px 100px 30px 100px;
}

.bt-position {
	width: 1000px;
	height: 40px;
	line-height: 40px;
	color: #000;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	/*background:url(bt_wz_bule.png) no-repeat 2px 12px; !*如需使用红色版请将blue换成red*!*/
}

.bt-article-s #zoom {
	line-height: none;
}

.bt-article-s #zoom p, .bt-article-y #zoom p {
	padding: 0;
	line-height: 2em;
}

/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width: 768px) {
	
	/**手机端所有需要隐藏的容器class全部加在下面**/
	.bt-top-nav,
	.bt-head-cen,
	.bt-nav-y,
	.bt-nav-s
	.bt-box,
	.bt-position,
	.bt-footer {
		display: none;
	}
	
	/**手机端所有需要显示的容器宽度都要变成100%**/
	.bt-head,
	.bt-article-s,
	.bt-article-y {
		width: 100% !important
		
	}
	
	.bt-article-s .bt-article-02,
	.bt-article-y .bt-article-02 {
		width: 100%;
		padding: 15px 10px;
	}
	
	/**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
	.bt-head {
		width: 100%;
		height: 80px;
		min-height: 0;
		border-bottom: #333 solid 2px;
		background: url(logo-wap.png) no-repeat left top;
		
	}
	
	/**手机端-文章文调整**/
	.bt-article-s,
	.bt-article-y {
		min-height: 400px;
		margin: 0 auto;
		padding: 15px 10px;
	}
	
	.bt-article-s .bt-article-02,
	.bt-article-y .bt-article-02 {
		padding: 0;
		
	}
	
	.bt-article-s .sp_time font,
	.bt-article-y .sp_time font {
		padding: 0 20px;
		line-height: 30px;
		display: block;
		width: 100%
	}
	
}

.w1260 {
	width: 1260px;
	margin: 0 auto;
}

.contentBg {
	padding: 0 20px;
	background: url(bg03.png) repeat-y left center;
	width: 1260px;
	margin: 0 auto;
	margin-left: -3px;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*当前位置*/
.position {
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	font-size: 13px;
	color: #454545;
}

/*内容*/
.con {
	padding-top: 20px;
	padding-bottom: 20px;
}

.con .con-left {
	padding: 30px 30px;
	/*min-height: 940px;*/
	/*text-align: center;*/
	border: 1px solid #f8e9cf;
}


.con-left .con-title {
	font-size: 25px;
	color: #000;
	line-height: 150%;
	text-align: center;
	border-bottom: 2px #717171 solid;
	padding-top: 20px;
	padding-bottom: 40px;
}

.con-left .small-title {
	font-size: 15px;
	color: #333;
	height: 50px;
	line-height: 50px;
}

.con-left .small-title .date {
	margin: 0 50px 0 150px;
}

.con-left .small-title .fare {
	float: right;
	min-width: 150px;
}

.main-txt {
	margin-top: 10px;
}

.main-txt p {
	font-size: 17px;
	color: #333;
	line-height: 2em;
	/*text-indent: 2em;*/
	text-align: justify;
}

.main-corner {
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

.main-corner div {
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

.main-word {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #f1f1f1;
}

.main-word .main-word-left {
	float: left;
}

.main-word-left span {
	font-size: 15px;
	font-weight: bold;
	color: #fa0505;
}

.main-word .main-word-right {
	float: right;
}

.main-word-right span {
	float: left;
}

.main-word-right .printer {
	margin-left: 30px;
	padding-left: 25px;
	background: url(printer.png) no-repeat left center;
	cursor: pointer;
}

.main-word-right .close {
	margin-left: 25px;
	padding-left: 25px;
	background: url(close.png) no-repeat left center;
	cursor: pointer;
}

.con-main .line {
	border: 1px #c5c5c5 dotted;
	margin: 20px 0;
}

.con-main .prev {
	margin-bottom: 15px;
}


.con .con-right {
	float: left;
	width: 370px;
	display: none;
}

.con-right .right-list {
	width: 370px;
	height: 288px;
	margin-bottom: 30px;
	border: 1px #d9d9d9 solid;
	border-top: 2px #1d79cc solid;
	background-color: #f7f7f7;
}

.right-list .right-list-title {
	width: 300px;
	height: 45px;
	padding: 0 25px;
	border-bottom: 1px #fbfbfb solid;
}

.right-list-title .list-title-txt {
	float: left;
	font-size: 17px;
	font-weight: bold;
	color: #1d79cc;
	/*margin-left: 25px;*/
	margin-top: 12px;
	padding-left: 15px;
	border-left: 4px #1d79cc solid;
}

.right-list-title .list-title-more {
	float: right;
	font-size: 15px;
	color: #999;
	line-height: 45px;
}

.right-list .right-list-content {
	font-size: 17px;
	color: #333;
	padding-top: 10px;
	padding-left: 25px;
}

.right-list-content li {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	padding-left: 15px;
	background: url(dot.png) no-repeat left center;
}

.right-list-content li a {
	color: #333;
}

#zoom p img {
	max-width: 100% !important;
}

.con p img {
	max-width: 100% !important;
}
.sj_bottombody {
		line-height: 36px;
		text-align: center;
		padding: 2%;
		background: #EEEEEE;
		font-size: 20px;
		display: none;
	}
	@media screen and (max-width: 768px) {
		body {
			min-width: 100% !important;
			background: none !important;
		}
.wzabg {
			background: none !important;
		}

		.oldnav,.position,.see,.sj_hide,
		.corner-form,
		.main-word .main-word-right,
		.main-word,
		.prev,
		.next {
			display: none;
		}

		.sj_bottombody {
			display: block;
		}

		.w1260,.sj_w1275 {
			width: 100% !important;
		}

		.contentBg {
			padding: 20px;
			background: none;
			width: 100% !important;
			margin: 0 auto;
			margin-left: 0;
		}

		.w {
			width: 100% !important;
			margin: 0 auto;
		}
		
		.con{
			padding-top: 0;
		}

		.con .con-left {
			padding: 0;
			border: 0;
		}
		
		.con-left .small-title .date {
		    margin: 0 50px !important;
		}

		.main-txt video {
			width: 100% !important;
		}

		.main-txt img {
			max-width: 100% !important;
			height: auto !important;
		}
	}