body{
	background: #F5F9FA;
}
.listright {
	width: 100%;
	padding: 20px 0 30px 0;
	background: #FFFFFF;
}


#cont {
	width: 100%;
	padding: 21px 26px 0 20px;
}
#cont p{
	line-height:26px;
	margin-top:8px
}
/*文字列表*/

.listul {
	width: 100%;
	padding-left: 21px;
}

.listul li {
	width: 100%;
	font-size: 16px;
font-family: MicrosoftYaHei;
color: #333333;
	line-height: 44px;
}

.listul li:nth-child(5n){
	padding-bottom:30px ;
	
}
.listul li:nth-child(5n+1){
	border-top: 1px dashed #DAE0E8;
}
.listul li:nth-child(1){
	border-top: none;
	
}
.listul li a {
	display: block;
	width: 100%;
}

.listul li a img {
	float: left;
	margin-top: 22px;
	margin-right: 7px;
}

.listul li a p {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listul li a span {
	width: 15%;
	float: right;
}
@media (max-width: 991px) {
	.cont{
		width: 100%;
	}
	.BreadcrumbNav {
		width: 100%;
	}
	.listright {
		width: 100% !important;
	}
	.listul li a p {
		width: 60%;
	}
	.listul li a span {
		width: 30%;
	}
	}