/* 增对hanweb.css====问题的覆盖样式！ */
body {
    font-family:'Microsoft Yahei'; /**根据项目自行修改**/
    font-size:14px;
    text-align:center;
  }
  a {transition: all 0.2s ease-out 0s; color:#333}
  a:hover{transition: all 0.2s ease-out 0s; color:#F00}
  
  
  
  
  /***文章页-自适应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
  
  }
  
  /**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
  .bt-head{ 
      width:100%;
      height:80px;
      min-height:0;
      border-bottom:#333 solid 2px;
      background:url(../images/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%
  }
  
  }
  
  
.bt-position {
            width: 1100px;
}

.bt-article-y {
	width: 1100px;
}

img {
	border: 0;
}

.lanmu_left {
	float: left;
	width: 300px;
	height: 524px;
	border: 1px solid #bfbfbf;
	border-top: 2px solid #125aae;
	background-color: #f6f6f6;
	font-family: "微软雅黑";
}

.lanmu_right {
	float: right;
	width: 740px;
	min-height: 770px;
	overflow: hidden;
	margin-left: 20px;
}

.lanmu_left_one {
	float: left;
	width: 298px;
	height: 43px;
	background: url(../images/lanmu_left_one.jpg) no-repeat;
}

.lanmu_left_two {
	float: left;
	width: 298px;
	height: 40px;
	background: url(../images/lanmu_left_two.jpg) no-repeat;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #125aae;
}

.lanmu_left_three {
	float: left;
	width: 298px;
	/* min-height: 60px; */
	overflow: hidden;
	line-height:25px;
}

.lanmu_right_one {
	float: left;
	width: 738px;
	min-height: 240px;
	overflow: hidden;
	border: 1px solid #dbe0e9;
	background-color: #f9fafc;
}
.lanmu_right_one div img{width:140px;height:auto;}

.lanmu_right_two {
	float: left;
	width: 738px;
	height: 35px;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 35px;
}

.lanmu_right_three {
	float: left;
	width: 738px;
	min-height: 300px;
	overflow: hidden;
	margin-top: 10px;
}

.lanmu_right_header {
	float: left;
	width: 100px;
	height: 35px;
	background: url(../images/lanmu_right_three.jpg) no-repeat left;
	color: #125aae;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.lanmu_left {
	height: auto;
}

.lanmu_right_one {
	min-height: 275px;
}
.lanmu_right_one div img{width:140px;height:auto;}

.lanmu_right_two {
	display: none;
}

.lanmu_right_three {
	display: none;
}

.lanmu_right {
	min-height: 470px;
}

.ldzc_wz1 {
	display:block; 
	font-size:23px; 
	color:#0059b2; 
	line-height:40px;
}
.ldzc_wz2 {
	display:block; 
	font-size:17px; 
	padding-top:12px; 
	line-height:30px;
}