body {
	background: #fff;
}


.main{
	padding-top: 19px;
}
.subNav{
	width: 288px;
	float: left;
    border-top: 4px solid #a72026;
 
}
.subNav .title{
position: relative;
    width: 288px;
    height: 50px;
    line-height: 50px;
    background: #931e22;
    font-size: 18px;
    /* font-weight: bold; */
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.subNav .title i {
	position: absolute;
	font-size: 22px;


}
.subNav .title span {
	
}

.subNav ul li{
cursor: pointer;
    line-height: 54px;
    background: #ebebeb;
    color: #333;
    border-top: 1px solid #7b4646;
}
.subNav ul li a{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
		 display: block;
  text-align: center;
}
.subNav ul li:hover{
	background: rgb(182, 37, 43);
}

.NewList{
	width: 862px;
	float: right;
	min-height: 500px;
}
.NewList .path i{
	color: #a7a9a6;
	margin-right: 10px;
}
.NewList .path{
	    margin-bottom: 10px;
}
.NewList .path {
	font-size: 14px;
    color: rgb(121, 121, 121);
font-family:"微软雅黑";
}
.NewList .path a{
	    color: rgb(121, 121, 121);
}
.NewList .row{
	padding: 14px 0 16px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	cursor: pointer;
	width: 830px;
    padding-left: 30px;
	background:url(../img/icon2.png) no-repeat 0 center;
}
.NewList .row:hover h6 a,.NewList .row:hover h6 span{
	 color:rgb(166, 33, 38) !important;
}
.NewList .row h6{
	color: #151414;
    font-size: 16px;
	font-weight:600;
    font-family: "微软雅黑";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 42px;
    width: 632px;
}
.NewList .row span{
	    position: absolute;
    right: 0;
    top: 28px;
    color: #575555;
    font-size: 14px;
    font-family:"微软雅黑";
}
.NewList .row strong a{
		display:inline-block;
		vertical-align:middle;
		line-height: 17px;
		color:red;
}
.NewList .row strong:hover a{
	color:#0476c0;
}
.NewList .row font{color:red;}
.NewList .row p{
	font-size: 14px; 
    font-family:"微软雅黑";
	vertical-align:middle;
    line-height: 17px;

    
	min-height: 18px;
	display:inline-block;
}

.NewList .row p a{
	display:inline-block;
	  color: #4B4B4B;
	     width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		 
}
.NewList .row .more1{
	color: white;
    font-size: 14px;
    font-family:"微软雅黑";
    width: 77px;
    height: 26px;
    position: absolute;
    background: #ffa812;
    line-height: 26px;
    text-align: center;
    right: 0px;
    bottom: 22px;
}
.NewList .row {
    padding: 10px 0 12px;
    border-bottom: 1px dashed#e4e4e4;
     padding-left: 20px;
}

.NewList .row h6 {
    font-weight:normal;
}
.NewList .row span {  
    top: 21px;
    font-size: 16px;

}
.page{
	width: 796px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;
	margin:0 6px !important;
}
.page li span{
	PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #ff0084;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
}
.page li a{
	    padding: 6px 10px;
    border: 1px solid gainsboro;
}
.page li span.show{
	background:rgb(166, 33, 38) !important;
	color:#fff !important;
    /* height: 30px; */
    padding: 7px 14px !important;


}