.wrapper #content section .artivle-content #content-main #news{
	padding-bottom: 50px;
}
.wrapper #content section .artivle-content #content-main #news .list{
	overflow: hidden;
	padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
.wrapper #content section .artivle-content #content-main #news .list .photo{
	width: 200px;
	float:left;
	height:200px;
	margin-right: 30px;
}
.wrapper #content section .artivle-content #content-main #news .list .photo a{
	display: block;
    width: 100%;
    height: 100%;
	background-position: center;
    background-size: 200%;
	background-repeat:no-repeat;
}
.wrapper #content section .artivle-content #content-main #news .list .photo a img{
	
}

.wrapper #content section .artivle-content #content-main #news .list .news-info{
	float:left;
	width: 900px;
}
.wrapper #content section .artivle-content #content-main #news .list .news-info h3{
	font-size:20px;
	padding: 10px 0 15px;
}
.wrapper #content section .artivle-content #content-main #news .list .news-info h3 a{
	color:#212020;
}
.wrapper #content section .artivle-content #content-main #news .list .news-info p{
	font-size: 13px;
	color: #ce404e;
}
.wrapper #content section .artivle-content #content-main #news .list .news-info p b{
	color: #fff;
    background: #b42533;
    padding: 5px 20px;
    border-radius: 7px;
	margin-right: 10px;
}
.wrapper #content section .artivle-content #content-main #news .list .news-info article{
	color:#212020;
}

/******detail*******/
.wrapper #content section .artivle-content #content-main #news-article .news-img{
	text-align:center;
	margin-bottom: 15px;
}
.wrapper #content section .artivle-content #content-main #news-article .news-img img,
.wrapper #content section .artivle-content #content-main #news-article article img{
	max-width:100%;
}
.wrapper #content section .artivle-content .bigtitle i{
	margin-left: 10px;
}
.wrapper #content section .artivle-content #content-main #news-article .news-detail #pagenav{
	padding-top:50px;
}
@media screen and (max-width: 1240px) {
	.wrapper #content section .artivle-content #content-main #news .list .photo{
		width:20%;
	}
	.wrapper #content section .artivle-content #content-main #news .list .news-info{
		width:75%;
	}
}
@media screen and (max-width: 667px) {
	.wrapper #content section .artivle-content #content-main #news .list .photo{
		margin-right: 2%;
		height: 120px;
	}
}
@media screen and (max-width: 480px) {
	.wrapper #content section .artivle-content #content-main #news .list .photo,
	.wrapper #content section .artivle-content #content-main #news .list .news-info{
		width:100%;
		margin-right: 0;
	}
	.wrapper #content section .artivle-content #content-main #news .list .news-info{
		margin-top: 10px;
	}
	.wrapper #content section .artivle-content #content-main #news .list:first-child{
		padding-top: 0;
	}
}