.w800 {

	width: 800px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	text-align: left;

}

.details_img {
	width: 800px;
	height: 438px;
	margin-top: 30px;
}

.details_title {

	/* height: 28px; */
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 20px;
}

.details_more {
	height: 48px;
}

.details_more img {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 5px;
	border-radius: 30px;

}

.details_more_name {

	height: 22px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: justify;
	color: #333333;
	line-height: 22px;
}

.details_more_time {

	height: 20px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #666666;
	line-height: 20px;
	margin-top: 6px;
}

.details_content {

width: 800px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 32px;
}
.details_content img{
	max-width: 800px;
}

.details_play {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 音频播放 */
.btn-audio{
            width: 100%;
            height: 5.2rem;
            border: 1px solid #ebebeb;
            background-color: #fdfdfd;
            margin-bottom: 1rem;
            margin-top: 1rem;
            position: relative;
        }
        .mp3Box{
            width: 2.8rem;
            height: 2.8rem;
            position: absolute;
            top: 1.2rem;
            left: 1.2rem;
            background:url("image/close.png") no-repeat center bottom;
            background-size:cover;
            z-index: 100;
        }