@media screen and (min-width: 992px) {
	.news-topBlankBox {
	height: 125px;
}
img {
	border-style: none;
	/* max-width: 100%;*/
	vertical-align: middle;
}
.news-title {
	color: #000000;
	padding: 40px 0 20px;
	font-size: 24px;
	color: #666666;
}
.news-container {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between;*/
	
}
.news-container .news-content {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 20px;
	cursor: pointer;
}
.news-container .news-content:hover .imgxxx {
	transition: all 0.5s;
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}
.news-container .news-content:hover .text-content {
	background-color: #f2f2f2;
}
.news-container .news-content:hover .text-content .text-content-date {
	color: #D43030;
}
.news-container .news-content1 {
	width: 32%;
	margin-bottom: 20px;
	cursor: pointer;
}
.news-container .news-content1:hover .imgxxx {
	transition: all 0.5s;
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}
.news-container .news-content1:hover .text-content {
	background-color: #f2f2f2;
}
.news-container .news-content1:hover .text-content .text-content-date {
	color: #D43030;
}
.news-container .img-content {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news-container .imgxxx {
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s;
	top: 50%;
	left: 0;
}
.news-container .text-content {
	width: 100%;
	min-height: 120px;
}
.news-container .text-content .text-content-date {
	line-height: 40px;
	font-weight: 400;
	padding: 10px 10px 0;
	color: #888888;
}
.news-container .text-content .text-content-text {
	font-weight: 400;
	padding: 5px 10px;
	color: #262729;
}
.news-button {
	text-align: center;
}
.news-button .button-icon {
	color: #c7000b;
	font-size: 14px;
	font-weight: 600;
}
}
@media (min-width: 992px) {
	.img-content {
	height: 178px;
}
.text-content .text-content-date {
	font-size: 12px;
}
.text-content .text-content-text {
	font-size: 14px;
	line-height: 23px;
}
}
@media (min-width: 1301px) and (max-width: 1440px) {
	.img-content {
	height: 230px;
}
.text-content .text-content-date {
	font-size: 12px;
}
.text-content .text-content-text {
	font-size: 14px;
	line-height: 23px;
}
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.img-content {
	height: 240px;
}
.text-content .text-content-date {
	font-size: 12px;
}
.text-content .text-content-text {
	font-size: 14px;
	line-height: 23px;
}
}
@media (min-width: 1681px) {
	.img-content {
	height: 280px;
}
.text-content .text-content-date {
	font-size: 13px;
}
.text-content .text-content-text {
	font-size: 15px;
	line-height: 25px;
}
}
@media screen and (max-width: 991px) {
	.news-topBlankBox {
	height: 120px;
}
img {
	border-style: none;
	/* max-width: 100%;*/
	vertical-align: middle;
}
.news-title {
	color: #000000;
	padding: 40px 0 20px;
	font-size: 24px;
	color: #666666;
}
.news-container {
	width: 85.652%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}
.news-container .news-content {
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}
.news-container .news-content1 {
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
}
.news-container .img-content {
	width: 100%;
	height: 178px;
	overflow: hidden;
	position: relative;
	display: none;
}
.news-container .imgxxx {
	height: auto;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	object-fit: cover;
}
.news-container .text-content {
	width: 100%;
	height: 120px;
	background-color: #f8f8f8;
}
.news-container .text-content .text-content-date {
	line-height: 40px;
	font-weight: 400;
	padding: 10px 10px 0;
	color: #888888;
}
.news-container .text-content .text-content-text {
	font-weight: 400;
	padding: 5px 10px;
	color: #262729;
}
.news-button {
	text-align: center;
}
.news-button .button-icon {
	color: #c7000b;
	font-size: 14px;
	font-weight: 600;
}
.text-content .text-content-date {
	font-size: 12px;
}
.text-content .text-content-text {
	font-size: 14px;
	line-height: 23px;
}
}
