.sectionContent {
	width: 100%;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
}

.section1 {
	width: 100%;
	padding-top: 4px;
}

.section1 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
}

.section1 table tr td {
	width: 33.333333%;
}

.section1 table tr td:first-child {
	border-left: none;
}

.section1 table tr:last-child td {
	border-bottom: none;
}

.section1 table tr td {
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

.section1 table tr td a {
	color: #1F1F1F;
}

.section1 table tr td img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.section1 table tr td div {
	font-size: 14px;
	padding: 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.section2 {
	width: 97%;
	margin: 3% auto;
	display: table;
}

.section2 div {
	width: 32%;
	float: left;
}

.section2 div:nth-of-type(2) {
	margin: 0 2%;
}

.section2 div a {
	display: block;
}

.section2 div img {
	width: 100%;
	display: block;
}

.section2 div:last-child a:last-child {
	margin-top: 4%;
}

.section3 {
	width: 100%;
	background: #f9f9f9;
	padding: 10px 0 15px;
}

.section3 .newsTitle {
	margin: 0 auto;
	display: block;
	max-width: 80%;
}

.section3 .newsList {
	width: 90%;
	margin: 10px auto 1px;
	padding: 3% 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #EFEFEF;
}

.section3 img.newsFooter {
	width: 96%;
	margin: 0 auto;
	display: block;
}

.section3 .stitle {
	border-bottom: solid 1px #ABABAB;
}

.section3 .stitle div {
	margin-left: 2%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.section3 .stitle hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 4px;
	width: 30px;
	background: #3F3F3F;
	margin-left: 2%;
}

.section3 .scontent {
	width: 94%;
	margin: 0 auto;
}

.section3 .scontent .p1 {
	color: #787878;
	font-size: 13px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
}

.section3 .scontent .p2 a.new {
	margin-bottom: 12px;
	display: block;
	height: 215px;
	width: 100%;
}

.section3 .scontent .p2 a.new img {
	display: block;
	width: 100%;
	height: 150px;
}

.section3 .scontent .p2 a.new .newInfo {
	width: 100%;
	color: #999999;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 6px;
}

.section3 .scontent .p2 a.new .ndatetime {
	width: 30%;
	float: left;
}

.section3 .scontent .p2 a.new .ntitleBrief {
	width: 70%;
	float: left;
}

.section3 .scontent .p2 a.new .ntitle {
	font-size: 15px;
	color: #232323;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 21px;
	text-overflow: ellipsis;
}

.section3 .scontent .p2 a.new .nBrief {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 32px;
	line-height: 16px;
	font-size: 12px;
}

.section3 a.moreView {
	display: block;
	width: 94%;
	margin: 10px auto 0;
	padding: 7px 0;
	text-align: center;
	border: solid 1px #81b1b5;
	color: #81b1b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	display: none;
}