/* 产品列表 */
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-box {
	width: 1200px;
	height: auto;
	margin: 60px auto;
	/* background-color: #90beff; */
	box-shadow: 0px 0px 10px #888888;
}
.news-box h2{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #000000;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px dashed #007AFF;
	margin: 20px auto;
}

.news-list {
	width: 100%;
	height: auto;
}

.news-nav {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-nav li {
	width: 310px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	float: left;
	margin-right: 88px;
	margin-left: 30px;
}
.news-nav li a{
	display: block;
	width: 100%;
	height: 100%;
}

.news-nav li:nth-of-type(5n){
	margin-right: 0px;
}


.news-nav li img {
	width: 16px;
	height: 16px;
}


.news-nav li span:hover {
	cursor: pointer;
	color: #c85d4a;
}

.make span {
	color: #0071BF;
}

/* 玩家相册 */
.news-gather {
	width: 97%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.news-gather li {
	float: left;
	/* width: 255px; */
	width: 350px;
	height: auto;
	padding: 10px;
	border: 1px dashed #007AFF;
	margin-top: 18px;
	margin-left: 14px;
	margin-bottom: 20px;
}



.news-gather li img {
	width: 100%;
	/* height: 200px; */
	height: 250px;
}

.news-gather li h5{
	text-align: center;
	font-size: 16px;
	color: #888;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;  
}

.news-gather li p{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;  
}

.news-gather a:hover h5{
	color: #c18787;
}

