/* CSS Document by LPH 2014/11/14 */
body { font-family: "Microsoft YaHei"; background:#fafafa;}

/* container */
.container { width:1190px; margin:0 auto; margin-top:180px;}
.container a { color:#333; font-size:14px;}
.container a.mv_a_active, .container a:hover { color:#ff7e00;}
/* TAB */
.tab { width:100%; border-bottom:1px solid #e6e6e6; height:40px; margin:15px 0;}
.tab p { width:120px; text-indent:20px; background:url(../../images_1405/music/mvAlbums/fc_03.png) left center no-repeat; font-size:24px; color:#ff7e00; float:left; height:40px; line-height:40px;}
.tab .tabList { overflow:hidden;}
.tabList li { float:left; height:40px; line-height:45px;}
.tabList li a { padding:0 10px;}
/* mvAlbumsList */
.listBox { width:100%; overflow:hidden;}
.new_hot_mv { width:100%; height:34px;}
.new_hot_mv div { width:95px; padding:0 20px; height:34px; line-height:34px; float:right; background:url(../../images_1405/music/mvAlbums/new_hot_Bg.png); text-align:center;}
.new_hot_mv div a { padding:0 8px;_padding:0 6px;}
.mvAlbumsList { width:110%; overflow:hidden; margin-top:20px;}
.mvAlbumsList li { float:left; margin-right:28px;}
.mvAlbumsList li a.mvAlbumsImg { display:block; margin:5px; box-shadow:0 0 5px #ccc; border:1px solid #ccc; border-radius:3px; padding:5px; width:357px; height:200px; overflow:hidden;}
.mvAlbumsList li img {  width:100%; height:100%;}
.mvAlbumsList li h3 { text-align:center; height:40px; line-height:35px; width: 370px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.mvAlbumsList li h3 a.mplayer{ padding-left: 20px; margin-left: 20px; background:url("../../images_1405/music/mus_sprite.png") left center no-repeat; background-position: -130px -156px;}

.mvAlbumsList li h3 a.mplayer:hover{ background-position: -130px -131px;}
/* 在屏幕小于1190px时的样式 By Lipenghui*/
@media screen and (max-width:1190px){
	.container { width:960px;}
	.tabList li a { padding:0 8px;}
	.mvAlbumsList li { margin-right:4px;}
	.mvAlbumsList li h3 { width: 310px; }
	.mvAlbumsList li a.mvAlbumsImg { width:300px; height:168px; padding:3px;}
}