.newsnr {
	margin: 0 0 3.125rem;
}

.newsnr .top {
	padding: 2.5rem 2% 10px;
	border-bottom: 1px dashed #dcdcdc;
	text-align: center;
}

.newsnr .title {
	font-size: 1.5625rem;
	font-weight: bold;
	color: #2a2929;
	margin-bottom: 0.625rem;
}

.newsnr .newsdetail {
	padding: 1.25rem 0 4.375rem;
	font-size: 0.875rem;
	color: #5f5f5f;
	line-height: 1.5rem;
}

.newsnr .newsdetail p {
	text-indent: 2em;
}

.newsnr .newsdetail img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

._detailPage_bottom {
	border-top: #d5d5d7 1px solid;
	border-bottom: #ddd 1px solid;
	height: 81px;
	clear: both;
	margin: 2.5rem 0 3.125rem;
}

._detailPage_bottom li {
	width: 100%;
	float: left;
	border-bottom: #ddd 1px solid;
	height: 40px;
	line-height: 40px;
}

._detailPage_bottom ._mark {
	float: left;
	width: 85px;
	padding: 0 10px;
	margin-right: 10px;
	font-weight: bold;
	background: url(../img/arr_col.png) no-repeat;
	border-right: 1px solid #ddd;
}

._detailPage_bottom ._prev ._mark {
	background-position: 80% 17px;
}

._detailPage_bottom ._next ._mark {
	background-position: 80% -12px;
}

._detailPage_bottom ._title {
	float: left;
	width: 50%;
	height: 40px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	border-bottom: none;
	padding: 0;
	color: #000;
}

._detailPage_bottom ._title:hover {
	text-decoration: underline;
}

._detailPage_bottom ._time {
	float: right;
	white-space: nowrap;
	padding-right: 15px;
}

@media only screen and (max-width: 768px) {
	.newsnr .top{
		padding-top: 0;
	}
}

@media only screen and (max-width: 450px) {
	._detailPage_bottom ._time{
		display: none;
	}
}


