#tltk-wrap {
	margin: 35px auto 50px;
	padding-left:12px;
}

#snav {
	margin-right:19px;
	padding: 0px 20px 0px 15px;
	border-bottom: 3px solid #0665f9;
	color:#000000;
}

#snav li {
	margin-bottom: 10px;
	overflow: hidden;
}

#snav li a {
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	display: inline-block;
}

#snav li a.click {
	color: #FEFEFE;
	background-color: #0665f9;
}

#snav li span {
	font-size: 16px;
	float: left;
}

#snav .s-title {
	width: 970px;
}

#down-list {
	padding-top: 12px;
}

#down-list .question-box {
	overflow: hidden;
	border-bottom: 2px dashed #d6d5d0;
	padding-left: 10px;
	padding-right:19px;
	position: relative;
	margin-bottom:12px;
}

#down-list .omit:after {
	position: absolute;
	content: '......';
	bottom: 25px;
	font-size: 14px;
}

#down-list .question-box-son-title span {
	font-size: 14px;
	color: #898989;
	margin-right: 24px;
}

#down-list .question-box-son-title a {
	float: right;
	margin-left: 10px;
	color: white;
	padding: 7px 32px;
	border-radius: 5px;
}

#down-list .question-box-son-title .download {
	background: #82b3ff;
	
}

#down-list .question-box-son-title .audition {
	background: #ffc5ff;
}

#down-list .question-box-son-body {
	margin-top: 15px;
}

#down-list .omit{
	height: 147px;
	overflow: hidden;
}

#down-list .question-box-bottom {
	float: right;
	font-size: 14px;
	color: #0066ff;
	margin-bottom: 8px;
	margin-top: 15px;
	cursor: pointer;
}
#down-list .question-box-bottom i{
	width:14px;
	height:9px;
	display:inline-block;
	vertical-align: middle;
	background:url(../img/arrow_down.png)no-repeat 0px -22px;
	margin-left:5px;
}
#down-list .question-box-bottom i.arrow_btm{
	background-position:0px 0px;
}
#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
}
#videoplay{
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -300px;
	background-color: #AAAAAA;
}
#videos{
	width:600px;
}
#videoplay #delevideo{
	display: inline-block;
	width:28px;
	height:28px;
	background:url(../img/shdown.png);
	position: absolute;
	top:0;
	right:0;
	z-index:2;
	overflow: hidden
}
@keyframes slidelife
{
0%   {left: -300px;}
100% {left: 0px;}
}
#play{
animation:slidelife 0.5s;
}

#laypage{
	text-align: right;
}
.laypageskin_molv .laypage_curr{
	border-radius:5px;
}