.sectionContent {
	width: 100%;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
}

.section1 {
	width: 96%;
	margin: 0 2%;
}

.ic-titleWrapper {
	text-align: center;
}

.ic-title {
	width: auto;
	margin: 18px auto 12px;
	border-bottom: solid 1px #2F2F2F;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0 30px 5px;
}

a.viewmore {
	display: block;
	text-align: center;
	margin: 8px auto 0;
	background: #c4c4c4;
	width: 150px;
	padding: 6px 0;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
}

.section2 {
	width: 100%;
	padding: 25px 0;
	margin: 20px auto 0;
	background: #ececec;
}

.section2 img {
	width: 340px;
	display: block;
	margin: 0 auto 10px;
}

.section2 a.new {
	width: 96%;
	margin: 0 auto 10px;
	height: 80px;
	display: block;
	background: #F2F2F2;
}

.section2 a.new .l {
	width: 20%;
	height: 80px;
	float: left;
	background: #666768;
	color: #FFFFFF;
}

.section2 a.new .l div:nth-of-type(1) {
	width: 100%;
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 18px;
	font-size: 5.5vw;
	text-align: center;
	display: block;
}

.section2 a.new .l div:nth-of-type(2) {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-size: 4.5vw;
	display: block;
	background: #e8e7e7;
	color: #666768;
	text-align: center;
	display: block;
}

.section2 a.new .r {
	width: 80%;
	height: 60px;
	float: right;
	padding: 0 3%;
	margin-top: 10px;
}

.section2 a.new .r div:nth-of-type(1) {
	width: 100%;
	height: 35px;
	font-size: 16px;
	line-height: 30px;
	color: #3F3F3F;
}

.section2 a.new .r div:nth-of-type(2) {
	width: 100%;
	height: 25px;
	font-size: 13px;
	line-height: 20px;
	color: #7F7F7F;
}

.section3 {
	width: 100%;
	margin: 0 auto;
	background: #666768;
	padding: 25px 0;
}

.section3 .cp-title {
	text-align: center;
}

.section3 .cp-title span {
	margin: 3px auto 12px;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 0;
	color: #FFFFFF;
}

.section3 .cp-info {
	width: 96%;
	margin: 0 auto;
	color: #FFFFFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 110px;
	line-height: 22px;
	font-size: 14px;
	text-indent: 28px;
	letter-spacing: 1px;
}

.section3 img {
	display: block;
	width: 100%;
	margin: 6px 0 15px;
}

.section4 {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}

._pageTitle {
	text-align: center;
	margin: 15px auto 18PX;
}

._pageTitle div {
	display: inline;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0F0F0F;
}

._pageTitle div.b1 {
	display: inline;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3f3f3f;
	position: relative;
	padding: 8px;
	background: #FFFFFF;
	border: solid 1px #676767;
}

._pageTitle div.s1 {
	display: inline;
	color: #3f3f3f;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	border: solid 0px #BFBFBF;
	padding: 0 12px;
	font-size: 18px;
}

._pageTitle hr {
	width: 260px;
	margin: 0 auto;
	background: #676767;
	height: 1px;
	border: 0;
	position: relative;
	z-index: 1;
	margin-top: -12px;
}

.section4 .info {
	width: 96%;
	margin: 0 auto;
	padding: 25px 0 10px;
}

.section4 .info p {
	color: #2F2F2F;
	letter-spacing: 1px;
	text-align: center;
}

.section4 .info p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
}

.map {
	margin-bottom: 10px;
}

.map p {
	text-align: center;
	color: #2F2F2F;
	font-size: 16px;
}

.map-list {
	width: 98%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
}

.map-list a {
	width: 50%;
	margin: 0 0 2% 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFF;
	display: block;
	color: #2F2F2F;
	font-size: 15px;
	text-align: center;
}

.map-list a img {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}