@font-face {
    font-family: 'iconfont';  /* project id 907408 */
    src: url('//at.alicdn.com/t/font_907408_xs3fd2drzl.eot');
    src: url('//at.alicdn.com/t/font_907408_xs3fd2drzl.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_907408_xs3fd2drzl.woff') format('woff'),
    url('//at.alicdn.com/t/font_907408_xs3fd2drzl.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_907408_xs3fd2drzl.svg#iconfont') format('svg');
}

#container{
    min-height: 100%;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.company-listbox{
    width: 1200px;
    margin: 20px auto 20px auto;
}
.listbox-main{
    border: 1px solid #eaeaea;
}
.listbox-main li{
    padding: 0 20px;
    background-color: #fff;
    font-size: 14px;
    position: relative;
}
.main-choose {
    border-bottom: 1px dashed #eaeaea;
    padding: 15px 0;
}
.announce_way {
    border: none;
}
.main-choose p{
    display: inline-block;
    color: #333;
}
.main-choose span{
    margin-left: 10px;
    padding: 1px 10px 3px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    cursor: pointer;
    color: #666;
}
.main-choose span.active{
    text-align: center;
    background-color: #0bb28b;
    color: #fff;
}
.other-item{
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.other-item .view-more {
    margin-left: 10px;
}

/*排序方式*/
.main-content {
    width: 1200px;
    margin: 0px auto;
}
.solt-list{
    width: 918px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    float: left;
}
.solt-choose{
    text-align: center;
    cursor: pointer;
    width: 131px;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
}
.solt-choose.active{
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.solt-choose img,.solt-choose span,.other-item span,.other-item img{
    vertical-align: middle;
}
.solt-choose img{
    margin-left: 10px;
    width: 16px;
}
.solt-top{
    height: 48px;
    line-height: 48px;
    position: relative;
    font-size: 14px;
    color: #999;
    background-color: rgba(250,250,250,1);
    border-bottom: 1px solid rgba(234,234,234,1);
}
.solt-top>span{
    display: inline-block;
    width: 120px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    cursor: pointer;
    float: left;
}
.solt-top>span.active{
    background-color: #fff;
    border-bottom: none;
    height: 49px;
    color: #333;
}
.choose-main p{
    width: 131px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
.choose-main{
    display: none;
    position: absolute;
    top: 49px;
    right: 0;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.com-table{
    height: 120px;
    cursor: default;
}
.com-table:hover {
    box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
table {
    border-collapse: collapse;
    width: 100%;
}
.com-table:nth-child(2n){
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fcfcfc;
}
.list-one{
    width: 120px;
    text-align: center;
}
.list-one img{
    width: 78px;
    height: 78px;
    border: 1px solid #eaeaea;
    vertical-align: middle;
}
.list-two{
    width: 450px;
    font-size: 14px;
}
.list-two img{
    vertical-align: middle;
}
.list-two span{
    color: #A6A6A6;
}
.list-two a p span{
    color: #12c096;
    vertical-align: middle;
    padding-right: 10px;
}
.list-two>p:nth-of-type(1){
    padding: 8px 0px 13px;
    font-size: 16px;
    /*font-weight: bold;*/
}
.list-two>p:nth-of-type(1) span {
    color: #4C4C4C;
}
.list-two>p{
    color: #999;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

.list-two>p:last-child{
    margin-top: 7px;
}

.tag_date {
    width: 300px;
}

.tag_date p {
    color: #12c096;
    font-size:  12px;
    padding-left: 5px;
}

.tag-list {
    margin-bottom: 5px;
}

.tag-list span{
    display: inline-block;
    color: #999999;
    border: 1px solid #CCCCCC;
    width: 85px;
    text-align: center;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
    border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    cursor: default;
    font-size: 12px;
}

.list-three{
    width: 300px;
    text-align: right;
    padding-right: 29px;
    font-size: 12px;
    color: #999;
}

.list-three a{
    margin-top: 10px;
    display: inline-block;
    width: 150px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: #ccc;
}

.list-three a.active{
    background-color: #0bb28b;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
    border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.solt-way{
    position: absolute;
    right: 0;
    top: 0;
}
.solt-r{
    display: inline-block;
}
#wrapper{
    position: relative;
    right: 28px;
    color: #666666;
}

#positionReportDate{
    height: 24px;
    line-height: 24px;
    border: 1px solid #eaeaea;
    padding-left: 10px;
}
.date-iconf {
    position: absolute;
    right: 10px;
    top: 20px;
}
.x {
    position: absolute;
    font-style: normal;
    right: 10px;
    top: -2px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.xyz-empty{
    text-align: center;
    padding: 40px 0;
    margin: 60px 0 90px;
}

/*右侧广告*/
.ad {
    float: right;
    width: 260px;
    margin: 0px 0px 70px 20px;
}

.ad .ad_item {
    margin-top: 20px;
    width: 260px;
    height: 111px;
    border-radius: 3px;
    overflow: hidden;
}

.ad .ad_item:first-child {
    margin-top: 0px;
}

.ad .ad_item img {
    width: 100%;
    height: 100%;
}
/*分页*/
#pagebar {
    text-align: center;
    margin: 35px 0 30px 0;
}

#pagebar li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    background: #ebebeb;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
#pagebar li,.other-main li,.list-three a,.no-message,.no-message span{
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
    border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.list-three a{
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
    border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

#pagebar li:hover {
    background: #0bb28b;
}
#pagebar li:hover a {
    color: #fff;
}

#pagebar li a {
    color: #999;
}

#pagebar .active {
    background: #0bb28b;
}
#pagebar .active a{
    color: #fff;
}
#pagebar .disabled {
    cursor: default;
}
#pagebar .disabled:hover {
    background: #a8decf;
}
.xz-page {
    width: 917px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.xyz-empty p{
    font-size: 28px;
    padding: 40px 0 14px 0;
    color: #666;
}
.xyz-empty span{
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    display: inline-block;
}
.other-list {
    background-color: #fff;
    display: none;
    border: 1px solid #eaeaea;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 3;
    width: 400px;
    box-shadow: 0 0 8px #eaeaea;
    -webkit-box-shadow: 0 0 8px #eaeaea;
    -moz-box-shadow: 0 0 8px #eaeaea;
    max-height: 350px;
    overflow-y: auto;
}

.other-sch li {
    width: 116px!important;
}

.other-industry .other-main li {
    width: 82px;
}

.others-main .other-main li {
    width: 59px;
}

.other-list li {
    color: #666;
}

.other-list li span:hover {
    color: #0bb28b;
    background-color: #fff;
}

.other-active {
    display: block;
}
.other-main span {
    /*float: left;*/
    /*margin-right: 15px;*/
    cursor: pointer;
    /*margin-bottom: 10px;*/
    /*padding: 3px 10px;*/
    position: relative;
}
.other-detial {
    margin: 19px 19px 0px 22px;
}

.other-detial p{
    float: left;
    font-size: 14px;
    color: #0bb28b;
}
.detial-list{
    width: 250px;
    float: right;
}
.detial-list span:hover{
    color: #0bb28b;
}

.clear{
    clear: both;
}
.detial-list span{
    padding: 2.5px 10px;
}
.no-message{
    width: 200px;
    height: 100px;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.51);
    font-size: 16px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: none;
}
.no-message p{
    line-height: 30px;
    margin-bottom: 20px;
}
.no-message span{
    background-color: #0bb28b;
    padding: 5px 15px;
    cursor: pointer;
}

.search-bar{
    position: relative;
    border: 1px solid #0bb28b;
    width: 1200px;
    margin: auto;
    margin-top: 15px;
    background: #FFFFFF;
}

.search-input {
    width: 900px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border:none;
    padding-bottom: 9px;
}

.search-btn {
    width: 300px;
    float: right;
    height: 38px;
    line-height: 38px;
    background: #0bb28b;
    color: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
}

.date-chooser {
    width: 100px;
    position: absolute;
    margin-right: 0;
    text-align: right;
    right: 0;
    z-index: 0;
}

#wrapper input {
    cursor: pointer;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    z-index: 2;
    opacity: 0;
    position: absolute;
    right: 0;
}

.data-main {
    display: inline-block;
    vertical-align: middle;
}

.subjob-list{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    cursor: default;
}

.subjob-list span {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
}

.subjob-list span:hover {
    color: #0bb28b;
}

.other-main {
    box-sizing: border-box;
    position: relative;
}

.other-list .job-type {
    color: #666;
}

.other-list .job-type:hover {
    color: #0bb28b;
}

.other-main .job-type  {
    border-radius: 6px;
    float: left;
    cursor: pointer;
    margin: 5px;
    padding: 3px 10px;
    width: 80px;
    box-sizing: border-box;
}

.subjob-list .back {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #0bb28b;
    font-weight: bold;
}

.banner-svip {
    position: relative;
    min-width: 1200px;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 0;
    overflow: hidden;
}
.banner-show {
    height: 90px;
}

/*自定义样式confirm*/
body .layui-layer-shade {
    z-index: 1001!important;
}
body .new-confirm {
    width: 380px!important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    z-index: 1002!important;
}
body .new-confirm .layui-layer-setwin .layui-layer-close1 {
    position: relative;
    background: none;
}
body .new-confirm .layui-layer-setwin .layui-layer-close1:before,
body .new-confirm .layui-layer-setwin .layui-layer-close1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    width: 1px;
    height: 16px;
    background-color: #0bb28b;
}
body .new-confirm .layui-layer-setwin .layui-layer-close1:before {
    transform: rotate(45deg);
}
body .new-confirm .layui-layer-setwin .layui-layer-close1:after {
    transform: rotate(-45deg);
}
body .new-confirm .layui-layer-title {
    display: none;
}
body .new-confirm .layui-layer-content {
    padding: 80px 20px 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
body .new-confirm .layui-layer-btn {
    margin-bottom: 57px;
    padding: 0;
    text-align: center;
}
body .new-confirm .layui-layer-btn a {
    margin: 0;
    padding: 0;
    width: 118px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #0bb28b;
    background-color: #fff;
    color: #0bb28b;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
body .new-confirm .layui-layer-btn .layui-layer-btn1 {
    margin-left: 21px;
    background-color: #0bb28b;
    color: #fff;
}