@charset "utf-8";
/* CSS Document */

#view,
.op-section {
	height: 400px !important;
}
.title h2 {
	color: #6B908E;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 20px;
	padding-left: 5px;
	letter-spacing: 5px;
}
.newsMain {
}
.pageSet {
	float: right;
	margin-bottom: 20px;
}
.pageSet a {
	display: block;
	float: left;
	color: #98b6b4;
	text-decoration: none;
	font-size: 13px;
	margin: 0 2px;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.pageSet a:hover {
	color: #fff;
	background: #98b6b4;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.newsHead {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.newsTitle {
	float: left;
	font-size: 26px;
	color: #000;
}
.newsDate {
	float: right;
	font-size: 13px;
	color: #999;
	margin-top: 15px;
	margin-right: 10px;
}
.newsArticle {
	border-bottom: 1px solid #98B6B4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsArticle p,
.newsArticle div {
	color: #949494;
	font-size: 18px;
	line-height: 2;
}
.newsArticle img {
	max-width: 100%;
	height: auto !important;
	margin: 20px auto;
	float: none !important;
}
@media screen and (max-width: 768px) {
#view,
.op-section {
	height: 200px !important;
}
}
@media screen and (max-width: 414px) {
.newsTitle {
	float: none;
}
.newsDate {
	float: none;
	margin-right: 0;
}
.pageSet:last-child {
	margin-bottom: 50px;
}
}