.mui-content.mui-content-1 {
	padding-bottom: 50px;
}

.sectionContent {
	width: 100%;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
	box-shadow: -2px 0 4px #CFCFCF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.section1 {
	width: 100%;
	padding-top: 16px;
}

.section1 .stitle {
	border-bottom: solid 1px #ABABAB;
}

.section1 .stitle div {
	margin-left: 2%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.section1 .stitle hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 3px;
	width: 30px;
	background: #81b1b5;
	margin-left: 2%;
}

.section1 .scontent {
	width: 96%;
	margin: 14px auto;
}

.section1 .scontent .p1 {
	color: #787878;
	font-size: 13px;
	letter-spacing: 1px;
	height: 60px;
	line-height: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
}

.section1 .scontent .p2 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.section1 .scontent .p2 a {
	width: 32%;
}

.section1 .scontent .p2 a img {
	width: 100%;
}

.section2 {
	width: 100%;
}

.section2 img {
	width: 100%;
}

.section3 {
	width: 100%;
	padding-top: 16px;
}

.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: 3px;
	width: 30px;
	background: #81b1b5;
	margin-left: 2%;
}

.section3 .scontent {
	width: 96%;
	margin: 14px 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;
}