/*资讯*/
.news_list, .notice_list {
     width: 80%;
	 max-height: 650px;
     margin: 10px auto;
	 padding-bottom: 20px;
	 overflow-y: scroll;
	 overflow-x: hidden;
}
.news_list .srap_2,.notice_list .srap_2 {
	padding: 10px;
}
.news_list ul,.notice_list ul {
	width: 70%;
	margin: 0 auto;
}
.news_time {
	font-family: "Arial";
	color: #58975f;
}
.news_time span {
	font-weight: bold;
	margin-right: 3px;
}
.news_list dl {
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
}
.news_list dt {
	float: left;
	width: 32%;
	height: 120px;
}
.news_list dt a {
	display: block;
	width: 100%;
	height: 100%;
}
.news_list dt img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.news_list dd {
	float: right;
	width: 57.6%;
}
.news_list dd h3,.notice_list h3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
}
.news_list dd p {
	line-height: 30px;
	max-height: 60px;
	color: #5f5f5f;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.notice_list {padding-top: 10px;}
.notice_list .notice_time {
	color: #e4e4e4;
}
.notice_list li {
	padding: 10px;
	border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width:1440px) {
	.news_label { margin-bottom: 10px;}
}
@media only screen and (max-width:1280px) {
	.news_label { margin-bottom: 15px;}
	.news_list dd h3 { margin-bottom: 15px;}
	.news_list dl { padding: 20px 0;}
}
@media only screen and (max-width:1024px) {
	.news_list {padding-bottom: 40px;}
	.news_list ul, .notice_list ul {width: 90%;}
	.news_list dd h3, .notice_list h3 {margin-bottom: 5px;}
	.news_list, .notice_list {width: 90%;}
	.news_list li {padding: 0;}
	.news_list dl {padding: 10px 0;}
	.news_time {margin-bottom: 5px;}
	.news_list dd h3 {margin-bottom: 5px;}
	.news_list dd p {
		line-height: 24px;
		max-height: 48px;
		font-size: 14px;
	}
	.news_label span {padding: 0 10px;}
	.news_label {margin-bottom: 10px;}
}
@media only screen and (max-width:767px) {
	.news_list,.notice_list {
		padding: 0;
		padding-bottom: 20px;
		max-height: 550px;
	}
	.news_list dd {
		float: left;
		margin: 5px;
		height: 100%;
	}
	.news_list dt {
		float: left;
		margin: 5px;
		height: 106px;
	}
	.news_time {margin: 0;}
	.news_list dl {padding: 0;}
	.news_list dd h3 {margin: 0;}
	.notice_list li {padding: 5px;}
}
@media only screen and (max-width:500px) {
	.news_list dd h3,.notice_list h3 { -webkit-line-clamp: 1;}
	.news_list dt { height: 55px;}
}
@media only screen and (min-width:1025px) {
	.news_list li,.notice_list li {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}
	.news_list li:hover,.notice_list li:hover {
		background-size: cover;
		border: 1px solid #58975f;
		box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
	}
	.detial_page span a:hover { color: #58975f;}
}

