body{
	background: #e9e9e9;
}
.main{
	    width: 1000px;
	margin: 0 auto;
	background: white;
	padding-top:10px ;
}
.path{
	height: 40px;
	background: #f6f5f5;
	padding-left:29px;
	border-bottom: 1px solid #e6e5e5;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.list_left{
	    width: 239px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
.nav_left,.list_left .hot{
	background: white;
	padding-bottom: 20px;
	border: 1px solid gainsboro;
	margin-bottom: 20px;
}
.nav_left .title,.list_left .hot .title{
	height: 40px;
	border-bottom: 1px solid gainsboro;
}
.nav_left .title span,.list_left .hot .title span{
	height: 40px;
	line-height: 40px;
	padding: 9px 20px;
	background:#009ed6;
	background-size: 100% 100%;
	font-size: 18px;
	color: white;
	    margin-left: -1px;
	    font-family: "微软雅黑";
	
}
.nav_left ul{
	margin-top: 10px;
}
.nav_left li{
	    height: 35px;
    line-height: 34px;
	width: 168px;
	margin: 0 auto;
	border-bottom: 1px dashed gainsboro;
	background: url(../images/icon10.png) no-repeat  7px center;
	padding-left: 30px;
}
.nav_left li a{
	color: #424242;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
}

.nav_left li:hover a{
	color: #fb7216;
}
.list_left .hot li{
	    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
    padding-left: 26px;
}
.list_left .hot li a{
	color: #535353;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
}
.list_left .hot li:hover{
	 background-color: #f3f3f3;
}
.list_left .hot li:hover a{
	color: red;
}
.path a{
	color: #666666;
}
.artical{
	width: 1000px;
	margin: 0 auto;
}
.artical .list_nav{
	width: 215px;
	margin-top: 18px;
	float: left;
}
.artical .list_nav .title{
	color: white;
	font-size: 21px;
	font-family: "微软雅黑";
	padding-left: 23px;
	height: 45px;
	line-height: 45px;
	background: #0e6ecc;
}
.artical .list_nav li{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid white;

	font-size: 17px;
	color: #666666;
	font-family: "微软雅黑";
	padding-left: 20px;
}
.artical .list_nav li:hover a{
	color: #0e6ecc;
}
.artical .list_nav li a{
	color: #666666;
}
.artical .news{
	    margin-right: 10px;
    float: right;
    width: 720px;
    padding-top: 10px;
    border: 1px solid gainsboro;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news .list li{
	background: url(../images/icon11.png) no-repeat 8px center;
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
	padding-right: 10px;
	color: #525252;
	font-size: 14px;
	font-family: "微软雅黑";
	border-bottom: 1px dashed gainsboro;
		transition:0.8s ease;
	-webkit-transition:0.8s ease;
	-moz-transition:0.8s ease;
	-o-transition:0.8s ease;
	-ms-transition:0.8s ease;
	cursor: pointer;
}
.news .list li a{
	    float: left;
    color: #525252;
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .list li span{
	float: right;
	width: 80px;
}
.news .list li:hover{
	background-color: #f5f5f5;
}
.news .list li:hover,.news .list li:hover a{
	color: red;
}
.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;
}