/*伪类清除浮动*/

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}



/*列表页样式*/

.nicepanel {
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    box-shadow: 2px 5px 3px #ccc;
    -moz-box-shadow:2px 2px 5px #ccc;/*firefox*/  
    -webkit-box-shadow:2px 2px 5px #ccc;/*webkit*/
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 10px;
    margin-bottom:5px
}

.searchbox li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    /*padding-right: 20px;*/
    margin-right: 20px;
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: 1px solid red;
    border-top: 1px solid red;*/
}

.searchbox .s-title {
    color: #005e93;
    font-size: 14px;
    font-weight: bold;
    text-indent: 35px;
    background: url(../images/gf.png) no-repeat;
    background-position: 0 6px;
}

.searchbox .yw-search select {
    height: 30px;
    position: relative;
    top: -1px;
    width: 120px;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.searchbox .yw-search input {
    height: 30px;
    position: relative;
    top: -1px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #f2f2f2;
    padding-left: 6px;
    width: 220px;
}

.searchbox .yw-search input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.searchbox .yw-search input:-ms-input-placeholder {
    color: #999;
}

.searchbox .yw-search input::-webkit-input-placeholder {
    color: #999;
}
.footer a, .footer a:visited {
    color: #fff;
}
a:-webkit-any-link {
    color: #000000;
}
.nicebtn {
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.nicebtn-xs {
    padding: 3px 16px;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.nicebtn-xl {
    padding: 14px 54px;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.nicebtn-xl1 {
    padding: 14px 54px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.btn-blue {
    background-color: #2491ee;
    box-shadow: 0px 3px 2px #91c8f6;
    -moz-box-shadow:2px 2px 5px #91c8f6;/*firefox*/  
    -webkit-box-shadow:2px 2px 5px #91c8f6;/*webkit*/
}
.btn-blue1 {
    background-color: #00549e;
}
.btn-default {
    background-color: #959595;
    box-shadow: 0px 3px 2px #cacaca;
    -moz-box-shadow:2px 2px 5px #cacaca;/*firefox*/  
    -webkit-box-shadow:2px 2px 5px #cacaca;/*webkit*/

}

.btnGroup {
    margin-bottom: 20px;
}

.h-table {
    width: 100%;
    color: #666;
    border: 1px solid #ccc;
}

.h-table tr th {
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

.h-table tr td {
    padding: 8px 12px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}

.h-table tr td:first-child {
    text-align: left;
}

.l-title {
    color: #005e93;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lb .fy {
    float: right
}

.lb .l-title {
    float: left;
}

.lb .fy li {
    display: inline-block;
}

.mainpart li {
    display: inline-block;
    width: 397px;
    margin-top: 20px;
    text-align: center;
}

.mainpart li img {
    margin-top: 30px;
}

.mainpart li p {
    padding: 40px;
    font-size: 16px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.jumbotron {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.top1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0061b2;
    overflow: hidden;
}

.qiye-logo {
    display: inline-block;
    float: left;
}

.tips-required {
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 4px;
    position: relative;
    background-color: #ff7f00;
    margin-left: 8px;
}

.tips-required i {
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    _border: 5px dotted transparent;
    border-top: 5px solid #ff7f00;
    font-size: 0;
    line-height: 0;
}

.item .gray_bkg {
/*    background: #fafafa;*/
    padding: 20px 30px;
    margin: 20px 0px 0 0px;
    color: #6fb4ee;
    font-size: 16px;
    font-weight: bold;
}

.item .gray_bkg .edit {
    top: 30px;
    right: 50px;
    cursor: pointer;
    font-weight: normal;
}

.item .gray_bkg .user_info {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    width: 100%;
}

.item .gray_bkg .user_info tr td {
    width: 45px;
    padding: 5px;
}

.item .gray_bkg .user_info tr td span.edit_pass {
    color: #6fb4ee;
    text-decoration: underline;
}

.item .gray_bkg .user_info tr td i {
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #6fb4ee;
}

i {
    font-style: normal;
}

.item .gray_bkg .spec_phno {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    width: 100%;
}

.item .gray_bkg .spec_phno td img {
    vertical-align: text-top;
    margin-right: 4px;
}

.item .gray_bkg .spec_phno thead tr td {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #6fb4ee;
    border-left: 1px solid #6fb4ee;
    background-color: #f2f2f2;
    height: 40px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.item .gray_bkg .spec_phno thead tr td span.new_phno {
    cursor: pointer;
    position: absolute;
    right: 50px;
}

.item .gray_bkg .spec_phno thead tr td span.new_phno i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 18px;
    margin-right: 5px;
}

.item .gray_bkg .spec_phno tbody tr td.lt_blue {
    background-color: #ddeefc;
    color: #1568b5;
    line-height: 40px;
    height: 40px;
}

.item .gray_bkg .spec_phno tbody tr td {
    border-left: 1px solid #e7e7e7;
    border-top-color: #fff;
    border-bottom-color: #fff;
    cursor: pointer;
    line-height: 30px;
}

.item .gray_bkg .spec_phno tbody tr {
    text-align: center;
    border-bottom: 1px solid white;
}

.item .gray_bkg .spec_phno tbody tr .ft_blue {
    color: #479ae0;
}

.item .gray_bkg .spec_phno tbody tr .edit_udln a {
    color: #479ae0;
    text-decoration: underline;
}

.item .gray_bkg .spec_phno tbody tr td i {
    display: block;
    width: 80px;
    height: 25px;
    background: url(images/pic/jbxx.png) no-repeat;
    color: #fff;
    margin: 10px auto;
    overflow: hidden;
}

.edit_udln {
    color: #47B2E9;
    text-decoration: underline;
}
.resume-add {
    height: 38px;
    line-height: 38px;
    border: 1px dashed #e3e3e3;
    background: #f7f7f7;
    color: #0077b3;
    text-align: center;
    font-weight: 700;
    cursor: pointer;}
.resume-add em {
    font-family: 'Arial';
    font-size: 18px;
    vertical-align: middle;}
.item .title{
    margin-top: 10px;color: #666
}
.item .title .icons{
    width: 32px;height:32px;background-image: url(../images/icons.png);
    display: inline-block;
    position: relative;
    top:9px;
}
.item .title .icons-1{
    background-position: -994px 0;
}

.bidding-tab li{color:#fff;display:inline-block;padding:8px 20px;font-size:14px;font-size:14px;cursor:pointer;font-weight:bold;border-radius:5px;margin-right:10px}
.bidding-tab li.active, .bidding-tab li:hover{color:#333;background-color:#fff;opacity:0.8}

