.newsInfoBox .classTitle, .newsList .Img.hoverImg, .newsList .newsItem, .newsList .newsItem .btnBox .btnIconBox, .sideDataArea .Img.hoverImg, .sideDataArea .sideDataItem, .sideDataArea .sideDataItem .btnBox .btnIconBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.newsInfoBox .classTitle {
	color: #e47878;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 5px 0
}
.newsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px
}
.newsList .newsItem {
	border: 2px dashed #4ea6c8;
	border-radius: 25px;
	background-color: #fff;
	/*padding: 10px 60px 30px;*/
	padding: 10px;
	width: calc(33.3333333333% - 30px);
	margin: 10px 10px 30px;
	position: relative
}
@media (min-width:1201px) {
	.newsList .newsItem:hover {
		border-color: #e47878;
		background-color: #e47878
	}
	.newsList .newsItem:hover .date, .newsList .newsItem:hover .newsInfoBox .classTitle, .newsList .newsItem:hover .text, .newsList .newsItem:hover .title a {
		color: #fff
	}
	.newsList .newsItem:hover .btnBox .btnIconBox {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	.newsList .newsItem:hover .Img.hoverImg {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 1
	}
}
@media (max-width:1024px) {
	.newsList .newsItem {
		width: 50%
	}
}
@media (max-width:640px) {
	.newsList .newsItem {
		width: 100%;
		padding: 10px 20px;
		margin: 10px 10px
	}
}
.newsList .newsItem .btnBox {
	position: absolute;
	right: 10px;
	bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:640px) {
	.newsList .newsItem .btnBox {
		right: 10px;
		bottom: 5px
	}
}
.newsList .newsItem .btnBox .btnIconBox {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #eeeeee
}
.newsList .newsItem .btnBox .btn {
	padding: 5px
}
.newsList .newsItem .btnBox .btnIcon {
	width: 14px;
	height: 14px;
	color: #000;
	fill: #000
}
.newsList .item {
	padding: 20px 0px
}
.newsList .Img {
	/*display: none;*/
	width: 100%;
	margin-right: 10px;
	border-radius: 25px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.newsList .Img.hoverImg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	pointer-events: none
}
.newsList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}
.newsList .Txt {
	padding: 15px 0;
	overflow: hidden
}
.newsList .Txt .title a {
	color: #000;
	display: block;
	font-weight: 500;
	font-size: 18px;
	max-height: 54px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width:640px) {
	.newsList .Txt .title a {
		height: 48px
	}
}
@media (max-width:1180px) {
	.newsList .Txt .title a {
		font-size: 16px
	}
}
.newsList .Txt .text {
	height: 60px;
	color: #777777;
	font-size: 15px;
	padding-top: 5px;
	letter-spacing: 0.75px;
	line-height: 1.6
}
@media (max-width:1180px) {
	.newsList .Txt .text {
		font-size: 14px
	}
}
.sideDataArea .slick-slide {
	padding: 0 15px
}
.sideDataArea .sideDataList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:640px) {
	.sideDataArea .sideDataList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.sideDataArea .sideDataItem {
	border: 2px dashed #4ea6c8;
	border-radius: 25px;
	background-color: #fff;
	padding: 10px 60px 30px;
	width: calc(33.3333333333% - 30px);
	margin: 10px 10px 30px;
	position: relative
}
@media (min-width:1201px) {
	.sideDataArea .sideDataItem:hover {
		border-color: #e47878;
		background-color: #e47878
	}
	.sideDataArea .sideDataItem:hover .date, .sideDataArea .sideDataItem:hover .newsInfoBox .classTitle, .sideDataArea .sideDataItem:hover .text, .sideDataArea .sideDataItem:hover .title a {
		color: #fff
	}
	.sideDataArea .sideDataItem:hover .btnBox .btnIconBox {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	.sideDataArea .sideDataItem:hover .Img.hoverImg {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 1
	}
}
@media (max-width:1024px) {
	.sideDataArea .sideDataItem {
		width: 50%
	}
}
@media (max-width:640px) {
	.sideDataArea .sideDataItem {
		width: 100%;
		padding: 10px 20px;
		margin: 10px 0
	}
}
.sideDataArea .sideDataItem .btnBox {
	position: absolute;
	right: 10px;
	bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:640px) {
	.sideDataArea .sideDataItem .btnBox {
		right: 0;
		bottom: 0
	}
}
.sideDataArea .sideDataItem .btnBox .btnIconBox {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #eeeeee
}
.sideDataArea .sideDataItem .btnBox .btnIcon {
	width: 14px;
	height: 14px;
	color: #000;
	fill: #000
}
.sideDataArea .Img {
	display: none;
	width: 100%;
	margin-right: 10px;
	border-radius: 25px;
	overflow: hidden
}
.sideDataArea .Img.hoverImg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}
.sideDataArea .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}
.sideDataArea .Txt {
	padding: 15px 0;
	overflow: hidden
}
.sideDataArea .Txt .title {
	color: #000;
	display: block;
	font-weight: 500;
	font-size: 18px;
	height: 54px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
@media (max-width:1180px) {
	.sideDataArea .Txt .title {
		font-size: 16px
	}
}
.sideDataArea .Txt .title a {
	color: currentColor
}
.sideDataArea .Txt .text {
	height: 60px;
	color: #777777;
	font-size: 15px;
	padding-top: 5px;
	letter-spacing: 0.75px;
	line-height: 1.6
}
@media (max-width:1180px) {
	.sideDataArea .Txt .text {
		font-size: 14px
	}
}
.sideShare+.textEditor {
	margin-top: 30px
}