﻿#content .main {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding-top: 3px;
}

.leftCon {
    width: 100%;
    padding-top: 10px;
}

.leftlist {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin-left: 10px;
    border: 1px solid #dcdbdb;
}

    .leftlist dl {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: 1px dashed #dcdbdb;
        margin-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

        .leftlist dl:last-child {
            border-bottom: none;
        }

    .leftlist dt {
        width: 120px;
        height: auto;
        float: left;
        font-size: 14px;
        color: #a8a8a8;
        line-height: 24px;
        margin-right: 10px;
    }

    .leftlist dd {
        width: auto;
        height: auto;
        float: left;
        margin-right: 8px;
        line-height: 22px;
    }

        .leftlist dd a {
            text-decoration: none;
            color: #3366cc;
            padding: 1px 3px;
        }

            .leftlist dd a.active {
                color: white;
                background-color: #3366cc;
            }

.rightCon {
    border-bottom: 0 solid #0669ce;
}

.searchCon {
    position: absolute;
    border: #88bcea 2px solid;
    left: 480px;
    top: 25px;
    width: 350px;
    height: 31px;
}

.searTxt {
    height: 31px !important;
    line-height: 31px;
    border: 0;
}

.searBut {
    width: 59px;
    height: 31px;
    border: 0;
    background: #88bcea no-repeat !important;
}

.searBut:hover {
    background: #88bcea no-repeat;
}

.sercOutC {
    width: 100%;
    height: auto;
    float: left;
}

#listBody {
    margin-top: 5px;
}

.row > div {
    padding-top: 15px;
    padding-bottom: 15px;
    border: transparent 1px solid;
}

    .row > div:hover {
        border: #c0c0c0 1px solid;
    }

    .row > div > a > img {
        width: 100%;
        height: 126px;
    }

    .row > div > .small {
        width: 50%;
        float: left;
    }

    .row > div > .svc_btn {
        background-color: rgb(167, 163, 162);
        text-decoration: none;
        width: 50%;
        float: left;
    }

        .row > div > .svc_btn > a {
            cursor: pointer;
            color: #eee;
        }

#svc_apply_list_container {
    position: relative;
}

/*服务申请列表*/
#svc_apply_list_btn {
    z-index: 100;
    position: fixed;
    top: 88px;
    right: 280px;
}

    #svc_apply_list_btn:hover {
        background: white;
    }

    #svc_apply_list_btn.active {
        border-bottom: none;
        background: white;
        border: 1px solid #cbcbcb;
        border-bottom: none;
    }

#svc_apply_list_panel {
    z-index: 99;
    padding: 5px 0;
    display: none;
    position: fixed;
    text-align: center;
    border: 1px solid #cbcbcb;
    background: white;
    right: 136px;
    top: 120px;
    width: 280px;
}

    #svc_apply_list_panel li {
        margin: 0;
        padding: 5px 10px;
        border-bottom: 1px dotted #cbcbcb;
    }

#svc_apply_items {
    text-align: left;
}
