@import "common.css";
.news-view{
}
.news-view .prev-next{
	height: 50px;
	border-bottom: 1px solid #bfbfbf;
}
.news-view .prev-next .prev{
	float:left;
	width: 20px;
	height: 50px;
	background-image: url(img/news/left.svg);
	background-repeat: no-repeat;
	background-position:  center;
	background-size: auto 20px;
	cursor: pointer;
}
.news-view .prev-next .next{
	float:right;
	width: 20px;
	height: 50px;
	background-image: url(img/news/right.svg);
	background-repeat: no-repeat;
	background-position:  center;
	background-size: auto 20px;
	cursor: pointer;
}
.news-view .more-titles{
	height: 60px;
	font-size: 14px;
	padding-top: 20px;
}
.news-view .more-titles .title{
	display: inline-block;
	margin-right: 10px;
}
.news-view .more-titles .more{
	color: #6154e8;
}
.news-view .more-titles .more a{
	color: #6154e8;
}
.news-view .title-frame{
	padding: 130px 120px 90px;
	background-color: #fff;
	border-bottom: 60px solid #f5f5f5;
}
.news-view .title-frame .title{
	font-size: 35px;
	text-align: center;
}
.news-view .title-frame .title{
	font-size: 35px;
	text-align: center;
}
.news-view .title-frame .hlz{
	height: 20px;
	text-align: center;
	padding: 60px 0;
}
.news-view .title-frame .hlz span{
	display: inline-block;
	margin: 0 10px;
	color: #afafaf;
	font-size: 14px;
}
.news-view .title-frame .hlz span:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size:auto 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.news-view .title-frame .hlz .hit:before{
	background-image: url(img/news/eye.svg);
}
.news-view .title-frame .hlz .likes:before{
	background-image: url(img/news/heart.svg);
}
.news-view .title-frame .hlz .dianzan:before{
	background-image: url(img/news/up.svg);
}
.news-view .title-frame .daoyan dl dt{
	margin-bottom: 20px;
}
.news-view .title-frame .daoyan dl dd{
	color: #a3a3a3;
	font-size: 12px;
	line-height: 20px;
}
.news-view .content-frame{
	padding: 90px;
	background-color: #fff;
	line-height: 30px;
	border-bottom: 60px solid #f5f5f5;
}
.news-view .content-frame img {
	max-width: 100%;
	height: auto;
}
@media (max-width:640px) {
.news-view .more-titles {
	display: none;
}
.news-view .title-frame .title {
    font-size: 20px;
}
.news-view .title-frame {
    padding: 10px;
    background-color: #fff;
    border-bottom: 0px solid #f5f5f5;
}
.news-view .content-frame {
    padding: 10px;
    border-bottom: 0px solid #f5f5f5;
}

	
}