/**!
 * ÎÒÒªÁôÑÔ
 * author: hhj
 * date:2021-02-26
 */

body {
    font-family: 'Î¢ÈíÑÅºÚ';
    /* padding-bottom: 260px !important; */
    background-color: #fafafa;
}

.leave-box {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.leave-hd {
    height: 30px;
    background: url("/10462/xhtml/images/12345xwj/leave_bg.png") no-repeat;
    font-size: 0;
    text-align: center;
}

.leave-name {
    display: inline-block;
    vertical-align: top;
    padding-left: 23px;
    line-height: 30px;
    font-size: 14px;
    color: #C74000;
    background: url("/10462/xhtml/images/12345xwj/tianxie.png") left center no-repeat;
}

.leave-bd {
    margin-top: 16px;
    height: 323px;
    border-top: 3px #be0000 solid;
    background-color: #f4f4f4;
}

.tab-hd {
    width: 288px;
    height: 35px;
    line-height: 35px;
    color: white;
    cursor: pointer;
    margin: 17px auto;
    background: url("/10462/xhtml/images/12345xwj/tab_tt.png") center center no-repeat;
    background-size: contain;
}

.tab-hd.bg2 {
    background-image: url("/10462/xhtml/images/12345xwj/tab_tt2.png");
}

.tab-hd.bg3 {
    background-image: url("/10462/xhtml/images/12345xwj/tab_tt3.png");
}

.tab-tt {
    float: left;
    width: 96px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

.tab-tt a {
    color: #fff;
}
.tab-tt a:hover{
    text-decoration: none;
}
.bdl {
    display: none;
}

.tab-bd {
    padding: 0 25px;
}

.tab-model {
    padding: 10px;
    width: 49%;
    height: 200px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: ddd; */
}

.tab-li {
    position: relative;
    width: 97%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
}

.tab-li::before {
    position: absolute;
    content: "";
    left: 8px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #000;
}

.tab-time {
    float: right;
    font-size: 16px;
    color: #b2b2b2;
}

.tab-text {
    margin-right: 90px;
}

.tab-text>a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 16px;
}

.tab-text>a:hover {
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #be0000;
}

.leave-tip {
    font-size: 0;
    text-align: center;
}

.tip-text {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    color: #6e6e6e;
    font-size: 16px;
}

/* ÐÞ¸Ä */
.tab-li::before {
    display: block;
}