/*灰色隔断设置*/
.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-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.xwcon>a {
	width: 35%;
	display: block;
	float: left;
}
.xwcon>a>img {
	width: 100%;
	display: block;
}
.xwcon>div {
	width: 63%;
	float: right;
	position: relative;
}
.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;
	height: 19px;
	color: #808080;
	position: absolute;
	right: 6px;
	top: 225px;
	font-size: 1.3rem;
}
.xwcon.xwnd {
	border-bottom:none;
}




.item-illus{
	margin-top: 1.2rem;
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.item-illus a{
    display: block;
    color: #FFFFFF;
}
.item-illus span{
    width: 50%;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 1px solid #fa8b2d;
    font-size: 1.5rem;

}
.item-illus .item-illus-left{
    color: #fa8b2d;
    z-index: 9;
    position: relative;
    background: #FFFFFF;
}
.item-illus .item-illus-right{
    background: #fa8b2d;
    position: absolute;
    right: 1.5em;
    top: 0;
}
.item-illus-logo{
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: inline-block;
    width: 0;
    margin-top: -12px;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid #FFFFFF;
}