#news{
	padding-bottom: 50px;
}
#news .list{
	overflow: hidden;
	padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}
#news .list .photo{
	float:left;
	margin-right: 5%;
	max-width: 20%;
}
#news .list .photo a{
	display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 200%;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #a8a8a8;
    margin-left: 5px;
}
#news .list .photo a img{
	
}

#news .list .news-info{
	float:right;
	width: 75%;
}
#news .list .news-info h3{
	font-size:20px;
	padding: 10px 0 15px;
}
#news .list .news-info h3 a{
	color:#212020;
}
#news .list .news-info p{
	font-size: 13px;
	color: #b9b9b9;
}
#news .list .news-info p b{
	color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	background: #1e7f5f;
}
#news .list .news-info article{
	width: 90%;
	color: #808080;
}

/******detail*******/
#news-article .news-img{
	text-align:center;
	margin-bottom: 15px;
}
#news-article .news-img img,
#news-article article img{
	max-width:100%;
}
.wrapper #content section .artivle-content .bigtitle i{
	margin-left: 10px;
}
#news-article .news-detail #pagenav{
	padding-top:50px;
}
@media screen and (max-width: 1280px) {
	#news .list .photo{
		width:20%;
	}
	#news .list .news-info{
		width:75%;
	}
}
@media screen and (max-width: 980px) {
	.content-main{
		padding: 30px 20px;	
	}
	.profile-head{
		display:block;
		padding: 10px 20px;	
	}
}

@media screen and (max-width: 768px) {
	#news .list .photo{
		width:25%;
		max-width: 25%;
		margin-right: 2%;
	}
	#news .list .news-info{
		width:70%;
	}
}
@media screen and (max-width: 480px) {
	#news .list .photo,
	#news .list .news-info{
		width:100%;
		margin-right: 0;
	}
	#news .list .news-info{
		margin-top: 10px;
	}
	#news .list:first-child{
		padding-top: 0;
	}
	#news .list .photo a{
		margin-left: 0;	
		border: 0;
		box-shadow: none;
	}
	#news .list .photo{
		max-width: 100%;
	}
	#news .list .news-info p b{
		max-height: initial;
		overflow: hidden;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	#news .list .news-info h3{
		max-height: initial;
		overflow: hidden;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		padding: 0;
		margin-top: 7px;
	}
	#news .list .news-info article{
		max-height: initial;
		overflow: hidden;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-top: 12px;
		width: 100%;
	}
}