@charset "utf-8";
main {
	width: 1134px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
	background: #fff url(../images/main-bg.jpg) repeat-x top;
}
/*----新闻页-----*/
#content ul.news_list {
	clear:both;
	height:auto !important;
	overflow:hidden;
	padding: 12px 15px 10px 15px;
}
#content ul.news_list li {
	font-size: 1.2em;
	padding:5px 0;
	border-bottom: 1px dotted #CCC;
	padding-left: 18px;
	background: url(../images/newsdot.gif) no-repeat 4px 9px;
}
#content ul.news_list span {
	float: right;
	display: inline;
	text-align: right;
}

#content ul.news_list a:hover {
	text-decoration:underline;
}
/*-------新闻详情页----*/
#content .news-info {
	padding:10px 25px 0px 25px;
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.4em;
	padding: 5px 0;
	font-weight: normal;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3em;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
/*------文章内容----*/
.news-info .news-body {
	font-size: 1.4em;
	padding: 12px 0px 20px 0px;
	line-height: 24px;
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 10px;
}
.news-info .news-body .proimgs {
	text-align: center;
}
.news-info .news-body .proimgs img{
	text-align: center;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info table {
	width: 100%;
	border-collapse: collapse;
}
.news-info table, .news-info table th, .news-info table td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news-info table td {
	padding-left: 5px;
	font-size: 14px;
}
/*----联系我们----*/
#content .contact {
	margin: 0 auto;
	font-size: 1.5em;
	padding: 20px 40px 40px 40px;
	line-height: 24px;
}
#content .contact h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 400;
}
#content .contact p {
	line-height: 28px;
	margin-bottom: 20px;
}
#content .contact p strong{
	color:#1c62b0;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}