@charset "utf-8";
main {
	width: 100%;
	background:#efe9cf;
}
/*----新闻页-----*/
#content>hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	margin-bottom:20px;
}

/*----新闻中心------*/
#content hgroup.news-list>figure {
	position: relative;
	overflow: hidden;
	padding:15px 10px;
	border-bottom: 1px solid #c9c9c9;
}
#content hgroup.news-list>figure:hover {
	background-color: rgba(63,29,29, 0.05);
}
#content hgroup.news-list>figure>a {
	width: 175px;
	height: 125px;
	display: block;
	overflow: hidden;
	float: left;
}
#content hgroup.news-list>figure img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
#content hgroup.news-list>figure a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#content hgroup.news-list>figure figcaption {
	float: right;
	display: inline;
	width: 680px;
}
/*-----------新闻标题-------------------*/
#content hgroup.news-list>figure h3 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 5px;
}
#content hgroup.news-list>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup.news-list>figure h3 a:hover {
	text-decoration: none;
}
/*----新闻列表内容-----*/
#content hgroup.news-list>figure figcaption p {
	font-size: 1.4em;
	line-height: 24px;
	color: #666;
	height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
}
#content hgroup.news-list>figure figcaption p a {
	color: #b59249;
}
#content hgroup.news-list>figure figcaption>span {
	font-size: 1.4em;
	color: #b59249;
}


/*-------新闻详情页----*/
#content .news-info {
	padding: 20px 25px 0px 25px;
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.6em;
	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;
}
#content .news-info header p.p2 {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	font-size: 1.5em;
	padding: 12px 0px 20px 0px;
	line-height: 26px;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom:25px;
}
.news-info .news-body .proimgs img{
	-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 .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 15px;
}
.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;
}