
/*筛选栏*/
#mktl-wrap{
	margin: 35px auto 50px;
	padding:0px 19px 0px 12px;
}
#mktl .nav{
	font-size: 16px;
	color: #000;
	overflow:hidden;
}
#mktl .nav li{
	margin-top: 20px;
}
#mktl .nav .nav-mgl{
	margin-left: 15px;
}
#mktl .nav a{
	margin-left: 40px;
	color: #000000;
}
#mktl .nav .click{
	padding: 5px;
	color: #FEFEFE;
	background-color: #0665f9;
}
#search{
	float: right;
	 margin-top: -8px;
	margin-right: 25px;
	position: relative;
}
#searchbox{
	width: 240px;
	height: 30px;
	border: 1px solid #2727e2;
	border-radius: 5px;
	padding-left:15px;
	box-sizing:border-box;
}
#find{
	position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -8px;
	width: 18px;
	height: 18px;
	background: url(../img/find.png) no-repeat;
	cursor: pointer;
}
/*下载列表*/
#content{
	overflow: hidden;
}
.down-list{
	margin-top: 30px;
	border-top: 3px solid #0665f9;
}

.down-list li{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #d6d6d6;
	overflow: hidden;
}
.down-list .list-l{
	width: 750px;
	float: left;
	margin-left: 18px;
}
.list-l .office-img {
   width: 57px;
   height: 46px;
   margin-right:12px;
   display: block;
   float: left;
}
.list-l .list-title{
	font-size: 16px;
	color: #000;
}
.list-l .list-bottom{
	margin-top: 15px;
	font-size: 14px;
	color: #898989;
	}
.list-l .list-bottom span{
	margin-right: 20px;
}
.down-list .list-r{
	margin-top: 10px;
	float: right;
	margin-right: 27px;
}
.list-r .btn{
	font-size: 12px;
	line-height: 20px;
	margin-left: 8px;
	padding: 7px 32px;
	border-radius:5px;
	color: #fff;
}
.btn.audition{
	background-color: #ffc5ff;
}
.btn.download{
	background-color: #82b3ff;
}
.btn.gray{
	background-color: #ccc;
}
/*试听条*/
#play{
	display: none;
	position: fixed;
	top: 600px;
	left: 0;
}
#play .xuboxicox{
	display: inline-block;
	width:28px;
	height:28px;
	background:url(../img/shdown.png);
	position: absolute;
	right:-28px;
	z-index:2;
	overflow: hidden
}
/*下载分页*/
#laypage{
	text-align: right;
	margin: 25px 25px 25px 0;
}
.laypageskin_molv .laypage_curr{
	border-radius:5px;
}

@keyframes slidelife
{
0%   {left: -300px;}
100% {left: 0px;}
}
#play{
animation:slidelife 0.5s;
}