*{
	box-sizing:border-box;
}
.content{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	padding-bottom: 40px;
}
.content .banner{
	width: 100%;
	height: 207px;
	position: relative;
	margin-bottom: 18px;
}
.content .banner p{
	width: 202px;
	height: 53px;
	background: rgba(204,17,34,0.5);
	position: absolute;
	bottom: 20px;
	left:0;
	font-size: 26px;
	line-height: 53px;
	text-align: center;
    color:white;
}
.content .con{
	width: 1000px;
	height: 530px;
	border:1px solid #CAD8D8;
}
.content .con .con_left{
	width:12%;
	height: 100%;
	/*border-right: 1px solid #CAD8D8;*/
	background: #EEEEEE;
}
.content .con .con_left ul li{
	height: 42px;
	line-height: 42px;
    text-align: center;
    color:#424242;
    border-bottom: 1px solid #CAD8D8;
    border-right: 1px solid #CAD8D8;
    cursor: pointer;
}
.content .con .con_left ul li.on{
	background: white;
	border-left: 4px solid #CC1122;
	border-right:0;
}
.content .con .con_left ul li a{
	color:#424242;
}
.content .con .con_right{
  height: 100%;
  width: 88%;
  background: white;
  position:relative;
}
.content .con .con_right .nr{
	width: 100%;
	height: 100%;
	padding: 25px 42px ;
}
.content .con .con_right .nr .title{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #CAD8D8;
	margin-bottom: 20px;
}
.content .con .con_right .nr .title p:first-child{
	line-height: 48px;
	font-size: 19px;
	color:#CC1122;
}

.content .con .con_right .nr .title p:last-child{
	line-height: 48px;
	font-size: 14px;
	color:#8A8E8D;
}
.content .con .con_right .nr ul li{
	height: 36px;
}
.content .con .con_right .nr ul li p{
    font-size: 14px;
    line-height: 36px;
    background: url(../images/new/icon.png) no-repeat -110px -338px;
    padding-left: 20px;
    color: #4E5E5D;
    max-width: 710px;
    _width: 710px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .con .con_right .nr ul li p a{
	color: #666;
}
.content .con .con_right .nr ul li span{
	font-size: 12px;
	color:#C6C6C6;
	line-height: 36px;
}
.content .con .con_right .fenye{
	margin-top: 10px;
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
}
.content .con .con_right .fenye ul{
	 /*display: block;*/
	 /*text-align: center;*/
	 margin:0 auto;
	 width: auto;
	 height: 35px;
}
.content .con .con_right .fenye ul li{
	width: 32px;
	height: 32px;
	margin-right: 3px;
	background: white;
	border: 1px solid #D3D7D8;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	float: left;
	cursor: pointer;
}
.content .con .con_right .fenye ul li.on{
	background: #CC1122;
	color:white;
	border:0;
}
.content .con .con_right .fenye ul li:first-child{
	background: url(../images/new/icon.png) no-repeat -109px -132px #FBFBFB;
}
.content .con .con_right .fenye ul li:last-child{
	background: url(../images/new/icon.png) no-repeat -185px -132px #FBFBFB;
}


