/* 公共样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
a {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ed530f;
    text-decoration: none;
}
button:focus {
    outline: 0!important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hidden {
    overflow: hidden;
}
body {
    color: #000000;
}
/* 布局样式 */
.box {
    position: relative;
}
.header {
    height: 78px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 100000000;
    border-bottom: 1px solid #cccccc;
}
.headerContent {
    width: 1230px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto;

}
.headerContent .leftBox img{
    vertical-align: middle;
    max-height: 78px;
}
.headerContent .centerBox {
    margin-left: 55px;
}
.headerContent .centerBox ul li {
    font-size: 14px;
    color: #333333;
    float: left;
    margin-left: 35px;
    cursor: pointer;
}
.headerContent .centerBox ul img {
    vertical-align: text-top;
}
.headerContent .centerBox ul li:hover {
    font-weight: bold;
}
.rightBox .btn-default {
    width: 79px;
    height: 24px;
    line-height: 10px;
    color: #f77a23;
    font-size: 14px;
    border-radius: 12px;
    border: solid 1px #f77a23;
}
.searchArea {
    margin-top: 60px;
    width: 100%;
    height: 120px;
    background-color: #ed530f;
}
.searchContent {
    width: 1230px;
    height: 100%;
    margin: 0 auto;
}
.searchContent .searchLogo {
    line-height: 120px;
}
.searchContent .searchLogo .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}
.searchContent .searchLogo img {
    vertical-align: middle;
}
.searchContent .searchInput  {
    margin-top: 30px;
}
.searchContent .searchInput .input-group {
    width: 700px;
    height: 40px;
}
.searchContent .searchInput .input-group .form-control {
    height: 40px;
}
.searchContent .searchInput .input-group-addon {
    height: 40px;
    width: 100px;
    color: #ffffff;
    background-color: #ed530f;
}
.searchContent .searchInput .searchNav ul li{
    float: left;
    margin-top: 14px;
    margin-right: 30px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
    color: #e2e2e2;
    text-decoration: underline;
}
.content {
    background: #f1f1f3;
    padding-bottom: 34px;
}
.banner {
    width: 100%;
    height: 258px;
    background: url(../images/background.jpg) no-repeat top center;
    /* background-size:cover; */
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.19);
}
.topBanner {
    width: 1230px;
    height: 100%;
    margin: 0 auto;

}
.flexBox {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-right: 80px;
}
.flexBox:before,.flexBox:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bannerTitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.number {
    color: #ED530F;
}
.hostTime01 {
    margin-top: 26px;
}
.hostTime01,.location01,.hostType01 {
    font-size: 14px;
    line-height: 22px;
}
.hostTime01::before {
    content: url(../images/time.png);
    vertical-align: middle;
    margin: 0 8px 0 4px;
}
.location01::before {
    content: url(../images/address.png);
    vertical-align: middle;
    margin: 0 8px 0 4px;
}
.hostType01::before {
    content: url(../images/address.png);
    vertical-align: middle;
    margin: 0 8px 0 4px;
}

.bannerButton button {
    width: 120px;
    height: 32px;
    background: #7DB627;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 14px;
    margin-left: 16px;
}
.bannerButton button:first-child {
    background: #ed530f;
    margin-left: 180px;
}
.recruitmentList {
    width: 1230px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 16px;
}
.lianxifangshi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-weight: bold; */
    /* margin-bottom: 26px; */
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-left: 26px;
    /* border-bottom: 1px solid #ECECEC; */
}
.lianxifangshi::before {
    content:'';
    display:block;
    width: 7px;
    height: 17px;
    background: #ed530f;
    margin-right: 8px;
    border-radius: 25%;
}


lianxifangshiss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-weight: bold; */
    /* margin-bottom: 26px; */
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-left: 26px;
    /* border-bottom: 1px solid #ECECEC; */
}
.lianxifangshiss::before {
    content:'';
    display:block;
    width: 7px;
    height: 17px;
    margin-right: 8px;
    border-radius: 25%;
}


.leftBox .imgBox {
    float: left;
    width: 195px;
    height: 109px;
    margin-right: 36px;
}
.leftBox>div{
    float: left;
}
.leftBox .imgBox img {
    max-width: 100%;
    max-height: 100%;
}
#recruitList li {
    padding: 32px;
    border-bottom: 1px solid #ECECEC;
}
#recruitList li:before, #recruitList li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#recruitList li:hover {
    box-shadow: 0px 0px 9px 9px rgba(150, 150, 150, 0.2);
}
#recruitList li:first-child {
    border-top: 1px solid #ECECEC;
}
#recruitList li .leftBox{
    float: left;
}
#recruitList li .rightBox {
    margin-top:45px;
    float: right;
}
#recruitList li .leftBox
#recruitList li .leftBox:before, #recruitList li .leftBox:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mainTitle {
    font-weight: bold;
    color: #040404;
    line-height: 36px;
    margin-right: 20px;
}
.tag1 {
    display: inline-block;
    font-size: 12px;
    color: #2052A4;
    padding: 2px 6px;
    background: #FFFFFF;
    border: 1px solid #2052A4;
    border-radius: 3px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 6px;
}
.tag2 {
    display: inline-block;
    font-size: 12px;
    color: #7DB627;
    padding: 2px 6px;
    background: #FFFFFF;
    border: 1px solid #7DB627;
    border-radius: 3px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 6px;
}
.tag3 {
    display: inline-block;
    font-size: 12px;
    color: #ED530F;
    padding: 2px 6px;
    background: #FFFFFF;
    border: 1px solid#ED530F;
    border-radius: 3px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 6px;
}
.attention {
    width: 400px;
    font-size: 14px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.hostTime,.location,.hostType {
    font-size: 12px;
    color: #474747;
    line-height: 22px;
}
.hostTime::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: url(../images/time.png);
    vertical-align: middle;
    margin: 0 8px 0 4px;
}
.location::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: url(../images/address.png);
    vertical-align: middle;
    margin: 0 8px 0 4px;
}
.hostType::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/lb.png) no-repeat center/16px 16px;
    vertical-align: middle;
    margin: 0 8px 0 4px;
}
.paginationBlock {
    width: 100%;
    height: 92px;
    background: #ffffff;
}
.buttonBox button {
    width: 92px;
    height: 31px;
    background: #ED530F;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    margin-right: 5px;
}
.buttonBox button:last-child {
    background: #7DB627;
}
.page {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}
._page_container {
    margin: 10px auto !important;
}
/* footer区域 */
.footer {
    width: 100%;
    height: 320px;
    background: #2b2c31;
}
.footerContent {
    width: 1230px;
    margin: 0 auto;
    padding: 50px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footerLeft {
    width: 600px;
    height: 190px;
}
.footerLeft .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footerLeft li {
    font-size: 12px;
    line-height: 30px;
    color: #abacad;
}
.footerLeft li:first-child {
    font-size: 14px;
    line-height: 40px;
    color: #eaebeb;
}
.footerLeft .bottom {
    font-size: 12px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    line-height: 100px;
}
.footerRight {
    color: #abacad;
    font-size: 12px;
    text-align: right;
}
.footerRight .title {
    font-size: 24px;
}
.footerRight p {
    margin-bottom: 20px;
}
.footerRight p img {
    margin-left: 10px;
}



/* 2020.02.01 样式覆盖 */
.leftTitleBanner .hostTime01::before {

    content: '';
    vertical-align: middle;
    margin: -4px 8px 0 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/time.png') no-repeat center /16px 16px;

}
.leftTitleBanner .location01::before {
    content: '';
    vertical-align: middle;
    margin: -4px 8px 0 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/address.png') no-repeat center /14px 18px;
}
.leftTitleBanner .hostType01::before {
    content: '';
    vertical-align: middle;
    margin: -4px 8px 0 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/lb.png') no-repeat center /16px 16px;
}


/* 2021.02.23 招聘会列表 样式新增 */
.content .banner .leftBanner{
    float: left;
    width: 70%;
    padding-left: 200px;
    box-sizing: border-box;
}
.content .banner .leftBanner .bannerTitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content .bannerButton{

    float: left;
    margin-top: 70px;
    width: 30%;
    text-align: right;
}
.bannerButton button:first-child{
    margin-left: 0;
}


/* 04.13 样式新增  开始 */
.clearfix:before,.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tabBar-box{
    padding: 5px 15px;
    line-height: 35px;
    font-size: 15px;

}
.tabBar-box .tabTit{
    float: left;
    position: relative;
    margin-right: 10px;
    min-width: 70px;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #999;
}
.tabBar-box .tabTit:hover{
    color: #666;
    /* opacity: 0.8; */
}
.tabBar-box .tabTit.active{
    color: #ed530f;
    font-weight: 600;
    /* background-color: #faf5f7; */
}
.tabBar-box .tabTit.active:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    display: inline-block;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    /* background-color: #ed530f; */

}
.tabBar-box .tabTit:after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #eee;
}
.tabBar-box .tabTit:last-child::after{
    width: 0;
}

/* 04.13 样式新增  结束 */

/* 2021.03.16样式修改 */
.recruitBox ul .noData{
    padding-top: 15px;
    line-height: 20px;
    color: #999;

}
.noData{
    width: 200px;
    height: 128px;
    margin: 0px auto;
    background: url('../images/noMoreImg2.png') no-repeat center/153px 100px;
}