.path{
	height: 42px;
	line-height: 42px;
	position: relative;    border-bottom: 3px solid #fccd98;
}
.path .title{
	position: absolute;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #fb9031;
}
.path p{
	    position: absolute;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #121111;
    text-align: right;
    padding-right: 10px;
    left: 12px;

}
.path p a{
	color: #121111;
}
.subNav{
	    float: left;
    width: 170px;
    background: white;
    border: 5px solid #b58c30;
    border-radius: 8px;
    padding: 10px;
}
.subNav .title{
	    color: #b58c30;
    font-size: 26px;
    line-height: 40px;
}
.subNav li{
	line-height: 30px;
    background: #b58c30;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 4px;
    padding-left: 20px;
}
.subNav li a{
	color: white;
}
.news{
	border: 5px solid #b58c30;
    border-radius: 8px;
    height: 763px;
    float: right;    width: 763px;
    background:white;
}
.news .list {
	margin-top: 10px;
    height: 646px;

}
.news .list li{
	height: 38px;
    color: #262626;
    line-height: 38px;
    font-size: 13px;
    padding-left: 32px;
    background: url(../img/icon1.jpg) no-repeat 13px center;
    border-bottom: 1px dotted #b58c30;
    *margin-top: -3px;
}
.news .list li a{
	float: left;
	color: #262626;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 628px;
}
.news .list li  span{
	float: right;    width: 78px;
}
.news .list li:hover,.news .list li:hover a{
	color: red;
}
.page{
	width: 695px;
	margin: 0 auto;
height: 50px;
line-height: 50px;
	margin-top: 10px;
}
.page li{
	float: left;height: 50px;
	line-height: 50px;
}
.page li span{
	PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #ff0084;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
}
.page li a{
	BORDER-RIGHT: #dedfde 1px solid;
    PADDING-RIGHT: 3px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #dedfde 1px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dedfde 1px solid;
    COLOR: #262626;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dedfde 1px solid;
    TEXT-DECORATION: none;
}