.newsView .content {
	margin: 1.2rem auto .8rem;
	width: 10rem;
	text-align: left;
}
.backList {
	width: 10rem;
	margin: 0 auto;
	margin-bottom: .5rem;
}
.backList a {
	/*font-family: 'Impact Regular';*/
    font-size: .18rem;
    line-height: .47rem;
    cursor: pointer;
	text-transform: uppercase;
	color: #3F3B3A;
	border: 1px solid #3f3b3a;
	padding: .05rem .1rem;
	border-radius: 2px;
	transition: all .5s ease;
	letter-spacing: 1px;
}
.backList a:before {
	content: '\e607';
    font-family: 'iconfont';
    font-size: .14rem;
    line-height: .47rem;
    position: relative;
    top: -.02rem;
    color: #3f3b3a;
    transition: all .5s ease;
}
.backList a:hover {
	background-color: #3f3b3a;
	color: #fff;
}
.backList a:hover:before {
	color: #fff;
}
.newsView .title {
	font-size: .36rem;
	padding-top: .56rem;
	color: #333;
}
.newsView .time {
	font-size: .24rem;
	line-height: .64rem;
	color: #333;
}
.newsView .time span {
	margin: 0 .1rem 0 0;
}
.newsView .ms {
	font-size: .16rem;
	line-height: 2;
}
.newsViewPics img {
	max-width: 100%;
	margin: .15rem auto;
}
.newsView .prev {
	margin-top: .5rem;
	margin-bottom: .08rem;
}
.newsView .prev a,
.newsView .next a {
	font-size: .16rem;
	color: #000;
	line-height: 1.5;
}
.newsView .prev a i,
.newsView .next a i {
	margin-right: .3rem;
}
.newsView .con span {
	transition: all .3s ease;
}
.newsView .con span:hover {
	text-decoration: underline;
	letter-spacing: .5px;
}



@media screen and (max-width: 834px){

.newsView .content {
	width: 100%;
}
.newsView .backList {
	padding: 0 .15rem;
	box-sizing: border-box;
}
.newsView .title {
	padding-top: .5rem;
}
.newsView .title {
	padding: 0 .15rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.newsView .time {
	padding: 0 .15rem;
	box-sizing: border-box;
	font-size: .14rem;
	color: #5a5a5a;
}
.newsView .ms p {
	padding: 0 .15rem;
	box-sizing: border-box;
}
.newsView .prev,
.newsView .next {
	padding: 0 .15rem;
	box-sizing: border-box;
}









}