/* 增对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:1100px; padding:25px 100px 30px 100px;}


/***文章页-自适应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,
.xg-box,
.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(/images/283/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%
}


	.screen{display:none!important;}
	.wapHeader{display:block;}
	body{min-width:100%!important;}
	.w1170 {
		min-width: 100%!important;
		margin: 0 auto;
	}
	.h10{height:0.1rem;}
	.h20{height:0.2rem;}
	.h30{height:0.3rem;}
	.h40{height:0.4rem;}
	.h50{height:0.5rem;}
	.h25{height:0.25rem;}
	.bgf{background: #fff;}
	.bt-height-35{height:0.35rem;}
	.hide{display:none;}
	.tit {height: 0.45rem;border-bottom: 0.01rem solid #d5d5d5;font-size:0.23rem;color: #c10d0c;}
	.tit a{color: #c10d0c;}
	.tit li {float: left;font-size:0.23rem;color: #c10d0c;cursor: pointer;}

}
.title{border-bottom:3px solid #3c66a5;height:53px;line-height:53px;}
.title li{float:left;padding:0 5px;background:url(/images/283/borderRadius.png) no-repeat left center;text-align:center;color:#fefeff;font-size:17px;font-weight:bold;}
.title li div{background-color: #3c66a5;
	padding: 0px 15px;}
.list{padding-top:15px;}

.list li span{float:right;color:#999999;font-size:17px;}
/*.footer_box_bottom{border-top: 10px solid #355e92;}*/

