.news-bg {
	width: 100%;
	height: 500px;
	background-image: url('../Image/news_bg.jpg');
	height: 500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.news-list {
	margin-bottom: 100px;
}

.news-list li {
	padding: 15px 0;
}

.news-list li p {
	overflow: hidden
}

.news-list li b {
	float: left;
	color: #000;
	font-weight: 700;
	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.news-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news-list li a .img-box {
	flex-basis: 25%;
}

.news-list li a .content {
	flex-basis: 68%;
	position: relative;
}

.news-list li a h2 {
	color: #303133;
	font-size: 20px;
	line-height: 40px;
}

.news-list li small {
	font-size: 16px;
	line-height: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #606266;
}

.news-list li span {
	transition: 0.5s 0s all ease;
	display: block;
	line-height: 26px;
	color: #606266;
	padding: 10px 0 0 0;
	font-size: 16px;
}

.news-list li:hover a {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


.news-info {
	margin-bottom: 100px;
}

.news_time {
	font-size: 14px;
	margin-bottom: 20px
}

.news_info_title {
	text-align: center;
	border-bottom: 1px dashed #ccc;
	font-size: 24px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

}