.mainArea>.wrap, .newsContainer .leftBox, .newsContainer .rightBox, .newsList .Img img, .pageBasicInfoContainer {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}
.mainArea>.wrap, .newsContainer .leftBox, .newsContainer .rightBox, .pageBasicInfoContainer {
	opacity: 0
}
.newsContainer .leftBox {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}
.newsContainer .rightBox {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}
.mainArea>.wrap, .pageBasicInfoContainer {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.mainArea.show .newsContainer .leftBox, .mainArea.show .newsContainer .rightBox, .mainArea.show .pageBasicInfoContainer, .mainArea.show>.wrap {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1
}
.mainArea.show .newsContainer .leftBox, .mainArea.show .newsContainer .rightBox {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.mainArea.show>.wrap {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.newsContainer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:1180px) {
	.newsContainer .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.newsContainer .leftBox {
	position: relative;
	z-index: 1
}
@media (min-width:1181px) {
	.newsContainer .leftBox {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 325px
	}
	.newsContainer .leftBox+.rightBox {
		width: calc(100% - 325px);
		padding-left: 50px
	}
}
.newsContainer .rightBox {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}
.newsList>li {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc
}
.newsList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width:640px) {
	.newsList .item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.newsList .item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.newsList .item:hover h3 a {
	color: #f3ad1f
}
.newsList .Img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	overflow: hidden
}
@media (max-width:480px) {
	.newsList .Img {
		width: 100%
	}
}
.newsList .Img img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
@media (min-width:641px) {
	.newsList .Img+.Txt {
		width: calc(100% - 200px);
		padding-left: 20px
	}
}
@media (max-width:640px) {
	.newsList .Img+.Txt {
		width: 100%;
		padding-top: 20px
	}
}
.newsList .Txt {
	width: 100%
}
.newsList h3 a {
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
	color: #3c3c3c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.newsList h3 a:hover {
	color: #f3ad1f
}
.newsList p {
	max-height: 50px;
	line-height: 1.5
}
.articleTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #3c3c3c
}
@media (max-width:1180px) {
	.articleTitle {
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		font-size: 20px
	}

}

.textEditor img {
	max-width: 100%;
}

.innews {
		padding-top: 20px;
	}

.serviceCategoryTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px;
	font: 500 20px "Oswald", sans-serif;
	color: #fff;
	background-color: #f3ad1f;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
@media (max-width:1180px) {
	.serviceCategoryTitle {
		display: none
	}
}