.news{
	padding: 80px 0;
}
.news .tit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.news a{
	font-size: 0;
}
.time{
	background-color: #434343;
	height: 120px;
	width: 120px;
	padding-top: 10px;
	display: inline-block;
	vertical-align: middle;
}
.news_item{
	width: calc(100% - 120px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}
.time p{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.time p:first-child{
	font-size: 36px;
	position: relative;
	margin-bottom: 10px;
}
.time p:first-child::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	height: 3px;
	width: 100px;
	background-color: #fff;
	margin: auto;
}
.time p:last-child{
	font-size: 25px;
}
.news_item p:first-child{
	font-size: 20px;
	margin-bottom: 10px;
}
.news li{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.hover_time .time{
	background-color: #B50301!important;
}
/* 新闻详情页 */
.item{
	padding: 60px 0;
}
.item_tit{
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.item_tit p:first-child{
	font-size:36px;
	font-weight: bold;
}
.item_tit p:last-child{
	font-size:16px;
	margin-top: 10px;
}
.news_main{
	text-align: center;
}
.news_main p{
	text-align: left;
	text-indent: 2em;
	font-size: 15px;
	line-height: 1.7;
}
.news_main img{
	max-width: 100%;
}
.prev_next{
	margin-top: 5px;
}
.prev_next p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	font-size: 16px;
}
.prev_next a{
	color: #434343;
}
@media (max-width:768px) {
	.news{
		padding: 15px;
	}
	.news a{
		display: block;
	}
	.tit{
		font-size: 20px!important;
	}
	.news_item p:first-child{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
	}
	.news_item{
		padding-left: 15px;
	}
	.news_item p:last-child{
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.time{
		height: 80px;
		width: 80px;
		padding-top: 7px;
	}
	.time p:first-child{
		font-size: 25px;
	}
	.time p:last-child{
		font-size: 16px;
	}
	.time p:first-child::before{
		width: 65px;
	}
	.page{
		margin-top: 10px;
	}
	.page a{
		width: 100px;
		display: inline-block;
		vertical-align: middle;
	}
	/* 新闻详情页 */
	.item{
		padding: 15px;
	}
	.item_tit p:first-child{
		font-size: 20px;
	}
	.item_tit p:last-child{
		margin: 0;
	}
	.item_tit{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}