﻿#NewsInnerContainer {
	line-height: 180%;
}

.PublishInfo {
	background: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #919191;
	overflow: hidden;
	padding: 10px;
}
.PublishInfo ul {
	float: right;
}
.PublishInfo ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #d3d3d3;
}
.PublishInfo ul li:first-child {
	border-left: 0px;
}
.PublishInfo ul li .hd {
	font-weight: 700;
	margin-right: 5px;
}

#NewsInnerContainer .NewsTopic {
	font-size: 20px;
	font-weight: 700;
	/*border-bottom: 2px solid #038c00;*/
	/*padding-bottom: 5px;*/
	margin-bottom: 25px;
	color: #434343;
}

.FloatLeftImg {
	float: left;
	margin: 0px 15px 15px 0px;
	width: 238px;
}
.FloatRightImg {
	float: right;
	margin: 0px 0px 15px 15px;
	width: 238px;
}
.FloatLeftImg .IMG,.FloatRightImg .IMG {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	padding: 2px;
	width: 232px;
	display: block;
}
.FloatLeftImg .Description,.FloatRightImg .Description {	
	background: #e5e5e5;
	padding: 5px 10px;
	font-size: 12px;
}
.FloatLeftImg .Description .EnlargeIcon,.FloatRightImg .Description .EnlargeIcon {	
	padding: 0 25px 0 0;
	background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
	display: block;
}
.NewsImageContainer {
	margin: 30px auto;
	text-align: center;
	width: 680px;
	position: relative;	
}
.NewsImageContainer .Single {
	width: 216px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.NewsImageContainer .Single .IMG {
	background: #f2f2f2;	
	width: 216px;
	display: block;
	position: relative;	
}
.NewsImageContainer .Single .IMG td {
	width: 216px;
	height: 216px;
	text-align: center;
}
.NewsImageContainer .Single .IMG td img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 216px;
}
.NewsImageContainer .Single .Description {
	background: #e5e5e5;
	padding: 5px 10px;
	font-size: 12px;
	text-align: left;
}
.NewsImageContainer .Single .Description .EnlargeIcon {
	padding: 0 25px 0 0;
	background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
	display: block;
}

.RelatedContainer {
	margin: 45px 0px;
}
.faq-content .RelatedContainer {margin:0;}
.faq-content .PadinTop20 {padding:0;}
.RelatedContainer .Header {
	padding: 3px 10px;
	background: #038c00;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	*display: inline;
	margin: 0px 0px 5px 0px;
}
.RelatedContainer .ListContainer li {
	display: block;
	/*width: 680px;*/
	border-bottom: 1px dotted #038c00;
}
.RelatedContainer .ListContainer li .Inner dl {
	padding: 5px 25px 5px 25px;
	margin: 0px;
	background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
	position: relative;
	zoom: 1;
}
.RelatedContainer .ListContainer li .Inner dl .Topic a {
	color: #434343;
	/*padding: 0px 30px 0px 3px;*/
}
.RelatedContainer .ListContainer li .Inner dl .Topic a:hover {
	color: #038c00;
}
.RelatedContainer .ListContainer .FileType {
	position: absolute;
	right: 0px;
	top: 7px;
}

.VideoInner {
	width: 600px;
	margin: 30px auto;
}

.SinglePic_L {
	text-align: center;
}
.SinglePic_L img {
	max-width: 690px;
}

#Post_NavContainer {
	margin: 50px 0px 40px 0px;
}
#Post_NavContainer .Prev, #Post_NavContainer .Next {
	width: 280px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	color: #434343;
}
#Post_NavContainer .Prev:hover, #Post_NavContainer .Next:hover {
	color: #038c00;
}
#Post_NavContainer .Prev {
	float: left;
	padding: 0px 0px 0px 27px;
	background: url(../images/Previous_3.png) no-repeat left 0px;
	text-align: left;
}
#Post_NavContainer .Next {
	float: right;
	padding: 0px 27px 0px 0px;
	background: url(../images/Next_3.png) no-repeat right 0px;
	text-align: right;
}