.news{
	display: inline-block;
	width: 100%;
	background: url(../img/Bgbg.png) repeat;
}

.pos{
	padding: 20px 0;
}

.list{
	display: inline-block;
	width: 96%;
	padding: 2%;
	background: #fff;
	margin-bottom: 30px;
}
.news-tag{
	margin-bottom: 20px;
}
.news-tag a{
	display: inline-block;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	border-radius: 6px;
	margin-right: 15px;
	text-decoration: none;
}
.news-tag .on,.news-tag a:hover{
	background: #f44;
	color: #fff;
	border-color: #f44;
}
.ns-left{
	float: left;
	width: 720px;
}
.ns-left li{
	padding: 10px 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-left: 3px solid #ddd;
  	line-height: 1.7;
}
.ns-left li:hover{
	border-color: #aaa;
}
.ns-left li h3{
	font-size: 17.5px;
}
.ns-left li h3:hover{
	color: #f44;
}

.page{
	text-align: center;
}
.page a{
	padding: 5px 8px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}
.page a:hover,.page .active{
	background: #f44;
	color: #fff;
}

.ns_right{
	float: right;
	width: 300px;
}
.nsv{
	margin-bottom: 25px;
}
.nsv h3{
	font-size: 18px;
	font-weight: normal;
	color: #666;
	border-left: 2px solid #ddd;
	margin-bottom: 15px;
	padding-left: 15px;
}

.nsr1 h3{
	color: #092;
}
.nsr1 li{
	margin-bottom: 15px;
}
.nsr1 li a{
	font-size: 14px;
	text-decoration: underline;
}
.nsr1 li a:hover{
	color: #f44;
}
.nsr2 h3{
	color: #f44;
}
.nsr2 li{
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
}
.nsr2 li:hover{
	cursor: pointer;
	border-color: #aaa;
}
.nsr2 li img{
	display: block;
	width: 100%;
}
.nsr2 li p{
	text-align: center;
	font-size: 14px;
}

.ads img{
	width: 100%;
}


.ns-tit{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.ns-tit h1{
	font-size: 28px;
	margin-bottom: 10px;
}
.pmm{
	min-height: 800px;
}
.next{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.next p{
	font-size: 14px;
	margin-bottom: 10px;
}