.info {
	padding: 1rem 0 2.15rem;
}

.info-box {
	
}

.crumn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #999999;
	margin-bottom: 1.45rem;
}

.crumn div {
	width: 0.6rem;
	margin-right: 0.55rem;
}

.crumn div img {
	width: 100%;
}

.crumn a {
	color: #999999;
}

.info-wrap {
	width: 71.25%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 2rem;
	margin-top: 2.5rem;
}

.info-wrap .tit {
	color: #030303;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .8rem;
}

.info-wrap .intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.info-wrap .intro .time {
	color: #666666;
	line-height: 1;
}

.info-wrap .intro .share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.info-wrap .intro .share p {
	color: #666666;
	margin-right: .75rem;
}

.info-wrap .intro .share a:last-child {
	margin-right: 0;
}

.info-wrap .intro .share a img {
	width: 100%;
	object-fit: cover;
}

.share.bdshare-button-style1-24 a, 
.share.bdshare-button-style1-24 .bds_more {
	float: inherit;
	font-size: 0;
	padding-left: 0;
	line-height: inherit;
	height: auto;
	background: none;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
}

.info-wrap .intro .share a {
	width: .7rem;
	margin-right: .75rem;
}

.info-wrap .cont {
	color: #666666;
	line-height: 1.5;
	margin-bottom: 1.2rem;
}

.info-page {
	padding: .7rem 0;
	border-top: 1px solid rgba(102, 102, 102, .2);
}

.info-page a {
	display: block;
}

.info-page .prev {
	margin-bottom: 0.4rem;
}

.info-page .prev,
.info-page .next {
	color: #333333;
	line-height: 1.5;
}

.info-page .back-list {
	width: 4.5rem;
	height: 1.25rem;
	background: #E45F12;
	border-radius: 0.6rem;
	margin-left: calc(100% - 4.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-list div {
	width: .4rem;
	margin-right: 0.35rem;
}

.back-list div img {
	width: 100%;
	object-fit: cover;
}

.back-list p {
	color: #FFFFFF;
	line-height: 1;
}
@media (max-width: 996px){
	.info-wrap{
        width: 100%;
		padding: 0.5rem 4%;
    }
	.info-wrap .tit{
		font-size: 0.6rem;
	}
	.info-wrap .intro .time{
		font-size: 0.4rem;
	}
	.info-wrap .intro{
		margin-bottom: 0.6rem;
	}
	.info-box{
		width: 100%;
	}
	body{
		background-color: #fff !important;
	}
}