﻿/*音乐专题页面布局*/
#main {
	margin: 0 auto;
	width: 814px;
	padding-bottom: 20px;
	margin-top: 15px;
	background: #E3E4E3 url('bg_02.gif') repeat;
	overflow: hidden;
	height: 100%;
}
#top {
	height: 170px;
	background: url('top.gif');

}
#top .title {
	font-size: 20px;
	font-family: 黑体;
	padding-top:60px;
	color: #D9D9D9;
	margin-left: 30px;
	line-height: 100%;
}
#top h4 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin-top: 30px;
	margin-left: 30px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px #fff solid;
	width: 280px;
	background: #999;
	display: none;
}
#top .title b {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#center {
	width: 778px;
	margin: 0 auto;
	color: #8F8F94;
	margin-bottom: 0px;
}
.topic {
	height: 100%;
	overflow: hidden;
}
.topic img {
	border: 5px #fff solid;
	height: 179px;
	width: 398px;
	overflow: hidden;
}
h1 {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	height: 23px;
	font-weight: bold;
	border: 1px #090909 solid;
	color: #E3E4E3;
	background: #000;
	line-height: 160%;
	letter-spacing: 1px;
}
.left {
	margin-top: 12px;
	float: left;
	width: 410px;
	overflow: hidden;
	height: 100%;
}
.left ul {
	margin-top: 10px;
	margin-right: 5px;
}
.left ul li {
	border-bottom: 1px #AAA9AA solid;
	margin-top: 3px;
	height: 22px;
	line-height: 22px;
	line-height: 150%;
	padding-left: 25px;
	background: url('ico_01.gif') no-repeat 5px 4px;
}
.left ul li b {
}
h2 {
	margin-top: 20px;
	height: 20px;
	width: 150px;
	margin-left: 130px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 150%;
}
h2 a {
	background-color: #EFEFEF;
	display: block;
	border: 1px #D8D5D5 solid;
}
h2 a:hover {
	background-color: #34373A;
	color: #FFF;
}
.right {
	margin-top: 12px;
	float: left;
	margin-left: 20px;
}
.right b {
	font-size: 12px;
}
.right ul {
	margin-top: 5px;
}
.right ul li {
	line-height: 200%;
	font-size: 11px;
	color: #5D5D5D;
}
.right ul li span {
	color: #7E5B67;
	font-size: 11px;
}

