
.floor1{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 600px;
}


.floor1_r>h3{
	margin: 0 0 5px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding-left: 5px;
}

.news_ul>li{
	padding: 15px 0;
	border-bottom: 2px dashed  #e7e7e7;
}
.news_ul>li>a::after{
	content: "";
	display: block;
	clear: both;
}

.news_ul>li>a>div{
	float: left;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_ul>li>a>div>span:first-child{
	margin-right: 5px;
}
.news_ul>li>a>span{
	float: right;
}
.news_ul>li>a:hover span{
	color: #940B41;
}

.news_page_num{
	width:22px;
	height: 18px;
	box-sizing: border-box;
	border-color: #080808;
	margin: 0 4px;
}
