﻿/****************************************************************
* 网站样式表                                                    
 * @Name           style.css 2015年09月20日
 * @Author         Seemoon Crawish 3@kkw.net.cn
 * @Copyright      Copyright (c) 2008 - 2015, 5AL.NET.
 * @License        http://www.5al.net/culture/license/
 * @Homepage       http://www.bmdby.net
 *****************************************************************/

/*---整站通用部分---*/
body {
    font: 12px/1.5 "Microsoft YaHei", '微软雅黑', Arial, Verdana, '宋体', sans-serif;
    color: #808080;
    overflow-x: hidden;
    background: #FFF;
    margin: 0;
    padding: 0
}

button, dd, dl, dt, fieldset, form, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #333;
    background: transparent
}

    a:hover {
        color: #a5a5a5;
    }

img {
    border: 0 none;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.c {
    clear: both;
}

.center {
    text-align: center;
}

.pt50 {
    padding-*css: 50px;
}

.pt100 {
    padding-*css: 100px;
}

.mt15 {
    margin-*css: 15px !important;
}

.fw600 {
    font-weight: 600;
}

.red {
    color: #F00;
}

.orange {
    color: #ff9900;
}

.blue {
    color: #008CD6;
}

.pink {
    color: #FF526A;
}

.gray {
    color: #666;
}

.green {
    color: #25944D;
}

.cgreen {
    color: #61C28C;
}

.redbg {
    background: #F00;
}

.bluebg {
    background: #008CD6;
}

.graybg {
    background: #666;
}

.pinkbg {
    background: #FF526A;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
        overflow: hidden;
    }

/*---整站通用 输入框、按钮、下拉框---*/
input[type="text"], input[type="tel"], input[type="password"], select {
    padding-left: 10px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
}

input[type="button"] {
    cursor: pointer;
    border: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #008CD7;
    color: #FFF;
    font-size: 16px;
    background: #008CD7;
    font-weight: 800;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #008CD7;
    color: #FFF;
    font-size: 16px;
    background: #008CD7;
    font-weight: 800;
}

button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    background: #349960;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    margin-*css: 5px;
    position: relative;
    font-weight: 800;
    cursor: pointer;
    border: 0;
}

textarea {
    padding-left: 5px;
    height: 85px;
    line-height: 25px;
    font-size: 16px;
    font-family: "Microsoft YaHei", '微软雅黑', Arial;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #666;
    padding: 5px;
}

.layout {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*---网站通用 头部一 保姆/雇主详情页---*/
.header {
    width: 100%;
}

    .header .toper {
        width: 100%;
        background: #F2F2F2;
    }

        .header .toper .bar {
            width: 960px;
            height: 35px;
            margin: 0 auto;
            overflow: hidden;
        }

            .header .toper .bar .left {
                width: 280px;
                float: left;
            }

                .header .toper .bar .left .city {
                    width: 140px;
                    height: 35px;
                    line-height: 35px;
                    background: #FFF;
                    text-align: center;
                    font-size: 20px;
                    color: #FF526A;
                    float: left;
                }

                    .header .toper .bar .left .city span {
                        font-size: 14px;
                        margin-left: 5px;
                    }

                .header .toper .bar .left .tlnav {
                    width: 160px;
                    float: left;
                }

                    .header .toper .bar .left .tlnav ul {
                    }

                        .header .toper .bar .left .tlnav ul li {
                            width: 79px;
                            line-height: 35px;
                            float: left;
                            text-align: center;
                            font-size: 14px;
                            border-right: 1px solid #e1e1e1;
                        }

            .header .toper .bar .right {
                width: 480px;
                height: 35px;
                font-size: 14px;
                float: right;
                overflow: hidden;
            }

                .header .toper .bar .right .welcome {
                    width: 150px;
                    line-height: 35px;
                    float: left;
                }

                .header .toper .bar .right .logreg {
                    width: 120px;
                    line-height: 35px;
                    float: left;
                }

                .header .toper .bar .right .tel {
                    line-height: 35px;
                    float: right;
                    color: #FF526A;
                    margin-right: 5px;
                    font-weight: 600;
                }

                    .header .toper .bar .right .tel i {
                        width: 16px;
                        height: 15px;
                        display: inline-block;
                        background: url(../img/icon_top_tel.png) no-repeat;
                        margin-*css: 10px;
                        margin-right: 8px;
                        float: left;
                    }

    .header .center {
        width: 960px;
        height: 120px;
        margin: 0 auto;
        overflow: hidden;
    }

        .header .center .logo {
            width: 220px;
            height: 90px;
            margin: 15px 0px;
            float: left;
        }

            .header .center .logo img {
                width: 220px;
                height: 90px;
            }

        .header .center .right {
            width: 700px;
            height: 100px;
            margin: 10px 0px;
            text-align: right;
            overflow: hidden;
            float: right;
        }

            .header .center .right .insure {
                width: 400px;
                height: 35px;
                float: left;
                overflow: hidden;
                margin-*css: 40px;
            }

                .header .center .right .insure ul {
                }

                    .header .center .right .insure ul li {
                        width: 130px;
                        height: 35px;
                        float: left;
                        overflow: hidden;
                    }

                        .header .center .right .insure ul li i.is01 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure01.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header .center .right .insure ul li i.is02 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure02.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header .center .right .insure ul li i.is03 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure03.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header .center .right .insure ul li b {
                            color: #000;
                        }

            .header .center .right .search {
                width: 200px;
                height: 35px;
                margin-*css: 40px;
                float: left;
                overflow: hidden;
            }

                .header .center .right .search input[type="text"] {
                    width: 135px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 0px;
                    border: 2px solid #008CD6;
                    float: left;
                }

                .header .center .right .search input[type="submit"] {
                    width: 60px;
                    height: 35px;
                    line-height: 35px;
                    background: #008CD6;
                    border: 0px;
                    border-left: none;
                    margin-left: 0px;
                    float: left;
                }

    .header .nav {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
        background: #008CD6;
    }

        .header .nav .list {
            width: 960px;
            margin: 0 auto;
            overflow: hidden;
        }

            .header .nav .list u {
            }

            .header .nav .list ul li {
                width: 130px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                font-size: 16px;
                float: left;
            }

                .header .nav .list ul li a {
                    color: #FFF;
                    display: block;
                }

                .header .nav .list ul li.on {
                    background: #A8D1F2;
                }

                    .header .nav .list ul li.on a {
                        color: #144485;
                    }

                .header .nav .list ul li:hover {
                    background: #A8D1F2;
                }

                    .header .nav .list ul li:hover a {
                        color: #144485;
                    }

/*---网站通用 头部三 保姆/雇主详情页---*/
.header1 {
    width: 100%;
}

    .header1 .toper {
        width: 100%;
        background: #F2F2F2;
    }

        .header1 .toper .bar {
            width: 960px;
            height: 35px;
            margin: 0 auto;
            overflow: hidden;
        }

            .header1 .toper .bar .left {
                width: 280px;
                float: left;
            }

                .header1 .toper .bar .left .city {
                    width: 120px;
                    height: 35px;
                    line-height: 35px;
                    background: #FFF;
                    text-align: center;
                    font-size: 20px;
                    color: #FF526A;
                    float: left;
                }

                    .header1 .toper .bar .left .city span {
                        font-size: 14px;
                        margin-left: 5px;
                    }

                .header1 .toper .bar .left .tlnav {
                    width: 160px;
                    float: left;
                }

                    .header1 .toper .bar .left .tlnav ul {
                    }

                        .header1 .toper .bar .left .tlnav ul li {
                            width: 79px;
                            line-height: 35px;
                            float: left;
                            text-align: center;
                            font-size: 14px;
                            border-right: 1px solid #e1e1e1;
                        }

            .header1 .toper .bar .right {
                width: 480px;
                height: 35px;
                font-size: 14px;
                float: right;
                overflow: hidden;
            }

                .header1 .toper .bar .right .welcome {
                    width: 150px;
                    line-height: 35px;
                    float: left;
                }

                .header1 .toper .bar .right .logreg {
                    width: 120px;
                    line-height: 35px;
                    float: left;
                }

                .header1 .toper .bar .right .tel {
                    line-height: 35px;
                    float: right;
                    color: #FF526A;
                    margin-right: 5px;
                    font-weight: 600;
                }

                    .header1 .toper .bar .right .tel i {
                        width: 16px;
                        height: 15px;
                        display: inline-block;
                        background: url(../img/icon_top_tel.png) no-repeat;
                        margin-*css: 10px;
                        margin-right: 8px;
                        float: left;
                    }

    .header1 .center {
        width: 960px;
        height: 120px;
        margin: 0 auto;
        overflow: hidden;
    }

        .header1 .center .logo {
            width: 220px;
            height: 90px;
            margin: 15px 0px;
            float: left;
        }

            .header1 .center .logo img {
                width: 220px;
                height: 90px;
            }

        .header1 .center .right {
            width: 700px;
            height: 100px;
            margin: 10px 0px;
            text-align: right;
            overflow: hidden;
            float: right;
        }

            .header1 .center .right .insure {
                width: 400px;
                height: 35px;
                float: left;
                overflow: hidden;
                margin-*css: 40px;
            }

                .header1 .center .right .insure ul {
                }

                    .header1 .center .right .insure ul li {
                        width: 130px;
                        height: 35px;
                        float: left;
                        overflow: hidden;
                    }

                        .header1 .center .right .insure ul li i.is01 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure01.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header1 .center .right .insure ul li i.is02 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure02.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header1 .center .right .insure ul li i.is03 {
                            width: 33px;
                            height: 33px;
                            background: url(../img/icon_index_insure03.png) no-repeat;
                            margin-right: 5px;
                            display: inline-block;
                            float: left;
                        }

                        .header1 .center .right .insure ul li b {
                            color: #000;
                        }

            .header1 .center .right .search {
                width: 200px;
                height: 35px;
                margin-*css: 40px;
                float: left;
                overflow: hidden;
            }

                .header1 .center .right .search input[type="text"] {
                    width: 135px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 0px;
                    border: 2px solid #008CD6;
                    float: left;
                }

                .header1 .center .right .search input[type="submit"] {
                    width: 60px;
                    height: 35px;
                    line-height: 35px;
                    background: #008CD6;
                    border: 0px;
                    border-left: none;
                    margin-left: 0px;
                    float: left;
                }

    .header1 .nav {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
        background: #008CD6;
    }

        .header1 .nav .list {
            width: 960px;
            margin: 0 auto;
            overflow: hidden;
        }

            .header1 .nav .list u {
            }

            .header1 .nav .list ul li {
                width: 130px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                font-size: 16px;
                float: left;
            }

                .header1 .nav .list ul li a {
                    color: #FFF;
                    display: block;
                }

                .header1 .nav .list ul li.on {
                    background: #A8D1F2;
                }

                    .header1 .nav .list ul li.on a {
                        color: #144485;
                    }

                .header1 .nav .list ul li:hover {
                    background: #A8D1F2;
                }

                    .header1 .nav .list ul li:hover a {
                        color: #144485;
                    }

/*---网站通用 头部二---*/
.head {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-bottom: 2px solid #eaeaea;
}

    .head .wrap {
        width: 1200px;
        margin: 0 auto;
    }

        .head .wrap .left {
            width: 200px;
            height: 80px;
            float: left;
            margin: 10px;
        }

            .head .wrap .left img {
                width: 200px;
                height: 80px;
            }

        .head .wrap .right {
            width: 440px;
            height: 40px;
            line-height: 40px;
            float: right;
            text-align: right;
            margin: 30px 10px;
            overflow: hidden;
        }

            .head .wrap .right .tit {
                width: 160px;
                float: left;
                font-size: 14px;
                color: #FF536A;
            }

            .head .wrap .right .list {
                width: 280px;
                float: left;
            }

                .head .wrap .right .list ul {
                }

                    .head .wrap .right .list ul li {
                        float: left;
                        margin-left: 10px;
                    }

/*---网站通用 底部一---*/
.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #555;
}

    .footer .con {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        font-size: 16px;
    }

/*---网站通用 底部二---*/
.foot {
    width: 100%;
    text-align: center;
    margin-*css: 15px;
}

    .foot p {
        line-height: 30px;
        font-size: 16px;
        color: #999;
    }

.main {
    width: 100%;
}
/*---网站通用 分页样式--*/
.Pagination {
    padding: 10px;
    text-align: center;
    line-height: 25px;
    background-color: Transparent;
    color: #333;
    font-size: 12px;
    margin-*css: 20px;
}

    .Pagination label {
        font-size: 15px;
        padding-right: 10px;
        color: #666;
    }

    .Pagination a {
        border: solid 1px #ddd;
        padding: 5px;
        background: #F6F6F6;
        color: #008CD6;
        border-radius: 4px;
    }

        .Pagination a:hover {
            padding: 5px;
            border: solid 1px #008CD6;
            text-decoration: none;
            background: #008CD6;
            color: #FFF;
        }

    .Pagination span {
        padding: 5px;
        border: solid 1px #ddd;
        color: #888;
        border-radius: 4px;
        background: #F6F6F6;
    }

    .Pagination p {
        border: solid 1px #ccc;
        margin-right: 5px;
        padding: 5px;
        color: #333;
        border-radius: 4px;
        margin-right: 3px;
    }

    .Pagination b {
        padding: 5px;
        background: #008CD6;
        color: #fff;
        border: solid 1px #008CD6;
        border-radius: 4px;
        margin-right: 3px;
    }

/*---网站通用 通栏广告样式--*/
.main .adbanner {
    width: 954px;
    margin: 0 auto;
    padding: 5px 2px 0px 2px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    background: #F9F9F9;
    overflow: hidden;
}

    .main .adbanner ul {
        margin-left: 5px;
    }

        .main .adbanner ul li {
            margin-right: 3px;
            margin-bottom: 5px;
            float: left;
        }

/*#region 对联广告*/
.fixed1 {
    position: html;
    *css: 216px;
    left: 50%;
    width: 120px;
    margin-left: -620px;
    height: 710px;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
}

    .fixed1 li {
        margin-bottom: 3px;
    }

.fixed2 {
    position: html;
    *css: 216px;
    left: 50%;
    width: 120px;
    margin-left: 500px;
    height: 710px;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
}

    .fixed2 li {
        margin-bottom: 3px;
    }
/*#endregion */

/*---网站首页 导航条下广告--*/
.main .adsbanner {
    width: 954px;
    margin: 0 auto;
    padding: 5px 2px 0px 2px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    background: #F9F9F9;
    overflow: hidden;
}

    .main .adsbanner ul {
        margin-left: 5px;
    }

        .main .adsbanner ul li {
            margin-right: 3px;
            margin-bottom: 5px;
            float: left;
        }

/*---网站首页 第一板块--*/
.main .module1 {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .module1 .left {
        float: left;
    }

        .main .module1 .left .inuser {
            width: 448px;
            height: 1111px;
            border: 1px solid #008CD6;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .main .module1 .left .inuser .tit {
                width: 408px;
                height: 35px;
                line-height: 35px;
                padding: 0px 20px;
                background: #008CD6;
                font-size: 18px;
                color: #FFF;
            }

                .main .module1 .left .inuser .tit span {
                    font-size: 14px;
                    float: right;
                }

                .main .module1 .left .inuser .tit a {
                    color: #FFF;
                }

            .main .module1 .left .inuser .con {
                width: 438px;
                padding: 5px;
                overflow: hidden;
            }

                .main .module1 .left .inuser .con ul {
                }

                    .main .module1 .left .inuser .con ul li {
                        width: 75px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        padding: 5px 0 0;
                        margin: 5px;
                        float: left;
                        text-align: center;
                        line-height: 17px;
                        font-size: 13px;
                        border: 1px solid #dbdbdb;
                    }

                        .main .module1 .left .inuser .con ul li:hover {
                            border: 1px solid #008CD6;
                        }

                            .main .module1 .left .inuser .con ul li:hover a {
                                color: #008CD6;
                            }

    .main .module1 .right {
        width: 498px;
        height: 1115px;
        float: right;
    }

        .main .module1 .right .*css {
            height: 610px;
            overflow: hidden;
        }

            .main .module1 .right .*css .ijobs {
                width: 254px;
                height: 600px;
                border: 1px solid #008CD6;
                margin-bottom: 10px;
                overflow: hidden;
                float: left;
            }

                .main .module1 .right .*css .ijobs .tit {
                    width: 234px;
                    height: 35px;
                    line-height: 35px;
                    padding: 0px 10px;
                    background: #008CD6;
                    font-size: 18px;
                }

                    .main .module1 .right .*css .ijobs .tit span {
                        font-size: 13px;
                        float: right;
                    }

                    .main .module1 .right .*css .ijobs .tit a {
                        color: #FFF;
                    }

                .main .module1 .right .*css .ijobs .con {
                    width: 234px;
                    padding: 5px 10px;
                }

                    .main .module1 .right .*css .ijobs .con ul {
                    }

                        .main .module1 .right .*css .ijobs .con ul li {
                            line-height: 22px;
                            font-size: 13px;
                        }

                            .main .module1 .right .*css .ijobs .con ul li span {
                                font-size: 12px;
                                float: right;
                            }

                            .main .module1 .right .*css .ijobs .con ul li a:hover {
                                color: #008CD6;
                            }

            .main .module1 .right .*css .itopad {
                width: 232px;
                height: 600px;
                overflow: hidden;
                float: right;
            }

                .main .module1 .right .*css .itopad .focus {
                    width: 220px;
                    height: 280px;
                    margin-bottom: 10px;
                    padding: 5px;
                    border: 1px solid #dbdbdb;
                    position: relative;
                }

                    .main .module1 .right .*css .itopad .focus .hd {
                        height: 18px;
                        overflow: hidden;
                        position: absolute;
                        right: 5px;
                        bottom: 10px;
                        z-index: 9;
                    }

                        .main .module1 .right .*css .itopad .focus .hd ul {
                            overflow: hidden;
                            zoom: 1;
                            float: left;
                        }

                            .main .module1 .right .*css .itopad .focus .hd ul li {
                                float: left;
                                margin-right: 5px;
                                color: #fff;
                                width: 18px;
                                height: 18px;
                                line-height: 18px;
                                text-align: center;
                                background-color: #666;
                                cursor: pointer;
                            }

                                .main .module1 .right .*css .itopad .focus .hd ul li.on {
                                    background-color: #88000E;
                                    font-weight: bold;
                                }

                    .main .module1 .right .*css .itopad .focus .bd {
                        position: relative;
                        height: 100%;
                        z-index: 0;
                    }

                        .main .module1 .right .*css .itopad .focus .bd li {
                            zoom: 1;
                            vertical-align: middle;
                            position: relative;
                        }

                            .main .module1 .right .*css .itopad .focus .bd li img {
                                width: 220px;
                                height: 280px;
                            }

                            .main .module1 .right .*css .itopad .focus .bd li span {
                                width: 210px;
                                height: 45px;
                                padding-left: 10px;
                                line-height: 30px;
                                background: #333;
                                color: #FFF;
                                font-size: 14px;
                                bottom: 0px;
                                left: 0;
                                z-index: 2;
                                opacity: 0.6;
                                position: absolute;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }

                .main .module1 .right .*css .itopad .ad {
                    width: 220px;
                    height: 286px;
                    padding: 5px;
                    border: 1px solid #dbdbdb;
                    overflow: hidden;
                }

                    .main .module1 .right .*css .itopad .ad ul {
                    }

                        .main .module1 .right .*css .itopad .ad ul li {
                            margin-bottom: 5px;
                        }



        .main .module1 .right .bot {
            width: 498px;
            overflow: hidden;
        }

            .main .module1 .right .bot .ad {
                width: 496px;
                height: 85px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
                overflow: hidden;
            }

                .main .module1 .right .bot .ad ul {
                }

                    .main .module1 .right .bot .ad ul li {
                        width: 498px;
                        height: 85px;
                    }

            .main .module1 .right .bot .iuser {
                width: 496px;
                border: 1px solid #090;
            }

                .main .module1 .right .bot .iuser .tit {
                    width: 466px;
                    height: 35px;
                    line-height: 35px;
                    padding: 0px 15px;
                    background: #090;
                    font-size: 18px;
                    color: #FFF;
                }

                    .main .module1 .right .bot .iuser .tit span {
                        font-size: 16px;
                        margin-left: 10px;
                        float: right;
                    }

                .main .module1 .right .bot .iuser .con {
                    width: 476px;
                    height: 358px;
                    padding: 5px 10px;
                    overflow: hidden;
                }

                    .main .module1 .right .bot .iuser .con table {
                        width: 100%;
                        line-height: 22px;
                        font-size: 14px;
                        color: #666;
                    }

                        .main .module1 .right .bot .iuser .con table tr:hover {
                            color: #090;
                        }

                            .main .module1 .right .bot .iuser .con table tr:hover a {
                                color: #090;
                            }

/*---网站首页 第二板块--*/
.main .module2 {
    width: 958px;
    height: 305px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #008CD6;
}

    .main .module2 .title {
        width: 918px;
        height: 45px;
        line-height: 45px;
        padding: 0px 20px;
        background: #008CD6;
        font-size: 18px;
        color: #FFF;
    }

        .main .module2 .title span {
            font-size: 14px;
            float: right;
        }

    .main .module2 .content {
        width: 948px;
        height: 240px;
        padding: 10px 5px;
        overflow: hidden;
    }

        .main .module2 .content ul {
        }

            .main .module2 .content ul li {
                width: 224px;
                line-height: 36px;
                font-size: 12px;
                float: left;
                margin-left: 2px;
                background: url(../img/icon_index_m2_bg.png);
                text-align: left;
                padding-left: 10px;
                margin-bottom: 5px;
                font-size: 13px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .main .module2 .content ul li a:hover {
                    color: #008CD6;
                }

/*---网站首页 第三板块--*/
.main .module3 {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .main .module3 .left {
        width: 690px;
        height: 680px;
        margin-bottom: 10px;
        overflow: hidden;
        float: left;
    }

        .main .module3 .left .ayi {
            width: 688px;
            height: 600px;
            border: 1px solid #008CD6;
            overflow: hidden;
        }

            .main .module3 .left .ayi .tit {
                width: 648px;
                height: 45px;
                line-height: 45px;
                padding: 0px 20px;
                background: #008CD6;
                font-size: 18px;
                color: #FFF;
            }

                .main .module3 .left .ayi .tit a {
                    color: #FF3;
                    font-size: 14px;
                }

                .main .module3 .left .ayi .tit span {
                    font-size: 14px;
                    float: right;
                }

                    .main .module3 .left .ayi .tit span a {
                        color: #FFF;
                    }

            .main .module3 .left .ayi .con {
                width: 668px;
                padding: 10px;
            }

                .main .module3 .left .ayi .con table {
                    width: 668px;
                    border-collapse: collapse;
                    font-size: 13px;
                }

                    .main .module3 .left .ayi .con table tr th {
                        height: 25px;
                        line-height: 30px;
                        color: #333;
                        font-size: 14px;
                        border: 1px solid #ccc;
                    }

                    .main .module3 .left .ayi .con table tr td {
                        border: 1px solid #ccc;
                        padding-left: 5px;
                    }

                    .main .module3 .left .ayi .con table tr:hover {
                        background: #FDF7C8;
                        cursor: pointer;
                    }

                        .main .module3 .left .ayi .con table tr:hover a {
                            color: #008CD6;
                        }

        .main .module3 .left .ad {
            width: 678px;
            height: 57px;
            padding: 5px;
            border: 1px solid #dbdbdb;
            margin-*css: 9px;
            overflow: hidden;
        }

    .main .module3 .right {
        float: right;
    }

        .main .module3 .right .web {
            width: 258px;
            height: 680px;
            border: 1px solid #090;
            overflow: hidden;
        }

            .main .module3 .right .web .tit {
                width: 238px;
                height: 45px;
                line-height: 45px;
                padding: 0px 10px;
                background: #090;
                font-size: 18px;
                color: #FFF;
            }

                .main .module3 .right .web .tit span {
                    font-size: 14px;
                    color: #FFF;
                    float: right;
                }

                .main .module3 .right .web .tit a {
                    color: #FFF;
                }

            .main .module3 .right .web .con {
                width: 238px;
                height: 620px;
                overflow: hidden;
                padding: 5px 10px;
            }

                .main .module3 .right .web .con ul {
                }

                    .main .module3 .right .web .con ul li {
                        width: 238px;
                        height: 23px;
                        line-height: 23px;
                        font-size: 13px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .module3 .right .web .con ul li em {
                            width: 16px;
                            height: 12px;
                            background: url(../img/icon_index_m3_rz.png) no-repeat;
                            display: inline-block;
                            margin-right: 2px;
                        }

                        .main .module3 .right .web .con ul li a:hover {
                            color: #090;
                        }

/*---网站首页 第四板块--*/
.main .module4 {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .main .module4 .left {
        width: 473px;
        height: 1065px;
        border: 1px solid #008CD6;
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

        .main .module4 .left .tit {
            width: 433px;
            height: 45px;
            line-height: 45px;
            padding: 0px 20px;
            background: #008CD6;
            color: #FFF;
            font-size: 18px;
        }

            .main .module4 .left .tit i {
                font-style: normal;
                font-size: 14px;
                color: #FC0;
                margin-left: 5xp;
            }

                .main .module4 .left .tit i a {
                    color: #FC0;
                    font-weight: 600;
                }

            .main .module4 .left .tit span {
                font-size: 14px;
                float: right;
            }

                .main .module4 .left .tit span a {
                    color: #FFF;
                }

        .main .module4 .left .con {
            width: 453px;
            padding: 10px;
        }

            .main .module4 .left .con ul {
            }

                .main .module4 .left .con ul li {
                    width: 453px;
                    line-height: 25px;
                    font-size: 13px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .main .module4 .left .con ul li span {
                        font-size: 13px;
                        float: left;
                        margin-right: 5px;
                    }

                    .main .module4 .left .con ul li label {
                        color: #999;
                    }

                    .main .module4 .left .con ul li a:hover {
                        color: #008CD6;
                    }

    .main .module4 .right {
        width: 473px;
        height: 1065px;
        border: 1px solid #090;
        overflow: hidden;
        margin-bottom: 10px;
        float: right;
    }

        .main .module4 .right .tit {
            width: 433px;
            height: 45px;
            line-height: 45px;
            padding: 0px 20px;
            background: #090;
            color: #FFF;
            font-size: 18px;
        }

            .main .module4 .right .tit i {
                font-style: normal;
                font-size: 14px;
                color: #FC0;
                margin-left: 5xp;
            }

                .main .module4 .right .tit i a {
                    color: #FC0;
                    font-weight: 600;
                }

            .main .module4 .right .tit span {
                font-size: 14px;
                float: right;
            }

                .main .module4 .right .tit span a {
                    color: #FFF;
                }

        .main .module4 .right .con {
            width: 453px;
            padding: 10px;
        }

            .main .module4 .right .con ul {
            }

                .main .module4 .right .con ul li {
                    width: 453px;
                    line-height: 25px;
                    font-size: 13px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .main .module4 .right .con ul li span {
                        font-size: 13px;
                        float: left;
                        margin-right: 5px;
                    }

                    .main .module4 .right .con ul li label {
                        color: #999;
                    }

                    .main .module4 .right .con ul li a:hover {
                        color: #090;
                    }

/*---网站首页 第五板块--*/
.main .module5 {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .main .module5 .hotlink {
        width: 948px;
        padding: 5px 5px 0px 5px;
        border: 1px solid #dbdbdb;
    }

        .main .module5 .hotlink ul {
        }

            .main .module5 .hotlink ul li {
                line-height: 25px;
                background: #FDF7C8;
                padding: 5px;
                margin-bottom: 5px;
                margin-right: 10px;
                border-radius: 5px;
                float: left;
            }

                .main .module5 .hotlink ul li a {
                }

/*---网站首页 友情链接--*/
.main .flink {
    width: 958px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #606;
}

    .main .flink .tit {
        width: 918px;
        height: 45px;
        line-height: 45px;
        padding: 0px 20px;
        font-size: 18px;
        color: #FFF;
        background: #606;
    }

        .main .flink .tit span {
            font-size: 14px;
            float: right;
        }

    .main .flink .img {
        width: 938px;
        padding: 10px;
    }

        .main .flink .img ul {
        }

            .main .flink .img ul li {
                padding: 5px;
                border: 1px solid #dbdbdb;
                margin-right: 5px;
                margin-bottom: 10px;
                float: left;
            }

                .main .flink .img ul li:hover {
                    border: 1px solid #606;
                }

    .main .flink .txt {
        width: 938px;
        padding: 0px 10px;
    }

        .main .flink .txt ul {
        }

            .main .flink .txt ul li {
                margin-right: 10px;
                margin-bottom: 10px;
                font-size: 13px;
                float: left;
            }

                .main .flink .txt ul li a:hover {
                    color: #606;
                }

/*---工作列表页---*/
.main .jobs {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .jobs .category {
        width: 948px;
        border: 1px solid #dadada;
        padding: 5px;
        margin-bottom: 10px;
        border-bottom-width: 5px;
        overflow: hidden;
    }

        .main .jobs .category .filter {
            width: 948px;
            border-bottom: 1px dashed #dadada;
        }

            .main .jobs .category .filter h3 {
                width: 65px;
                font-size: 14px;
                font-weight: 600;
                color: #008CD6;
                display: block;
                float: left;
                margin-left: 10px;
            }

                .main .jobs .category .filter h3 i {
                    width: 0;
                    height: 0;
                    border-width: 3px;
                    border-style: solid;
                    border-color: #fff #fff #fff #8f8f8f;
                    font-size: 0;
                    line-height: 0;
                    position: relative;
                    *css: -4px;
                    right: -4px;
                    _display: inline-block;
                    _top: 0;
                }

            .main .jobs .category .filter ul {
                width: 873px;
                float: left;
                overflow: hidden;
                margin-*css: 10px;
            }

                .main .jobs .category .filter ul li {
                    margin-right: 5px;
                    font-size: 14px;
                    padding: 5px;
                    line-height: 20px;
                    margin-bottom: 10px;
                    border-radius: 4px;
                    float: left;
                }

                    .main .jobs .category .filter ul li:hover {
                        background: #008CD6;
                    }

                        .main .jobs .category .filter ul li:hover a {
                            color: #FFF;
                        }

                    .main .jobs .category .filter ul li.on {
                        background: #008CD6;
                    }

                        .main .jobs .category .filter ul li.on a {
                            color: #FFF;
                        }

    .main .jobs .jlist {
    }

        .main .jobs .jlist .left {
            width: 738px;
            border: 1px solid #dbdbdb;
            border-*css-color: #008CD6;
            margin-bottom: 10px;
            border-*css-width: 5px;
            float: left;
        }

            .main .jobs .jlist .left .tit {
                width: 728px;
                height: 45px;
                padding: 0px 5px;
                background: #efefef;
                overflow: hidden;
            }

                .main .jobs .jlist .left .tit dl {
                    width: 728px;
                    height: 46px;
                    overflow: hidden;
                }

                    .main .jobs .jlist .left .tit dl dt {
                        line-height: 45px;
                        font-size: 14px;
                        color: #008CD6;
                        text-align: center;
                        float: left;
                    }

                        .main .jobs .jlist .left .tit dl dt.bh {
                            width: 80px;
                        }

                        .main .jobs .jlist .left .tit dl dt.gz {
                            width: 100px;
                        }

                        .main .jobs .jlist .left .tit dl dt.lx {
                            width: 100px;
                        }

                        .main .jobs .jlist .left .tit dl dt.xz {
                            width: 150px;
                        }

                        .main .jobs .jlist .left .tit dl dt.dz {
                            width: 110px;
                        }

                        .main .jobs .jlist .left .tit dl dt.nl {
                            width: 80px;
                        }

                        .main .jobs .jlist .left .tit dl dt.sj {
                            width: 90px;
                        }

            .main .jobs .jlist .left .con {
            }

                .main .jobs .jlist .left .con .txtad {
                    width: 738px;
                    height: 80px;
                    border-bottom: 1px solid #efefef;
                    overflow: hidden;
                }

                .main .jobs .jlist .left .con .list {
                    width: 728px;
                    padding: 0px 5px;
                }

                    .main .jobs .jlist .left .con .list ul {
                    }

                        .main .jobs .jlist .left .con .list ul li {
                            width: 688px;
                            height: 46px;
                            line-height: 45px;
                            border-bottom: 1px dashed #dbdbdb;
                            font-size: 13px;
                            padding: 0px 20px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .main .jobs .jlist .left .con .list ul li a {
                                color: #333;
                            }

                                .main .jobs .jlist .left .con .list ul li a:hover {
                                    color: #008CD6;
                                }

                            .main .jobs .jlist .left .con .list ul li i {
                                width: 80px;
                                height: 45px;
                                margin-left: 10px;
                                margin-right: 10px;
                                font-size: 14px;
                                color: #999;
                                font-style: normal;
                                float: left;
                            }

                            .main .jobs .jlist .left .con .list ul li em {
                                width: 470px;
                                height: 45px;
                                font-size: 15px;
                                font-style: normal;
                                display: block;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                float: left;
                            }

                            .main .jobs .jlist .left .con .list ul li span {
                                width: 150px;
                                height: 45px;
                                font-size: 15px;
                                margin-right: 8px;
                                color: #090;
                                font-weight: 800;
                                text-align: right;
                                display: block;
                                float: right;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                float: left;
                                overflow: hidden;
                            }

                                .main .jobs .jlist .left .con .list ul li span b {
                                    width: 18px;
                                    height: 14px;
                                    background: url(../img/icon_info_tel.png) no-repeat;
                                    margin-right: 5px;
                                    display: inline-block;
                                }

                            .main .jobs .jlist .left .con .list ul li a:hover span {
                                color: #F30;
                            }

            .main .jobs .jlist .left .table {
                width: 738px;
            }

                .main .jobs .jlist .left .table table {
                    width: 100%;
                    border-collapse: collapse;
                    margin-bottom: 10px;
                    table-layout: html;
                    border: 0;
                }

                    .main .jobs .jlist .left .table table th {
                        background: #008CD6;
                        line-height: 40px;
                        border: solid 1px #ddd;
                        border-*css: 0px;
                        padding-left: 10px;
                        border-left: 0px;
                        border-right: 0px;
                        color: #FFF;
                        font-size: 14px;
                    }

                        .main .jobs .jlist .left .table table th.xh {
                            width: 56px;
                        }

                        .main .jobs .jlist .left .table table th.gz {
                            width: 117px;
                        }

                        .main .jobs .jlist .left .table table th.lx {
                            width: 106px;
                        }

                        .main .jobs .jlist .left .table table th.xz {
                            width: 117px;
                        }

                        .main .jobs .jlist .left .table table th.zz {
                            width: 170px;
                        }

                        .main .jobs .jlist .left .table table th.sj {
                            width: 87px;
                        }

                    .main .jobs .jlist .left .table table td {
                        height: 40px;
                        line-height: 40px;
                        border: solid 1px #ddd;
                        font-size: 14px;
                        color: #333;
                        padding-left: 10px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .jobs .jlist .left .table table td a {
                            color: #008CD6;
                            font-size: 12px;
                        }

                    .main .jobs .jlist .left.table table tr:hover {
                        background: #FDF7C8;
                    }

        .main .jobs .jlist .right {
            width: 210px;
            float: right;
            overflow: hidden;
        }

            .main .jobs .jlist .right .ad {
                width: 200px;
                height: auto;
                padding: 4px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
            }

                .main .jobs .jlist .right .ad ul {
                }

                    .main .jobs .jlist .right .ad ul li {
                        width: 200px;
                        height: auto;
                        margin-bottom: 5px;
                    }

                        .main .jobs .jlist .right .ad ul li img {
                            width: 200px;
                            height: auto;
                        }

    /*---工作详情页---*/
    .main .jobs .left {
        float: left;
    }

        .main .jobs .left .box {
            width: 608px;
            border: 1px solid #dbdbdb;
            margin-bottom: 10px;
            padding: 10px;
        }

            .main .jobs .left .box .tits {
                width: 608px;
                line-height: 65px;
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                color: #333;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .main .jobs .left .box .txt {
            }

                .main .jobs .left .box .txt ul {
                }

                    .main .jobs .left .box .txt ul li {
                        width: 608px;
                        line-height: 35px;
                        font-size: 15px;
                        border-bottom: 1px dashed #dbdbdb;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .jobs .left .box .txt ul li i {
                            font-style: normal;
                            color: #008CD6;
                            font-weight: 600;
                        }

                        .main .jobs .left .box .txt ul li b a {
                            color: #FF526A;
                        }

                        .main .jobs .left .box .txt ul li em {
                            line-height: 55px;
                            font-size: 24px;
                            font-style: normal;
                        }

            .main .jobs .left .box .tit {
                line-height: 30px;
                font-size: 16px;
                color: #408EE6;
                border-bottom: 1px solid #70BFEA;
            }

                .main .jobs .left .box .tit i {
                    width: 25px;
                    height: 25px;
                    background: url(../img/icon_jobs_details_subtitle.png) no-repeat;
                    margin-right: 5px;
                    display: inline-block;
                }

            .main .jobs .left .box .con {
                margin-*css: 10px;
            }

                .main .jobs .left .box .con ul {
                }

                    .main .jobs .left .box .con ul li {
                        width: 608px;
                        height: 40px;
                        line-height: 40px;
                        font-size: 16px;
                        border-bottom: 1px dashed #dbdbdb;
                        overflow: hidden;
                    }

                        .main .jobs .left .box .con ul li .bpl {
                            width: 300px;
                            height: 40px;
                            float: left;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .main .jobs .left .box .con ul li .bpr {
                            width: 300px;
                            height: 40px;
                            float: right;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .main .jobs .left .box .con ul li em {
                            color: #F60;
                            font-style: normal;
                        }

                        .main .jobs .left .box .con ul li b {
                            font-size: 16px;
                            font-style: normal;
                            color: #090;
                        }

                        .main .jobs .left .box .con ul li i {
                            font-size: 14px;
                            font-style: normal;
                            color: #F00;
                        }

                .main .jobs .left .box .con .bpe {
                    width: 608px;
                    line-height: 35px;
                    font-size: 16px;
                    text-indent: 2em;
                }

                    .main .jobs .left .box .con .bpe p input[type="submit"] {
                        width: 200px;
                        height: 50px;
                        line-height: 50px;
                        margin-*css: 10px;
                        margin-left: 150px;
                    }

            .main .jobs .left .box .btn {
                width: 608px;
                height: 50px;
                margin-*css: 15px;
                overflow: hidden;
            }

                .main .jobs .left .box .btn ul {
                }

                    .main .jobs .left .box .btn ul li {
                        width: 140px;
                        height: 45px;
                        line-height: 45px;
                        border-radius: 8px;
                        margin-left: 10px;
                        font-size: 16px;
                        text-align: center;
                        float: left;
                    }

                        .main .jobs .left .box .btn ul li a {
                            color: #FFF;
                            display: block;
                        }

                        .main .jobs .left .box .btn ul li i {
                            width: 30px;
                            height: 35px;
                            display: inline-block;
                            background-repeat: no-repeat;
                            margin-*css: 5px;
                            margin-left: 5px;
                            float: left;
                        }

                        .main .jobs .left .box .btn ul li.qq {
                            background: #06C;
                        }

                            .main .jobs .left .box .btn ul li.qq i {
                                background: url(../img/icon_jobs_qq.png);
                            }

                        .main .jobs .left .box .btn ul li.als {
                            background: #090;
                        }

                            .main .jobs .left .box .btn ul li.als i {
                                background: url(../img/icon_jobs_als.png);
                            }

                        .main .jobs .left .box .btn ul li.all {
                            background: #F00;
                        }

                            .main .jobs .left .box .btn ul li.all i {
                                background: url(../img/icon_jobs_all.png);
                            }

                        .main .jobs .left .box .btn ul li.web {
                            background: #936;
                        }

                            .main .jobs .left .box .btn ul li.web i {
                                background: url(../img/icon_jobs_web.png);
                            }

                        .main .jobs .left .box .btn ul li.ys {
                            background: #FF00FF;
                        }

                            .main .jobs .left .box .btn ul li.ys i {
                                background: url(../img/icon_jobs_ys.png);
                            }

            .main .jobs .left .box .broker {
                width: 200px;
                height: 280px;
                position: relative;
                z-index: 55;
                float: right;
                *css: 10px;
                right: 10px;
            }

                .main .jobs .left .box .broker img {
                    width: 200px;
                }

        .main .jobs .left .gzhu {
            border: 1px solid #FF526A;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .main .jobs .left .gzhu .tit {
                border-bottom: 1px solid #FF526A;
                color: #FF526A;
            }

                .main .jobs .left .gzhu .tit i {
                    width: 25px;
                    height: 25px;
                    background: url(../img/icon_jobs_title.png) no-repeat;
                    margin-right: 5px;
                    display: inline-block;
                }

            .main .jobs .left .gzhu .con {
                width: 395px;
                margin-right: 13px;
                margin-bottom: 10px;
                float: left;
            }

                .main .jobs .left .gzhu .con ul {
                }

                    .main .jobs .left .gzhu .con ul li {
                        width: 405px;
                    }

    .main .jobs .right {
        width: 320px;
        float: right;
        overflow: hidden;
    }

        .main .jobs .right .ad {
            width: 318px;
            height: 140px;
            border: 1px solid #dbdbdb;
        }

            .main .jobs .right .ad img {
                width: 318px;
                height: 140px;
            }

        .main .jobs .right .box {
            width: 318px;
            margin-*css: 10px;
            border: 1px solid #dbdbdb;
        }

            .main .jobs .right .box .tit {
                width: 298px;
                height: 40px;
                line-height: 40px;
                padding: 0px 10px;
                background: #008CD6;
                font-size: 16px;
                color: #FFF;
            }

            .main .jobs .right .box .con {
                width: 298px;
                padding: 10px;
            }

                .main .jobs .right .box .con ul {
                }

                    .main .jobs .right .box .con ul li {
                        width: 298px;
                        line-height: 30px;
                        font-size: 14px;
                        border-bottom: 1px dashed #dbdbdb;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .jobs .right .box .con ul li em {
                            width: 255px;
                            height: 40px;
                            line-height: 40px;
                            display: inline-block;
                            float: left;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            font-style: normal;
                        }

                        .main .jobs .right .box .con ul li span {
                            width: 35px;
                            height: 40px;
                            line-height: 40px;
                            font-size: 12px;
                            float: right;
                            display: inline-block;
                        }

                        .main .jobs .right .box .con ul li a:hover {
                            color: #008CD6;
                        }

                .main .jobs .right .box .con p {
                    line-height: 30px;
                    font-size: 16px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .main .jobs .right .box .con p em {
                        color: #FF526A;
                        font-style: normal;
                    }

                    .main .jobs .right .box .con p i {
                        width: 22px;
                        height: 19px;
                        background: url(../img/icon_tel_01.png) no-repeat;
                        display: inline-block;
                        margin-right: 5px;
                    }

                    .main .jobs .right .box .con p b {
                        font-size: 25px;
                        color: #FF526A;
                    }

/*---保姆列表页---*/
.main .nuser {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .nuser .category {
        width: 948px;
        border: 1px solid #dadada;
        padding: 5px;
        border-bottom-width: 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .main .nuser .category .filter {
            width: 948px;
            border-bottom: 1px dashed #dadada;
        }

            .main .nuser .category .filter h3 {
                width: 65px;
                font-size: 14px;
                font-weight: 600;
                color: #FF526A;
                display: block;
                float: left;
                margin-left: 10px;
            }

                .main .nuser .category .filter h3 i {
                    width: 0;
                    height: 0;
                    border-width: 3px;
                    border-style: solid;
                    border-color: #fff #fff #fff #8f8f8f;
                    font-size: 0;
                    line-height: 0;
                    position: relative;
                    *css: -4px;
                    right: -4px;
                    _display: inline-block;
                    _top: 0;
                }

            .main .nuser .category .filter ul {
                width: 873px;
                float: left;
                overflow: hidden;
                margin-*css: 10px;
            }

                .main .nuser .category .filter ul li {
                    margin-right: 5px;
                    font-size: 14px;
                    padding: 5px;
                    line-height: 20px;
                    margin-bottom: 10px;
                    border-radius: 4px;
                    float: left;
                }

                    .main .nuser .category .filter ul li:hover {
                        background: #FF526A;
                    }

                        .main .nuser .category .filter ul li:hover a {
                            color: #FFF;
                        }

                    .main .nuser .category .filter ul li.on {
                        background: #FF526A;
                    }

                        .main .nuser .category .filter ul li.on a {
                            color: #FFF;
                        }

    .main .nuser .nlist {
        width: 958px;
        border: 1px solid #dbdbdb;
        border-*css-color: #FF526A;
        margin-bottom: 10px;
        border-*css-width: 5px;
        float: left;
    }

        .main .nuser .nlist .tit {
            width: 928px;
            height: 35px;
            padding: 0px 15px;
            background: #FDF7C8;
            overflow: hidden;
        }

            .main .nuser .nlist .tit ul {
            }

                .main .nuser .nlist .tit ul li {
                    width: 232px;
                    line-height: 35px;
                    font-size: 14px;
                    color: #008CD6;
                    text-align: center;
                    float: left;
                }

                    .main .nuser .nlist .tit ul li select {
                        height: 35px;
                        line-height: 30px;
                        background: #FDF7C8;
                        border: 0;
                    }

        .main .nuser .nlist .tits {
            width: 938px;
            height: 45px;
            line-height: 45px;
            font-size: 14px;
            padding: 0px 10px;
            background: #efefef;
            overflow: hidden;
        }

            .main .nuser .nlist .tits b {
                width: 385px;
                height: 45px;
                font-size: 16px;
                color: #F30;
                float: left;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .main .nuser .nlist .tits em {
                width: 385px;
                height: 45px;
                font-size: 16px;
                color: #29BD49;
                font-weight: 600;
                font-style: normal;
                float: left;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .main .nuser .nlist .tits em i {
                    width: 28px;
                    height: 25px;
                    background: url(../img/icon_nuser_list_tel.png) no-repeat;
                    margin-*css: 10px;
                    margin-right: 5px;
                    display: block;
                    float: left;
                }

            .main .nuser .nlist .tits span {
                width: 140px;
                height: 35px;
                line-height: 35px;
                background: #FF526A;
                font-size: 14px;
                margin-*css: 5px;
                border-radius: 5px;
                text-align: center;
                display: block;
                float: right;
            }

                .main .nuser .nlist .tits span a {
                    color: #FFF;
                    display: block;
                }

        .main .nuser .nlist .cons {
            width: 938px;
            padding: 0px 15px;
            overflow: hidden;
            margin-*css: 10px;
        }

            .main .nuser .nlist .cons ul {
                margin-left: -15px;
            }

                .main .nuser .nlist .cons ul li {
                    width: 215px;
                    padding: 5px;
                    margin-left: 10px;
                    margin-bottom: 10px;
                    border: 1px dashed #dbdbdb;
                    overflow: hidden;
                    float: left;
                }

                    .main .nuser .nlist .cons ul li .img {
                        width: 95px;
                        height: 130px;
                        margin-right: 5px;
                        float: left;
                    }

                        .main .nuser .nlist .cons ul li .img img {
                            width: 95px;
                            height: 130px;
                        }

                    .main .nuser .nlist .cons ul li .txt {
                        width: 115px;
                        height: 130px;
                        overflow: hidden;
                    }

                        .main .nuser .nlist .cons ul li .txt p {
                            line-height: 21px;
                        }

                            .main .nuser .nlist .cons ul li .txt p b {
                                line-height: 30px;
                                color: #FF526A;
                                font-size: 14px;
                            }

                            .main .nuser .nlist .cons ul li .txt p a {
                                color: #008CD6;
                            }

                    .main .nuser .nlist .cons ul li:hover {
                        border: 1px dashed #FF526A;
                    }

                        .main .nuser .nlist .cons ul li:hover .txt p b {
                            color: #008CD6;
                        }

                        .main .nuser .nlist .cons ul li:hover .txt p a {
                            color: #FF526A;
                        }

    /*---保姆详情页---*/
    .main .nuser .toper {
        width: 938px;
        padding: 20px 10px 10px 10px;
        border: 1px solid #dbdbdb;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .main .nuser .toper .left {
            width: 260px;
            float: left;
            overflow: hidden;
        }

            .main .nuser .toper .left .img {
                width: 230px;
                height: 290px;
                border: 1px solid #dbdbdb;
                padding: 10px;
            }

                .main .nuser .toper .left .img img {
                    width: 230px;
                    height: 290px;
                }

            .main .nuser .toper .left .txt {
                width: 230px;
                line-height: 30px;
                font-size: 15px;
                text-align: center;
                color: #88B795;
                margin: 10px 0px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .main .nuser .toper .left .txt em {
                    font-size: 14px;
                    font-style: normal;
                }

            .main .nuser .toper .left .btn {
                width: 180px;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                text-align: center;
                background: #F30;
                margin-left: 40px;
                margin-*css: 40px;
            }

                .main .nuser .toper .left .btn a {
                    color: #FFF;
                    display: block;
                }

            .main .nuser .toper .left .txt label {
                color: #666;
            }

            .main .nuser .toper .left .txt a {
                color: #FF526A;
            }

        .main .nuser .toper .right {
            width: 670px;
            float: left;
            overflow: hidden;
        }

            .main .nuser .toper .right .*css {
                width: 670px;
                margin-bottom: 10px;
                overflow: hidden;
            }

                .main .nuser .toper .right .*css .rpl {
                    width: 470px;
                    margin-right: 6px;
                    float: left;
                }

                    .main .nuser .toper .right .*css .rpl .tit {
                        width: 470px;
                        height: 50px;
                        line-height: 50px;
                        padding-left: 10px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .nuser .toper .right .*css .rpl .tit em {
                            font-size: 25px;
                            color: #008CD6;
                            font-style: normal;
                        }

                        .main .nuser .toper .right .*css .rpl .tit i {
                            width: 26px;
                            height: 20px;
                            background: url(../img/icon_vip_red.png) no-repeat;
                            margin-right: 10px;
                            display: inline-block;
                        }

                        .main .nuser .toper .right .*css .rpl .tit span {
                            font-size: 14px
                        }

                    .main .nuser .toper .right .*css .rpl .attest {
                        width: 470px;
                        height: 40px;
                        line-height: 40px;
                        padding-left: 10px;
                        overflow: hidden;
                        margin-*css: 5px;
                    }

                        .main .nuser .toper .right .*css .rpl .attest ul {
                        }

                            .main .nuser .toper .right .*css .rpl .attest ul li {
                                width: 100px;
                                font-size: 16px;
                                float: left;
                            }

                                .main .nuser .toper .right .*css .rpl .attest ul li i {
                                    width: 14px;
                                    height: 14px;
                                    display: inline-block;
                                    background: url(../img/icon_check_green.png) no-repeat;
                                    margin-right: 5px;
                                }

                    .main .nuser .toper .right .*css .rpl .intent {
                        width: 470px;
                        line-height: 40px;
                        padding-left: 10px;
                    }

                        .main .nuser .toper .right .*css .rpl .intent label {
                            font-size: 16px;
                            color: #444;
                            float: left;
                        }

                        .main .nuser .toper .right .*css .rpl .intent ul {
                        }

                            .main .nuser .toper .right .*css .rpl .intent ul li {
                                line-height: 25px;
                                font-size: 14px;
                                float: left;
                                margin-right: 5px;
                                padding: 0px 5px;
                                margin-*css: 5px;
                                border-radius: 8px;
                                color: #FFF;
                            }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il00 {
                                    background: #DB7093;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il01 {
                                    background: #D79839;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il02 {
                                    background: #A993CB;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il03 {
                                    background: #88B795;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il04 {
                                    background: #68C8E8;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il05 {
                                    background: #FFBE7F;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il06 {
                                    background: #FF7D80;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il07 {
                                    background: #F9C1F9;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il08 {
                                    background: #B8F3C0;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li.il09 {
                                    background: #F7BBC9;
                                }

                                .main .nuser .toper .right .*css .rpl .intent ul li a {
                                    color: #FFF;
                                    display: block;
                                }

                    .main .nuser .toper .right .*css .rpl .txt {
                        width: 470px;
                        height: 40px;
                        line-height: 40px;
                        font-size: 16px;
                        padding-left: 10px;
                        overflow: hidden;
                    }

                        .main .nuser .toper .right .*css .rpl .txt label {
                            font-size: 16px;
                            color: #444;
                            float: left;
                        }

                        .main .nuser .toper .right .*css .rpl .txt i {
                            width: 21px;
                            height: 23px;
                            background: url(../img/icon_vip.png) no-repeat;
                            display: inline-block;
                            margin-*css: 5px;
                            margin-right: 5px;
                            float: left;
                        }

                        .main .nuser .toper .right .*css .rpl .txt em {
                            color: #88B795;
                            font-style: normal;
                        }

                    .main .nuser .toper .right .*css .rpl .company {
                        width: 450px;
                        padding: 10px;
                        margin-*css: 5px;
                        border-*css: 1px dashed #999;
                    }

                        .main .nuser .toper .right .*css .rpl .company .itxt {
                            width: 450px;
                            height: 40px;
                            line-height: 40px;
                            font-size: 16px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .main .nuser .toper .right .*css .rpl .company .itxt label {
                                font-size: 16px;
                                color: #444;
                                float: left;
                            }

                            .main .nuser .toper .right .*css .rpl .company .itxt em {
                                font-style: normal;
                                color: #F30;
                            }

                            .main .nuser .toper .right .*css .rpl .company .itxt b {
                                color: #090;
                            }

                            .main .nuser .toper .right .*css .rpl .company .itxt i {
                                color: #090;
                                font-style: normal;
                            }

                        .main .nuser .toper .right .*css .rpl .company .tips {
                            line-height: 25px;
                            font-size: 12px;
                            color: #C00;
                        }

                .main .nuser .toper .right .*css .rpr {
                    width: 182px;
                    float: right;
                }

                    .main .nuser .toper .right .*css .rpr .broker {
                        width: 180px;
                        border: 1px solid #FF526A;
                        text-align: center;
                    }

                        .main .nuser .toper .right .*css .rpr .broker .tit {
                            width: 100%;
                            height: 40px;
                            line-height: 40px;
                            background: #FF526A;
                            font-size: 16px;
                            color: #FFF;
                            text-align: center;
                        }

                        .main .nuser .toper .right .*css .rpr .broker .img {
                            width: 170px;
                            padding: 5px;
                        }

                            .main .nuser .toper .right .*css .rpr .broker .img img {
                                width: 170px;
                                height: auto;
                            }

                    .main .nuser .toper .right .*css .rpr .btn {
                        width: 180px;
                        margin-*css: 10px;
                        overflow: hidden;
                    }

                        .main .nuser .toper .right .*css .rpr .btn ul {
                        }

                            .main .nuser .toper .right .*css .rpr .btn ul li {
                                width: 180px;
                                height: 45px;
                                line-height: 45px;
                                border-radius: 5px;
                                font-size: 16px;
                                margin-bottom: 5px;
                            }

                                .main .nuser .toper .right .*css .rpr .btn ul li a {
                                    color: #FFF;
                                    display: block;
                                }

                                .main .nuser .toper .right .*css .rpr .btn ul li i {
                                    width: 30px;
                                    height: 35px;
                                    display: inline-block;
                                    background-repeat: no-repeat;
                                    margin: 5px 10px 0px 25px;
                                    float: left;
                                }

                                .main .nuser .toper .right .*css .rpr .btn ul li.bm {
                                    background: #090;
                                }

                                    .main .nuser .toper .right .*css .rpr .btn ul li.bm i {
                                        background: url(../img/icon_jobs_als.png);
                                    }

                                .main .nuser .toper .right .*css .rpr .btn ul li.gz {
                                    background: #F00;
                                }

                                    .main .nuser .toper .right .*css .rpr .btn ul li.gz i {
                                        background: url(../img/icon_jobs_all.png);
                                    }

                                .main .nuser .toper .right .*css .rpr .btn ul li.ys {
                                    background: #FF00FF;
                                }

                                    .main .nuser .toper .right .*css .rpr .btn ul li.ys i {
                                        background: url(../img/icon_jobs_ys.png);
                                    }

                                .main .nuser .toper .right .*css .rpr .btn ul li.wz {
                                    background: #936;
                                }

                                    .main .nuser .toper .right .*css .rpr .btn ul li.wz i {
                                        background: url(../img/icon_jobs_web.png);
                                    }

    .main .nuser .boter {
    }

        .main .nuser .boter .left {
            width: 710px;
            margin-right: 10px;
            float: left;
        }

            .main .nuser .boter .left .box {
                width: 708px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
                padding-*css: 5px;
            }

                .main .nuser .boter .left .box .title {
                    width: 688px;
                    height: 45px;
                    background: url(../img/icon_nuser_title_bg.png) 0px 35px repeat-x;
                    padding-left: 20px;
                }

                    .main .nuser .boter .left .box .title ul {
                    }

                        .main .nuser .boter .left .box .title ul li {
                            width: 100px;
                            height: 45px;
                            line-height: 45px;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 600;
                            float: left;
                        }

                            .main .nuser .boter .left .box .title ul li.on {
                                background: url(../img/icon_nuser_title_bg_on.png) no-repeat;
                            }

                            .main .nuser .boter .left .box .title ul li:hover {
                                color: #FF526A;
                                text-decoration: underline;
                                cursor: pointer;
                            }

                .main .nuser .boter .left .box .content {
                    width: 678px;
                    padding: 10px 15px;
                    overflow: hidden;
                }

                    .main .nuser .boter .left .box .content .cbox {
                    }

                        .main .nuser .boter .left .box .content .cbox .txt {
                            line-height: 25px;
                            font-size: 14px;
                        }

                            .main .nuser .boter .left .box .content .cbox .txt ul {
                            }

                                .main .nuser .boter .left .box .content .cbox .txt ul li {
                                    width: 215px;
                                    height: 35px;
                                    line-height: 35px;
                                    border-bottom: 1px dashed #dbdbdb;
                                    margin-right: 10px;
                                    font-size: 14px;
                                    float: left;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                }

                            .main .nuser .boter .left .box .content .cbox .txt p {
                                line-height: 25px;
                                text-indent: 2em;
                            }

                        .main .nuser .boter .left .box .content .cbox .blist {
                            line-height: 25px;
                            font-size: 14px;
                        }

                            .main .nuser .boter .left .box .content .cbox .blist ul {
                            }

                                .main .nuser .boter .left .box .content .cbox .blist ul li {
                                    width: 678px;
                                    height: 35px;
                                    line-height: 35px;
                                    border-bottom: 1px dashed #dbdbdb;
                                    float: left;
                                    font-size: 14px;
                                }

                                    .main .nuser .boter .left .box .content .cbox .blist ul li em {
                                        width: 560px;
                                        height: 35px;
                                        font-style: normal;
                                        overflow: hidden;
                                        display: block;
                                        float: left;
                                        white-space: nowrap;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                    }

                                    .main .nuser .boter .left .box .content .cbox .blist ul li span {
                                        width: 110px;
                                        font-size: 12px;
                                        float: right;
                                        text-align: right;
                                    }

                                    .main .nuser .boter .left .box .content .cbox .blist ul li a:hover {
                                        color: #FF526A;
                                    }

                        .main .nuser .boter .left .box .content .cbox .imgs {
                            width: 678px;
                            height: 180px;
                            margin-*css: 15px;
                            overflow: hidden;
                        }

                            .main .nuser .boter .left .box .content .cbox .imgs ul {
                                margin-left: -20px;
                            }

                                .main .nuser .boter .left .box .content .cbox .imgs ul li {
                                    width: 212px;
                                    height: 180px;
                                    line-height: 35px;
                                    margin-left: 15px;
                                    color: #666;
                                    font-size: 14px;
                                    text-align: center;
                                    float: left;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                }

                                    .main .nuser .boter .left .box .content .cbox .imgs ul li img {
                                        width: 210px;
                                        height: 140px;
                                    }

                                    .main .nuser .boter .left .box .content .cbox .imgs ul li a:hover {
                                        color: #FF526A;
                                    }

                        .main .nuser .boter .left .box .content .cbox .review {
                            margin-*css: 10px;
                        }

                            .main .nuser .boter .left .box .content .cbox .review .rcon {
                            }

                                .main .nuser .boter .left .box .content .cbox .review .rcon ul {
                                }

                                    .main .nuser .boter .left .box .content .cbox .review .rcon ul li {
                                        margin-bottom: 15px;
                                    }

                                        .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css {
                                            margin-bottom: 10px;
                                            border-bottom: 1px dashed #dbdbdb;
                                            padding-bottom: 5px;
                                        }

                                            .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .img {
                                                width: 48px;
                                                height: 48px;
                                                margin-right: 10px;
                                                float: left;
                                            }

                                            .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .txt {
                                            }

                                                .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .txt .name {
                                                    font-size: 15px;
                                                }

                                                    .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .txt .name span {
                                                        font-size: 13px;
                                                        float: right;
                                                    }

                                                .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .txt .rating {
                                                    font-size: 12px;
                                                }

                                                    .main .nuser .boter .left .box .content .cbox .review .rcon ul li .*css .txt .rating img {
                                                        margin-left: -5px;
                                                    }

                                        .main .nuser .boter .left .box .content .cbox .review .rcon ul li .con {
                                            line-height: 25px;
                                            font-size: 15px;
                                            text-indent: 2em;
                                        }

                            .main .nuser .boter .left .box .content .cbox .review .rtxt {
                                margin-*css: 20px;
                                border-*css: 1px dashed #F7BBC9;
                            }

                                .main .nuser .boter .left .box .content .cbox .review .rtxt .tit {
                                    margin-*css: 20px;
                                    margin-bottom: 10px;
                                    font-size: 14px;
                                }

                                    .main .nuser .boter .left .box .content .cbox .review .rtxt .tit label {
                                        margin-left: 10px;
                                    }

                                    .main .nuser .boter .left .box .content .cbox .review .rtxt .tit em {
                                        font-style: normal;
                                        margin-right: 10px;
                                    }

                                .main .nuser .boter .left .box .content .cbox .review .rtxt .textarea {
                                    margin-left: 10px;
                                }

                                    .main .nuser .boter .left .box .content .cbox .review .rtxt .textarea textarea {
                                        width: 600px;
                                        height: 150px;
                                    }

                                .main .nuser .boter .left .box .content .cbox .review .rtxt .input {
                                    margin: 10px;
                                }

                                    .main .nuser .boter .left .box .content .cbox .review .rtxt .input input {
                                        width: 150px;
                                        height: 40px;
                                    }

            .main .nuser .boter .left .qhbox2 .content {
                height: auto;
            }

            .main .nuser .boter .left .qhbox3 .content {
                height: auto;
            }

        .main .nuser .boter .right {
            width: 240px;
            margin-bottom: 10px;
            float: right;
        }

            .main .nuser .boter .right .ad {
                width: 240px;
                height: 100px;
                overflow: hidden;
            }

                .main .nuser .boter .right .ad img {
                    width: 240px;
                    height: 100px;
                }

            .main .nuser .boter .right .box {
                width: 238px;
                margin-bottom: 10px;
                border: 1px solid #FF526A;
            }

                .main .nuser .boter .right .box .tit {
                    width: 218px;
                    height: 45px;
                    line-height: 45px;
                    padding-left: 20px;
                    font-size: 16px;
                    background: #FF526A;
                    color: #FFF;
                }

                    .main .nuser .boter .right .box .tit span {
                        margin-right: 10px;
                        font-size: 12px;
                        float: right;
                    }

                        .main .nuser .boter .right .box .tit span a {
                            color: #FFF;
                        }

                .main .nuser .boter .right .box .con {
                }

                    .main .nuser .boter .right .box .con ul {
                    }

                        .main .nuser .boter .right .box .con ul li {
                            width: 228px;
                            height: 105px;
                            padding: 5px;
                            border-bottom: 1px dashed #dbdbdb;
                            overflow: hidden;
                        }

                            .main .nuser .boter .right .box .con ul li a {
                                color: #666;
                                display: block;
                            }

                            .main .nuser .boter .right .box .con ul li .bcl {
                                width: 90px;
                                height: 105px;
                                margin-right: 10px;
                                float: left;
                            }

                                .main .nuser .boter .right .box .con ul li .bcl img {
                                    width: 85px;
                                    height: 95px;
                                    margin: 5px 0px 5px 5px;
                                }

                            .main .nuser .boter .right .box .con ul li .bcr {
                                width: 128px;
                                height: 105px;
                                float: left;
                            }

                                .main .nuser .boter .right .box .con ul li .bcr p {
                                    line-height: 22px;
                                    font-size: 13px;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                }

                                    .main .nuser .boter .right .box .con ul li .bcr p b {
                                        line-height: 40px;
                                        color: #FF526A;
                                        font-size: 16px;
                                    }

                            .main .nuser .boter .right .box .con ul li:hover .bcr p b {
                                color: #008CD6;
                            }

/*---家政公司列表页---*/
.main .company {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .company .clist {
    }

        .main .company .clist .left {
            width: 738px;
            border: 1px solid #dbdbdb;
            border-*css-color: #0C0;
            margin-bottom: 10px;
            border-*css-width: 5px;
            float: left;
        }

            .main .company .clist .left .tit {
                width: 728px;
                height: 45px;
                padding: 0px 5px;
                background: #efefef;
                overflow: hidden;
            }

                .main .company .clist .left .tit dl {
                    width: 728px;
                    height: 46px;
                    overflow: hidden;
                }

                    .main .company .clist .left .tit dl dt {
                        line-height: 45px;
                        font-size: 14px;
                        color: #0C0;
                        text-align: center;
                        float: left;
                    }

                        .main .company .clist .left .tit dl dt.sj {
                            width: 50px;
                        }

                        .main .company .clist .left .tit dl dt.lx {
                            width: 508px;
                        }

                        .main .company .clist .left .tit dl dt.wz {
                            width: 210px;
                        }

            .main .company .clist .left .con {
            }

                .main .company .clist .left .con .txtad {
                    width: 738px;
                    height: 80px;
                    border-bottom: 1px solid #efefef;
                    overflow: hidden;
                }

                .main .company .clist .left .con .list {
                    width: 718px;
                    padding: 0px 10px;
                }

                    .main .company .clist .left .con .list ul {
                    }

                        .main .company .clist .left .con .list ul li {
                            width: 718px;
                            height: 45px;
                            line-height: 45px;
                            font-size: 14px;
                            border-bottom: 1px dashed #dbdbdb;
                            overflow: hidden;
                        }

                            .main .company .clist .left .con .list ul li i {
                                width: 50px;
                                height: 45px;
                                font-style: normal;
                                color: #999;
                                display: block;
                                overflow: hidden;
                                float: left;
                            }

                            .main .company .clist .left .con .list ul li em {
                                width: 470px;
                                height: 45px;
                                font-style: normal;
                                color: #333;
                                font-size: 16px;
                                display: block;
                                float: left;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }

                                .main .company .clist .left .con .list ul li em i {
                                    width: 22px;
                                    height: 16px;
                                    background: url(../img/icon_info_rz.png) no-repeat;
                                    display: inline-block;
                                    margin-*css: 15px;
                                    margin-right: 5px;
                                }

                                .main .company .clist .left .con .list ul li em b {
                                    width: 18px;
                                    height: 14px;
                                    background: url(../img/icon_info_tel.png) no-repeat;
                                    margin: 0px 5px 0px 10px;
                                    display: inline-block;
                                }

                                .main .company .clist .left .con .list ul li em font {
                                    font-size: 14px;
                                    color: #090;
                                }

                            .main .company .clist .left .con .list ul li span {
                                width: 190px;
                                height: 45px;
                                font-size: 14px;
                                display: block;
                                float: right;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }

                                .main .company .clist .left .con .list ul li span a {
                                    color: #008CD6;
                                }

                                .main .company .clist .left .con .list ul li span i {
                                    width: 15px;
                                    height: 15px;
                                    margin-*css: 15px;
                                    background: url(../img/icon_info_wz.png) no-repeat;
                                    margin-right: 5px;
                                    display: inline-block;
                                }

                            .main .company .clist .left .con .list ul li a {
                                display: block;
                            }

                            .main .company .clist .left .con .list ul li:hover a {
                                color: #0C0;
                            }

        .main .company .clist .right {
            width: 210px;
            float: right;
            overflow: hidden;
        }

            .main .company .clist .right .ad {
                width: 200px;
                padding: 4px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
                ;
            }

                .main .company .clist .right .ad ul {
                }

                    .main .company .clist .right .ad ul li {
                        margin-bottom: 5px;
                    }

                        .main .company .clist .right .ad ul li img {
                            width: 200px;
                        }

    /*---家政公司详情页---*/
    .main .company .toper {
        width: 928px;
        padding: 20px 15px 10px 15px;
        margin-bottom: 10px;
        border: 1px solid #dbdbdb;
        overflow: hidden;
    }

        .main .company .toper .left {
            width: 678px;
            padding: 0px 10px;
            overflow: hidden;
            float: left;
        }

            .main .company .toper .left .name {
                line-height: 40px;
                font-size: 20px;
                color: #090;
            }

                .main .company .toper .left .name label {
                    color: #666;
                }

            .main .company .toper .left .time {
                list-style: 25px;
                font-size: 14px;
                margin-*css: 10px;
                margin-bottom: 15px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #dbdbdb;
            }

            .main .company .toper .left .tel {
                line-height: 40px;
                font-size: 16px;
            }

                .main .company .toper .left .tel label {
                    font-size: 16px;
                }

                .main .company .toper .left .tel b {
                    color: #090;
                }

                .main .company .toper .left .tel p {
                    line-height: 30px;
                    font-size: 13px;
                    color: #C00;
                }

            .main .company .toper .left .qq {
                line-height: 40px;
                font-size: 16px;
            }

            .main .company .toper .left .add {
                line-height: 40px;
                font-size: 16px;
            }

            .main .company .toper .left .share {
                line-height: 40px;
                font-size: 16px;
            }

        .main .company .toper .right {
            width: 210px;
            float: right;
        }

            .main .company .toper .right .qrcode {
                width: 208px;
                border: 1px solid #090;
            }

                .main .company .toper .right .qrcode .tit {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    color: #FFF;
                    background: #090;
                    font-size: 16px;
                }

                .main .company .toper .right .qrcode .img {
                    width: 200px;
                    padding: 4px;
                }

                    .main .company .toper .right .qrcode .img img {
                        width: 200px;
                    }

                .main .company .toper .right .qrcode .txt {
                    line-height: 30px;
                    border-*css: 1px solid #090;
                    text-align: center;
                    color: #090;
                }

    .main .company .boter {
        width: 960px;
        overflow: hidden;
    }

        .main .company .boter .left {
            float: left;
        }

            .main .company .boter .left .box {
                width: 628px;
                border: 1px solid #dbdbdb;
                padding-*css: 5px;
                margin-bottom: 10px;
            }

                .main .company .boter .left .box .tit {
                    width: 608px;
                    height: 45px;
                    background: #efefef;
                    overflow: hidden;
                    background: url(../img/icon_nuser_title_bg.png) 0px 35px repeat-x;
                    padding-left: 20px;
                }

                    .main .company .boter .left .box .tit ul {
                    }

                        .main .company .boter .left .box .tit ul li {
                            width: 100px;
                            height: 45px;
                            line-height: 45px;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 600;
                            float: left;
                        }

                            .main .company .boter .left .box .tit ul li.on {
                                background: url(../img/icon_company_title_bg_on.png) no-repeat;
                            }

                            .main .company .boter .left .box .tit ul li:hover {
                                color: #FF526A;
                                text-decoration: underline;
                                cursor: pointer;
                            }

                .main .company .boter .left .box .con {
                    width: 608px;
                    padding: 10px;
                    overflow: hidden;
                }

                    .main .company .boter .left .box .con .cbox {
                    }

                        .main .company .boter .left .box .con .cbox .txt {
                            line-height: 30px;
                            font-size: 14px;
                            text-indent: 2em;
                        }

                        .main .company .boter .left .box .con .cbox .img {
                        }

                            .main .company .boter .left .box .con .cbox .img ul {
                            }

                                .main .company .boter .left .box .con .cbox .img ul li {
                                    width: 130px;
                                    height: 175px;
                                    padding: 5px;
                                    border: 1px dashed #dbdbdb;
                                    margin-right: 10px;
                                    margin-bottom: 10px;
                                    text-align: center;
                                    float: left;
                                }

                                    .main .company .boter .left .box .con .cbox .img ul li img {
                                        width: 130px;
                                        height: 150px;
                                    }

                                    .main .company .boter .left .box .con .cbox .img ul li p {
                                        line-height: 25px;
                                        font-size: 14px;
                                        font-weight: 600;
                                    }

                                    .main .company .boter .left .box .con .cbox .img ul li a {
                                        color: #999;
                                    }

                                    .main .company .boter .left .box .con .cbox .img ul li:hover {
                                        border: 1px dashed #090;
                                    }

                                        .main .company .boter .left .box .con .cbox .img ul li:hover a {
                                            color: #090;
                                        }

                        .main .company .boter .left .box .con .cbox .review {
                            margin-*css: 10px;
                        }

                            .main .company .boter .left .box .con .cbox .review .rcon {
                            }

                                .main .company .boter .left .box .con .cbox .review .rcon ul {
                                }

                                    .main .company .boter .left .box .con .cbox .review .rcon ul li {
                                        margin-bottom: 15px;
                                    }

                                        .main .company .boter .left .box .con .cbox .review .rcon ul li .*css {
                                            margin-bottom: 10px;
                                            border-bottom: 1px dashed #dbdbdb;
                                            padding-bottom: 5px;
                                        }

                                            .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .img {
                                                width: 48px;
                                                height: 48px;
                                                margin-right: 10px;
                                                float: left;
                                            }

                                            .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .txt {
                                            }

                                                .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .txt .name {
                                                    font-size: 15px;
                                                }

                                                    .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .txt .name span {
                                                        font-size: 13px;
                                                        float: right;
                                                    }

                                                .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .txt .rating {
                                                    font-size: 12px;
                                                }

                                                    .main .company .boter .left .box .con .cbox .review .rcon ul li .*css .txt .rating img {
                                                        margin-left: -5px;
                                                    }

                                        .main .company .boter .left .box .con .cbox .review .rcon ul li .con {
                                            line-height: 25px;
                                            font-size: 14px;
                                            text-indent: 2em;
                                        }

                            .main .company .boter .left .box .con .cbox .review .rtxt {
                                margin-*css: 20px;
                                border-*css: 1px dashed #0C0;
                            }

                                .main .company .boter .left .box .con .cbox .review .rtxt .tit {
                                    margin-*css: 20px;
                                    margin-bottom: 10px;
                                    font-size: 12px;
                                }

                                    .main .company .boter .left .box .con .cbox .review .rtxt .tit label {
                                    }

                                    .main .company .boter .left .box .con .cbox .review .rtxt .tit em {
                                        font-style: normal;
                                        margin-right: 5px;
                                    }

                                .main .company .boter .left .box .con .cbox .review .rtxt .textarea {
                                    margin-left: 10px;
                                }

                                    .main .company .boter .left .box .con .cbox .review .rtxt .textarea textarea {
                                        width: 590px;
                                        height: 150px;
                                    }

                                .main .company .boter .left .box .con .cbox .review .rtxt .input {
                                    margin: 10px;
                                }

                                    .main .company .boter .left .box .con .cbox .review .rtxt .input input {
                                        width: 150px;
                                        height: 40px;
                                        background: #0C0;
                                        border: 0;
                                    }

        .main .company .boter .right {
            width: 320px;
            float: right;
            overflow: hidden;
        }

            .main .company .boter .right .ad {
                width: 318px;
                height: 140px;
                margin-bottom: 10px;
                border: 1px solid #dbdbdb;
            }

                .main .company .boter .right .ad img {
                    width: 318px;
                    height: 140px;
                }

            .main .company .boter .right .box {
                width: 318px;
                margin-bottom: 10px;
                border: 1px solid #dbdbdb;
            }

                .main .company .boter .right .box .tit {
                    width: 298px;
                    height: 40px;
                    line-height: 40px;
                    padding: 0px 10px;
                    background: #090;
                    font-size: 16px;
                    color: #FFF;
                }

                .main .company .boter .right .box .con {
                    width: 298px;
                    padding: 10px;
                }

                    .main .company .boter .right .box .con ul {
                    }

                        .main .company .boter .right .box .con ul li {
                            width: 298px;
                            line-height: 30px;
                            font-size: 13px;
                            border-bottom: 1px dashed #dbdbdb;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .main .company .boter .right .box .con ul li em {
                                width: 250px;
                                height: 40px;
                                line-height: 40px;
                                display: inline-block;
                                float: left;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                font-style: normal;
                            }

                            .main .company .boter .right .box .con ul li span {
                                width: 40px;
                                height: 40px;
                                line-height: 40px;
                                font-size: 13px;
                                ;
                                display: inline-block;
                                text-align: right;
                                float: right
                            }

                            .main .company .boter .right .box .con ul li a:hover {
                                color: #0C0;
                            }

/*---供求信息列表页---*/
.main .info {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .info .ilist {
    }

        .main .info .ilist .inav {
            width: 938px;
            height: 35px;
            padding: 10px 10px 0px 10px;
            border: 1px dashed #008CD6;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .main .info .ilist .inav ul {
            }

                .main .info .ilist .inav ul li {
                    padding: 0px 3px;
                    line-height: 25px;
                    font-size: 13px;
                    background: #efefef;
                    margin-bottom: 10px;
                    margin-right: 5px;
                    border-radius: 5px;
                    float: left;
                }

                    .main .info .ilist .inav ul li a {
                        display: block;
                    }

                    .main .info .ilist .inav ul li:hover {
                        background: #008CD6;
                        color: #FFF;
                    }

                        .main .info .ilist .inav ul li:hover a {
                            color: #FFF;
                        }

                    .main .info .ilist .inav ul li.on {
                        background: #008CD6;
                    }

                        .main .info .ilist .inav ul li.on a {
                            color: #FFF;
                        }

        .main .info .ilist .left {
            width: 738px;
            border: 1px solid #dbdbdb;
            margin-bottom: 10px;
            border-*css-color: #F30;
            border-*css-width: 5px;
            float: left;
        }

            .main .info .ilist .left .tit {
                width: 728px;
                height: 45px;
                padding: 0px 5px;
                background: #efefef;
                overflow: hidden;
            }

                .main .info .ilist .left .tit dl {
                    width: 728px;
                    height: 46px;
                    overflow: hidden;
                }

                    .main .info .ilist .left .tit dl dt {
                        line-height: 45px;
                        font-size: 14px;
                        color: #F30;
                        text-align: center;
                        float: left;
                    }

                        .main .info .ilist .left .tit dl dt.sj {
                            width: 220px;
                        }

                        .main .info .ilist .left .tit dl dt.bt {
                            width: 270px;
                        }

                        .main .info .ilist .left .tit dl dt.dh {
                            width: 238px;
                        }

            .main .info .ilist .left .con {
            }

                .main .info .ilist .left .con .txtad {
                    width: 738px;
                    height: 80px;
                    border-bottom: 1px solid #efefef;
                    overflow: hidden;
                }

                .main .info .ilist .left .con .list {
                    width: 728px;
                    padding: 0px 5px;
                }

                    .main .info .ilist .left .con .list ul {
                    }

                        .main .info .ilist .left .con .list ul li {
                            width: 728px;
                            height: 46px;
                            line-height: 45px;
                            border-bottom: 1px dashed #dbdbdb;
                        }

                            .main .info .ilist .left .con .list ul li a {
                                color: #333;
                            }

                                .main .info .ilist .left .con .list ul li a:hover {
                                    color: #F30;
                                }

                            .main .info .ilist .left .con .list ul li i {
                                width: 80px;
                                height: 45px;
                                margin-left: 10px;
                                margin-right: 10px;
                                font-size: 14px;
                                color: #999;
                                font-style: normal;
                                float: left;
                            }

                            .main .info .ilist .left .con .list ul li em {
                                width: 470px;
                                height: 45px;
                                font-size: 15px;
                                font-style: normal;
                                display: block;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                float: left;
                            }

                            .main .info .ilist .left .con .list ul li span {
                                width: 150px;
                                height: 45px;
                                font-size: 15px;
                                margin-right: 8px;
                                color: #090;
                                font-weight: 800;
                                text-align: right;
                                display: block;
                                float: right;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                float: left;
                                overflow: hidden;
                            }

                                .main .info .ilist .left .con .list ul li span b {
                                    width: 18px;
                                    height: 14px;
                                    background: url(../img/icon_info_tel.png) no-repeat;
                                    margin-right: 5px;
                                    display: inline-block;
                                }

                            .main .info .ilist .left .con .list ul li a:hover span {
                                color: #F30;
                            }

        .main .info .ilist .right {
            width: 210px;
            float: right;
            overflow: hidden;
        }

            .main .info .ilist .right .ad {
                width: 200px;
                padding: 4px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
                ;
            }

                .main .info .ilist .right .ad ul {
                }

                    .main .info .ilist .right .ad ul li {
                        margin-bottom: 5px;
                    }

                        .main .info .ilist .right .ad ul li img {
                            width: 200px;
                        }

    /*---供应信息详情页---*/
    .main .info .toper {
        width: 928px;
        padding: 20px 15px 10px 15px;
        border: 1px solid #dbdbdb;
        overflow: hidden;
    }

        .main .info .toper .left {
            width: 718px;
            padding: 0px 10px;
            overflow: hidden;
            float: left;
        }

            .main .info .toper .left .title {
                line-height: 40px;
                font-size: 20px;
                color: #F30;
            }

                .main .info .toper .left .title label {
                    color: #666;
                }

            .main .info .toper .left .time {
                list-style: 25px;
                font-size: 14px;
                margin-*css: 10px;
                margin-bottom: 15px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #dbdbdb;
            }

            .main .info .toper .left .tel {
                line-height: 40px;
                font-size: 16px;
            }

                .main .info .toper .left .tel label {
                    font-size: 16px;
                }

                .main .info .toper .left .tel b {
                    color: #F30;
                }

                .main .info .toper .left .tel p {
                    line-height: 30px;
                    font-size: 13px;
                    color: #C00;
                }

            .main .info .toper .left .qq {
                line-height: 40px;
                font-size: 16px;
            }

            .main .info .toper .left .city {
                line-height: 40px;
                font-size: 16px;
            }

            .main .info .toper .left .ser {
                line-height: 40px;
                font-size: 16px;
            }

            .main .info .toper .left .share {
                line-height: 40px;
                font-size: 16px;
            }

        .main .info .toper .right {
            width: 210px;
            float: right;
        }

            .main .info .toper .right .qrcode {
                width: 208px;
                border: 1px solid #F30;
            }

                .main .info .toper .right .qrcode .ad {
                    width: 200px;
                    height: 280px;
                    padding: 4px;
                }

                    .main .info .toper .right .qrcode .ad img {
                        width: 200px;
                        height: 280px;
                    }

    .main .info .boter {
        width: 960px;
        overflow: hidden;
    }

        .main .info .boter .left {
            float: left;
        }

            .main .info .boter .left .box {
                width: 628px;
                border: 1px solid #dbdbdb;
                padding-*css: 5px;
                margin-bottom: 10px;
            }

                .main .info .boter .left .box .tit {
                    width: 608px;
                    height: 45px;
                    padding-left: 20px;
                    background: #efefef;
                    overflow: hidden;
                    background: url(../img/icon_nuser_title_bg.png) 0px 35px repeat-x;
                }

                    .main .info .boter .left .box .tit ul {
                    }

                        .main .info .boter .left .box .tit ul li {
                            width: 100px;
                            height: 45px;
                            line-height: 45px;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 600;
                            float: left;
                        }

                            .main .info .boter .left .box .tit ul li.on {
                                background: url(../img/icon_info_title_bg_on.png) no-repeat;
                            }

                            .main .info .boter .left .box .tit ul li:hover {
                                color: #FF526A;
                                text-decoration: underline;
                                cursor: pointer;
                            }

                .main .info .boter .left .box .con {
                    width: 608px;
                    padding: 10px;
                    overflow: hidden;
                }

                    .main .info .boter .left .box .con .cbox {
                    }

                        .main .info .boter .left .box .con .cbox .txt {
                            line-height: 30px;
                            font-size: 14px;
                            text-indent: 2em;
                            color: #333;
                        }

                        .main .info .boter .left .box .con .cbox .img {
                        }

                            .main .info .boter .left .box .con .cbox .img ul {
                            }

                                .main .info .boter .left .box .con .cbox .img ul li {
                                    width: 100px;
                                    height: 145px;
                                    padding: 5px;
                                    border: 1px dashed #dbdbdb;
                                    margin-right: 9px;
                                    margin-bottom: 10px;
                                    text-align: center;
                                    float: left;
                                }

                                    .main .info .boter .left .box .con .cbox .img ul li img {
                                        width: 100px;
                                        height: 120px;
                                    }

                                    .main .info .boter .left .box .con .cbox .img ul li p {
                                        line-height: 25px;
                                        font-size: 14px;
                                        font-weight: 600;
                                    }

                                    .main .info .boter .left .box .con .cbox .img ul li a {
                                        color: #999;
                                    }

                                    .main .info .boter .left .box .con .cbox .img ul li:hover {
                                        border: 1px dashed #F30;
                                    }

                                        .main .info .boter .left .box .con .cbox .img ul li:hover a {
                                            color: #F30;
                                        }

                .main .info .boter .left .box .name {
                    width: 598px;
                    height: 80px;
                    line-height: 45px;
                    padding: 0px 15px;
                    border-bottom: 1px dashed #dbdbdb;
                    margin-*css: 10px;
                    text-align: center;
                }

                    .main .info .boter .left .box .name em {
                        width: 590px;
                        height: 45px;
                        display: block;
                        font-size: 18px;
                        color: #F30;
                        font-style: normal;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .main .info .boter .left .box .name p {
                        line-height: 35px;
                        font-size: 14px;
                        color: #666;
                    }

            .main .info .boter .left .boxs {
                width: 598px;
                border: 1px solid #FF526A;
                padding: 10px 15px;
                margin-bottom: 10px;
                overflow: hidden;
            }

                .main .info .boter .left .boxs .tit {
                }

                .main .info .boter .left .boxs .tit {
                    line-height: 30px;
                    font-size: 16px;
                    border-bottom: 1px solid #F30;
                    color: #F30;
                }

                    .main .info .boter .left .boxs .tit i {
                        width: 25px;
                        height: 25px;
                        background: url(../img/icon_jobs_title.png) no-repeat;
                        margin-right: 5px;
                        display: inline-block;
                    }

                .main .info .boter .left .boxs .con {
                    width: 370px;
                    margin-right: 13px;
                    margin-bottom: 10px;
                    float: left;
                    margin-*css: 10px;
                }

                    .main .info .boter .left .boxs .con ul {
                    }

                        .main .info .boter .left .boxs .con ul li {
                            width: 405px;
                            height: 40px;
                            line-height: 40px;
                            font-size: 16px;
                            border-bottom: 1px dashed #dbdbdb;
                            overflow: hidden;
                        }

                            .main .info .boter .left .boxs .con ul li em {
                                color: #F60;
                                font-style: normal;
                            }

                            .main .info .boter .left .boxs .con ul li b {
                                font-size: 16px;
                                font-style: normal;
                                color: #090;
                            }

                            .main .info .boter .left .boxs .con ul li i {
                                font-size: 14px;
                                font-style: normal;
                                color: #F00;
                            }

                    .main .info .boter .left .boxs .con .bpe {
                        width: 618px;
                        line-height: 35px;
                        font-size: 16px;
                        text-indent: 2em;
                    }

                        .main .info .boter .left .boxs .con .bpe p input[type="submit"] {
                            width: 200px;
                            height: 50px;
                            line-height: 50px;
                            margin-*css: 10px;
                            margin-left: 150px;
                        }

                .main .info .boter .left .boxs .btn {
                    width: 618px;
                    height: 50px;
                    margin-*css: 15px;
                    overflow: hidden;
                }

                    .main .info .boter .left .boxs .btn ul {
                    }

                        .main .info .boter .left .boxs .btn ul li {
                            width: 140px;
                            height: 45px;
                            line-height: 45px;
                            border-radius: 8px;
                            margin-left: 10px;
                            font-size: 16px;
                            text-align: center;
                            float: left;
                        }

                            .main .info .boter .left .boxs .btn ul li a {
                                color: #FFF;
                                display: block;
                            }

                            .main .info .boter .left .boxs .btn ul li i {
                                width: 30px;
                                height: 35px;
                                display: inline-block;
                                background-repeat: no-repeat;
                                margin-*css: 5px;
                                margin-left: 5px;
                                float: left;
                            }

                            .main .info .boter .left .boxs .btn ul li.qq {
                                background: #06C;
                            }

                                .main .info .boter .left .boxs .btn ul li.qq i {
                                    background: url(../img/icon_jobs_qq.png);
                                }

                            .main .info .boter .left .boxs .btn ul li.als {
                                background: #090;
                            }

                                .main .info .boter .left .boxs .btn ul li.als i {
                                    background: url(../img/icon_jobs_als.png);
                                }

                            .main .info .boter .left .boxs .btn ul li.all {
                                background: #F00;
                            }

                                .main .info .boter .left .boxs .btn ul li.all i {
                                    background: url(../img/icon_jobs_all.png);
                                }

                            .main .info .boter .left .boxs .btn ul li.web {
                                background: #936;
                            }

                                .main .info .boter .left .boxs .btn ul li.web i {
                                    background: url(../img/icon_jobs_web.png);
                                }

                            .main .info .boter .left .boxs .btn ul li.ys {
                                background: #FF00FF;
                            }

                                .main .info .boter .left .boxs .btn ul li.ys i {
                                    background: url(../img/icon_jobs_ys.png);
                                }

                .main .info .boter .left .boxs .broker {
                    width: 200px;
                    height: 280px;
                    position: relative;
                    z-index: 55;
                    float: right;
                    *css: 10px;
                    right: 10px;
                }

                    .main .info .boter .left .boxs .broker img {
                        width: 200px;
                    }

        .main .info .boter .right {
            width: 320px;
            float: right;
            overflow: hidden;
        }

            .main .info .boter .right .ad {
                width: 318px;
                height: 140px;
                margin-bottom: 10px;
                border: 1px solid #dbdbdb;
            }

                .main .info .boter .right .ad img {
                    width: 318px;
                    height: 140px;
                }

            .main .info .boter .right .box {
                width: 318px;
                margin-bottom: 10px;
                border: 1px solid #dbdbdb;
            }

                .main .info .boter .right .box .tit {
                    width: 298px;
                    height: 40px;
                    line-height: 40px;
                    padding: 0px 10px;
                    background: #F30;
                    font-size: 16px;
                    color: #FFF;
                }

                .main .info .boter .right .box .con {
                    width: 298px;
                    padding: 10px;
                }

                    .main .info .boter .right .box .con ul {
                    }

                        .main .info .boter .right .box .con ul li {
                            width: 298px;
                            line-height: 30px;
                            font-size: 13px;
                            border-bottom: 1px dashed #dbdbdb;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .main .info .boter .right .box .con ul li em {
                                width: 255px;
                                height: 40px;
                                line-height: 40px;
                                display: inline-block;
                                float: left;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                font-style: normal;
                            }

                            .main .info .boter .right .box .con ul li span {
                                width: 35px;
                                height: 40px;
                                line-height: 40px;
                                font-size: 12px;
                                float: right;
                                display: inline-block;
                            }

                            .main .info .boter .right .box .con ul li a:hover {
                                color: #F30;
                            }

/*---新闻列表页面---*/
.main .news {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

    .main .news .nlist {
    }

        .main .news .nlist .left {
            width: 738px;
            border: 1px solid #dbdbdb;
            border-*css-color: #606;
            border-*css-width: 5px;
            margin-bottom: 10px;
            float: left;
        }

            .main .news .nlist .left .con {
            }

                .main .news .nlist .left .con .txtad {
                    width: 738px;
                    height: 80px;
                    border-bottom: 1px solid #efefef;
                    overflow: hidden;
                }

                .main .news .nlist .left .con .list {
                    width: 728px;
                    padding: 0px 5px;
                }

                    .main .news .nlist .left .con .list ul {
                    }

                        .main .news .nlist .left .con .list ul li {
                            width: 728px;
                            height: 46px;
                            line-height: 45px;
                            border-bottom: 1px dashed #dbdbdb;
                        }

                            .main .news .nlist .left .con .list ul li a:hover {
                                color: #606;
                            }

                            .main .news .nlist .left .con .list ul li em {
                                width: 608px;
                                height: 46px;
                                font-size: 15px;
                                font-style: normal;
                                display: block;
                                padding: 0px 15px;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                float: right;
                            }

                            .main .news .nlist .left .con .list ul li span {
                                font-size: 14px;
                                color: #999;
                                margin-left: 10px;
                                float: left;
                            }

        .main .news .nlist .right {
            width: 210px;
            float: right;
            overflow: hidden;
        }

            .main .news .nlist .right .ad {
                width: 200px;
                padding: 4px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
                ;
            }

                .main .news .nlist .right .ad ul {
                }

                    .main .news .nlist .right .ad ul li {
                        margin-bottom: 5px;
                    }

                        .main .news .nlist .right .ad ul li img {
                            width: 200px;
                        }

    /*---新闻详情页---*/
    .main .news .ncon {
        width: 960px;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .main .news .ncon .left {
            width: 738px;
            border: 1px solid #dbdbdb;
            border-*css-color: #606;
            border-*css-width: 5px;
            float: left;
        }

            .main .news .ncon .left .tit {
                width: 718px;
                line-height: 40px;
                padding: 10px;
                margin-*css: 10px;
                font-size: 25px;
                text-align: center;
                color: #606;
            }

            .main .news .ncon .left .con {
            }

                .main .news .ncon .left .con .time {
                    width: 698px;
                    line-height: 30px;
                    padding: 5px 20px;
                    font-size: 16px;
                    text-align: center;
                    border-bottom: 1px dashed #dbdbdb;
                }

                .main .news .ncon .left .con .txtad {
                    width: 598px;
                    height: 80px;
                    padding: 10px;
                    margin: 10px 60px;
                    border: 1px solid #dbdbdb;
                }

                .main .news .ncon .left .con .txt {
                    width: 708px;
                    line-height: 35px;
                    padding: 0px 15px;
                    font-size: 16px;
                    text-indent: 2em;
                    color: #333;
                }

                .main .news .ncon .left .con .tips {
                    width: 668px;
                    line-height: 25px;
                    padding: 10px;
                    margin: 10px 20px;
                    font-size: 13px;
                    border: 1px dashed #dbdbdb;
                    background: #FDF7C8;
                }

        .main .news .ncon .right {
            width: 210px;
            float: right;
            overflow: hidden;
        }

            .main .news .ncon .right .ad {
                width: 200px;
                height: auto;
                padding: 4px;
                border: 1px solid #dbdbdb;
                margin-bottom: 10px;
            }

                .main .news .ncon .right .ad ul {
                }

                    .main .news .ncon .right .ad ul li {
                        width: 200px;
                        height: auto;
                        margin-bottom: 5px;
                    }

                        .main .news .ncon .right .ad ul li img {
                            width: 200px;
                            height: auto;
                        }

            .main .news .ncon .right .box {
                width: 208px;
                margin-bottom: 10px;
                border: 1px solid #dbdbdb;
            }

                .main .news .ncon .right .box .tit {
                    width: 188px;
                    height: 40px;
                    line-height: 40px;
                    padding: 0px 10px;
                    background: #606;
                    font-size: 16px;
                    color: #FFF;
                }

                .main .news .ncon .right .box .con {
                    width: 188px;
                    padding: 10px;
                }

                    .main .news .ncon .right .box .con ul {
                    }

                        .main .news .ncon .right .box .con ul li {
                            width: 188px;
                            line-height: 30px;
                            font-size: 13px;
                            border-bottom: 1px dashed #dbdbdb;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .main .news .ncon .right .box .con ul li em {
                                width: 150px;
                                height: 40px;
                                line-height: 40px;
                                display: inline-block;
                                float: left;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                font-style: normal;
                            }

                            .main .news .ncon .right .box .con ul li span {
                                width: 38px;
                                height: 40px;
                                line-height: 40px;
                                font-size: 12px;
                                float: right;
                                display: inline-block;
                            }

                            .main .news .ncon .right .box .con ul li a:hover {
                                color: #606;
                            }

/*---城市切换页面---*/
.main .ecity {
    width: 948px;
    margin: 0 auto;
    margin-*css: 10px;
    padding: 10px 5px 0px 5px;
    border: 1px solid #dbdbdb;
    border-*css-color: #008CD6;
    border-*css-width: 5px;
}

    .main .ecity .province {
        width: 100%;
        height: auto;
        clear: both;
    }

        .main .ecity .province .provincialCapital {
            width: 70px;
            padding: 0;
            line-height: 25px;
            text-align: right;
            background-color: #fff;
            color: red;
            font-size: 16px;
            font-weight: bold;
            float: left;
            overflow: hidden;
        }

        .main .ecity .province .city {
            width: 848px;
            float: left;
        }

            .main .ecity .province .city ul {
            }

                .main .ecity .province .city ul li {
                    line-height: 25px;
                    margin-right: 8px;
                    font-size: 14px;
                    float: left;
                    padding: 0;
                }

                    .main .ecity .province .city ul li a {
                        color: #333;
                    }

/*---会员中心 登录页面---*/
.main .user .login {
    width: 100%;
    height: 580px;
    background-color: #F4F4F4;
    overflow: hidden;
    margin: 0 0;
    padding: 0 0;
    color: #666;
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

    .main .user .login .d01 {
        width: 1100px;
        height: 580px;
        margin: 0 auto;
    }

    .main .user .login .d02 {
        width: 342px;
        height: 580px;
        float: right;
        background-color: #FFFFFF;
        display: inline;
    }

    .main .user .login dl {
        width: 340px;
        height: 580px;
        float: right;
        margin-*css: 60px;
        background-color: #FFFFFF;
        position: relative;
    }

    .main .user .login dt {
        width: 255px;
        height: 75x;
        line-height: 75px;
        margin: 0 0 0 40px;
        padding: 0 0;
        font-size: 18px;
        color: #535353;
        display: inline;
        float: left;
    }

    .main .user .login .dd01, .main .user .login .dd02 {
        width: 253px;
        height: 45px;
        margin: 0 0 15px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .login .dd01 input, .main .user .login .dd02 input {
            width: 243px;
            height: 45px;
            line-height: 45px;
            margin: 0px;
            padding: 0 0 0 10px;
            border-left: 1px solid #BAC5D4;
            border-*css: 1px solid #BAC5D4;
            border-right: 1px solid #D5DBE2;
            border-bottom: 1px solid #D5DBE2;
            background-color: #EEF3F8;
            float: left;
            color: #6F86AA;
            font-size: 14px;
            position: absolute;
        }

    .main .user .login .dd03 {
        width: 253px;
        height: 33x;
        line-height: 33px;
        margin: 10px 0 15px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

    .main .user .login span {
        display: block;
        float: left;
        margin: 0 0;
        padding: 0 0;
        height: 20x;
        line-height: 20px;
    }

    .main .user .login .dd03 .s01 {
        width: 22px;
    }

    .main .user .login .dd03 .s02 {
        width: 60px;
    }

    .main .user .login .dd03 .s03 {
        width: 84px;
    }

        .main .user .login .dd03 .s03 a {
            color: #999999;
        }

    .main .user .login .dd04 {
        width: 102px;
        height: 35x;
        line-height: 33px;
        margin: 0 0 30px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .login .dd04 input {
            width: 102px;
            height: 35px;
            background-color: #008CD7;
            font-size: 16px;
            color: #FFFFFF;
            font-weight: bold;
            border: 0px;
            cursor: pointer;
        }

    .main .user .login .dd05 {
        width: 117px;
        height: 35x;
        line-height: 35px;
        margin: 0 30px 0 35px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .login .dd05 input {
            width: 117px;
            height: 35px;
            background-image: url(../img/login_regbg.png);
            background-position: 0px 0px;
            border: 0px;
            cursor: pointer;
            color: #666;
            font-size: 14px;
        }

            .main .user .login .dd05 input:hover {
                background-image: url(../img/login_regbg.png);
                background-position: 0px 35px;
            }

    .main .user .login .dd06 {
        width: 292px;
        height: 47x;
        line-height: 47px;
        margin: 0 0 0 22px;
        float: left;
        background-color: #F4F4F4;
        text-align: center;
        font-size: 14px;
        color: #666;
        display: inline;
    }

        .main .user .login .dd06 a {
            color: #FF536A;
            font-weight: bold;
        }

    .main .user .login .dd07 {
        width: 292px;
        height: 43x;
        line-height: 43px;
        margin: 0 0 10px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .login .dd07 input {
            width: 130px;
            height: 40px;
            line-height: 40px;
            margin: 0 0;
            padding: 0 0 0 10px;
            float: left;
            display: inline;
            color: #999;
            border-left: 1px solid #BAC5D4;
            border-*css: 1px solid #BAC5D4;
            border-right: 1px solid #D5DBE2;
            border-bottom: 1px solid #D5DBE2;
            background-color: #EEF3F8;
        }

        .main .user .login .dd01 label, .main .user .login .dd02 label, .main .user .login .dd07 label {
            display: block;
            position: absolute;
            color: #92A4BF;
            cursor: text;
            font-size: 14px;
        }

    .main .user .login .dd01 label {
        left: 53px;
        *css: 80px;
    }

    .main .user .login .dd02 label {
        left: 53px;
        *css: 140px;
    }

    .main .user .login .dd07 label {
        left: 53px;
        *css: 185px;
    }

    .main .user .login .dd07 img {
        width: 95px;
        height: 40px;
        margin-left: 10px;
    }

/*---会员中心 注册页面---*/
.main .user .register {
    width: 100%;
    height: 580px;
    background-color: #F4F4F4;
    overflow: hidden;
    margin: 0 0;
    padding: 0 0;
    color: #666;
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

    .main .user .register .d01 {
        width: 1100px;
        height: 580px;
        margin: 0 auto;
    }

    .main .user .register .d02 {
        width: 342px;
        height: 580px;
        float: right;
        background-color: #FFFFFF;
        display: inline;
    }

    .main .user .register dl {
        width: 340px;
        height: 520px;
        float: right;
        background-color: #FFFFFF;
        position: relative;
    }

        .main .user .register dl dd p {
            margin-*css: 50px;
            text-align: right;
            margin-right: 10px;
        }

            .main .user .register dl dd p i {
                font-style: normal;
                color: #F00;
                margin-left: 5px;
            }

    .main .user .register dt {
        width: 255px;
        height: 75x;
        line-height: 75px;
        margin: 0 0 0 40px;
        padding: 0 0;
        font-size: 18px;
        color: #535353;
        display: inline;
        float: left;
    }

        .main .user .register dt em {
            font-style: normal;
            font-size: 14px;
            color: #999;
            margin-left: 10px;
        }

    .main .user .register .dd01, .main .user .register .dd02 {
        width: 253px;
        height: 45px;
        margin: 0 0 25px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd01 input, .main .user .register .dd02 input {
            width: 243px;
            height: 45px;
            line-height: 45px;
            margin: 0px;
            padding: 0 0 0 10px;
            border-left: 1px solid #BAC5D4;
            border-*css: 1px solid #BAC5D4;
            border-right: 1px solid #D5DBE2;
            border-bottom: 1px solid #D5DBE2;
            background-color: #EEF3F8;
            float: left;
            color: #6F86AA;
            font-size: 14px;
            position: absolute;
        }

    .main .user .register .dd03 {
        width: 253px;
        height: 33x;
        line-height: 33px;
        margin: 5px 0 15px 40px;
        font-size: 14px;
        float: left;
        display: inline;
    }

        .main .user .register .dd03 .s01 {
            margin-right: 10px;
        }

    .main .user .register .dd04 {
        width: 102px;
        height: 35x;
        line-height: 33px;
        margin: 0 0 20px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd04 input {
            width: 102px;
            height: 35px;
            background-color: #008CD7;
            font-size: 16px;
            color: #FFFFFF;
            font-weight: bold;
            border: 0px;
            cursor: pointer;
        }

            .main .user .register .dd04 input:hover {
                background-color: #52C9EB;
            }

    .main .user .register .dd05 {
        width: 117px;
        height: 35x;
        line-height: 35px;
        margin: 0 30px 0 35px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd05 input {
            width: 117px;
            height: 35px;
            background-image: url(../img/login_regbg.png);
            background-position: 0px 0px;
            border: 0px;
            cursor: pointer;
            color: #666;
            font-size: 14px;
        }

            .main .user .register .dd05 input:hover {
                background-image: url(../img/login_regbg.png);
                background-position: 0px 35px;
            }

    .main .user .register .dd06 {
        width: 292px;
        height: 47x;
        line-height: 47px;
        margin: 0 0 0 22px;
        float: left;
        background-color: #F4F4F4;
        text-align: center;
        font-size: 14px;
        color: #666;
        display: inline;
    }

        .main .user .register .dd06 a {
            color: #FF536A;
            font-weight: bold;
        }

    .main .user .register .dd07 {
        width: 292px;
        height: 43x;
        line-height: 43px;
        margin: 0 0 10px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd07 input {
            width: 130px;
            height: 40px;
            line-height: 40px;
            margin: 0 0;
            padding: 0 0 0 10px;
            float: left;
            display: inline;
            color: #999;
            border-left: 1px solid #BAC5D4;
            border-*css: 1px solid #BAC5D4;
            border-right: 1px solid #D5DBE2;
            border-bottom: 1px solid #D5DBE2;
            background-color: #EEF3F8;
        }

    .main .user .register .dd08 {
        width: 292px;
        height: 43x;
        line-height: 43px;
        margin: 0 0 10px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd08 input[type="text"] {
            width: 110px;
            height: 40px;
            line-height: 40px;
            margin: 0 0;
            padding: 0 0 0 10px;
            float: left;
            display: inline;
            color: #999;
            border-left: 1px solid #BAC5D4;
            border-*css: 1px solid #BAC5D4;
            border-right: 1px solid #D5DBE2;
            border-bottom: 1px solid #D5DBE2;
            background-color: #EEF3F8;
        }

        .main .user .register .dd08 input[type="submit"] {
            width: 120px;
            height: 40px;
            margin-left: 10px;
            font-size: 14px;
            border-radius: 6px;
        }

    .main .user .register .dd09 {
        width: 245px;
        height: 40x;
        line-height: 33px;
        margin: 0 0 20px 40px;
        padding: 0 0;
        float: left;
        display: inline;
    }

        .main .user .register .dd09 input {
            width: 245px;
            height: 40px;
            background-color: #008CD7;
            font-size: 16px;
            color: #FFFFFF;
            font-weight: bold;
            border: 0px;
            cursor: pointer;
        }

    .main .user .register .dd01 label, .main .user .register .dd02 label, .main .user .register .dd07 label {
        display: block;
        position: absolute;
        color: #92A4BF;
        cursor: text;
        font-size: 14px;
    }

    .main .user .register .dd01 label {
        left: 53px;
        *css: 80px;
    }

    .main .user .register .dd02 label {
        left: 53px;
        *css: 140px;
    }

    .main .user .register .dd07 label {
        left: 53px;
        *css: 185px;
    }

    .main .user .register .dd07 img {
        width: 95px;
        height: 40px;
        margin-left: 10px;
    }

/*---会员中心 列表页面---*/
.main .user .list {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.main .user .topbar {
    width: 960px;
    height: 5px;
    background: url(../img/icon_user_list_topbg.png) no-repeat;
}

.main .user .unav {
    width: 200px;
    border: 1px solid #008CD6;
    background: #f5f5f5;
    margin-right: 15px;
    float: left;
}

    .main .user .unav .tit {
        width: 160px;
        height: 80px;
        line-height: 80px;
        font-size: 22px;
        color: #FFF;
        text-align: center;
        font-weight: 600;
        padding: 0px 20px;
        border-bottom: 1px dashed #FFF;
        background: #008CD6;
    }

    .main .user .unav .con {
    }

        .main .user .unav .con ul {
        }

            .main .user .unav .con ul li {
                height: 65px;
                line-height: 65px;
                font-size: 18px;
                color: #008CD6;
                text-align: center;
            }

                .main .user .unav .con ul li a {
                    display: block;
                }

                .main .user .unav .con ul li.on {
                    background: #FF526A;
                }

                    .main .user .unav .con ul li.on a {
                        color: #FFF;
                    }

                .main .user .unav .con ul li:hover {
                    background: #008CD6;
                }

                    .main .user .unav .con ul li:hover a {
                        color: #FFF;
                    }

.main .user .location {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FF526A;
}

.main .user .list .right {
    width: 718px;
    border: 1px solid #FF526A;
    margin-*css: 10px;
    padding: 10px;
    float: right;
    border-*css-width: 5px;
}

    .main .user .list .right .tips {
        height: 75px;
        padding: 10px;
        background: #FDF7C8;
    }

        .main .user .list .right .tips p {
            line-height: 25px;
            font-size: 14px;
        }

            .main .user .list .right .tips p em {
                font-style: normal;
                color: #F00;
                font-size: 16px;
            }

    .main .user .list .right .btn {
        width: 718px;
        height: 50px;
        margin-*css: 10px;
        overflow: hidden;
    }

        .main .user .list .right .btn .bleft {
            width: 150px;
            height: 50px;
            line-height: 50px;
            background: #F30;
            text-align: center;
            font-size: 16px;
            float: left;
        }

            .main .user .list .right .btn .bleft a {
                color: #FFF;
                display: block;
            }

                .main .user .list .right .btn .bleft a:hover {
                    background: #F90;
                }

        .main .user .list .right .btn .bright {
            width: 280px;
            height: 48px;
            border: 1px solid #008CD6;
            text-align: right;
            float: right;
        }

            .main .user .list .right .btn .bright label {
                list-style: 50px;
                font-size: 14px;
                font-weight: 600;
                color: #333;
            }

            .main .user .list .right .btn .bright input[type="text"] {
                width: 120px;
                height: 35px;
                line-height: 35px;
                margin-*css: 7px;
                margin-right: 10px;
            }

            .main .user .list .right .btn .bright input[type="submit"] {
                width: 90px;
                height: 50px;
            }

    .main .user .list .right .table {
        margin-*css: 15px;
    }

        .main .user .list .right .table table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 10px;
            table-layout: html;
        }

            .main .user .list .right .table table th {
                background: #FF526A;
                line-height: 40px;
                border: solid 1px #ddd;
                text-align: center;
                color: #FFF;
                font-size: 14px;
            }

                .main .user .list .right .table table th.xh {
                    width: 55px;
                }

                .main .user .list .right .table table th.xs {
                    width: 40px;
                }

                .main .user .list .right .table table th.xm {
                    width: 100px;
                }

                .main .user .list .right .table table th.nl {
                    width: 45px;
                }

                .main .user .list .right .table table th.xz {
                    width: 90px;
                }

                .main .user .list .right .table table th.jg {
                    width: 90px;
                }

                .main .user .list .right .table table th.mz {
                    width: 80px;
                }

                .main .user .list .right .table table th.gz {
                    width: 40px;
                }

                .main .user .list .right .table table th.xg {
                    width: 40px;
                }

                .main .user .list .right .table table th.sc {
                    width: 40px;
                }

            .main .user .list .right .table table td {
                height: 40px;
                line-height: 40px;
                border: solid 1px #ddd;
                font-size: 14px;
                color: #333;
                padding-left: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .main .user .list .right .table table td a {
                    color: #008CD6;
                    font-size: 12px;
                }

            .main .user .list .right .table table tr:hover {
                background: #FDF7C8;
            }

/*---会员中心 发布页面---*/
.main .user .release {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .main .user .release .right {
        width: 718px;
        border: 1px solid #FF526A;
        margin-*css: 10px;
        padding: 10px;
        float: right;
        border-*css-width: 5px;
    }

        .main .user .release .right .con {
        }

            .main .user .release .right .con .cleft {
                width: 500px;
                margin-*css: 15px;
                float: left;
                overflow: hidden;
            }

                .main .user .release .right .con .cleft ul {
                }

                    .main .user .release .right .con .cleft ul li {
                        width: 500px;
                        line-height: 35px;
                        margin-bottom: 10px;
                        font-size: 15px;
                        overflow: hidden;
                    }

                        .main .user .release .right .con .cleft ul li label {
                            width: 120px;
                            height: 35px;
                            line-height: 35px;
                            font-size: 16px;
                            display: block;
                            float: left;
                            text-align: right;
                        }

                        .main .user .release .right .con .cleft ul li span {
                            width: 150px;
                            height: 35px;
                            line-height: 35px;
                            margin-left: 5px;
                            font-size: 14px;
                            color: #C00;
                            display: block;
                            float: left;
                            overflow: hidden;
                        }

                        .main .user .release .right .con .cleft ul li input[type="checkbox"] {
                            margin-*css: 12px;
                            margin-right: 5px;
                        }

                        .main .user .release .right .con .cleft ul li input[type="radio"] {
                            margin-*css: 12px;
                            margin-right: 5px;
                        }

                        .main .user .release .right .con .cleft ul li input[type="text"] {
                            width: 180px;
                            height: 35px;
                            margin-right: 5px;
                            line-height: 35px;
                            float: left;
                        }

                        .main .user .release .right .con .cleft ul li i input[type="text"] {
                            width: 330px;
                            font-style: normal;
                        }

                        .main .user .release .right .con .cleft ul li select {
                            width: 100px;
                            height: 35px;
                            line-height: 35px;
                            font-size: 14px;
                        }

                        .main .user .release .right .con .cleft ul li textarea {
                            width: 330px;
                            height: 200px;
                        }

            .main .user .release .right .con .cright {
                width: 190px;
                border: 1px solid #4866DD;
                float: right;
            }

                .main .user .release .right .con .cright .bar {
                    width: 190px;
                    height: 45px;
                    line-height: 45px;
                    font-size: 16px;
                    background: #4866DD;
                    text-align: center;
                    color: #FFF;
                }

                .main .user .release .right .con .cright .list {
                    width: 180px;
                    padding: 5px;
                }

                    .main .user .release .right .con .cright .list ul {
                    }

                        .main .user .release .right .con .cright .list ul li {
                            width: 100%;
                            height: 35px;
                            font-size: 15px;
                            margin-bottom: 10px;
                        }

                            .main .user .release .right .con .cright .list ul li label {
                                width: 65px;
                                height: 30px;
                                line-height: 30px;
                                display: block;
                                margin-right: 5px;
                                text-align: right;
                                float: left;
                            }

                            .main .user .release .right .con .cright .list ul li select {
                                width: 105px;
                                height: 30px;
                                line-height: 30px;
                            }

            .main .user .release .right .con .btn {
                width: 698px;
                text-align: right;
            }

                .main .user .release .right .con .btn input[type="submit"] {
                    width: 180px;
                    height: 50px;
                    margin: 10px 20px;
                    background: #F60;
                    border: 0;
                    font-size: 18px;
                }

/*---会员中心 修改资料页面---*/
.main .user .myinfo {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .main .user .myinfo .right {
        width: 718px;
        border: 1px solid #FF526A;
        margin-*css: 10px;
        padding: 10px;
        float: right;
        border-*css-width: 5px;
    }

        .main .user .myinfo .right .con {
        }

            .main .user .myinfo .right .con .input {
                margin-*css: 30px;
                margin-left: 150px;
            }

                .main .user .myinfo .right .con .input ul {
                }

                    .main .user .myinfo .right .con .input ul li {
                        height: 45px;
                        line-height: 45px;
                        margin-bottom: 10px;
                        font-size: 15px;
                    }

                        .main .user .myinfo .right .con .input ul li label {
                            width: 130px;
                            height: 35px;
                            line-height: 35px;
                            font-size: 16px;
                            display: block;
                            float: left;
                            text-align: right;
                        }

                        .main .user .myinfo .right .con .input ul li input[type="text"] {
                            width: 200px;
                            height: 35px;
                            margin-right: 5px;
                            line-height: 35px;
                            float: left;
                        }

                        .main .user .myinfo .right .con .input ul li select {
                            width: 80px;
                            font-size: 12px;
                        }

            .main .user .myinfo .right .con .btn {
                margin-*css: 30px;
                margin-left: 280px;
            }

                .main .user .myinfo .right .con .btn input[type="submit"] {
                    width: 160px;
                    height: 50px;
                    margin: 10px 20px;
                    background: #F60;
                    border: 0;
                    font-size: 18px;
                }

/*#region 家政老师页面*/
.teacherBox {
    width: 960px;
    margin: 0 auto;
    border: solid 1px #D4E4FA;
    padding: 1px 0 0 0;
    border-*css: solid 2px #62A5E7;
    _height: 1%;
}

    .teacherBox ul {
        position: relative;
        width: 945px;
        margin-left: 10px;
    }

        .teacherBox ul li {
            background-color: #fff;
            padding: 10px;
            border: 1px solid #ddd;
            line-height: 20px;
        }

            .teacherBox ul li .img {
                width: 126px;
                height: 144px;
                border: 1px solid #eee;
                float: right;
            }

            .teacherBox ul li p {
                padding: 3px;
                font-size: 14px;
                line-height: 22px;
                background-color: #efefef;
            }

            .teacherBox ul li .company {
                line-height: 22px;
                font-size: 16px;
                color: green;
                font-weight: bold;
            }

            .teacherBox ul li a {
                color: Blue;
            }

            .teacherBox ul li .tel {
                line-height: 22px;
                font-size: 14px;
                color: #ff3399;
            }
/*#endregion */