﻿.box {
    position: relative;
    overflow: hidden;
    background-image: url(../../Content/recruit/pic_bg_yincai.png);
    background-repeat: no-repeat;
}

.thead {
    height: 48px;
    line-height: 48px;
    background-color: #E7364F;
    color:white;
    font-size:15px;
}
.th1 {
    width: 72%;
    float: left;
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
}
.th2 {
    width: 13%;
    float: left;
    height: 48px;
    line-height: 48px;
}
.th3 {
    width: 10%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #DC362E;
    cursor:pointer;
}
.tbody {
    padding-bottom: 20px;
}
.zp-item {
    border-bottom: 1px solid #E8E8E8
}
.zp-active {
    border-bottom: none
}
.zp-content {
    border-top: 1px solid #DC3128;
    background-color: #FDF6F8;
    min-height: 150px;
    display:none;
    padding:15px;
}
.zp-content p{ background:none;}