html {
    overflow-y: scroll;
    background-color: #fbfcfb;
    background-color1: #faf7ed;
	overflow-x:hidden;
}
body {
    background1: #f1faf2;
    color: #333;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei,PingFang SC;
    padding: 0;
    padding-top: 9px;
    margin: auto;
}

.center {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}



.bannerContent{
	margin-left: 50px;
	margin-bottom: 20px;
	width:84%;
	height:200px;
	background:url("../images/bg1.jpg") no-repeat;
	background-size:100% 100%;
}

.bannerContent2{
	margin-left: 50px;
	margin-bottom: 20px;
	width:84%;
	height:200px;
	background:url("../images/bg2.jpg") no-repeat;
	background-size:100% 100%;
}



.musicBox {
    border-bottom: medium none;
    box-shadow: 0 1px 1px rgba(97, 97, 97, 0.1) float: left;
    width: 45%;
    overflow: hidden;
}
.rankBox .line {
    padding-right: 9px;
    border-right: 1px dotted #ccc;
}
.musicBox ul a:hover {
    color: #339900;
    color: #188817;
}
.musicBox li {
    height: 32px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    clear: both;
	font-size: 14px;
}
.songItem .num {
    float: left;
    width: 22px;
	font-size: 16px;
}

.songItem a{
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 12px;
	margin-top: -2px;
}

.st{
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 14px;
	color: #339900;
	 border: none;
	 background: rgba(0, 0, 0, 0);
	 cursor: pointer;
}

.boxHead{
	text-align: center;
}
.musicBox .more {
    line-height: 22px;
    margin-top: 6px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.songList{
	
	margin-left: 10px;
}

.cateName{
	color: #339900;
	font-size: 20px;
	font-family: Arial,Microsoft YaHei;
	    font-weight: normal;
		margin-left: 50px;
}

