.main{
	padding-top: 19px;
}
.subNav{
	width: 288px;
	float: left;
	margin-left: 20px;
}
.subNav .title{
	position:relative;
}
.subNav .title span{
	    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: bold;
    top: 19px;
    left: 60px;
}
.subNav ul li{
	    cursor: pointer;
	line-height: 54px;
	padding-left: 55px;
	background: #ebebeb;
	border-bottom: 1px solid #ffffff;
}
.subNav ul li a{
	color: #5B5B5B;
	font-size: 17px;
	font-family: "微软雅黑";
}
.subNav ul li:hover{
	background: #2271b9;
}
.subNav ul li:hover a{
	color: white;
}
.NewList{
	width: 800px;
	float: right;
	margin-right: 20px;
	min-height: 500px;
}
.NewList .path i{
	color: #a7a9a6;
	margin-right: 10px;
}
.NewList .path{
	    margin-bottom: 10px;
}
.NewList .path {
	font-size: 14px;
color: #4B4B4B;
font-family: "微软雅黑";
}
.NewList .path a{
	color: #4B4B4B;
}
.NewList .row{
	padding: 14px 0 24px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	cursor: pointer;
}
.NewList .row:hover{
	    background: #f9f9f9;
}
.NewList .row h6{
	color: #151414;
    font-size: 22px;
    font-family: "微软雅黑";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 42px;
    width: 700px;
}
.NewList .row span{
	    position: absolute;
    right: 0;
    top: 28px;
    color: #575555;
    font-size: 14px;
    font-family: 微软雅黑;
}
.NewList .row p{
	font-size: 12px;
    color: #4B4B4B;
    font-family: "微软雅黑";
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 700px;    min-height: 18px;
}
.NewList .row a{
	    color: white;
    font-size: 14px;
    font-family: "微软雅黑";
    width: 77px;
    height: 23px;
    position: absolute;
    background: #ffa812;
    line-height: 23px;
    text-align: center;
    right: 0px;
    bottom: 22px;
}
.page{
	width: 796px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;
}
.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{
	    padding: 6px 10px;
    border: 1px solid gainsboro;
}