.section {
	width: 960px;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
}

.widget-common-title {
width: 630px;
display: inline;
padding-bottom: 15px;
border-bottom: 1px solid #eee
}

.widget-common-title .icon {
display: inline;
float: left;
width: 4px;
height: 18px;
background: #ff734e;
margin: 4px 10px 0 0;
font-size: 0;
line-height: 0;
overflow: hidden
}

.widget-common-title span {
float: left;
display: inline
}

.widget-common-title span.title {
color: #666;
font-size: 18px
}

.widget-common-title span.title a{
	color: #666;
}

.widget-common-title span.title a:hover{
	color:#ea6131;
}

#flashBg {
	margin-bottom: 20px;
}

.left-nav {
	width: 188px;
	padding-right: 20px;
}

.sperator {
	background: #eee;
    margin: 20px 0;
}

.left-nav li {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.left-nav li:hover {
	background-color: #f7f7f7;
}

.left-nav .current {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #ff5046;
	background-color: #f7f7f7;
	border-left: 4px solid #ff5046;
}

.song-container {
	margin-left: 208px;
}

.song-item {
	float: left;
	width: 168px;
	margin-right: 20px;
}

.block {
	display: block;
}

.block:hover .song-img-layer, .block:hover .song-play-btn {
	display: block;
}

.song-img-container {
	position: relative;
	height: 168px;
	overflow: hidden;
}

.song-img-layer {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 1000;
}

.song-play-btn {
	display: none;
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(http://top100.cn/images/play.png) no-repeat;
	z-index: 1001;
}

.song-img {
	display: block;
	width: 100%;
	height: 100%;
}

.song-name {
	line-height: 32px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 20px;
}

.artist {
	line-height: 18px;
    font-size: 14px;
    color: #999;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.loading-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6000000,endColorstr=#a6000000)\0;
    background-color: transparent\9\0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.loading-img-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #cccccc;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}

.loading-img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    z-index: 10100;
}
.pages-wrapper{text-align:right}
	.page-a{
		display: inline-block;
	    background-color: #f7f7f7;
	    color: #ff5046;
	    border: 1px solid #ff5046;
	    padding: 5px 10px;
	    border-radius: 5px;
	    cursor: pointer;
	    margin: 0 10px;
	}
	.page-a:hover{ background-color: #fff}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.center {
    text-align: center;
}

.txt {
    text-indent: 31px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}

.hx-video,
.hx-img {
    width: 576px;
    display: block;
    margin: 20px auto;
}

