body {
	background: #f5f5f5;
}

/* 内容 */
.content{
	width: 1200px;
	background: white;
	margin: 10px auto 17px;
	min-height: 775px;
}
.path{
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	background: url(../images/list_path1.png) no-repeat 0 bottom;
	padding-left: 32px;
	color: #545454;
	font-size: 14px;
}
.path a{
	color: #545454;
}
.path a:hover {
	color: #F31818;
}
.path i {
	font-size: 30px;
	color: #3E214F;
}
.content .left{
	position: relative;
	float: left;
	width: 284px;
	background: #f9f9f9;
	margin-top: 20px;
	margin-left: 15px;
}
.content .left .title{
	height:46px;
	
	background: #269ed5;
	width: 284px;
	text-align: center;
	line-height:46px;
	font-size: 21px;
	color: white;
}
.content .left li{
	height: 48px;
	border: 1px solid #dfdfdf;
	border-top: 0;
	margin: 0 auto;
}

.content .left li a{
	display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    /* background: url(../images/icon9.png) no-repeat 20px center; */
    /* padding-left: 43px; */
    font-size: 18px;
    margin-top: 6px;
    color: #666;
    text-align: center;
}
.content .left li:hover{
	background-color: #1a499d;
	
}
.content .left li:hover a {
	color: #fff;
}
.content .right{
    width: 850px;
    float: right;
    margin-right: 23px;
}
.content .right .title{
	margin-top:20px;
	height: 45px;
	line-height: 45px;
	background: url(../images/list_path2.png) no-repeat 0 bottom;
	padding-left: 8px;
	position: relative;
}
.content .right .title span{
	color: #269ed5;
    font-size: 24px;
}
.content .right .title p{
	float: right;
	width: 750px;
	padding-right: 13px;
	text-align: right;
	line-height: 45px;
	color: #707070;
	font-family: "å®‹ä½“";
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.content .right .title p a{
		color: #707070;
}
.content .list{
	margin-top: 8px;
	min-height:600px;
	
}
.content .list li{
	color: #757575;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 10px 0 24px;
    background: #f9f9f9 url(../images/icon9.png) no-repeat 7px center;
    cursor: pointer;
    border-bottom: 1px solid gainsboro;
}
.content .list li:nth-child(2n){
	 background: white url(../images/icon9.png) no-repeat 7px center;
	     border: 0;
}
.content .list li:hover,.content .list li:hover a{
	color: #F31818;
}
.content .list li:hover{
	background-color:#eef2fa ;
}
.content .list  a{
	    color: #757575;
    float: left;
    width: 740px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
	    height: 50px;
    white-space: nowrap;
    width: 716px;
}
.content .list span{
	float: right;    width: 100px;
    text-align: right;
}
.page{
	width: 700px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;height: 50px;
	line-height: 50px;
}
.page li span{
	PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #ff0084;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
}
.page li a{
	BORDER-RIGHT: #dedfde 1px solid;
    PADDING-RIGHT: 6px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #dedfde 1px solid;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dedfde 1px solid;
    COLOR: #0061de;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dedfde 1px solid;
    TEXT-DECORATION: none;
}