@charset "gb2312";
/*灰色隔断设置*/
.new_c {
	width:100%;
	background:#FFF;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-top:1em;
}
/*内容区设置*/
.xinwen {
	width: 95%;
	margin: 0 auto;
}
.xwtit {
	width: 100%;
	padding-top: 25px;
	height: 40px;
	border-top: 1px solid #fff;
}
.xwtit>i {
	display: block;
	float: left;
	width: 0.4rem;
	height: 1.8rem;
	margin-top: 7px;
	margin-right: 12px;
	background: #ee7800;
}
.xwtit>span {
	font-size: 1.7rem;
	color: #333;
	line-height: 40px;
}
.xwtit>a {
	float: right;
	line-height: 40px;
	color: #ba0903;
	font-size: 1.5rem;
}
.xwcon {
	overflow: hidden;
	padding: 1.5rem 0;
	border-bottom: 1px dashed #ccc;
}
.xwcon.xwno {
	border-bottom:none;
}
.xwcon>a {
	width: 35%;
	display: block;
	float: left;
}
.xwcon>a>img {
	width: 212px;
	height:159px;
	border:1px solid #ccc;
	display: block;
}
.xwcon>div {
	width: 63%;
	float: right;
	position: relative;
	margin-top: -5px;
}
.xwcon>div h3 {
	font-size: 1.5rem;
}
.xwcon>div p {
	font-size: 1.3rem;
	line-height: 1.5em;
	margin-top: 5px;
	color: #808080;
}
.xwcon>div span {
	display: block;
	width: 35%;
	height: 19px;
	color: #808080;
	position: absolute;
	right: -24px;
	top: 146px;
}


.page_show { margin: 20px 0; }
.page_show a { display: inline-block; height: 24px; line-height: 24px; min-width: 24px; text-align: center; color:#333; margin-right: 2px; }
.page_show a:hover, .page_show a.page_current { background:#a12a22; color: #FFF; }