﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
img { border:none; }
html, body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: #f5f5f5;
    color: #666;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: #f00;
    }

input {
    font-family: "Microsoft Yahei";
}

.clear {
    clear: both;
}

.center {
    width: 1000px;
    margin: 0 auto;
}

.main {
    margin: 20px auto;
    min-height: calc(100% - 540px);
}

.header {
    width: 100%;
    min-width: 1000px;
    height: 35px;
    line-height: 35px;
    background: #4992ce;
    color: #fff;
}

    .header .welcome {
        float: left;
    }

    .header .shoucang {
        float: right;
    }

        .header .shoucang a {
            text-decoration: none;
            color: #fff;
            margin: 0 10px;
        }

.top {
    width: 100%;
    min-width: 1000px;
    height: 139px;
    padding-top: 43px;
    background: url(../Images/top.jpg) center top no-repeat;
}

    .top .logo {
        width: 108px;
        height: 90px;
        float: left;
        background: url(../Images/logo.png);
    }

    .top .name {
        width: 508px;
        height: 90px;
        float: left;
        background: url(../Images/name.jpg);
    }

.menuIndex {
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background: #1e7ac5;
}

    .menuIndex li {
        width: 200px;
        float: left;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        position: relative;
    }

        .menuIndex li a {
            text-decoration: none;
            color: #fff;
            display: block;
        }

            .menuIndex li a:hover {
                background: #0e61a5;
            }

        .menuIndex li.current {
            background: #0e61a5;
        }

        .menuIndex li ul {
            width: 200px;
            position: absolute;
            top: 50px;
            left: 0;
            background: #1e7ac5;
            display: none;
            z-index: 99;
        }

.tianqi {
    float: left;
    padding: 13px 0;
    line-height: 26px;
}

.search {
    float: right;
    padding: 13px 0;
}

    .search input[type="text"] {
        width: 160px;
        height: 24px;
        float: left;
        background: url(../Images/search.png) 3px center no-repeat #fff;
        border: solid #ddd 1px;
        border-right: none;
        padding-left: 30px;
    }

    .search input[type="submit"] {
        width: 50px;
        height: 26px;
        float: left;
        background: #1782d0;
        color: #fff;
        border: none;
        cursor: pointer;
    }

.banner {
    width: 500px;
    height: 340px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .banner .banpic p {
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-indent: 1em;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .banner .num {
        overflow: hidden;
        height: 12px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        zoom: 1;
        z-index: 3;
    }

        .banner .num li {
            width: 10px;
            height: 10px;
            background: #1b79c3;
            margin: 1px 3px;
            border-radius: 50%;
            cursor: pointer;
            float: left;
            text-indent: 99px;
            overflow: hidden;
        }

            .banner .num li.on {
                background: #fff;
                border: solid #fff 1px;
                margin: 0 3px;
            }

    .banner .prev {
        opacity: 0;
        width: 40px;
        height: 100px;
        background: url(../Images/btn.png) no-repeat;
        position: absolute;
        top: 115px;
        left: 0;
    }

    .banner .next {
        opacity: 0;
        width: 40px;
        height: 100px;
        background: url(../Images/btn.png) right no-repeat;
        position: absolute;
        top: 115px;
        right: 0;
    }

    .banner:hover .prev {
        opacity: 0.2;
    }

    .banner:hover .next {
        opacity: 0.2;
    }

    .banner:hover .prev:hover {
        opacity: 0.6;
    }

    .banner:hover .next:hover {
        opacity: 0.6;
    }

.gonggao {
    width: 460px;
    float: right;
    padding: 10px;
    background: #fff;
}

    .gonggao .announcementTop {
        border-bottom: solid #1e7ac5 3px;
    }

        .gonggao .announcementTop .ggnav {
            width: 100px;
            height: 33px;
            float: left;
            line-height: 32px;
            font-size: 16px;
            padding: 3px 0 0 22px;
            color: #fff;
            text-align: center;
            background: url(../Images/gonggao.jpg) 10px 11px no-repeat #1e7ac5;
            border-radius: 8px 8px 0 0;
        }

        .gonggao .announcementTop .more {
            float: right;
            margin: 11px 8px 0 0;
        }

    .gonggao .zuixin {
        border-bottom: dashed #ddd 1px;
        padding: 8px 0;
    }

        .gonggao .zuixin h3 {
            font-size: 16px;
            font-weight: 500;
            color: #1e7ac5;
            line-height: 28px;
            text-indent: 28px;
        }

        .gonggao .zuixin p {
            line-height: 24px;
            text-indent: 28px;
        }

    .gonggao .gglist {
        padding: 5px 5px 0;
    }

        .gonggao .gglist li {
            background: url(../Images/icon_01.jpg) left 13px no-repeat;
            line-height: 30px;
            padding-left: 12px;
        }

            .gonggao .gglist li span {
                float: right;
            }

.xiangmu {
    width: 700px;
    float: left;
    margin-top: 20px;
    background: #fff;
}

    .xiangmu .xmtop {
        height: 42px;
        background: url(../Images/nav_01.jpg);
    }

        .xiangmu .xmtop .xmnav {
            width: 110px;
            height: 34px;
            float: left;
            line-height: 34px;
            font-size: 16px;
            text-align: center;
            background: #fff;
            margin: 8px 0 0 15px;
            color: #1e7ac5;
        }

        .xiangmu .xmtop .more {
            float: right;
            margin: 15px 15px 0 0;
            color: #fff;
            font-size: 10px;
            font-family: Arial;
        }

    .xiangmu .xmlist {
        padding: 10px 15px;
    }

        .xiangmu .xmlist li {
            background: url(../Images/icon_02.jpg) left 12px no-repeat;
            line-height: 28px;
            padding-left: 10px;
        }

            .xiangmu .xmlist li i {
                width: 30px;
                height: 11px;
                display: inline-block;
                background: url(../Images/new.jpg);
            }

            .xiangmu .xmlist li span {
                float: right;
                margin-left: 20px;
            }

                .xiangmu .xmlist li span.baoming {
                    color: #ef0505;
                }

.yonghu {
    width: 280px;
    float: right;
    margin-top: 20px;
    background: #fff;
}

    .yonghu .yhtop {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        color: #fff;
        text-indent: 20px;
        background: url(../Images/nav_02.jpg);
    }

    .yonghu .yhlogin {
        padding: 12px 20px;
    }

        .yonghu .yhlogin input {
            border: solid #ddd 1px;
            height: 28px;
            margin: 8px 0;
            padding-left: 8px;
        }

        .yonghu .yhlogin .name {
            width: 230px;
        }

        .yonghu .yhlogin .password {
            width: 230px;
        }

        .yonghu .yhlogin input.code {
            width: 130px;
            float: left;
        }

        .yonghu .yhlogin input[type="button"] {
            width: 150px;
            height: 30px;
            background: #ed9c33;
            border: none;
            color: #fff;
            padding: 0;
            cursor: pointer;
        }

        .yonghu .yhlogin img.code {
            width: 88px;
            height: 28px;
            float: right;
            border: solid #ddd 1px;
            vertical-align: top;
            margin: 8px 0;
        }

        .yonghu .yhlogin select {
            margin: 8px 0;
            height: 100%;
            color: #555;
            height: 30px;
            line-height: 30px;
            border: solid #ddd 1px;
        }

        .yonghu .yhlogin a {
            margin: 12px 0 0 0;
            display: inline-block;
        }

            .yonghu .yhlogin a.dengji {
                width: 160px;
                height: 30px;
                line-height: 30px;
                display: inline-block;
                text-align: center;
                background: #1e7ac5;
                color: #fff;
            }

            .yonghu .yhlogin a.wangji {
                float: right;
            }

.cenban {
    margin: 20px 0;
}

.aboutus {
    width: 660px;
    float: left;
    background: #fff;
}

    .aboutus .abtop {
        height: 42px;
        background: url(../Images/nav_03.jpg);
    }

        .aboutus .abtop .abnav {
            width: 110px;
            height: 34px;
            float: left;
            line-height: 34px;
            font-size: 16px;
            text-align: center;
            background: #fff;
            margin: 8px 0 0 15px;
            color: #1e7ac5;
        }

    .aboutus .abtext {
        width: 460px;
        padding: 12px 0 12px 15px;
        line-height: 36px;
        float: left;
        text-indent: 2em;
    }

    .aboutus .abmenu {
        width: 160px;
        padding: 10px 15px 10px 0;
        float: right;
    }

        .aboutus .abmenu li {
            height: 45px;
            line-height: 45px;
            text-align: center;
            padding: 5px 0;
            font-size: 15px;
        }

            .aboutus .abmenu li a {
                display: block;
                color: #1b87df;
                border-radius: 5px;
                padding-left: 10px;
            }

                .aboutus .abmenu li a:hover {
                    color: #fff;
                }

            .aboutus .abmenu li.abmenu_01 a {
                background: url(../Images/about_01.png) 28px center no-repeat #e8f3fc;
            }

            .aboutus .abmenu li.abmenu_02 a {
                background: url(../Images/about_02.png) 28px center no-repeat #e8f3fc;
            }

            .aboutus .abmenu li.abmenu_03 a {
                background: url(../Images/about_03.png) 28px center no-repeat #e8f3fc;
            }

            .aboutus .abmenu li.abmenu_04 a {
                background: url(../Images/about_04.png) 28px center no-repeat #e8f3fc;
            }

            .aboutus .abmenu li.abmenu_01 a:hover {
                background: url(../Images/about_11.png) 28px center no-repeat #1b87df;
            }

            .aboutus .abmenu li.abmenu_02 a:hover {
                background: url(../Images/about_22.png) 28px center no-repeat #1b87df;
            }

            .aboutus .abmenu li.abmenu_03 a:hover {
                background: url(../Images/about_33.png) 28px center no-repeat #1b87df;
            }

            .aboutus .abmenu li.abmenu_04 a:hover {
                background: url(../Images/about_44.png) 28px center no-repeat #1b87df;
            }

.zhengce {
    width: 300px;
    float: right;
    padding: 0 10px;
    background: #fff;
}

    .zhengce .zctop {
        height: 40px;
        border-bottom: solid #90c1e9 2px;
    }

        .zhengce .zctop .zcnav {
            line-height: 36px;
            float: left;
            color: #1e7ac5;
            padding: 4px 10px 0;
            font-size: 16px;
            border-bottom: solid #1e7ac5 2px;
            margin-bottom: -2px;
        }

        .zhengce .zctop .more {
            float: right;
            margin: 15px 5px 0 0;
        }

    .zhengce .zclist {
        padding: 8px 3px;
    }

        .zhengce .zclist li {
            line-height: 28px;
            background: url(../Images/icon_02.jpg) left 12px no-repeat;
            padding-left: 10px;
        }

.news {
    background: #fff;
    margin-top: 20px;
}

    .news .dongtai {
        width: 320px;
        float: left;
        padding: 0 10px;
    }

        .news .dongtai .dttop {
            height: 40px;
            border-bottom: solid #90c1e9 2px;
        }

            .news .dongtai .dttop .dtnav {
                line-height: 36px;
                float: left;
                color: #1e7ac5;
                padding: 4px 10px 0;
                font-size: 16px;
                border-bottom: solid #1e7ac5 2px;
                margin-bottom: -2px;
            }

            .news .dongtai .dttop .more {
                float: right;
                margin: 15px 5px 0 0;
            }

        .news .dongtai .zuixin {
            border-bottom: dashed #ddd 1px;
            padding: 8px 0;
        }

            .news .dongtai .zuixin h3 {
                font-size: 14px;
                line-height: 28px;
                color: #333;
                text-indent: 2em;
            }

            .news .dongtai .zuixin p {
                line-height: 24px;
            }

        .news .dongtai .dtlist {
            padding: 8px 3px;
        }

            .news .dongtai .dtlist li {
                line-height: 28px;
                background: url(../Images/icon_02.jpg) left 12px no-repeat;
                padding-left: 10px;
            }

    .news .peiyang {
        width: 300px;
        float: right;
        padding: 0 10px;
    }

        .news .peiyang .pytop {
            height: 40px;
            border-bottom: solid #90c1e9 2px;
        }

            .news .peiyang .pytop .pynav {
                line-height: 36px;
                float: left;
                color: #1e7ac5;
                padding: 4px 10px 0;
                font-size: 16px;
                border-bottom: solid #1e7ac5 2px;
                margin-bottom: -2px;
            }

        .news .peiyang .pylist {
            padding: 23px 0;
        }

            .news .peiyang .pylist li {
                width: 100px;
                float: left;
                text-align: center;
            }

                .news .peiyang .pylist li a {
                    width: 81px;
                    padding-top: 80px;
                    display: inline-block;
                }

                    .news .peiyang .pylist li a:hover {
                        color: #1b87df;
                    }

                .news .peiyang .pylist li .xuesheng {
                    background: url(../Images/xuesheng.jpg) center top no-repeat;
                }

                    .news .peiyang .pylist li .xuesheng:hover {
                        background: url(../Images/xuesheng_hover.jpg) center top no-repeat;
                    }

                .news .peiyang .pylist li .zijin {
                    background: url(../Images/zijin.jpg) center top no-repeat;
                }

                    .news .peiyang .pylist li .zijin:hover {
                        background: url(../Images/zijin_hover.jpg) center top no-repeat;
                    }

                .news .peiyang .pylist li .guanli {
                    background: url(../Images/guanli.jpg) center top no-repeat;
                }

                    .news .peiyang .pylist li .guanli:hover {
                        background: url(../Images/guanli_hover.jpg) center top no-repeat;
                    }

        .news .peiyang .pyrc {
            border: solid #ddd 1px;
        }

            .news .peiyang .pyrc img {
                width: 100%;
                vertical-align: top;
            }

.left {
    width: 220px;
    float: left;
}

.leftMenu {
    background: #fff;
    margin-bottom: 20px;
}

    .leftMenu .menutitle {
        font-size: 16px;
        text-indent: 15px;
        line-height: 40px;
        border-bottom: solid #1c80d2 3px;
    }

    .leftMenu li {
        line-height: 40px;
        border-bottom: dashed #ddd 1px;
        background: url(../Images/icon_01.jpg) 15px center no-repeat;
    }

        .leftMenu li a {
            padding-left: 2em;
            display: block;
        }

        .leftMenu li .current {
            color: #1c80d2;
        }

.right {
    width: 740px;
    float: right;
    padding: 0 10px;
    background: #fff;
    margin-bottom: 30px;
}

.rightNav {
    height: 38px;
    padding-top: 2px;
    border-bottom: solid #ddd 1px;
}

    .rightNav .navtitle {
        float: left;
        font-size: 16px;
        color: #1e7ac5;
        line-height: 38px;
        padding: 0 10px;
    }

    .rightNav .navloca {
        float: right;
        padding: 3px 10px 0 20px;
        line-height: 35px;
        background: url(../Images/home.jpg) left 15px no-repeat;
    }

.right .rightcon {
    padding: 10px;
    line-height: 30px;
    text-indent: 2em;
    min-height: 500px;
}

.newsList {
    padding: 10px;
}

    .newsList li {
        line-height: 30px;
        border-bottom: dashed #ddd 1px;
        padding: 0 10px;
        background: url(../Images/icon_02.jpg) left center no-repeat;
    }

        .newsList li span {
            float: right;
        }

.page {
    text-align: center;
    padding: 10px 0;
}

    .page a {
        margin: 0 6px;
    }

    .page span {
        color: #f00;
    }

.newsshow {
    width: 980px;
    margin: 20px auto 30px;
    background: #fff;
    padding: 0 10px;
    min-height: calc(100% - 550px);
}

    .newsshow .navloca {
        padding: 3px 10px 0 20px;
        line-height: 35px;
        background: url(../Images/home.jpg) left 15px no-repeat;
    }

    .newsshow .newstitle {
        padding: 20px 0;
        text-align: center;
        font-size: 20px;
    }

    .newsshow .newsinfo {
        line-height: 30px;
        text-align: center;
    }

        .newsshow .newsinfo li {
            display: inline-block;
            margin: 0 10px;
        }

    .newsshow .article {
        border-top: solid #ddd 1px;
        margin-top: 20px;
        line-height: 30px;
        padding: 10px;
    }

    .newsshow .download {
        padding: 10px 10px 0;
        line-height: 22px;
        color: #d00;
    }

    .newsshow .updown {
        padding: 10px 10px 20px;
        color: #333;
    }

        .newsshow .updown .previous {
            float: left;
        }

        .newsshow .updown .next {
            float: right;
        }

.registered {
    width: 660px;
    height: 500px;
    margin: 0 auto 30px;
    border: solid #ddd 1px;
    background: #fff;
    padding: 60px 169px;
    margin-top: 20px;
}

    .registered input {
        border: #333;
    }

    .registered .infolist {
        min-height: 60px;
    }

        .registered .infolist dt {
            width: 86px;
            float: left;
            font-size: 15px;
            line-height: 28px;
        }

        .registered .infolist dd {
            float: left;
        }

            .registered .infolist dd input {
                width: 200px;
                height: 26px;
                border: solid #ddd 1px;
                display: block;
                padding: 0 5px;
            }

            .registered .infolist dd p {
                padding-top: 3px;
                color: #999;
            }

    .registered dl dd p.error {
        color: #ff4040;
    }

    .registered .infolist dd img.code {
        width: 130px;
        height: 36px;
        margin-top: 5px;
        vertical-align: middle;
        display: inline-block;
    }

    .registered .infolist dd a.code {
        line-height: 36px;
        vertical-align: middle;
        margin: 5px 0 0 5px;
        display: inline-block;
    }

    .registered .types {
        min-height: 60px;
    }

        .registered .types dt {
            width: 86px;
            float: left;
            font-size: 15px;
            line-height: 28px;
        }

        .registered .types dd {
            float: left;
            line-height: 26px;
        }

            .registered .types dd input {
                vertical-align: middle;
                width: 20px;
                height: 20px;
            }

            .registered .types dd label {
                margin-right: 13px;
                vertical-align: middle;
                cursor: pointer;
            }

            .registered .types dd p {
                padding-top: 3px;
                color: #999;
            }

    .registered .protocol {
        padding: 10px 0 0 86px;
    }

        .registered .protocol input {
            vertical-align: middle;
            margin-right: 3px;
        }

        .registered .protocol label {
            vertical-align: middle;
            cursor: pointer;
        }

        .registered .protocol a {
            color: #1e7ac5;
            vertical-align: middle;
        }

    .registered .button {
        padding-left: 86px;
        margin-top: 20px;
    }

        .registered .button input {
            width: 160px;
            height: 38px;
            border: none;
            background: #1e7ac5;
            color: #fff;
            cursor: pointer;
        }

    .registered .activation {
        background: url(../Images/mailbox.jpg) left top no-repeat;
        padding-left: 60px;
    }

        .registered .activation h3 {
            font-size: 15px;
            color: #333;
        }

        .registered .activation p {
            padding: 5px 0;
        }

        .registered .activation a {
            width: 106px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            background: #44b549;
            color: #fff;
            border-radius: 5px;
            display: block;
            margin-top: 3px;
        }

    .registered .resend {
        padding: 38px 0 0 60px;
        line-height: 24px;
    }

        .registered .resend a {
            color: #1e7ac5;
        }

.login {
    width: 660px;
    height: 320px;
    margin: 0 auto 30px;
    border: solid #ddd 1px;
    background: #fff;
    padding: 60px 169px;
    margin-top: 20px;
}

    .login .infolist {
        min-height: 60px;
    }

        .login .infolist dt {
            width: 86px;
            float: left;
            font-size: 15px;
            line-height: 28px;
        }

        .login .infolist dd {
            float: left;
        }

            .login .infolist dd input {
                width: 200px;
                height: 26px;
                border: solid #ddd 1px;
                display: block;
                padding: 0 5px;
            }

            .login .infolist dd p {
                padding-top: 3px;
                color: #bbb;
            }

    .login dl dd p.error {
        color: #ff8080;
    }

    .login .infolist dd img.code {
        width: 130px;
        height: 36px;
        margin-top: 5px;
        vertical-align: middle;
        display: inline-block;
    }

    .login .infolist dd a.code {
        line-height: 36px;
        vertical-align: middle;
        margin: 5px 0 0 5px;
        display: inline-block;
    }

    .login .types {
        height: 80px;
    }

        .login .types dt {
            width: 86px;
            float: left;
            font-size: 15px;
            line-height: 28px;
        }

        .login .types dd {
            float: left;
            line-height: 28px;
        }

            .login .types dd input {
                vertical-align: middle;
                width: 20px;
                height: 20px;
            }

            .login .types dd label {
                margin-right: 13px;
                vertical-align: middle;
                cursor: pointer;
            }

    .login .button {
        padding-left: 86px;
        margin-top: 20px;
    }

        .login .button input {
            width: 160px;
            height: 38px;
            border: none;
            background: #ed9c33;
            color: #fff;
            cursor: pointer;
        }


.link {
    height: 45px;
    line-height: 45px;
    margin: 20px 0;
    background: url(../Images/link.jpg) left center no-repeat #fff;
    padding-left: 145px;
}

    .link a {
        margin: 0 10px;
    }

.footer {
    width: 100%;
    min-width: 1000px;
    padding: 20px 0;
    background: #1e7ac5;
    text-align: center;
    color: #fff;
}

    .footer .footnav {
    }

        .footer .footnav a {
            color: #fff;
            margin: 0 15px;
        }

    .footer .foottext {
        padding: 20px;
        line-height: 26px;
    }

    .footer .wangjing {
    }

        .footer .wangjing a {
            margin: 0 10px;
        }


/******************* �о�����̨���� *******************/
.backSearch {
    float: right;
    padding-top: 40px;
}

    .backSearch input[type="text"] {
        width: 320px;
        height: 36px;
        float: left;
        font-size: 15px;
        background: url(../Images/search.png) 10px center no-repeat #fff;
        border: solid #f60 2px;
        padding-left: 40px;
        outline: none;
    }

    .backSearch input[type="submit"] {
        width: 80px;
        height: 40px;
        float: left;
        font-size: 15px;
        background: #f60;
        color: #fff;
        border: none;
        cursor: pointer;
        outline: none;
    }

.backmenu {
    width: 100%;
    min-width: 1000px;
    height: 40px;
    padding-top: 10px;
    background: #1e7ac5;
}

    .backmenu li {
        float: left;
        line-height: 40px;
        font-size: 16px;
        padding: 0 10px;
    }

        .backmenu li a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 0 20px;
        }

        .backmenu li.mli a:hover {
            background: #f5f5f5;
            border-radius: 5px 5px 0 0;
            color: #333;
        }

        .backmenu li.current a {
            background: #f5f5f5;
            border-radius: 5px 5px 0 0;
            color: #333;
        }

.backLeft {
    width: 220px;
    float: left;
    margin: 30px 0;
    background: #fff;
    border: solid #ddd 1px;
}

    .backLeft .menuTop {
        line-height: 45px;
        background: #fafafa;
        text-indent: 20px;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        border: solid #fff 1px;
    }

    .backLeft .menuBox {
    }

        .backLeft .menuBox li {
            line-height: 38px;
            border-top: solid #ddd 1px;
        }

            .backLeft .menuBox li a {
                display: block;
                text-indent: 20px;
            }

            .backLeft .menuBox li.current a {
                color: #1e7ac5;
            }

.backContent {
    width: 750px;
    float: right;
    margin: 10px 0;
    border: solid #ddd 1px;
    background: #fff;
}

    .backContent .conMenu {
        background: #fafafa;
        padding-top: 20px;
        border-bottom: solid #9DBEF9 1px;
    }

        .backContent .conMenu li {
            border: solid #ddd 1px;
            border-bottom: none;
            float: left;
            line-height: 32px;
            margin-left: 20px;
            padding: 5px 15px;
        }

            .backContent .conMenu li a {
                display: block;
                padding: 0 20px;
            }

            .backContent .conMenu li.current {
                border: solid #9DBEF9 1px;
                border-bottom: solid #fff 1px;
                margin-bottom: -1px;
                background: #fff;
                font-weight: 600;
            }

    .backContent .conBox {
        padding: 20px;
        min-height: 360px;
    }

.li-menu > a {
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
}

.Hui-iconfont {
    font-family: "Hui-iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.li-menu.open > .ul-menu {
    position: absolute;
    z-index: 1000;
    display: inline-block;
    top: 100%;
    left: -1px;
    min-width: 100%;
    background-color: #86B6DD;
    border: solid 1px #f2f2f2;
}
/******************* ��Ŀ���鲿�� *******************/
.backContent .resume {
}

    .backContent .resume .resumeTop {
        padding: 20px;
        line-height: 30px;
        background: #f9f9f9;
        border-bottom: solid #ddd 1px;
    }

        .backContent .resume .resumeTop .position {
            font-size: 16px;
            font-weight: 600;
            float: left;
            color: #333;
        }

        .backContent .resume .resumeTop .location {
            float: left;
            margin-left: 10px;
        }

        .backContent .resume .resumeTop .wage {
            /*font-size: 16px;*/
            float: right;
            color: #f63;
        }

        .backContent .resume .resumeTop .company {
            float: left;
        }

        .backContent .resume .resumeTop .positions {
            float: right;
        }

            .backContent .resume .resumeTop .positions a {
                color: #235f8f;
            }

                .backContent .resume .resumeTop .positions a:hover {
                    color: #f00;
                }

        .backContent .resume .resumeTop .nature {
        }

    .backContent .resume .welfare {
        border-top: solid #ddd 1px;
        margin-top: 10px;
        padding: 20px 10px;
    }

        .backContent .resume .welfare ul {
            padding: 0 10px 10px;
            display: flex;
        }

            .backContent .resume .welfare ul li {
                flex: 1;
            }

        .backContent .resume .welfare ol li {
            border: solid #ff9f20 1px;
            line-height: 30px;
            padding: 0 15px;
            margin: 8px;
            float: left;
        }

.backContent .jobInfo {
    margin-top: 10px;
    border: 1px #ccc solid;
}

    .backContent .jobInfo .infoTop {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        padding: 10px 0;
        background: #f5f5f5;
        border-bottom: solid #ddd 1px;
    }

        .backContent .jobInfo .infoTop i {
            width: 5px;
            height: 20px;
            background: #1E7AC5;
            float: left;
            margin-right: 15px;
        }

    .backContent .jobInfo .infoCon {
        padding: 20px;
        line-height: 30px;
        overflow-wrap: break-word;
    }

        .backContent .jobInfo .infoCon h4 {
            font-size: 14px;
        }

.contentDiv {
    padding-left: 10px;
    padding-right: 10px;
}
