.list_nr {
	width: 100%;
}
.list_info {
	width: 100%;
	
}
.list_info ul {
	margin: 0;
	padding: 0;
}
.list_info ul li {
	list-style: none;
	width: 100%;
	border-bottom: solid 1px #f0f0f0;
	padding: 20px 0;
	overflow: hidden;
	margin-bottom: 5px;
}
.list_info ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-bottom: 4px;
  border-radius: 6px;
  margin-right: 10px;
  background: #ad1818;
  display: inline-block;
}

.list_info ul li a {
	width: 86%;
	display: block;
	float: left;
	text-decoration: none;
	color: #3b3939;
	
}
.list_info ul li span {
	text-align: right;
	width: 12%;
	display: block;
	float: right;
	color: #9e9e9e;
	white-space: nowrap;
}



@media screen and (max-width: 767px) {
	.list_info ul li a {
	float: none;	
	display: inline;
}
.list_info ul li span {	
	float: none;	
	display: inline;
	padding-left: 20px;
}
}

/**换页**/
#page_div a {
    display: block!important;
    text-decoration: none!important;
}
.page_num {
   
    height: auto!important;
    
}
#page_div .current {
    background: #ba261a!important;
    border: 1px solid #ba261a!important;
}