﻿.mainshow-tabs {
    width: 697px;
    border: 1px solid #e2a3d2;
    overflow: hidden;
}

.tabs-head {
    height: 30px;
    background: url(/Content/Images/bg3.png) repeat-x;
    overflow: hidden;
    line-height: 30px;
}

.tab-title {
    margin: 1px 0;
    border-left: 1px solid #f2f2f2;
    height: 28px;
    line-height: 28px;
    float: left;
    width: 130px;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

    .tab-title:first-of-type {
        border-left: 0;
    }

    .tab-title.actived {
        background: url(/Content/Images/bg5.png) repeat-x;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }

.tabs-body {
    overflow: hidden;
    background: #fff;
}

.tab-body {
    display: none;
    padding: 10px;
    overflow: hidden;
    height: 752px;
}

    .tab-body.actived {
        display: block;
    }

    .tab-body .p_showitem {
        width: 50%;
        height: 190px;
        float: left;
        display: inline-block;
        background: url(/Content/Images/bg6.png) left bottom repeat-x;
    }

.mainshow-tabs .itemface {
    width: 114px;
    height: 144px;
    margin: 15px;
    float: left;
    display: inline-block;
    overflow: hidden;
}


.mainshow-tabs .imgface {
    display:inline-block;
    width: 90px;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px #ccc;
}

.mainshow-tabs .itemtext {
    width: 185px;
    float: left;
    padding: 10px 0;
    display: inline-block;
    overflow: hidden;
}

    .mainshow-tabs .itemtext .p_head {
        color: #cd006b;
        font-weight: bold;
        width: 100%;
        height: 20px;
        overflow: hidden;
    }

    .mainshow-tabs .itemtext .p_job {
        color: #fc295e;
        float: right;
    }

    .mainshow-tabs .itemtext .p_body {
        width: 100%;
        height: 120px;
        overflow: hidden;
    }

        .mainshow-tabs .itemtext .p_body img {
            width: 31px;
            height: 31px;
        }

    .mainshow-tabs .itemtext .p_selfdesc {
        color: #888;
    }

    .mainshow-tabs .itemtext .p_tool {
        text-align: right;
    }

.mainshow-tabs .p_tool a {
    text-decoration: none;
    color: #1d6394;
}

.p_showitemsmall {
    width: 92px;
    float: left;
    display: inline-block;
    padding: 10px;
}

.p_showitemhall {
    width: 225px;
    float: left;
    padding: 0px;
}

.smallface {
    width: 92px;
}

.itemface a, .p_smallface a {
    display: block;
}

.p_smallface .imgface {
    display:inline-block;
    width: 90px;
    height: 120px;
    padding: 0;
    background: none;
    border: 1px solid #ccc;
}

.p_smalltext {
    width: 100%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

