﻿.jl_root {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

body {
    background: #ffffff;
}

.hdjllist {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}

.wdroot {
    width: 99%;
    height: auto;
    border: 1px solid #e9eaec;
    border-radius: 5px;
    float: left;
    margin-bottom: 5px;
    margin-left: 1px;
}

    .wdroot:hover {
        box-shadow: 0 1px 6px rgba(0,0,0,.2);
        border-color: #eee;
    }

.wd_wpart {
    width: 97%;
    height: auto;
    margin: 5px 1% 5px 2%;
    position: relative;
    float: left;
}

.wd_wimg {
    width: 7%;
    height: 28px;
    position: absolute;
    float: left;
    background: url("../Images/wd_03.jpg") no-repeat;
    background-size: 100%;
    left: 0;
    top: 1px;
}

.wd_wcontent {
    width: 92%;
    height: auto;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: rgb(70, 76, 91);
    margin-left: 8%;
}

.fbsj {
    float: right;
    width: 125px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: right;
}

.fbsj, .wd_dcontent {
    pointer-events: none;
}

.wd_dpart {
    width: 92%;
    height: auto;
    margin: 5px;
    margin-left: 8%;
    position: relative;
    float: left;
}

.wd_dimg {
    width: 6%;
    height: 22px;
    position: absolute;
    float: left;
    background: url("../Images/wd_05.jpg") no-repeat;
    background-size: 100%;
    left: 0;
    top: 4px;
}

.wd_dcontent {
    width: 93%;
    height: auto;
    float: left;
    line-height: 30px;
    font-size: 15px;
    margin-left: 7%;
}

.addhdjl {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #2d8cf0;
    font-size: 40px;
    line-height: 34px;
    position: fixed;
    bottom: 25px;
    color: #ffffff;
    text-align: center;
    z-index: 9999;
    left: 44%;
    cursor: pointer;
}

.yjddl {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    float: left;
    color: rgb(70, 76, 91);
    margin-bottom: 5px;
    display: none;
}

.jl_root ul {
    width: 100%;
    height: auto;
}

    .jl_root ul li {
        width: 99%;
        padding-left: 1%;
        min-height: 45px;
        border-top: 1px solid #eee;
    }

.lititle {
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
}

.jl_root li .labeltitle {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 16px;
    color: #495060;
    line-height: 45px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 73px;
    font-size: 15px;
}

/*.jl_root li label:before {
        content: '*';
        display: inline-block;
        margin-right: 4px;
        line-height: 39px;
        font-family: SimSun;
        font-size: 12px;
        color: #ed3f14;
    }*/

.jlnr {
    width: 96%;
    height: 180px;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #495060;
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
    margin-left: 2%;
    word-wrap: break-word;
}

.querybtn {
    width: 60%;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #2d8cf0;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin-left: 20%;
    margin-top: 20px;
}

.zstj {
    width: 97%;
    height: 20px;
    color: #535353;
    margin-right: 3%;
    margin-bottom: 5px;
}

    .zstj span {
        width: auto;
        height: 20px;
        line-height: 20px;
        float: right;
    }

.checkbox {
    display: none;
}

.switch {
    width: 60px;
    height: 31px;
    /*background: #56ACFE;*/
    background: #ccc;
    border-radius: 20px;
    padding: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 7px;
    float: right;
    margin-right: 10px;
}

    .switch:after {
        content: '';
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15), 0 1px 1px 0 rgba(0,0,0,0.16), 0 3px 1px 0 rgba(0,0,0,0.10);
        width: 28px;
        height: 28px;
        background: #fff;
        border-radius: 50%;
        display: block;
        margin-left: 29px;
        float: left;
        transition: all 0.5s;
    }

.checkbox:checked + .switch:after {
    margin-left: 1px;
}

.checkbox:checked + .switch {
    /*background: #ccc;*/
    background: #56ACFE;
}

.ckxq {
    position: relative;
    height: 24px;
    line-height: 20px;
    border-radius: 5px;
    width: auto;
    padding: 2px 10px;
    text-align: center;
    float: right;
    right: 10px;
    font-size: 14px;
    background: #2d8cf0;
    color:#FFFFFF;
    cursor: pointer;
}
