@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000 url(http://img0.hxsd.com/newstopic/avatar/bg.jpg) no-repeat center top;
}
* {
	margin:0;
	padding:0;
}
.content{
    width:950px;
    margin:0 auto;
}
.logo{
    margin-top:66px;
}
.about{
    margin-top:20px;
}
.nav{
    padding:30px 0 30px 40px;
}
.nav ul li{
    float:left;
    list-style:none;
}
.nav ul li a{
    display:block;
    width:111px;
    height:227px;
    background:url(http://img0.hxsd.com/newstopic/avatar/nav.png);
}
.nav ul li.nav_1 a{background-position:0 0;}
.nav ul li.nav_1 a:hover{background-position:0 -229px;}
.nav ul li.nav_2 a{background:url(http://img0.hxsd.com/newstopic/avatar/nav.png) no-repeat -120px 0;}
.nav ul li.nav_2 a:hover{background-position:-120px -229px;}
.nav ul li.nav_3 a{background:url(http://img0.hxsd.com/newstopic/avatar/nav.png) no-repeat -240px 0;}
.nav ul li.nav_3 a:hover{background-position:-240px -229px;}
.nav ul li.nav_4 a{background:url(http://img0.hxsd.com/newstopic/avatar/nav.png) no-repeat -360px 0;}
.nav ul li.nav_4 a:hover{background-position:-360px -229px;}

.text{
    padding-bottom:40px;
}
.music{
    float:left;
}
.btn{
    float:right;
    padding:0 39px 40px 0 ;
}
/*clear*/
.e_clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.e_clear {
	display:inline-block;
}
.e_clear {
	display:block;
}
img{border:0px;}
ul li{
    list-style:none;
    }
a:link, a:visited {
	color:#dd7a00;
	text-decoration:none;
}
a:hover {
	color:#dd7a00;
	text-decoration:underline;
}


