.music-all {
	width: 100%;
	height: 150px;
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
	background-color: #f5f7fa;
}

.music-audio {
	display: none;
}


/* 进度条 */

.music-range {
	width: 570px;
	height: 20px;
	background: #ebedf0;
	border-radius: 10px;
	-webkit-appearance: none;
	margin: 0 20px;
	cursor: pointer;
	outline: 0;
	background: -webkit-linear-gradient(#3c80f4, #3c80f4) no-repeat #ebedf0;
	background-size: 0  100%;
}


/* 进度滑块 */

.music-range::-webkit-slider-thumb {
	width: 30px;
	height: 30px;
	background: #3c80f4;
	border: 6px solid #fff;
	cursor: pointer;
	border-radius: 15px;
	-webkit-appearance: none;
	transition: 0.3s ease-in-out;
}


.music-range::-moz-range-thumb {
	width: 30px;
	height: 30px;
	background: #3c80f4;
	border: 6px solid #fff;
	cursor: pointer;
	border-radius: 15px;
	transition: 0.3s ease-in-out;
}

.music-range::-ms-thumb {
	width: 30px;
	height: 30px;
	background: #3c80f4;
	border: 6px solid #fff;
	cursor: pointer;
	border-radius: 15px;
	transition: 0.3s ease-in-out;
}


.music-start{
	float: left;
}

.music-end{
	float: right;
}

.music-controls{
	float: left;
	margin-right: 20px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.music-play{
}

.music-no{
	display: none;
}

.music-controls button{
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
	width: 90px;
	height: 90px;
	line-height: 1;
	border-radius: 50%;
}

.music-controls button .iconfont{
	color: #3c80f4;
	font-size: 90px;
}

.music-pro{
	padding: 35px 0;
	position: relative;
	margin-left: 110px;
	font-size: 0;
}

.music-pro>div{
	display: inline-block;
	font-size: 18px;
	color: #91949a;
	line-height: 20px;
}

/* 音频详情页面 */

.list_video_article {
	width: 1200px;
	margin: 115px auto;
	overflow: hidden;
}

.list_video_article-left {
	width: 300px;
	float: left;
}

.list_video_article-left_third-tit {
	width: 100%;
	background: #4183F5;
	height: 45px;
	color: #fff;
}

.list_video_article-left_third-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
}

.list_video_article-left_third-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
}

.list_video_article-left_third-tit em a {
	color: #fff;
}

.list_video_article-left_second-tit {
	width: 100%;
	background: #F4C441;
	height: 45px;
	color: #fff;
}

.list_video_article-left_second-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
}

.list_video_article-left_second-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
}

.list_video_article-left_second-tit em a {
	color: #fff;
}

.list_video_article-right {
	width: 850px;
	margin: 20px 18px;
	float: left;
}

.list_video_article-right-tit {
	margin: 9px auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
}

.list_video_article-right-tit p {
	font-size: 27px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.list_video_article-right-tit span {
	color: #979696;
	font-size: 14px;
	line-height: 35px;
}

.list_video_article-right-tit span em {
	margin-left: 55px;
}

.video-v {
	width: 780px;
	height: 440px;
	margin: 18px 30px;
}

.list_video_article-right-article-tit {
	width: 90%;
	margin: 0 auto;
}

.list_video_article-right-article-tit img {
	width: 40px;
	height: 40px;
	vertical-align: top;
	margin-right: 15px;
}

.list_video_article-right-article-tit span {
	font-size: 24px;
	font-weight: bold;
}

.list_video_article-right-article-cent {
	width: 90%;
	margin: 20px auto;
	line-height: 32px;
}

.list_video_article_right-article-tits {
	width: 90%;
	margin: 0 auto;
}

.list_video_article_right-article-tits span {
	font-size: 24px;
	font-weight: bold;
}

.list_video_article_right-article-cents {
	width: 90%;
	margin: 16px auto;
}

.list_video_article_right-article-cents li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	margin: 16px auto;
	padding-bottom: 16px;
}

.list_video_article_right-article-cents li:last-child {
	border: none;
}

.list_video_article_right-article-cents li dl dt {
	width: 238px;
	height: 132px;
	position: relative;
	margin-right: 12px;
	float: left;
}

.list_video_article_right-article-cents li dl dt img {
	width: 100%;
	float: left;
	border-radius: 8px;
}

.list_video_article-play {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 30%;
	left: 45%;
}

.list_video_article-time {
	position: absolute;
	right: 8px;
	bottom: 20px;
	background: #333;
	opacity: 0.6;
	color: #fff;
	border-radius: 20px;
	width: 58px;
	text-align: center;
}

.list_video_article_right-article-cents li dl dd {
	width: 500px;
	float: left;
}

.list_video_article_right-article-cents li dl dd p {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	color: #333;
}

.list_video_article_right-article-cents li dl dd span {
	color: #666;
	font-size: 14px;
	text-indent: 2em;
	display: inline-block;
}

.list_video_article-times {
	margin: 10px auto;
}

.list_video_article-times em {
	color: #ACACAC;
	font-size: 14px;
}

.list_video_article-times em i {
	margin-left: 30px;
}

.guangg {
	width: 1200px;
	margin: 0 auto;
}

/* 音频内容页面 */

.list_audio_article {
	width: 1200px;
	margin: 115px auto;
	overflow: hidden;
}

.list_audio_article img {
	width: 100%;
}

.list_audio_article_left {
	width: 300px;
	float: left;
	display:inline;
}

.list_audio_article_right {
	width: 850px;
	float: left;
	margin: 20px 18px;
	display:inline;
}

.list_audio_article_left_one {
	border: 1px solid #F1F1F1;
	text-align: center;
	margin: 18px auto;
	overflow: hidden;
}

.list_audio_article_left_one p {
	color: #4183F4;
	margin: 18px auto;
}

.list_audio_article_left_one-img {
	width: 160px;
	height: 160px;
	position: relative;
	margin: 18px auto;
}

.list_audio_article_left_one-img .pic {
	width: 160px;
	height: 160px;
	border-radius: 100%;
}

.list_audio_article_left_one-img img {
	width: 100%;
}

.list_audio_article_left_one-imgs {
	position: absolute;
	right: -20px;
	bottom: -15px;
}

.list_audio_article_left_one-ul {
	margin: 15px auto;
}

.list_audio_article_left_one-ul li {
	width: 50%;
	float: left;
	background: #E4E4E4;
	height: 100px;
	color: #333;
	display:inline;
}

.list_audio_article_left_one-ul li p {
	color: #333;
}

.list_audio_article_left_second {
	margin: 20px auto;
	border: 1px solid #F1F1F1;
	overflow: hidden;
}

.list_audio_article_left_second-tit {
	width: 100%;
	background: #4183F5;
	height: 45px;
	color: #fff;
}

.list_audio_article_left_second-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
	display:inline;
}

.list_audio_article_left_second-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
	display:inline;
}

.list_audio_article_left_second-tit em a {
	color: #fff;
}

.list_audio_article_left_second-audio {
	width: 90%;
	margin: 14px auto;
}

.list_audio_article_left_second-audio li {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 10px;
	overflow: hidden;
}

.list_audio_article_left_second-audio li:last-child {
	border: none;
}

.list_audio_article_left_second-audio_img {
	position: relative;
	width: 268px;
	height: 126px;
}

.list_audio_article_left_second-audio_img .pic {
	width: 268px;
	height: 126px;
	border-radius: 8px;
}

.paly_iocn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35%;
	left: 43%;
}

.play_time {
	position: absolute;
	right: 10px;
	bottom: 7px;
	background: #333;
	opacity: .6;
	color: #fff;
	width: 50px;
	font-size: 14px;
	text-align: center;
	border-radius: 15px;
}

.list_audio_article_left_second-audio_cent {
	overflow: hidden;
	margin-bottom: 8px;
}

.list_audio_article_left_second-audio_cent p {
	color: #333;
	margin: 7px auto;
}

.list_audio_article_left_second-audio_cent span {
	color: #ABABAB;
}

.list_audio_article_left_second-audio_cent span i img {
	width: 5%;
	margin-left: 30px;
}

.list_audio_article_left_third {
	margin: 8px auto;
	border: 1px solid #F1F1F1;
	overflow: hidden;
}

.list_audio_article_left_third-tit {
	width: 100%;
	background: #F4C441;
	height: 45px;
	color: #fff;
}

.list_audio_article_left_third-tit p {
	float: left;
	line-height: 45px;
	margin-left: 10px;
	display:inline;
}

.list_audio_article_left_third-tit em {
	float: right;
	line-height: 45px;
	margin-right: 10px;
	display:inline;
}


.list_audio_article_left_third-tit em a {
	color: #fff;
}

.list_audio_article_left_third_video {
	width: 90%;
	margin: 8px auto;
}

.list_audio_article_left_third_video li {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 10px;
	overflow: hidden;
}

.list_audio_article_left_third_video li:last-child {
	border: none;
}

.list_audio_article_right-tit {
	margin: 9px auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
}

.list_audio_article_right-tit p {
	font-size: 27px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.list_audio_article_right-tit span {
	color: #979696;
	font-size: 14px;
	line-height: 35px;
}

.list_audio_article_right-tit span em {
	margin-left: 55px;
}

.audiojs .play,
.audiojs .loading,
.audiojs .error,
.audiojs .pause {
	width: 66px;
	height: 66px;
	background: url(../images/audio_paly.png) 0 0;
	background-size: 66px;
}

.audiojs .play {
	background-position: 0 -150px;
}

.audiojs .loading {
	background-position: 0 -132px;
}

.audiojs .error {
	background-position: 0 -198px;
}

.audiojs .pause {
	background-position: 0 -76px;
}

.audiojs .progress:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/bod.png);
	position: absolute;
	right: -15px;
	top: -9px;
}

.audiojs .time .played,
.audiojs .time .duration {
	font-family: 'microsoft yahei', '微软雅黑'
}

.list_audio_article_right-article {
	margin: 20px auto;
}

.list_audio_article_right-article-tit img {
	width: 40px;
	float: left;
	height: 40px;
	padding: 0px 15px 0px 20px;
	display:inline;
}

.list_audio_article_right-article-tit span {
	font-size: 24px;
	font-weight: bold;
}

.list_audio_article_right-article-cent {
	margin: 10px auto;
	width: 92%;
	color: #333333;
	line-height: 32px;
}

.list_audio_article_right-article-img {
	width: 85%;
	margin: 22px auto;
}

.list_audio_article_right-article-tits img {
	width: 0.8%;
	margin-right: 7px;
	vertical-align: text-bottom;
	display: inline-block;
}

.list_audio_article_right-article-tits span {
	font-size: 24px;
	font-weight: bold;
}

.list_audio_article_right-article-cents li {
	width: 45%;
	float: left;
	border: 1px solid #f1f1f1;
	margin: 10px 17px;
	border-radius: 10px;
}

.list_ask-centent {
	margin: 0px auto 35px;
}

.ask-Centent {
	margin: 0px auto 35px;
}

.clearfix {
	zoom: 1
}

.tabBar span {
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.tabBar span.current {
	color: #494848
}

.tabCon {
	display: none
}

.list_ask-centents {
	width: 100%;
}

.list_ask-centents li {
	border-radius: 6px;
	border: 1px solid #EEEEEE;
	width: 1200px;
	height: 151px;
	margin: 17px auto;
}

.list_ask-centents li:hover {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.list_ask-centents dl dt {
	width: 208px;
	height: 152px;
	background: #ACCBFF;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-right: 44px;
}

.list_ask-centents dl dt img {
	width: 72px;
	height: 72px;
	vertical-align: middle;
	margin: 20px auto;
	border-radius: 100%;
}

.list_ask-centents dl dt p {
	color: #FEFEFF;
	margin-top: -15px;
	font-size: 16px;
}

.list_ask-centents dl dt p em {
	font-size: 14px;
}

.list_ask-centents dl dt span {
	color: #FEFEFF;
	font-size: 16px;
}

.dl_ask {
	overflow: hidden;
	padding-top: 20px;
}

.dl_ask .dl_ask-img {
	float: left;
	height: 50px;
	margin-right: 20px;
}

.dl_ask span {
	color: #3D80F3;
}

.dl_popular {
	width: 95%;
}

.dl_popular span {
	color: #666;
}

.dl_popular-img {
	float: left;
	margin-right: 20px;
}
