	.sectionContent {
		width: 100%;
		position: relative;
		z-index: 2;
		background: #FFFFFF;
		/*background: url(../images/bg.jpg) repeat;*/
	}
	/****/
	
	.section2 {
		width: 100%;
		margin-top: 10px;
	}
	
	.section2 .ptitle {
		text-align: center;
		color: #07661e;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.section2 .ptitle HR {
		border: none;
		width: 40px;
		background: #07661e;
		margin: 6px auto 14px;
		height: 3px;
	}
	
	#slider2 div.cateName {
		
		min-width: 50%;
		width: auto;
		max-width: 80%;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		background: #07661e;
		color: #FFFFFF;
		position: relative;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: solid 0px #DCDCDC;
	}
	
	#slider2 {
		width: 76%;
		background: #FFFFFF;
		margin: 0 auto;
	}
	
	#slider2 ul {
		background: #FFFFFF;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	#slider2 ul li {
		border: none;
		box-sizing: border-box;
		border: solid 0px #EFEFEF;
		width: 49%;
		margin: 0;
		padding: 0;
	}
	
	#slider2 ul li img {
		border: solid 0px #EFEFEF;
	}
	/****/
	
	.section3 {
		width: 100%;
		padding-top: 20px;
		clear: both;
	}
	
	.section3 .ptitle {
		text-align: center;
		color: #07661e;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.section3 .ptitle HR {
		border: none;
		width: 40px;
		background: #07661e;
		margin: 6px auto 14px;
		height: 3px;
	}
	
	.section3 .pcontent {
		width: 100%;
		padding-top: 0;
	}
	
	.section3 .newsDisplay {}
	
	.newsDisplay .new {
		width: 98%;
		margin: 10px auto 0;
		border-bottom: dotted 1px #DFDFDF;
		height: 90px;
		display: block;
	}
	
	.newsDisplay .new .left {
		float: left;
		width: 30%;
		background: #FFFFFF;
		height: 80px;
	}
	
	.newsDisplay .new .left img {
		width: 100%;
		height: 80px;
	}
	
	.newsDisplay .new .right {
		float: right;
		width: 68%;
		height: 60px;
		padding-right: 2%;
	}
	
	.newsDisplay .new .right .nTitle {
		width: 100%;
		color: #232323;
		font-size: 14px;
		height: 24px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 22px;
	}
	
	.newsDisplay .new .right .nBrief {
		width: 100%;
		color: #999999;
		font-size: 11px;
		height: 30px;
		line-height: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		letter-spacing: 1px;
	}
	
	.newsDisplay .new .right .nTime {
		width: 100%;
		font-size: 13px;
		height: 20px;
		line-height: 20px;
		color: #9F9F9F;
		margin-top: 12px;
	}
	
	.section3 a.moreView {
		display: block;
		width: 150px;
		margin: 4px auto 0;
		padding: 6px 0;
		text-align: center;
		
		text-transform: uppercase;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;*/
		font-size: 14px;
		letter-spacing: 1px;
	/*	*/
		background: #FFFFFF;
		border: solid 1px #07661e;
		color: #07661e;
		line-height: 20px;
		background: #07661e;
		color: #FFFFFF;
		
		
	}