/* 增对hanweb.css====问题的覆盖样式！ */
body {
	font-family: 'Microsoft Yahei'; /**根据项目自行修改**/
	text-align: center;
}
a {
	transition: all 0.2s ease-out 0s;
	color: #333
}
a:hover {
	transition: all 0.2s ease-out 0s;
	color: #1b407b
}
.phone_nav {
	display: none;
}


/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width: 768px) {
/**手机端所有需要隐藏的容器class全部加在下面**/
/*为了不和hanweb中bt-head-cen,bt-nav-y样式发生冲突,此处将原bt-head-cen,bt-nav-y分别改为bt-head-cen_zdy,bt-nav-y_zdy去除默认高度，自定义*/
.bt-top-nav, .bt-head-cen_zdy, .bt-nav-y_zdy, .bt-nav-s .bt-box, .bt-position, .bt-footer_zdy {
	display: none;
}
/**手机端所有需要显示的容器宽度都要变成100%**/
.bt-head, .bt-article-s, .bt-article-y {
	width: 100% !important
}
/**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
/*为了不和hanweb中bt-head样式发生冲突,此处将原bt-head改为bt_head_zdy,去除默认高度，自定义*/
.bt-head_zdy {
	width: 100%;
	height: auto;
	min-height: 0;
	border-bottom: #3371cf solid 2px;
	background: url(logo-wap.png) no-repeat;
	background-size: 100% auto;
	min-width: 340px;
}
/**手机端-文章文调整**/
.bt-article-s, .bt-article-y {
	min-height: 400px;
	margin: 0 auto;
	padding: 20px 10px;
}
.bt-article-y img {
	max-width: 300px;
}
.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: none;
	width: 100%
}
#fxx, #dygb {
	display: none;
}
.bt-article-y .next, .bt-article-s .next {
	display: none;
}
.bt-article-02 .sp_title {
	padding-bottom: 10px;
}
.bt-article-y .sp_title {
	font-size: 19px;
}
.bt-note-15 {
	height: auto;
}
.phone_bq1 {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	display: block;
	color: #666666;
	background: #f3f3f3;
	text-align: center;
}
.phone_nav {
	display: block;
}

/*信息公开文章页自适应*/
.bt-box-1000{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	}
.xxgk_lm_dqwz{ display:none;}
}
