﻿/*#top{
    height: 50px;
    background-color: #303a40;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    z-index: 10;
}
#top-body{
    width: 1200px;
    margin: 0 auto;
}
.top-left{
    float: left;
    width: 300px;
}
.logo{
    height: 50px;
    float: left;
}
.logo-text{
    line-height: 50px;
    font-size: 20px;
    float: left;
    color: #eff0f0;
}
.cur-city{
    float: left;
    line-height: 22px;
    font-size: 14px;
    margin-top: 14px;
    color: #eff0f0;
    border-left: 1px #999 solid;
    margin-left: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.top-mid{
    float: left;
    font-size: 14px;
    margin-left: 40px;
    width: 300px;
    line-height: 50px;
}
.top-mid a{
    margin-right: 40px;
}
.top-right{
    width: 400px;
    float: right;
}*/
/*.top-item{
    color: #999;
    line-height: 50px;
    float: right;
    margin-left: 40px;
}
.top-item img{
    vertical-align:middle;
}*/

#container{
    background-color: #f8f8f8;
    overflow: hidden;
}
#content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-box{
    overflow: hidden;
    padding: 20px 20px;
    border: #ebebeb 1px solid;
    position: relative;
    background-color: #fff;
}
    .search-box .poname {
        height: 34px;
        line-height: 34px;
        width: 766px;
        border: 2px solid #e82b37;
        background: #fff;
        z-index: 1000;
        margin-left:210px;
    }
.poname .ser {
    width: 538px;
    padding-left: 10px;
    font-size: 16px;
    color: #555;
    height: 34px;
    line-height: 34px;
    border: none;
    float: left;
}
.poname .ser-btn {
    width: 106px;
    color: #fff;
    background: #e82b37;
    font-size: 18px;
    display: block;
    text-align: center;
    letter-spacing: 6px;
    float: left;
    border: 0;
    height: 34px;
    padding-left: 12px;
    cursor: pointer;
}
.poname span {
    display: block;
    width: 80px;
    border-right: 2px solid #e82b37;
    background: url(../Images/index-icon.png) no-repeat 78px 0;
    font-size: 16px;
    float: left;
    cursor: pointer;
    text-align: center;
    padding: 0px 21px 0 9px;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
}
.more-whe{
    overflow: hidden;
    padding: 20px 20px;
    border: #ebebeb 1px solid;
    
    background-color: #fff;
    margin-top: 10px;
    font-size: 14px;
}
.potrade{
    overflow: hidden;
    margin-bottom: 10px;
}
.potrade-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}
.select-potrade {
    float: left;
    width: 1032px;
    margin-right: 5px;
}
#select-potrade {
    
}
    .select-potrade a {
    color: #666;
    margin-left: 3px;
    padding: 0 10px;
    float: left;
    line-height: 30px;
    margin-bottom: 5px;
    transition: background,color .3s;
    -moz-transition: background,color .3s;
    -webkit-transition: background,color .3s;
    -o-transition: background,color .3s;
    cursor: pointer;
}
    .select-potrade a.on {
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        /*background-image: -moz-linear-gradient( 90deg, rgb(212,46,64) 0%, rgb(238,107,158) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,46,64) 0%, rgb(238,107,158) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,46,64) 0%, rgb(238,107,158) 100%);*/
        background-color: #e82b37;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
    }

.select-potrade span {
    color: #666;
    margin-left: 3px;
    padding: 0 10px;
    float: left;
    line-height: 30px;
    margin-bottom: 5px;
    transition: background,color .3s;
    -moz-transition: background,color .3s;
    -webkit-transition: background,color .3s;
    -o-transition: background,color .3s;
    cursor: pointer;
}
    .select-potrade span.on {
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #e82b37;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
    }
.posalary{
    overflow: hidden;
}
.posalary-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}

.select-posalary {
    float: left;
    width: 1032px;
    margin-right: 5px;
}
.select-posalary a {
    color: #666;
    margin-left: 3px;
    padding: 0 10px;
    float: left;
    line-height: 30px;
    margin-bottom: 5px;
    transition: background,color .3s;
    -moz-transition: background,color .3s;
    -webkit-transition: background,color .3s;
    -o-transition: background,color .3s;
    cursor: pointer;
}
    .select-posalary a.on {
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #e82b37;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
    }

.workyear {
    overflow: hidden;
}

.workyear-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}

.select-workyear {
    float: left;
    width: 1032px;
    margin-right: 5px;
}

    .select-workyear a {
        color: #666;
        margin-left: 3px;
        padding: 0 10px;
        float: left;
        line-height: 30px;
        margin-bottom: 5px;
        transition: background,color .3s;
        -moz-transition: background,color .3s;
        -webkit-transition: background,color .3s;
        -o-transition: background,color .3s;
        cursor: pointer;
    }

        .select-workyear a.on {
            color: #FFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background-color: #e82b37;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
        }

.xueli {
    overflow: hidden;
}

.xueli-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}

.select-xueli {
    float: left;
    width: 1032px;
    margin-right: 5px;
}

.select-xueli a {
        color: #666;
        margin-left: 3px;
        padding: 0 10px;
        float: left;
        line-height: 30px;
        margin-bottom: 5px;
        transition: background,color .3s;
        -moz-transition: background,color .3s;
        -webkit-transition: background,color .3s;
        -o-transition: background,color .3s;
        cursor: pointer;
}

.select-xueli a.on {
            color: #FFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background-color: #e82b37;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
}
.nianling {
    overflow: hidden;
}

.nianling-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}

.select-nianling {
    float: left;
    width: 1032px;
    margin-right: 5px;
}

    .select-nianling a {
        color: #666;
        margin-left: 3px;
        padding: 0 10px;
        float: left;
        line-height: 30px;
        margin-bottom: 5px;
        transition: background,color .3s;
        -moz-transition: background,color .3s;
        -webkit-transition: background,color .3s;
        -o-transition: background,color .3s;
        cursor: pointer;
    }

        .select-nianling a.on {
            color: #FFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background-color: #e82b37;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
        }
.sex {
    overflow: hidden;
}

.sex-title {
    color: #AAA;
    float: left;
    width: 98px;
    line-height: 30px;
    margin-left: 23px;
    font-weight: bold;
}

.select-sex {
    float: left;
    width: 1032px;
    margin-right: 5px;
}

    .select-sex a {
        color: #666;
        margin-left: 3px;
        padding: 0 10px;
        float: left;
        line-height: 30px;
        margin-bottom: 5px;
        transition: background,color .3s;
        -moz-transition: background,color .3s;
        -webkit-transition: background,color .3s;
        -o-transition: background,color .3s;
        cursor: pointer;
    }

        .select-sex a.on {
            color: #FFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background-color: #e82b37;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42e40', endColorstr='#ee6b9e',GradientType=0);
        }
#hot-position{    
    margin: 10px 0px;
    background-color: #fff;
    overflow: hidden;
    
}
.hot-left{
    width: 870px;
    min-height:500px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    
}
.posort-list{
    width: 310px;
    border-top: 4px #e82b37 solid;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.posort-list-title{
    margin:0 10px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
}
.posort-list-body{
    padding:10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.posort-body-item{
    float: left;
    width: 130px;
    color: #666;
    line-height: 35px;
    font-size: 14px;
    margin-right: 10px;
}
.hot-right{
    width: 310px;
    float: left;
}

.position-list{
    
    width: 838px;
    padding: 15px;
    border:1px #e5e5e5 solid;
    margin-bottom: 10px;
    overflow:hidden;
}
.position-left{
    width: 571px;    
    float: left;
    border-right: 1px #ccc dotted;
}
.position-right{
    float: left;
    width: 266px;
}
.poname{
    font-size: 18px;
    color:#e82b37;
    overflow: hidden;
}
.poinfo{
    overflow: hidden;
}
.text-warning {
    padding-right: 10px;
    line-height: 25px;
    display: inline;
    font-size: 16px;
    color: #e82b37;
    float: left;
    border-right: 1px #ccc solid;
}
.poinfo-item{
    display: inline;
    padding: 0 10px;
    line-height: 25px;
    font-size: 16px;
    float: left;
    color: #666;
    border-right: 1px #ccc solid;
}
.infolast{
    border-right:none;
}
.salary{
    display: inline;
    line-height: 25px;
    font-size: 16px;
    float: left;
    color: #666;
    margin-top: 15px;
}
.createdate{
    height: 30px;
    float: left;
    line-height: 30px;
}
.salary-list {
    height: 30px;
    width: 80px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    background-color: #e82b37;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.unitname{
    font-size: 15px;
    color: #666;
    padding-left: 10px;
}
.unittrade {
    font-size: 15px;
    color: #e82b37;
    padding-left: 10px;
    margin-top: 10px;
}

.yema {
    position: absolute;
bottom: 10px; 
height: 90px;
line-height: 180%;
padding: 15px;
}
.article_liebiao{
    padding: 10px 0 25px 0px;
    width:100%;
    float: left;
}
.article_liebiao li{
    list-style-type: none;
    color: #e82b37;    
    height: 30px;
    line-height: 30px;     
}
.article_name {
    float: left;
    font-weight: bold;
    color: #e82b37;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 20px;
}
.keChgImg { height: 200px; width: 290px; border: 1px solid #CCCCCC; background: #FFF; position: relative; overflow: hidden;}
.keImgs li { float: left; height: 200px; width: 290px; }
.keImgs { height: 200px; overflow: hidden; position: absolute; left: 0px; top: 0px; }
.keImgTitleBg { line-height: 28px; background: #FFF; height: 28px; width: 290px; position: absolute; left: 0px; bottom: 0px; opacity:0.9; filter:alpha(opacity=90) }
.keImgBtn { float: right; position: absolute; bottom: 0px; right: 0px; }
.keImgBtn ul li { float: right; height: 22px; width: 26px; text-align: center; padding-top: 6px; position: relative; color: #FFF; cursor: pointer; font: 14px "微软雅黑"; }
.keCor1 { background: #f72e07; }
.keCor2 { background: #f75007; }
.keCor3 { background: #f77807; }
.keCor4 { background: #f7c107; }
.keCor5 { background: #f7e907; }
.keImgBtn ul li img { display: none; position: absolute; left: 7px; top: 0px; }
.keImgBtn ul li.keImgCutLi img{display:block}
.keChgBtnL { position: absolute; left: 0px; top: 70px; cursor: pointer; z-index:10 }
.keChgBtnR { position: absolute; right: 0px; top: 70px; cursor: pointer; z-index:10 }
.keImgTxt { line-height: 28px; height: 28px; width: 210px; position: absolute; left: 0px; bottom: 0px; font-size: 12px; color: #3797BD;  overflow: hidden ;margin-left:5px;}
.keImgTxt a{ color: #000; font-family: Arial; }