.content-box{
	background: rgba(244, 244, 244, 1);
	padding: 30px 0;
}
.news-content{
	width: 90%;
	box-sizing: border-box;
	padding: 20px 15px;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news-content h3{
	padding: 28px 0;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news-time{
	display: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news-content-info{
	margin: 20px 0;
}
.news-content-info div{
	
	margin-right: 20px;
}
.news-content-text{
	padding: 30px 20px;
	line-height: 1.6;
}

/* 上下文 */
.context-page{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.content-page-item span,.content-page-item a {
	white-space: nowrap;
}
.content-page-item a:hover{
	color: #b72024;
}


@media only screen and (max-width:768px) {
	.news-content h3{
		text-align: left;
		border: none;
		padding-bottom: 15px;
	}
	.news-time{
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.news-content-info{
		display: none;
	}
	.context-page{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 0;
		border:none;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.content-page-item{
		width: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.content-page-item:nth-last-child(1){
		margin-top: 20px;
		text-align: left;
	}
.content-box {
    padding: 30px 0;
	}
.news-content {
    width: 95%;
}
.news-content h3 {
    padding: 5px 0;line-height: 35px; font-size: 18px;
}
.news-content-text {
    padding: 20px 0px;
    line-height: 2;
}
.news-content-text p{ margin:20px 0;}

}

