.scrollBox {
	width: 1060px;
	height: 865px;
}

.scroll {
	width: 1060px;
	height: 802px;
	margin: 0 auto;
	background-image: url(../img/mainTop.png), url(../img/mainBottom.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 84px 0 146px;
}

.main {
	width: 982px;
	margin: 0 auto;
	padding-top: 12px;
	overflow: hidden;
}

.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: 234px;
	height: 782px;
	float: left;
	margin-left: 19px;
	background: url(../img/listBg.png) no-repeat;
}

.list_left .title {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
	margin: 30px 0 20px 10px;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
	text-indent: 44px;
	background: url(../img/titBg.png) no-repeat;
}

.nav_left ul {
	margin-top: 10px;
}

.nav_left li {
	    height: 40px;
	    line-height: 40px;
	width: 130px;
	margin: 0 auto;
	border-bottom: 1px dashed gainsboro;
	background: url(../img/dotList.png) no-repeat 30px center;
	padding-left: 60px;

}

.nav_left li a {
	color: #fff;
	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;
	background: url(../img/btn3.png) no-repeat 10px center;
	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: 100%;
	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;
	background: #f2f2f2 url(../img/btn2.png) no-repeat 195px center;
	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 {
	float: right;
	width: 718px;
	height: 678px;
	margin-right: 0;
	padding-bottom: 54px;
	padding-top: 84px;
	background: url(../img/listnewBg.png) no-repeat;
}

.news .list {
	width: 86%;
	margin-left: 5%;
}

.news .list li {
	background: url(../img/b_dot.png) no-repeat 12px center;
	height: 34px;
	line-height: 34px;
	padding-left: 24px;
	padding-right: 10px;
	color: #525252;
	font-size: 14px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #c0b2a0;
	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: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .list li span {
	float: right
}

.news .list li:hover a {
	color: #dfbe59;
}

/* .news .list li:hover,.news .list li:hover a{
	color: red;
} */
.page {
	width: 395px;
	margin: 0 auto;
	margin-top: 52px;
	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: 3px;
    COLOR: #fff;
    MARGIN-RIGHT: 4px;
    PADDING-TOP: 2px;
    background: #83684f;
    border: 1px solid #eae8db;
}

.page li a {

	    PADDING:2px 6px ;
	    BACKGROUND-POSITION: 50% bottom;
	    COLOR: #795548;
	    MARGIN-RIGHT: 3px;
	    BORDER: #83684f 1px solid;
	    TEXT-DECORATION: none;
}