
/* 播放列表 */
.playlists {
    position: relative;
}
.playlists .lists {
    position: relative;
}
.playlists .items {
}
.playlists .items a:hover {
    text-decoration: none;
}
.playlists .items .item {
    *display: inline;
    *zoom: 1;
    border-bottom: 3px solid #303030;
    background: #444;
}
.playlists .items .item a, .playlists .items .item .A {
    display: block;
    position: relative;
    overflow: hidden;
    zoom: 1;
	width: 110px;
    height: 82px;
    padding: 6px 20px 6px 155px;
    color: #bbb;
    font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
}
.playlists .items .item a, .playlists .items .item .A {
    background: #444;
}
.playlists .items .item a:hover, .playlists .items .item .A:hover {
    background: #555;
}
.playlists .items .item a:active, .playlists .items .item .A:active {
    background: #333;
}
.playlists .items .item .current {
    border-top: 1px solid #194e6f;
    border-bottom: 1px solid #194e6f;
    background: #194e6f;
}
.playlists .items .item .current .l_img {
    border-color: #194e6f;
}
.playlists .items .item .current .l_order {
    display: none;
}
.playlists .items .item .current .l_status {
    display: block;
}
.playlists .items .item .current:hover {
    cursor: default;
    background: #194e6f;
}
.playlists .items .l_img {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 15px;
    width: 128px;
    height: 80px;
    border: 1px solid #747474;
    background: #999;
}
.playlists .items .l_img img {
    width: 110px;
    height: 96px;
    margin-top: -8px;
}
.playlists .items .l_title {
    display: block;
    padding-right: 1px;
    color: #bbb;
}
.playlists .items .l_stat, .playlists .items .l_rating, .playlists .items .l_time, .playlists .items .l_order {
    display: block;
    color: #909090;
}
.playlists .items .l_rating {
    position: absolute;
    top: 6px;
    right: 20px;
}
.playlists .items .l_rating .num {
    color: #ff9e00;
    font-size: 16px;
    font-style: normal;
}
.playlists .items .l_stat .num, .playlists .items .l_time .num {
    font-size: 10px;
    font-style: normal;
}
.playlists .items .l_order {
    z-index: 1;
    position: absolute;
    top: 69px;
    left: 16px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.playlists .items .l_order .num {
    line-height: 12px;
    margin: 0 4px;
    color: #fff;
    font-style: normal;
}
.playlists .items .l_order .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 18px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.playlists .items .l_status {
    display: none;
    z-index: 1;
    position: absolute;
    left: 16px;
    top: 69px;
    width: 128px;
    height: 18px;
    line-height: 18px;
    color: #bbb;
}
.playlists .items .l_status .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 18px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.playlists .items .l_status .ico__play {
    position: relative;
    top: 2px;
    margin: 0 2px;
}
.playlists .items .l_more {
    display: none;
    position: relative;
    z-index: 3;
}
.playlists .items .l_more .link {
    display: inline;
    padding: 0;
    border: 0;
    color: #bbb;
    background: none;
    font-family: simsun, '宋体';
}
.playlists .items .l_more .link:hover {
    text-decoration: underline;
    background: none;
}
.playlists .items .l_more .link:active {
    background: none;
}
.playlists .items .l_ishd {
    z-index: 1;
    position: absolute;
    top: 71px;
    left: 116px;
    height: 15px;
    line-height: 14px;
    overflow: hidden;
}

