﻿/*站点基础CSS定义*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-size: 12px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
	color: #000;
}
img {
	border: 0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
div {
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
/*音乐专题内页布局*/
#container {
	width: 838px;
	margin: 0 auto;
	background: #000;
	overflow: hidden;
}
#top {
	height: 194px;
	overflow: hidden;
}
#main {
	background: #000 url('bg.jpg') repeat-y;
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}
/*导言及下载*/
.a {
	width: 810px;
	margin: 0 auto;
	margin-top: 5px;
}
.a .daoyan {
	width: 450px;
	float: left;
}
h3 {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin: 1px;
	color: #000;
	background: url('line.gif') repeat-x left bottom;
}
.a .daoyan p {
	color: #000;
	line-height: 220%;
	padding: 12px;
	font-family: PMingLiU;
	 font-size:12px;
	  text-decoration:underline;
}
.a .down {
	float: left;
	width: 360px;
}
.a .down ul {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom:15px;
}
.a .down li {
	width: 100%;
	line-height: 19px;
	margin-top: 4px;
	height: 19px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.a .down li a {
	text-decoration: none;
	position: relative;
}
.a .down li a:hover {
	text-decoration: none;
}

.a .down p {
	color: #000;
	line-height: 170%;
	padding: 8px;
	font-family: PMingLiU;
}

/*专题曲目*/
.b {
	width: 810px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 1px;
}
.b ul {
	width: 98%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.b ul li {
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 11px;
	border-bottom: 1px #E7D29B dashed;
	padding-left: 5px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.b ul li span {
	color: #DABB85;
	background-color: #000000;
	padding: 0 5px 0 5px;
	margin-right: 5px;
}
/*专题封面*/
.c {
	width: 810px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 1px;
}
.c ul {
	height: 100%;
	overflow: hidden;
	margin-top: 8px;
	padding-bottom: 25px;
}
.c ul li {
	display: inline;
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 20px;
	margin-right: 13px;
	margin-top: 25px;
	overflow: hidden;
	padding: 1px;
	border: 3px #C4A062 solid;
}
.c ul li img {
	width: 120px;
	height: 120px;
}
/*专题试听*/
.d {
	width: 810px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 1px;
}
#line {
	height: 100%;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10PX;
	margin-bottom: 10px;
	padding: 1px;
}
#player {
	float: left;
	height: 100%;
	overflow: hidden;
}
#text2 {
	height: 400px;
	width: 306px!important;
	width: 308px;
	background-color: #fff;
	float: left;
}
#text2 p {
	padding: 10px 20px 5px 20px;
	letter-spacing: 1px;
	line-height: 200%;
	color: #979797;
}
/*版权信息*/
#foobar {
	clear: both;
	width: 100%;
	text-align: center;
	line-height: 200%;
	letter-spacing: 1px;
	color: #858585;
	padding: 30px 0 15px 0;
	background-color: #040404;
}
#foobar a {
	color: #858585;
}

