﻿/*站点基础CSS定义*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #080F16;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
	color: #979797;
}
img {
	border: 0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
div {
	margin: 0;
}
a {
	color: #979797;
	text-decoration: none;
}
html {
}
/*音乐电台内页布局*/
#container {
	width: 1002px;
	margin: 0 auto;
	background: #fff url('bg.jpg') no-repeat center top;
	height: 680px;
	overflow:hidden;
}
#top {
	margin-top: 24px;
	padding-left: 30px;
	color: #959595;
}
#top h4 a {
	width: 235px;
	height: 40px;
	display: block;
	font-size: 22px;
	font-family: 黑体;
	color: #676767;
}
#top span {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#top h5 a {
	width: 125px;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	height: 13px;
	margin-top: 55px;
}
#radio {
	padding-top: 20px;
	clear: both;
}
#left {
	width: 500px;
	float: left;
}
.Menubox {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #FF0000;
}
.Menubox h6 {
	font-size: 10px;
	color: #CECECE;
	text-align: right;
}
.Menubox ul {
	margin: 0px;
	padding: 0px;
}
.Menubox li {
	float: left;
	display: block;
	cursor: pointer;
	width: 90px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #FF0000;
	margin-left: 4px;
}
.Menubox li a {
	color: #fff;
	display: block;
}
.Menubox li.hover {
	background: #000;
	color: #E0E0E0;
	font-weight: bold;
}
.Contentbox {
	clear: both;
	margin-top: 0px;
	border-top: none;
	height: 410px;
	padding-top: 12px;
	overflow: hidden;
}
#con_two_1, #con_two_2, #con_two_3, #con_two_4 {
	height: 427px;
	overflow: scroll;
}
.Contentbox .list {
	margin-bottom: 10px;
	width: 460px;
	overflow: hidden;
}
.Contentbox .list li {
	overflow: hidden;
}
.Contentbox .a {
	width: 70px;
	height: 20px;
	line-height: 20px;
	border-top: 1px #979797 solid;
	border-bottom: 1px #979797 solid;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
}
.Contentbox .b {
	width: 300px;
	height: 22px;
	line-height: 22px;
	background: #979797;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	float: left;
}
.Contentbox .c {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	width: 79px;
	background: #979797;
	font-family: PMingLiU;
	float: left;
	text-align: center;
	color: #C4C4C4;
	border-left: 1px #FF0000 solid;
}
.Contentbox .d {
	clear: both;
	height: 20px;
	line-height: 20px;
	text-align: left;
	background: #EEEEEE url('bg_line.gif') repeat-x left bottom;
	padding-left: 15px;
	color: #888888;
	letter-spacing: -1PX;
}
.Contentbox .d a {
	color: #888888;
}
.Contentbox .d a:hover {
	color: #eee;
	background-color: black;
}
.Contentbox .c a {
	display: block;
	color: #fff;
}
.Contentbox .c a:hover {
	background-color: #FF0000;
	border-left: 1px #fff solid;
}
#right {
	width: 500px;
	float: left;
}
#right .title {
	border-bottom: 1px #979797 solid;
	padding-left: 4px;
	height: 100%;
	overflow: hidden;
}
#right .title h5 {
	float: left;
	width: 170px;
	background-color: #979797;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
#right .title h6 {
	text-align: right;
	font-size: 10px;
	line-height: 20px;
}
#right .player {
	margin-top: 12px;
	margin-left: 10px;
	height: 205px;
	width: 485px;
	overflow: hidden;
}
#right .genxing {
	margin: 10px;
	padding: 10px;
	line-height: 170%;
	color: #333;
	background: #EEEEEE url('bg_line.gif') repeat-x left bottom;
　　　　margin-top:5px;
}
#right .genxing h3 {
	font-size: 12px;
}
#right .shuoming {
	color: #333;
	margin-top: -10px;
}
#right .shuoming p {
	padding: 13px;
	line-height: 150%;
}
#right p a {
}
#right p a:hover {
	text-decoration: underline;
}
/*版权信息*/
#foobar {
	margin: 20px 0px 0px 0;
	width: 100%;
	text-align: center;
	line-height: 180%;
	color: #979797;
	padding-bottom: 10px;
}
#foobar a {
	color: #979797;
}
#foobar span {
	font-family: Arial;
}

