@charset "utf-8";
/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-07 11:49
 *  youku music style By HZ.
 *  joyfulboy.cn
 **/
 
 /* 音乐列表页页面样式 */
 
.listbox
{
 	width: auto;
 	height: auto;
 	padding: 0px;
 	margin: 0px;
}
.listbox h3
{
	width: auto;
	height: auto;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #36A4DB;
	padding: 0px 24px;
	margin: 0px;
}
.listbox ul
{
	border: solid 1px #36A4DB;
	border-bottom: 0px none;
	padding: 0px;
	display: block;
}
.listbox .lbutton
{
	width: auto;
	height: auto;
	line-height: 38px;
	border: solid 1px #36A4DB;
	border-top: 0px none;
	text-align: center;
	background: #ECF9FF;
	padding: 0px;
	margin: 0px;
}
.listbox .lbutton input
{
	font-size: 14px;
	border: solid 1px #36A4DB;
	background: url(../images/search-bg.png);
	padding: 2px 8px;
	margin: 0px 6px;
}
.e2 li
{
	width: auto;
	height: 32px;
	line-height: 32px;
	border-bottom: solid 1px #36A4DB;
	padding: 0px 4px;
	margin: 0px;
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
}
.e2 li p
{
	width: 500px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	float: left;
}
.e2 li p.lleft
{
	width: 480px;
}
.e2 li p.lright
{
	width: 220px;
	text-align: right;
}
.e2 li input
{
	margin: 0px;
	margin-top: 10px;
	display: block;
	float: left;
}
.e2 li span.intro, .e2 li a.title, .e2 li a.writer
{
	width: auto;
	height: auto;
	line-height: 32px;
	font-weight: normal;
	padding: 0px 4px;
	margin: 0px;
	display: block;
	overflow: hidden;
	float: left;
}
.e2 li span.intro
{
	width: 320px;
	height: 32px;
}
.e2 li span.info, .e2 li a.writer
{
	margin: 0px;
	display: inline;
	float: none;
	clear: both;
}
.e2 li span.ptime font
{
	color: #ff0000;
	padding: 0px 1px;
}

/* 音乐内容页页面样式 */

.viewbox{
    background: #fdfdfd;
}

.viewbox .music
{
	width: 500px;
	height: auto;
	border: dotted 1px #dddddd;
	padding: 20px;
	margin: 0px auto;
	float: none;
	clear: both;
	overflow: hidden;
}
.viewbox .music *
{
	font-size: 14px;
	cursor: pointer;
}
.viewbox .music .musicimg
{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
	float: left;
	clear: none;
}
.viewbox .music .musicimg a, .viewbox .music .musicimg a:hover
{
	width: auto;
	height: auto;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	overflow: hidden;
}
.viewbox .music .musicimg a span
{
	width: auto;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0px 4px;
	margin: 0px;
	float: left;
	clear: none;
}
.viewbox .music .musicbutt
{
	width: auto;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
	margin-right: 50px;
	float: right;
	clear: none;
}
.viewbox .content{
    text-align: center;
}
.viewbox .intro
{
	width: 80%;
	height: auto;
	background: #fefefe;
	padding: 8px 16px;
    margin: 8px auto;
}
.viewbox .intro h3
{
	width:auto;
    height:24px;
    line-height:24px;
    color:#999999;
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:0;
}
.viewbox .intro p
{
	width: auto;
	height: auto;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
	padding: 9px 0px;
	margin: 0px;
}
.tbox h3{
	height:25px;
	font-size: 12px;
	background:url(../images/mbox-tbg.png) right top no-repeat;
	overflow:hidden;
	clear:both;
}
.tbox h3 strong{
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:4px;
	display:block;
	float:left;
	color:#4A7749;
	background:url(../images/mbox-tbg.png) left top no-repeat;
	letter-spacing:1px;
}
.tbox .con{
	border-left:1px solid #C5DDBC;
	border-right:1px solid #C5DDBC;
	padding:4px 4px 0px;
	overflow:hidden;
}
.tbox .con p
{
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	white-space: normal;
	word-break: break-all;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 9px 0px 9px;
	margin: 0px;
}