#main{

	position:relative;

	width:100%;

	height:auto;

	padding-bottom: 6rem;

}

.webpath{

	width:100%;

	font-size:1.4rem;

	font-family: "微软雅黑";

	color:#535353; 

	margin-top:1rem;

}

.webpath a{

	font-size:1.4rem;

	font-family: "微软雅黑";

	color:#535353; 

}

.webpath a.tohome{

	background: url("../images/tohome.png") left center no-repeat;

	background-size:1.4rem 1.4rem;

	padding-left: 2rem

}

/**news*/

.news .banner{

    width:100%;

}

.news .banner img{

    width:100%;

}

.news .search{

    display: inline-block;

	width: 100%;

    height: 10rem;

    text-align: center;

	background: #eeeeee;

}

.news .search span{

	float: left;

	line-height: 2.5rem;

	font-size:1.8rem;

	font-family: "微软雅黑";

	color:#000;

	margin-top:1rem;

	padding-left: 2.5rem;

}

.news .search span p{

	text-align: left;

	line-height:2.5rem;

	font-size:1.4rem;

	font-family: "微软雅黑";

	color:#000;

}

.news .search .category{
	position: relative;
	float: left;
	margin: 1.0rem 0 0 1.5rem;
	font-family: "微软雅黑";
	z-index:9999;
}

.news .search .category select{
	height: 2.6rem;
	border: 1px solid #CFCFCF;
}

.news .search .category .cate_name{
	width: 12rem;
	height: 3.0rem;
	line-height: 3.0rem;
	padding:0 0.3rem;
	border: 1px solid #CFCFCF;
	border-radius: 0;
	outline: none;
	font-size: 1.4rem;
	color: #999;
	background: url("../images/icon_down_arrow.png") #FFF no-repeat 9.5rem center;
	background-size:12px 8px;
	-webkit-appearance: none;
}

.news .search .category .cate_select{
	position: absolute;
	top:2.9rem;
	left: 0;
	width: 11.8rem;
	height:24rem;
	margin-top:-0.2rem;
	overflow-y:auto;
	display:none;
	background: #FFF;
	border: 1px solid #CFCFCF;
	border-top:0;
	z-index:99999;
}

.news .search .category .cate_select .ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.news .search .category .cate_select li{
	height: 3.6rem;
	line-height: 3.6rem;
	border-top: 1px solid #CFCFCF;
	font-size: 1.4rem;
}

.news .search .category .cate_select li.active{
	color: #FFF;
	cursor: pointer;
	background-color:#E60012;
}

.news .search .category .cate_select li a.active{
	color: #FFF;
}

.news .search form{

	display: inline-block;

	width: 84%;
	z-index: 1;

}

.news .search .keyword{

	float: left;

	box-sizing: border-box;

	width:90%;

	height:3rem;

	line-height:3rem;

	border:0;

	border-radius: 0;

	border-top-left-radius: 0.2rem;

	border-bottom-left-radius: 0.2rem;

	background: #FFF;

	font-size:1.2rem;

	font-family:'微软雅黑';

	color:#adadad;

	margin-top:1rem;

	padding-left:1rem;

	outline: none;

	-webkit-appearance: none;

}

.news .search .searchbtn{

	float: left;

	box-sizing: border-box;

	width:10%;

	height:3rem;

	line-height:3rem;

	border:0;

	border-left:1px solid #C3C2C2;

	border-radius: 0;

	border-top-right-radius: 0.2rem;

	border-bottom-right-radius:0.2rem;

	background:url(../images/searchbtn.png) center center no-repeat #FFF;

	background-size:2rem 2rem;

	margin-top: 1rem;

	cursor:pointer;

	-webkit-appearance: none;

}

.news .list{

	width:92%;

	height: auto;

	margin: 0 auto;

	padding-bottom: 3rem;

}

.news .list ul li{

	width:100%;

	margin-top: 1.5rem;

	padding-bottom: 1.5rem;

	border-bottom:0.1rem solid #B5B5B5;

}

.news .list ul li img{

	float: left;

	width:40%;

	height: 9rem;

}

.news .list ul li .info{

	float: right;

	width:55%;

}

.news .list ul li .info span{

	font-size: 1.6rem;

	font-family: "微软雅黑";

	color:#707070;

}

.news .list ul li .info p{

	height: 4.5rem;

	line-height: 2rem;

	font-size:1.2rem;

	font-family: "微软雅黑";

	color:#707070;

	padding-top: 1rem;

	overflow: hidden;

}

.news .list ul li .info a.title{
	color:#707070;
}


/**newsview*/

.newsview .content {

	border-top:0.2rem solid #727272;

	padding-bottom: 2rem;

}

.newsview .content .title span{

	line-height:2.5rem;

	font-size:1.4rem;

	font-family: "微软雅黑";

	color:#707070;

}

.newsview .content .title label{

	display: block;

	line-height:2.5rem;

	font-size:1.8rem;

	font-family: "微软雅黑";

	color:#000;

	padding-top: 2rem;

}

.newsview .content p{

	line-height:2.5rem;

	font-size:1.4rem;

	font-family: "微软雅黑";

	color:#707070;

	margin-top: 15px;

}

.newsview .content p img{

	max-width: 100%;

}