.cfw-header {
    padding: 20px 0;
    background: #fff;
}

.cfw-logo {
    text-align: center;
    letter-spacing: 2px;
}

    .cfw-logo h1 {
        color: #2e3238;
        font-size: 16px;
    }

.search-tab-list li {
    position: relative;
    float: left;
    margin: 0 10px 0 2px;
    padding: 0 10px;
    color: #999ea6;
    cursor: pointer;
    height: 26px;
    line-height: 27px;
}

    .search-tab-list li:hover {
        color: #276bf2;
        border-radius: 4px 4px 0 0;
        background: #e9f0fa;
    }

    .search-tab-list li.active {
        color: #fff;
        background: #276bf2;
        background-image: -webkit-linear-gradient(left,#1285ff 0,#276bf2 100%);
        background-image: -o-linear-gradient(left,#1285ff 0,#276bf2 100%);
        background-image: linear-gradient(to right,#1285ff 0,#276bf2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1389ff', endColorstr='#276bf2', GradientType=1);
        border-radius: 4px 4px 0 0;
        font-weight: bold;
    }

.cfw-header .cfw-search {
    width: 725px;
    margin-left: 67px;
}

.cfw-search .search-box {
    height: 44px;
    border: 1px solid #276bf2;
    background: #fff;
    border-radius: 4px;
}

.cfw-search .sch-ipt {
    position: relative;
    width: 613px;
    height: 44px;
    color: #6f757e;
    background: #fff;
    border-radius: 4px;
}

    .cfw-search .sch-ipt input {
        width: 600px;
        height: 24px;
        padding: 10px 0 10px 10px;
        border: none;
        border-radius: 4px;
    }

.cfw-search .sch-btn {
    width: 110px;
    border-radius: 0 2px 2px 0;
    font-weight: 700;
    /*background-image: -webkit-linear-gradient(left,#4e88d9 0,#276bf2 100%);
    background-image: -o-linear-gradient(left,#4e88d9 0,#276bf2 100%);
    background-image: linear-gradient(to right,#4e88d9 0,#276bf2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e88d9', endColorstr='#276bf2', GradientType=1);*/
}

.search-hot {
    margin: 5px 0 0 0;
    color: #999ea6;
}

.cfw-search .search-hot a {
    font-size: 12px;
    color: #999ea6;
    margin-right: 16px;
}

.cfw-header .qrcode {
    position: absolute;
    right: 0;
    top: -10px;
}

.cfw-nav-list {
    height: 40px;
}

    .cfw-nav-list li {
        float: left;
        width: 95px;
        height: 40px;
        text-align: center;
    }

        .cfw-nav-list li a {
            color: #2e3238;
            padding: 0 10px 16px 10px;
            font-size: 16px;
            text-align: center;
            font-weight: 700;
        }

            .cfw-nav-list li a .new-label {
                position: absolute;
                top: -10px;
                right: -16px;
            }

            .cfw-nav-list li a:hover {
                color: #276bf2;
            }

            .cfw-nav-list li a.active {
                color: #276bf2;
                border-bottom: 3px solid #276bf2;
            }

.hot-recruit {
    position: relative;
    float: left;
    width: 220px;
    height: 285px;
    padding: 15px 20px 15px 0;
    background: #fff;
}

    .hot-recruit h2 {
        font-size: 16px;
        color: #2e3238;
        margin: 0 0 5px 15px;
    }

    .hot-recruit a {
        float: left;
        margin: 5px 0 5px 15px;
        line-height: 20px;
    }

        .hot-recruit a:hover {
            color: #276bf2;
        }

    .hot-recruit .all {
        float: left;
        margin: 5px 0 5px 20px;
        cursor: pointer;
    }

.more-area {
    position: absolute;
    bottom: 0;
    left: 188px;
    padding: 0 0 0 35px;
    z-index: 9999;
}

    .more-area .more-area-box {
        width: 243px;
        height: 285px;
        padding: 15px 15px 15px 0;
        box-shadow: 0 1px 4px rgba(4,0,1,.1);
        background: #fff;
        animation: fadeInLeftBig .3s ease-in-out;
        -webkit-animation: fadeInLeftBig .3s ease-in-out;
    }

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.cfw-banner {
    position: relative;
    float: left;
    width: 600px;
    height: 315px;
    margin: 0 20px;
    overflow: hidden;
}

    .cfw-banner .bd ul {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .cfw-banner .bd ul li {
            zoom: 1;
            vertical-align: middle;
        }

        .cfw-banner .bd ul img {
            width: 615px;
            height: 315px;
            display: block;
        }

.cfw-personal {
    position: relative;
    float: left;
    width: 260px;
    height: 285px;
    padding-top: 30px;
    background: #fff;
}

.personal-info .info-welcome {
    float: left;
    width: 156px;
    margin-left: 15px;
    line-height: 44px;
    font-size: 16px;
    color: #2e3238;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.login-btns {
    margin: 25px 0 5px 0;
    text-align: center;
    overflow: hidden;
}

    .login-btns a {
        display: inline-block;
        width: 105px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        margin: 0 10px;
        text-align: center;
        background: #276bf2;
        /*background-image: -webkit-linear-gradient(right,#276bf2 0,#2f4ccf 100%);
    background-image: -o-linear-gradient(right,#276bf2 0,#2f4ccf 100%);
    background-image: linear-gradient(to right,#276bf2 0,#2f4ccf 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#276bf2', endColorstr='#2f4ccf', GradientType=1);*/
        border-radius: 4px;
    }

.register-btns {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #f0f8ff;
}

    .register-btns .line {
        color: #d6ebff;
        margin: 0 20px;
    }

.work-notice {
    padding: 15px 15px 5px 15px;
}
    /*.work-notice h3{
	color: #2e3238;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/res/line-sec.jpg) no-repeat left bottom;
}*/
    .work-notice a {
        display: block;
        font-size: 12px;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.personal-nums {
    text-align: center;
    padding: 5px 0 10px 0;
    border-bottom: 1px #edeeef dotted;
}

    .personal-nums a,
    .personal-nums span.poi {
        float: left;
        color: #2e3238;
        margin: 10px 15px;
    }

        .personal-nums a .num {
            font-size: 24px;
            color: #276bf2;
            display: block;
        }

    .personal-nums .company-login {
        position: absolute;
        right: 0;
        top: 0;
        color: #999ea6;
        font-size: 12px;
    }

        .personal-nums .company-login:hover {
            color: #276bf2;
        }

.conve a {
    float: left;
    margin: 5px 19px;
    text-align: center;
    font-size: 12px;
}

.conve i {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

    .conve i.edu {
        color: #7a9de9;
    }

    .conve i.video {
        color: #bf9df7;
    }

    .conve i.match {
        color: #fcce6b;
    }

.classify-menu {
    height: 75px;
    line-height: 30px;
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .classify-menu p {
        position: relative;
        float: left;
        width: 190px;
        height: 25px;
        padding: 25px 0;
        font-size: 16px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }

        .classify-menu p i {
            font-size: 18px;
            /*color:#276bf2;*/
        }

        .classify-menu p a {
            margin-left: 10px;
            color: #2e3238;
            font-weight: 700;
        }

        .classify-menu p .line {
            position: absolute;
            right: 0;
            top: 30px;
            width: 1px;
            height: 20px;
            border-right: 1px #e2e4e7 dotted;
        }

        .classify-menu p:hover a,
        .classify-menu p:hover i {
            color: #276bf2;
        }

.ad-list {
    margin: -10px 0 0 -10px;
}

    .ad-list .adsize-lg {
        float: left;
        width: 220px;
        height: 100px;
        margin: 10px 0 0 10px;
    }

        .ad-list .adsize-lg img {
            width: 220px;
            height: 100px;
        }

    .ad-list .adsize-sm {
        float: left;
        width: 220px;
        height: 70px;
        margin: 10px 0 0 10px;
    }

        .ad-list .adsize-sm img {
            width: 220px;
            height: 70px;
        }

.g-lt .m-catalog {
    float: left;
    width: 860px;
}

.salary-inquire {
    float: right;
    width: 260px;
    height: 376px;
    background: #fff;
}

    .salary-inquire h2 {
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        color: #2e3238;
    }

        .salary-inquire h2 span {
            padding-left: 8px;
            font-size: 12px;
            font-weight: 500;
            color: #fa6400;
        }

.inquire-form .formitm {
    padding: 0 15px 15px 15px;
}

    .inquire-form .formitm .lab {
        float: left;
        width: 40px;
        line-height: 30px;
    }

    .inquire-form .formitm .ipt-box {
        float: left;
        width: 180px;
    }

.inquire-form .u-ipt {
    width: 168px;
    height: 28px;
    padding-left: 10px;
}

.inquire-form .u-set {
    width: 180px;
    height: 32px;
    padding-left: 10px;
}

.inquire-form button {
    width: 86px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.recommend-company li {
    float: left;
    width: 150px;
    padding: 0 20px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .recommend-company li a:hover {
        color: #276bf2;
    }

.g-fashion .m-catalog {
    float: left;
    width: 860px;
    height: 500px;
    background: #fff;
}

.news-list {
    padding: 20px;
    border-bottom: 1px solid #edeeef;
    overflow: hidden;
}

    .news-list.last {
        border: none;
    }

    .news-list .left {
        width: 400px;
    }

        .news-list .left .news-img {
            float: left;
            width: 115px;
            height: 90px;
        }

            .news-list .left .news-img img {
                display: block;
                max-width: 100%;
                max-height: 100%;
            }

        .news-list .left .news-info {
            position: relative;
            float: left;
            width: 270px;
            height: 90px;
            margin-left: 15px;
        }

.news-info h3 a {
    height: 45px;
    color: #2e3238;
    font-size: 16px;
    transition: all .2s;
    overflow: hidden;
}

    .news-info h3 a:hover {
        color: #276bf2;
    }

.news-info .date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
}

    .news-info .date span {
        margin-right: 20px;
        color: #999ea6;
    }

.news-list .right {
    float: left;
    margin-left: 60px;
    width: 360px;
}

    .news-list .right li span.poi {
        display: block;
        font-size: 14px;
        color: #2e3238;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }

    .news-list .right li a:hover {
        color: #276bf2;
    }

.fashion-news .news-more a {
    font-size: 12px;
    color: #999ea6;
    padding: 5px 10px;
    border: 1px solid #edeeef;
    transition: all 0.2s ease-in-out;
}

.news-more a:hover {
    color: #276bf2;
}

.fashion-match {
    float: right;
    width: 260px;
    height: 500px;
    background: #fff;
}

    .fashion-match .match {
        border-bottom: 1px solid #f4f5f6;
    }

    .fashion-match img {
        display: block;
        width: 260px;
        height: 193px;
    }

    .fashion-match p {
        padding: 10px 15px;
    }

    .fashion-match .news-more a {
        display: block;
        font-size: 12px;
        color: #999ea6;
        padding-top: 7px;
        transition: all .2s;
    }

.m-catalog-hd .more:hover {
    color: #276bf2;
}

.link-hd {
    margin-bottom: 10px;
    border-bottom: 1px solid #edeeef;
}

    .link-hd a, .link-hd span.poi {
        float: left;
        padding: 0 0 10px 0;
        margin-right: 20px;
    }

        .link-hd a.active, .link-hd span.poi.active {
            border-bottom: 2px solid #276bf2;
        }

.link-tab {
    color: #999ea6;
}

    .link-tab a {
        line-height: 25px;
        color: #999ea6;
        margin-right: 8px;
    }

.letter-list {
    margin-left: -20px;
}

    .letter-list li {
        float: left;
        margin-left: 20px;
    }

.friend-link {
    height: 50px;
}

.g-foot {
    padding: 25px 0;
    margin: 30px 0 0 0;
    line-height: 30px;
    background: #fff;
    overflow: hidden;
}

    .g-foot .foot-nav {
        margin-left: -115px;
    }

.foot-grid {
    float: left;
    margin-left: 115px;
}

    .foot-grid a {
        color: #999ea6;
    }

.foot-ICP .left {
    float: left;
    width: 700px;
    font-size: 12px;
    color: #999ea6;
}

    .foot-ICP .left a {
        color: #999ea6;
    }

    .foot-ICP .left img {
        vertical-align: -2px;
        margin: 0 5px;
    }

.foot-ICP .right {
    float: right;
    margin: 5px 0 0 20px;
}

    .foot-ICP .right a {
        margin-left: 12px;
    }


.recruit-list-item .job .u-anxious {
    position: absolute;
    right: 2px;
    top: 8px;
}
