#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:cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #a8a8a8;
    margin-left: 5px;
}
#news .list .photo a img{
	width:100%;
}
#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: #000;
}
#news .list .news-info p b{
	color: #fff;
    padding: 5px 20px;
	margin-right: 10px;
	background: #3496af;
}
#news .list .news-info article{
	color:#212020;
}

/******detail*******/
.article-info{color: #8a97aa;}
.article-info a{    color: #4c658c;}
#article{margin: 50px 0;}
#news-article .news-img{
	text-align:center;
	margin-bottom: 15px;
}
#news-article .news-img 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) {
	.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%;
	}
}