@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
}
ul, ol {
	margin-bottom: 0px;
}
img {
	max-width: 100%;
}
#mainNav {
	background-image: url(../images/page1_img1.png);
}

.wrapper {
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
hr.primary {
	border-color: #F05F40;
	border-width: 3px;
	max-width: 100%;
}

@media (min-width: 768px) {
}

.post {
	position: relative;
	margin-bottom: 23px;
}
.post-img {	
	overflow: hidden;
}
.post-img img {
	width: 100%;
	height: auto;
}
.post-con .post-title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
.post-con p {
	font-size: 14px;
	line-height: 18px;
	color: #7C7C7C;
}
.view-info {
	font-size: 13px;
	color: #6B6B6B;
}

.news-hot {
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	margin-bottom: 15px;
}
.news-hot a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	color: #FFF;
}
.news-hot a img {
	width: 100%;
	height: auto;
}
.news-hot a h5 {
	display: inline-block;
	padding: 15px 10px;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	width: 100%;
	position: absolute;
	bottom: -100%;
	background-color: #2A2A2A;
	opacity: 0.7px;
	transition: all 0.3s ease;
}
.news-hot a:hover h5 {
	bottom: 0px;
}

.news-con {
	padding-top: 30px;
	padding-bottom: 30px;
}