body{
	
	/*height: 1000px;*/
	width: 100%;
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
}
*{
    font-size:initial;
}2
/*主体盒子*/
.layout{
	width: 100%;
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;

	/*background:#ccc;*/
	/*position: relative;*/
}
/*头部*/
.dl{
	color: #ccc;
	height: 40px;
}
.dl p{
	margin: 0px;
}
.header{
	height: 60px;
	background-color: #fff;
	text-align: center;
	line-height: 2.25rem;
	color: #0657a9;
}

.header .htop{
	padding-top: 5px;
	height:5px; /*假定最低高度是200px*/
	background-color: #0657a9;
}
 .hbottom{
	
	height:5px; /*假定最低高度是200px*/
	background-color: #0657a9;
}
.header h1{
	padding-top: 17px;
	font-size: 23px;
	font-family: 黑体;
}

/* 左侧菜单 */

.menu-button {
  position: fixed;
  margin-top: 300px;
  height: 46px;
  width: 30px;
  /*cursor: pointer;*/
  background-color: #0657a9;
  z-index: 999;
  margin-left:0px !important ;
  border-radius:0px 8px 8px 0px
}
.menu-button img{
	padding-top: 9px;
	margin-left: 5px;
	width: 20px;
	height: 36px;
}


.sidebar {
	/*position: relative;*/
	/*padding-left: 200px;*/
    margin: 0;
    /*margin-top: 60px;*/
    /*width: 300px !important;*/
    /*padding-top: 1em;*/
    padding-left: 5em;
    color: #000;
    background-color:#fff;
    width:200px;
}
.sidebar table tr{
	color:#666;
	font-size: 20px;
	width: 300px;
	height: 70px;
}
.sidebar table tr a{
	color:#666;
	
}
.sidebar table tr img{
	width: 50px;
	height: 30px;
	padding-left: 20px;
	
}
.wrapper{
	/*position: absolute;*/
	/*float: left;*/
	margin:0 auto !important;
	width: 640px;


}

.zuo{
	width: 640px;
}
/* nav */
.nav{width: 100%;height: 100%;background: #fff;transition: all .3s;}
.nav div{display: block;
	overflow: hidden;line-height:65px;max-height: 65px;color: #ABB1B7;transition: all .3s;}
.nav div span{margin-left: 75px; font-size: 18px;color: #666;}
.nav-item{position: relative;}
.nav-item.nav-show{border-bottom: none;}
.nav-item ul{display: none;background: rgba(0,0,0,.1);}
.nav-item.nav-show ul{display: block;}
.nav-item>div:before{content: "";position: absolute;left: 0px;width: 8px;height: 30px;background: #34A0CE;opacity:0;transition: all .3s;}
.nav .nav-icon{font-size: 20px;position: absolute;margin-left:-1px !important; padding-left: 30px; }
.nav .nav-icon img{width: 30px;height: 30px;}
.nav-item .nav-icon img{width:30px;height:30px;margin-left:10%;}
.nav-item span{margin-left:10%;color:#000;}
/*---------------------*/
.nav-more{float:right;margin-right: 20px;font-size: 20px;transition: transform .3s;color: #666;}
/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/

/*---------------------*/
.nav-show .nav-more{transform:rotate(90deg);}
.nav-show,.nav-item>div:hover{color: #FFF;background:#cdddee;}
.nav-show>div:before,.nav-item>div:hover:before{opacity:1;}
.nav-item li:hover a{color: #FFF;}
.nav-item div{height: 60px;width: 220px; padding:15px;}
.nav-item li a{color: #666;font-size: 23px;float: right;margin-left: 40px;padding-top: 10px;}


/*新闻资讯*/

.newTitle{
	margin-top: 50px; 
	width: 100%;
	height: 60px;
	background-color: #E6E6E6;
	/*position: absolute;*/
}
.newTitle .TitleTextIcon{
	/*position: relative;*/
	float: left;
	margin-top: 20px;
	margin-left: 2%;
	background:url(../home/images/ic1.png) no-repeat;
	width: 20px;
	height: 60px;
}

.newTitle .textContent{
	position: relative;
	float: left;
    top: 22%;
    height: 60px;
    left: 2%;
    font-size: 20px;
    font-weight: 600;
    font-family: 微软雅黑;
    width: 60%;
}

.newTitle .titleMoreIcon{
	position: relative;
    height: 60px;
	float: right;
	right: 2%;
	font-size: 30px;
	/*margin-top: 8px;*/

}

.newTitle .titleMoreIcon a{
	color: #0657a9;
	
}

.newline{
   
	/*background-color: blue;*/
	height: 90px;
}
.new a{
    color:#2e2f2f;
}
.newline .lineIcon{
	
	float: left;
	margin-top: 8px;
	margin-left: 5%;
	background:url(../home/images/ic2.png) no-repeat;
	width: 20px;
	height: 60px;
}
.new hr{
    margin-top:10px;
}

.newline .newname{
	position: relative;
	float: left;
    /*height: 70px;*/
    /*left: 1%;*/
    font-size: 17px;
    font-weight: 600;
    font-family: 微软雅黑;
    width: 80%;
    display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.newline .lineMoreIcon{
	position: relative;
    /*margin-top: -70px;*/
	float: right;
	right: 2%;
	font-size: 20px;
	color: #666;

}
.newline .lineMoreIcon a{

	color: #666;

}

.newline .newTime{
	margin-top: 15px;
	float: left;
    color: #ababab;
    font-size: 15px;
    font-family: 微软雅黑;
  
}

.m{
	
	padding-top: 10px;
	text-align: center;
	z-index: 1;




}

/*返回顶部*/
.regbutton{
	background:url(../images/regbg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 20px;
	height: 80px;
	color: #1D1DC0;
}

.regbutton h3{
	font-weight: 800;
	font-size: 20px;
	padding-top: 10px;
}
.regbutton h3 a{
	color: #1D1DC0;
}
.regbutton p{
	color: #888888;
}
.bottomTop{
	height: 40px;
	background-color: #0657a9;
}
.bottomTop .bt{
	float:right;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	margin-top: 3px;
	margin-right:10px;
	
}

.bottomTop .bt a{
	
}

/*版权所有*/
.foot{
	/*margin-top: 50px;*/
	background-color: #323232;
	height: 140px;

}
.banquan{
	padding-top: 20px;
	text-align: center;
}
.banquan p{
	font-size: 12px;
	color: #b7b5b5;
	margin: 0;
	padding-bottom: 4px;
}