*{
	font-family: "微软雅黑";
}
div div.container{
	margin-bottom:50px;
	padding:50px 0 10px 0;
	font-size:16px;
	color:#626262;
	line-height:28px;
}
.hx{
	color:#ccc;
	font-size:14px;
}
.bt{
	margin-bottom:40px;
}
.li-header{
	color:#0376ac;
	font-weight: bold;
	list-style:none;
	margin-left:0px;
	margin-bottom:10px;
}

.img{
	width:80%;
}
@media screen and (max-width:700px){
  div div.container{
  	  margin-bottom:10px;
	  padding:20px 0 10px 0;
	  font-size:12px;
	  color:#8c8c8c;
	  line-height:22px;
   }
  .img{
	  width:100%;
   }
   .row{
	margin:0px!important;
   }
    #telnav{
  	left:0px;
  }
  #head{
  	padding:0px;
  }
}