/* audio */
.audio-play-btn {display: inline-block;vertical-align: top;margin-left: 15px;width: 25px;height: 25px;line-height: 25px;background: url("../../images/icon/i_audio.png") no-repeat center;cursor: pointer;}
.audio-play-btn-active {background-image: url("../../images/icon/i_audio_play.gif");}

/* content */
.business-detail-wraper .content-wrapper {display: flex;}
.business-detail-wraper .content-wrapper .detail-content-wrapper {margin-top: 20px;width: 880px;background-color: white;padding: 30px;display: flex;flex-direction: column;align-items: center;font-family: Microsoft YaHei;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .title {font-size: 20px;font-weight: bold;color: #333;display: flex;align-items: center;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .blue-text {color: #5092FF;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .subtitle {font-size: 12px;font-weight: normal;color: #333;margin: 20px 0;display: flex;align-items: center;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .subtitle .item {margin-right: 30px;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .subtitle img {margin-right: 8px;}

/* text */
.business-detail-wraper .content-wrapper .detail-content-wrapper .detail-text {padding: 20px 0;width: 100%;border-top: 1px solid #F2F5F7;border-bottom: 1px solid #F2F5F7;text-align: justify;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .detail-text img {max-width: 100%;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .detail-text .page-nav {display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .detail-text .page-nav > div {max-width: 45%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.business-detail-wraper .content-wrapper .detail-content-wrapper .detail-text-comment {width: 100%;}