h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.c-desc{
	padding-bottom: 0px !important;
}
.content-list li {
	border-bottom: 1px dashed #ddd;
	padding: 12px 0;
	display: flex;
}
.content-list .news-time {
	float: left;
    width: 85px;
    height: 85px;
    background: #FF9800;
    margin: 0 40px 0 0;
    text-align: center;
}
.text-line-clamp-2{
	color: #B6B7B6;
}
.content-list .news-time span {
	display: block;
	color: #fff;
}
.content-list .news-time .time-data {
	padding: 17px 0 0 0;
    font-size: 25px;
}
.content-list .news-time .time-year {
	color: #fff;
    font-size: 14px;
}
.content-list .news-content {
	width: 50%;
	padding-right: 5px;
}
.news-content-0{
	width: 82% !important;
}
.news-content-1{
	width: 71% !important;
	padding-right: 5px;
}
.news-content-2{
	width: 60% !important;
	padding-right: 5px;
}
.news-imgs img{
	margin-right: 5px;
}
.content-list .news-content p {
	line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.news-imgs img{
	border-radius: 0.5rem;
}
.content-list .news-content .text {
	line-height: 25px;
}
.news-center {
	text-align: center;
}
.news-detail {
	margin: 50px auto 30px;
}
.news-detail .n-title {
	font-size: 30px;
	text-align: center;
}
.news-detail .n-time {
	font-size: 16px;
	text-align: center;
}
@media (max-width:640px) {
	.content-list ul {
		padding: 0
	}
	.news-time{
		display: none;
	}
	.content-list li{
		display: block;
	}
	.content-list .news-content{
		width: 100%;
	}
	.news-content-1{
		width: 100% !important;
	}
	.news-imgs-1 img{
		width: 100% !important;
	}
	.news-content-2 {
		width: 100% !important;
	}
	.news-imgs-2 img{
		width: 48% !important;
	}
	.news-content-0{
		width: 100% !important;
	}
}
