.b-box{
	overflow: unset;
}
.b-box .audio-box {
    width: 288px;
    height: 138px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 9px rgba(0,0,0,.1);
    background: #ffffff;
}
.b-box .audio-box .audios{
	display: inline-block;
	height: 96px;
	width: 288px;
	background: #fffff;
}
.b-box .audio-box .icon-bofang{
	display:block;
    height: 51px;
    width: 51px;
    background: url(../image/audio.png) -14px -16px no-repeat;
    margin-top: 27px;
    margin-left: 27px;
    float: left;
    cursor:pointer;
}

.b-box .audio-box .icon-bofang.on {
    background-position: -85px -16px;
}
.b-box .audio-box .title{
	display: block;
	width: 165px;
	height: 50px;
	line-height: 50px;
	margin-top: 27px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 22px;
	text-align: left;
	font-size: 14px;
}
.b-box .audio-box:hover .title{
	height: 31px;
	line-height: 19px;
}

.b-box .audio-box .collect{
	display: none;
	float: left;
	width: 29px;
	height: 29px;
	border:1px solid #e5e5e5;
	border-radius: 2px;
	margin-left: 10px;
	background: url(../../video/image/video.png) -12px 5px no-repeat #fff;
	cursor:pointer;
}
.b-box .audio-box:hover .collect{
	display: block;
}
.b-box .audio-box .c-chose{
	background: url(../../video/image/video.png) -13px -37px no-repeat #fff;
}

.b-box .audio-box .down{
	display: none;
	float: left;
	height: 31px;
	line-height: 31px;
	width: 76px;
	background:#6a8ee5;
	margin-left: 23px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;

}
.b-box .audio-box:hover .down{
	display: block;
}
.b-box .audio-box .down:hover {
    background:#6e91e6;
}
.b-box .audio-box .down i{
	display: inline-block;
    width: 20px;
    height: 30px;
    vertical-align: -9px;
    margin-right: 3px;
    background: url(../../video/image/video.png) -17px -77px no-repeat;
}
.b-box .audio-box .times{
	display: inline-block;
	height: 30px;
	width: 288px;
}
.b-box .audio-box .info{
	display: block;
	float: left;
	width: 207px;
	height: 100px;
	/* margin-top: 27px; */
}

.b-box .audio-box .star-time{
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	width: 64px;
	text-align: right;
	font-size: 14px;
	color: #696969;
}
.b-box .audio-box .time-bar{
    position: relative;
    display: block;
    width: 164px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    float: left;
    /* margin: 0 9px; */
    background: #bfbfbf;
}

.b-box .audio-box .time-bar .progressBar{
	position: absolute;
	z-index: 3;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../image/audio.png') no-repeat -180px -30px;
}
.b-box .audio-box .time-bar .move-color{
	display: block;
    width: 0px;
    height: 24px;
    background-color: #658ae4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.b-box .audio-box .time-bar .timeTip{
	position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: #0099e5;
}
.b-box .audio-box  .end-time{
	display: block;
	width: 40px;
	float: left;
	font-size: 14px;
	color: #696969;
	line-height: 23px;
}
.middle .m-l .guangp{
	display: inline-block;
	width: 355px;
	height: 321px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
	position: relative;
}
.middle .m-l .guangp .guxz{
	display: inline-block;
    width: 359px;
    height: 359px;
    background: url('../image/2.png');
}
.middle .m-l .guangp .dy{
	    position: absolute;
	    width: 85px;
	    right: -109px;
	    height: 82px;
	    top: 71px;
	    background: url(../image/1.png) no-repeat -356px -18px;
}
.middle .m-l .guangp .xy{
	    position: absolute;
	    right: -108px;
	    width: 85px;
	    height: 85px;
	    top: 71px;
	    background: url(../image/1.png) no-repeat -450px -18px;
	    z-index: 3;
}
.middle .m-l .guangp .gp{
	    position: absolute;
	    width: 173px;
	    height: 272px;
	    right: -70px;
	    top: 115px;
	    background: url(../image/1.png) no-repeat -350px -138px;
	    transform: rotate(-32deg);
	    transition: all 0.6s ease-in-out;
	    transform-origin: right top;
}
.middle .m-l .guangp .imgs{
    transform: rotate(-32deg);
    transition: all 0.6s ease-in-out;
    transform-origin: right top;
}
.middle .m-l .guangp .gp.skewing{
	transform: rotate(0deg);
}
.middle .m-l .guangp .xuanz{
	animation:circleRoate 200s ;
	animation-timing-function:linear;
}

.middle .m-l .audio-box{
	height: 100px;
	width: 780px;
	background: #ffffff;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 35px;

}
.middle .m-l .audio-box .icon-bofang{
	display:block;
    height: 51px;
    width: 51px;
    background: url(../image/audio.png) -14px -16px no-repeat;
    float: left;
    cursor:pointer;
    margin-left: 40px;
}
.middle .m-l .audio-box .icon-bofang.on {
    background-position: -85px -16px;
}
.middle .m-l .audio-box .times{
	display: inline-block;
	height: 30px;
	width: 288px;
}
.middle .m-l .audio-box .info{
	display: block;
	float: left;
	width: 207px;
	height: 100px;
	/* margin-top: 27px; */
}

.middle .m-l .audio-box .star-time{
	width: 59px;
	display: block;
	float: left;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 20px;
	color: #696969;
	margin-left: 17px;
}
.middle .m-l .audio-box .time-bar{
    position: relative;
    display: block;
    width: 527px;
    height: 41px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    float: left;
    /* margin: 0 9px; */
    background: #bfbfbf;
    margin-top: 5px;
}

.middle .m-l .audio-box .time-bar .progressBar{
	position: absolute;
	z-index: 3;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../image/audio.png') no-repeat -16px -83px;
}
.middle .m-l .audio-box .time-bar .move-color{
	display: block;
    width: 0px;
    height: 24px;
    background-color: #658ae4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.middle .m-l .audio-box .time-bar .timeTip{
	position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: #0099e5;
}
.middle .m-l .audio-box  .end-time{
	display: block;
	height: 51px;
	width: 52px;
	float: left;
	line-height: 51px;
	font-size: 20px;
	color: #696969;
}
@keyframes circleRoate{
	from{transform: rotate(0deg) infinite;}
	to{transform: rotate(7600deg);}
}

.audio-width{height:210px !important;}
.audio-box .explain{padding:0 30px;background:#fff;display:block;}
.audio-box .p-title{display:block;width:100%;height:44px;font-size:13px;color:#252525;line-height:44px;text-align:left;border-bottom:1px solid #eceff1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.audio-box .coll{display:block;width:100%;height:44px;line-height:44px;font-size:14px;font-family:Arial;color:#838383}
.audio-box .down-num{width:45%;float:left;text-align:left}


