@charset "utf-8";
/*-----新闻列表标题-----*/
.wrapper ul.news-list {
	clear:both;
	height:auto !important;
	overflow:hidden;
	padding: 12px 15px 10px 15px;
}
.wrapper ul.news-list li {
	font-size: 1.2em;
	padding:5px 0;
	border-bottom: 1px dotted #CCC;
	padding-left: 16px;
	background: url(../images/newsdot.gif) no-repeat 4px 12px;
}
.wrapper ul.news-list span {
	float: right;
	display: inline;
	width: 70px;
	text-align: right;
}


/*----新闻页-----*/
.main-left .faq-list {
	clear:both;
	min-height:600px;
	height:auto !important;
	height:600px;
	overflow:visible;
	padding: 10px 10px 0px 15px;
}
.main-left .faq-list section {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}
/*----新闻列表内容-----*/
.main-left .faq-list section h3 {
	margin-bottom: 8px;
	line-height:22px;
}
.main-left .faq-list section p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 22px;
}


/*-------新闻详情页----*/
.main-left .news-info {
	padding: 18px 25px 0px 25px;
	margin: 0 auto;
}

.main-left .news-info>h1 {
	font-size: 15px;
	text-align:center;
}

.main-left .news-info header h1 {
	font-size: 15px;
	text-align:center;
	margin-bottom:10px;
}


.main-left .news-info header {
	text-align: center;
}
.main-left .news-info header p {
	font-size: 12px;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
.main-left .news-info header p time, .main-left .news-info header p span {
	padding-right: 10px;
}

/*------文章内容----*/
.news-info .news-body {
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	line-height: 22px;
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 15px;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom:12px;
}
.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: 12px;
}