@charset "UTF-8";
/* =================================
Top Page CSS
================================= */

.group_news_content figure { margin: 0; line-height: 22px;}

.group_news_content figure span {
	height: 180px;
	display: block;
	position: relative;
}
.group_news_content figure img {
	max-width: 100%;
	width: auto;
	max-height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.group_news_content .news_box p,
.group_news_content figure figcaption { width: 220px; margin: 0 auto; }

.group_news_content .news_box p { color: #4ed5c8; margin-top: 10px; }

.group_news_content figure figcaption { margin-top: 5px; }

.new_titile {
	width: 100%;
	text-align: center; 
}

.group_news_content { margin-top: 40px;}

.group_news_content .news_box {
	width: 280px;
	float: left;
	margin-bottom: 20px;
}

.group_news_content .news_box:nth-child(3n + 0) { float: right; }

.group_news_content .news_box:nth-child(3n + 1) { clear: both; margin-right: 25px;}


#main {
	width: 890px;
}

#main .paging {
	width: 100%; 
	text-align: center;
	margin-bottom: 145px;
}

#main .paging ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
}
#main .paging ul li.prev { width: 95px; }
#main .paging ul li.next { width: 95px; }

#main .paging ul li a,
#main .paging ul li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	margin-left: 8px;
	cursor: pointer;
}

#main .paging ul li.prev a { width: 95px; }
#main .paging ul li.next a { width: 95px; }

#main .paging ul li a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #808080; 
}

#main .paging ul li.active span {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

.group_news_content .news_box {
	transition: all ease .4s;
	opacity: 1;
	cursor: pointer; 
}

.group_news_content .news_box:hover {
	transition: all ease .4s;
	opacity: .6;
} 


@media only screen and (max-width: 768px) {
	
	.group_news_content .news_box {
		width: 100%;
		padding: 0 10px;
	}
	
	.group_news_content figure {
		width: 100%;
		font-size: 10px;
	}
	
	.group_news_content figure span {
		width: 42.9%;
		min-height: 100px;
		height: auto;
		float: left;
	}
	.group_news_content figure img {
		width: 100%;
		height: auto;
		max-width: 100%; 
	}
	
	.group_news_content figure figcaption {
		 width: 50%;
		 display: inline-block;
		 vertical-align: top;
		 margin-left: 5px;
		 font-size: 12px;
		 line-height: 1.6em;
	}
	
	.group_news_content .news_box:nth-child(3n+1) {
		clear: both;
		margin-right: 0;
	}
	
	.group_news_content .news_box p {
		width: auto;
		margin-top: 10px;
	}
	
	#main .paging { margin-bottom: 55px; }
	
}




















