.news {
	padding-top: 4rem;
	padding-bottom: 8.13rem
}

.news .title {
	font-size: 1.81rem;
	color: #2a2929
}

.news .date {
	padding-top: 1.25rem;
	padding-bottom: 3.13rem;
	font-size: .75rem;
	color: #707070
}

.news .content {
	font-size: .88rem;
	line-height: 1.88rem;
	color: #707070;
	padding-bottom: 4.88rem
}

.news .share {
	padding-bottom: 1.88rem;
	padding-left: 1.25rem;
	position: relative;
}
.news .bdsharebuttonbox{
	position: absolute;
	display: none;
    top: -50px;
}

.news .other {
	border-top: 1px solid #f0f1f3;
	font-size: .94rem;
	color: #535353;
	font-weight: bold
}

.news .other a {
	display: block;
	border-bottom: 1px solid #f0f1f3;
	line-height: 3.25rem
}

.news .other a span {
	font-size: 1rem;
	color: #000;
	padding-left: 1rem;
	padding-right: 2.5rem
}

.news .other a span img {
	margin-left: .75rem
}

@media (max-width: 768px){
	.news {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}
	.news .date {
	    padding-top: 0.8rem;
	    padding-bottom: 1rem;
	}
	.news .content {
	    line-height: 1.5rem;
	    padding-bottom: 0;
	}
}