@charset "UTF-8";

/* 新闻资讯 */

.news-box {

	margin: 80px 0;

}

.news-title {

	width: 100%;

	display: flex;

	justify-content: center;

}

.news-list-box {

	margin: 65px 0 70px 0;

}

.news-item {

	padding: 24px 0;

	/* height: 230px; */

	display: flex;

	align-items: center;

}

.news-item-box {

	width: 1203px;

	/* height: 182px; */

	margin: 0 auto;

	display: flex;

	justify-content: space-between;

}

.news-time {

	width: 6.15%;

	display: flex;

	align-items: center;

	justify-content: center;

}

.day {

	font-family: MicrosoftYaHeiUI;

	font-size: 44px;

	letter-spacing: 0px;

	color: #333333;

	text-align: center;

}

.news-item-line {

	width: 100%;

	height: 5px;

	background-color: #c4c1c1;

	margin: 20px 0;

}

.month {

	font-family: MicrosoftYaHeiUI;

	font-size: 14px;

	letter-spacing: 0px;

	color: #333333;

	text-align: center;

}

.news-img {

	width: 25%;

	display: flex;

	align-items: center;

	justify-content: center;

}

.news-img-box {

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}

.news-img-box img {

	width: 100%;

}

.news-info {

	width: 61%;

	display: flex;

	align-items: center;

	justify-content: center;

}

.news-info-title {

	font-family: MicrosoftYaHei;

	font-size: 20px;

	letter-spacing: 0px;

	color: #333333;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

}

.news-info-desc {

	margin-top: 20px;

	font-family: MicrosoftYaHei;

	font-size: 14px;

	line-height: 24px;

	letter-spacing: 0px;

	color: #666666;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

}

.news-info-line {

	margin: 20px 0;

	width: 100%;

	height: 4px;

	background-color: rgba(196, 193, 193, 0.5);

}

.news-info-ico {

	height: 25px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}

.eye {

	display: flex;

	align-items: center;

}

.eye-ico img {

	width: 100%;

}

.eye-ico img:last-child {

	display: none;

}

.num {

	margin-left: 8px;

	font-family: MicrosoftYaHei;

	font-size: 12px;

	letter-spacing: 0px;

	color: #666666;

}

.link-ico img {

	width: 100%;

}

.link-ico img {

	display: none;

}

.news-item:hover {

	background-color: #f6f5f5;

}

.news-item:hover .day,

.month,

.news-info-title,

.num {

	color: #c93b3a;

}

.news-item:hover .news-item-line {

	background-color: #c93b3a;

}

.news-item:hover .eye-ico img:first-child {

	display: none;

}

.news-item:hover .eye-ico img:last-child {

	display: block;

}

.news-item:hover .link-ico img {

	display: block;

}

@media (max-width: 1920px) {}

@media (max-width: 1599px) {}

@media (max-width: 1477px) {}

@media (max-width: 1365px) {}

@media (max-width: 1199px) {

	.news-item-box {

		width: 90%;

	}

}



@media (max-width: 990px) {}



@media (max-width: 767px) {
	.sjbread {
		display: none;
	}

	.news-box {

		margin: 30px auto;

	}

	.news-list-box {

		margin: 30px 0;

	}

	.news-item-box {

		flex-wrap: wrap;

	}

	.news-time {

		display: none;

	}

	.news-img {

		width: 100%;

	}

	.news-info {

		width: 100%;

		margin-top: 15px;

	}

	.news-info-desc {

		margin-top: 10px;

	}

	.news-info-line {

		margin: 10px 0;

	}
	.link-ico img{
	    display: block;
	}

}
