﻿/* jquery-tabs格式 */
.jquery-tabs
{
}
.jquery-tabs p.title
{
    position: relative;
    height: 24px;
    border-bottom: 2px solid #BF2E43;
}
.jquery-tabs p.title span
{
    width: 80px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    float: left;
    cursor: pointer;
    position: absolute;
    background-image: url(/images/views2015v1/lb_dim.png);
    background-repeat: no-repeat;
    color: #898989;
    border-bottom: 1px solid #BF2E43;
    padding: 0px 14px 0px 5px;
}
.jquery-tabs p.title span.big
{
    background-size: cover;
    width: 110px;
    padding-right: 24px;
}
.jquery-tabs p.title span:nth-child(1)
{
    left: 0px;
    z-index: 4;
}
.jquery-tabs p.title span:nth-child(2)
{
    left: 90px;
    z-index: 3;
}
.jquery-tabs p.title span:nth-child(3)
{
    left: 180px;
    z-index: 2;
}
.jquery-tabs p.title span:nth-child(4)
{
    left: 270px;
    z-index: 1;
}
.jquery-tabs p.title span:nth-child(5)
{
    left: 360px;
    z-index: 0;
}
.jquery-tabs p.title span.big2
{
    background-size: cover;
    width: 130px;
    padding-right: 24px;
}
.jquery-tabs p.title span.big2:nth-child(2)
{
    left: 130px;
}
.jquery-tabs p.title span.big2:nth-child(3)
{
    left: 260px;
}
.jquery-tabs p.title span.big3
{
    background-size: cover;
    width: 80px;
    padding-right: 24px;
}
.jquery-tabs p.title span.big3:nth-child(2)
{
    left: 120px;
}
.jquery-tabs p.title span.current
{
    background-image: url(/images/views2015v1/lb_bright.png);
    color: #ffffff;
    z-index: 10;
}
.jquery-tabs ul
{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.jquery-tabs li
{
    padding-bottom: 3px;
    margin: 5px 0;
    width: 700px;
}
.jquery-tabs .mhot, .jquery-tabs.allhot
{
    display: none;
}
.jquery-tabs .ul_rmk
{
    padding-left: 20px;
    list-style: disc;
}
.jquery-tabs .ul_rmk li
{
    margin: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.jquery-tabs .ol_rmk li
{
    margin: 0px;
    padding-bottom: 0px;
    width: 100%;
}
