/* new_box */
.new_box{
	width: 800px;
	overflow: hidden;
font-size: 0.66rem;
	margin: 0 auto;
}
.strong{font-weight:700}
/* 上一页下一页 */
.pre_next{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px 0;
}

.btn_box{
	height: 40px;
}
.pn_box{
	width: 65%;
}
.btn_box a{
	display: inline-block;
	width: 80px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 12px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin-right: 30px;
}
.btn_box a:hover{
	color: #282828!important;
	text-decoration: none!important;
}
.btn_box button{
	width: 100px;
	height: 40px;
	box-sizing: border-box;
	border: none;
	background-color: #009859;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
	cursor: pointer;
	outline: none;
	background-image: url(../images/news/dy.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 20px center;
	text-indent: 25px;
}
.pre{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.next{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pre_next span{
	display: inline-block;
	vertical-align: middle;
}
.pre_next a{
	color: #282828;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 65px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.pre_next a:hover{
	text-decoration: underline;
	color: #009859;
}img {max-width:100%}
