*{
padding: 0;
margin:0;
font-family:Microsoft YaHei;
color:#000;
}
body{
position: relative;
}
img{
width: 100%;	
}
a{
	text-decoration: none;
}
.top{
	width:100%;
	height: auto;
	overflow: hidden;
}
.htit{
	width:100%;
	padding:1rem 0 1rem;
	font-size:1.2rem;
	margin:.3rem 0;
	text-align: center;
	color:#454545;
	font-weight: bold;
	background-color:#fff;
}

.asearch{
	width:100%;
	margin:.5rem 0;
	background-color:#fff;	
	padding:1rem 0;
	overflow:hidden;
}

.search{
	width:88%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	padding:.5rem;
	box-shadow:0px 0px 5px #ddd;
	border-radius:.2rem;
	background-color:#fff;
}
.search input[type=text]{
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.83rem;
	line-height: 1.83rem;
	color: #919191;
	font-size:.9rem;
	border:none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.search input[type=submit]{
	background:none;
	border:none;
	width:20%;
	height: 1.83rem;
	display:inline-block;
	background-image: url(../images/search.png);
	background-size:contain;
	background-position:center right;
	background-repeat: no-repeat;
}
.box{
	width:49.9%;
	height:3.5rem;
	margin:.3rem 0;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}
.box:nth-child(odd){
	border-right:1px solid #ddd;
	
}
.box .licon{
	width:20%;
	height:100%;
	margin:0 10%;
	line-height:3.5rem;
	float:left;	
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center center;
}
.box .licon img{
	max-width:100%;
	max-height:100%;
}

.box .rtext{
	width:60%;
	height:100%;
	line-height:3.5rem;
	text-align:left;
	float:left;
}

.main{
	width:100%;
	height: auto;
	margin:.3rem 0;
	background-color:#fff;
	overflow: hidden;
}

.main .nbox{
	width:33.33%;
	height:100%;
	display:inline-block;
	margin:1.5rem 0;
	float: left;
}
.main .nbox .nimg{
	width:1.5rem;
	height:1.5rem;
	margin:0 auto;
}
.main .nbox .nimg img{
	max-width:100%;
	max-height:100%;
}
.main .nbox .ntext{
	width:100%;
	height:auto;
	font-size:0.9rem;
	padding:1rem 0;
	text-align: center;
}
.ltit{
	background-color:rgb(50, 133, 255);
	color:#fff;
	line-height:3rem;
	font-size:1.1rem;
	text-indent:5%;
}

.smain{
	width:100%;
	height: auto;
	background-color:#fff;
	overflow: hidden;
	padding-bottom:1rem;
}

.smain .sli{
	width:90%;
	height: auto;
	margin:0 auto;
	padding:0.8rem 0 1.1rem;
	border-bottom: 1px solid #eee;
}

.stop{
	width:100%;
	height:3rem;
	overflow:hidden;
	font-size:1.1rem;
	background-color:#fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	top:0;
}
.stop .back{
	width:2rem;
	height:2rem;
	margin:0.5rem 0 0 0.5rem;
	float: left;
}
.stop .back,.home img{
	max-width:100%;
	max-height:100%;
}
.stop .home{
	width:2rem;
	height:2rem;
	margin:0.5rem 0.5rem 0 0;
	float: right;
}
.hmain{
	width:90%;
	height: auto;
	margin:4.5rem auto 0;
	overflow: hidden;
}

.hmain .ntit{
	font-size:1.3rem;
	font-weight: bold;
}

.hmain .time{
	font-size: .8rem;
	color:#b3b3b3;
	margin:0.5rem 0;
}

.hmain .body{
	line-height:1.5rem;
	color:#666;
	font-size:0.9rem;
}
.hmain .body img{
	max-width:100%;
	
}
.page{
	background-color:#fff;
	text-align: center;
	padding: .5rem 0;
}
.page li{
	list-style: none;
	display: inline-block;
	padding:0 .3rem;
}

.page li .current{
	color:rgb(50, 133, 255);
}
.str{
	color:#EE881B;
}