.main{
	width: 1189px;
	margin: 19px auto 0;
}
.path{
	height: 40px;
	background: #f6f5f5;
	padding-left:29px;
	border-bottom: 1px solid #e6e5e5;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.path a{
	color: #666666;
}
.artical{
	width: 1189px;
	margin: 0 auto;
}
.artical .list_nav{
	width: 261px;
	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;
	background: #f2f2f2 url(../img/newlist_btn2.png) no-repeat 220px center;
	font-size: 17px;
	color: #666666;
	font-family: "微软雅黑";
	padding-left: 60px;
}
.artical .list_nav li:hover a{
	color: #0e6ecc;
}
.artical .list_nav li a{
	color: #666666;
}
.artical .news{
	float: right;
	width: 890px;
}
.news .list li{
	background: url(../img/newlist_btn1.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;
}
.news .list li span{
	float: right
}
.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;
}