﻿.tabPnlTitleList ul
{
    display: block;
    height: 34px;
    background: url(images/icon11.jpg) left bottom repeat-x;
}
.tabPnlTitleList li
{
    float: left;
    height: 34px;
    margin-right: 1px;
}
.tabPnlTitleList span
{
    float: left;
    height: 34px;
}
.tabPnlTitleList .current span
{
    background: url(images/tabItem_on_m.jpg) center repeat-x;
}
.tabPnlTitleList .current span span
{
    background: url(images/tabItem_on_l.jpg) left top no-repeat;
}
.tabPnlTitleList .current span span span
{
    background: url(images/tabItem_on_r.jpg) right top no-repeat;
    padding: 0 1em;
    line-height: 34px;
    color: #C70000;
    font-weight: bold;
    overflow: hidden;
}
.tabPnlTitleList .normal span
{
    background: url(images/tabItem_nor_m.jpg) center repeat-x;
}
.tabPnlTitleList .normal span span
{
    background: url(images/tabItem_nor_l.jpg) left top no-repeat;
}
.tabPnlTitleList .normal span span span
{
    background: url(images/tabItem_nor_r.jpg) right top no-repeat;
    padding: 0 1em;
    line-height: 34px;
    color: #C70000;
    overflow: hidden;
}
.tabPnlTitleList a:link, .tabPnlTitleList a:visited, .tabPnlTitleList a:active
{
    color: #C70000;
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0;
    margin: 12px 0 0 0;
}
#bsWrap
{
    width: 996px;
    margin: 0 auto;
    padding: 20px 0;
}
#bsCotentWrap
{
    border: solid 1px #E7E6EB;
    border-top: 0;
    padding-top: 30px;
}
#bsList
{
    margin-left: 14px;
}
#bsList li
{
    width: 180px;
    height: 140px;
    overflow: hidden;
    background: url(images/bg_bsblock.gif);
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
}
#bsList img
{
    display: block;
    width: 160px;
    height: 72px;
    margin: 8px auto 4px auto;
}
#bsList p
{
    line-height: 120%;
    text-align: center;
    margin: 0 1em;
}
#bsList a:link, #bsList a:visited, #bsList a:active
{
    color: #333;
}
#bsList a:hover
{
    color: #c00;
    text-decoration: none;
}
.dListPager
{
    margin-left: 12px;
    margin-right: 12px;
}
