
.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;
	font-family: "微软雅黑";
}
.path a{
	color: #545454;
}
.content .left{
	position: relative;
    float: left;
    width: 200px;
    background: #f9f9f9;
    min-height: 255px;
    padding-bottom: 220px;
    border: 1px solid #DFDFDF;
}
.content .left .title{
	    height: 40px;
    background: #5cad04;
    width: 201px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: white;
    font-family: "微软雅黑";
    margin-bottom: 11px;
	
}
.content .left li{
	    width: 180px;
    /* height: 36px; */
    border: 1px solid #dfdfdf;
    margin: 0 auto;
    margin-bottom: 2px;
}
.content .left li a{
	display: inline-block;
    width: 205px;
    /* height: 35px; */
    line-height: 27px;
    border-radius: 4px;
    /* background: url(../images/icon9.png) no-repeat 20px center; */
    font-family: "微软雅黑";
    padding-left: 18px;
    font-size: 14px;
    margin-top: 6px;
    color: #444444;
}
.content .left li:hover{
	border-color: #1681c4;
}
.content .right{
 width: 752px;
    float: right;
}
.content .right .title{
	height: 40px;
    line-height: 40px;
    background: #5cad04;
    padding-left: 12px;
    position: relative;
}
.content .right .title span{
	color: white;
    font-family: "微软雅黑";
    font-size: 18px;
}
.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;
	
}
.content .list li{
	color: #757575;
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 10px 0 24px;
    background: #f9f9f9 url(../images/icon8.png) no-repeat 7px center;
    cursor: pointer;
    border-bottom: 1px solid gainsboro;
}
.content .list li:nth-child(2n){
	 background: white url(../images/icon8.png) no-repeat 7px center;
	     border: 0;
}
.content .list li:hover,.content .list li:hover a{
	color: red;
}
.content .list li:hover{
	background-color:#eef2fa ;
}
.content .list  a{
	    color: #757575;
    float: left;
    width: 616px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.content .list span{
	float: right;
}
.page{
	width: 500px;
	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;
}