@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
	}
li{ float:left;
	list-style:none;
	}
a{
	text-decoration:none;
	}

input{
	border:none;
	}
.clear{
	clear:both;
	}
	
#wrap{
	max-width:980px;
	margin:0 auto;
	height:auto;
	text-align:center;
	position:relative;
	}
	
header{
	width:100%;
	height: 5rem;
	line-height: 5rem;
	position:relative;
	text-align:center;
	background:transparent linear-gradient(to top, rgb(46, 46,46) 000%, rgb(72, 72, 72) 100%) repeat scroll 0% 0%;
	}
.back{
	display:block;
	position:absolute;
	height: 2rem;
	margin-top:1.5rem;
	margin-left:1.5rem;	
	}	
.logo{
	margin:0 auto;
	width:50%;
	}
#content{
	width:100%;
	margin:0 auto;
	height:auto;
	text-align:center;
	background:#FFFFFF;
		}
.music1{
	border-bottom:1px solid #D3D3D3;
	width: 100vw;
	overflow: hidden;
	position: relative;
	}

.music1 ul{
	/*padding-bottom:234px;*/
	}
.music1 ul li{
	float:left;
	padding-top:1rem
	}	
.music-img{
	width: 25vw;
	}
.music1 .music-img img{
	width: 80%;
	height: auto;
	}
.music-img a{
	padding:0;
	}	
.text{
	width: 65vw;
	}
.music1 ul li h2,.music1 ul li p{
	text-align: left;
}
.music1 ul li h2 a{
	color:#393939;
	font-family:"Arial";
	font-size:1.5rem;
	font-weight:bold;
	}		
.music1 ul li p{
	color:#7d7d7d;
	font-family:"Arial";
	font-size:2rem;
	font-weight:lighter;
	padding-top:1rem;
	}	
.down{
	width: 10vw;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;	
	}	
.down a img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 50%;
	}	

/*.line{
	width:590px;
	padding-top:20px;
	
	}
*/