body,
p,
h1,
h2,
h3,
h4,
div {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.display {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
}

html {
    background-color: #eeeeee;
}

body {
    width: 1100px;
    padding: 0 10px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 60px;
}


.swiper-container,
.swiper-slide,
.swiper-wrapper,
.yzb_swiper {
    width: 1100px;
    height: 300px;
    margin: 0 auto;
}

.yzb_swiper {
    margin-top: 10px;
    margin-bottom: 30px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.job_wanted .right {
    width: 300px;
    margin-left: 10px;
}

.job_wanted .left {
    flex: 1;
}

.job_nav {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    justify-content: space-around;
    padding-top: 15px;
    cursor: pointer;
}

.job_nav .active p {
    color: #ec3a45;
}

.job_nav li:hover p {
    color: #ec3a45;
}
.job_nav a,
.job_nav li {
    position: relative;
    height: 110px;
}
/*.job_nav li a{*/
/*    display: block;*/
/*}*/
.job_nav a{
    display: block;
}
.job_nav a .active ::before,
.job_nav .active ::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec3a45;
}

.job_nav li:hover ::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec3a45;
}

.job_nav li p {
    font-size: 16px;
    color: #434343;
    margin: 13px 0 16px 0;
}

.job_items_con {
    width: 100%;
    max-height: 460px;
    min-height: 460px;
    overflow: hidden;
}

.job_items {
    display: none;
}

.displayblock {
    display: block !important;
}

.job_items ul {
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.job_items ul li:hover {
    box-shadow: 1px 1px 10px #dfdede;
}

.job_items ul li {
     width: 250px;
	/*height: 120px; */
    background-color: #ffffff;
    border: solid 1px #e4e1e1;
    padding: 20px 15px 15px 15px;
    margin: 22px 4px 0 4px ;
    box-sizing: border-box;
    transition: 0.2s;
}

.job_info {
    width: 220px;
    border-bottom: 1px solid #ece9e9;
}

.info_post {
    justify-content: space-between;
    padding-bottom: 12px;
}

.info_post h3 {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
        width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.info_post span {
    font-size: 16px;
    font-weight: 600;
    color: #ec3a45;
    width: 40%;
    text-align: right;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_require {
    font-size: 12px;
    color: #999999;
    padding-bottom: 12px;
}

.job_location {
    justify-content: space-between;
    padding-top: 11px;
    align-items: center;
}

.job_location h3,
.job_location span {
    font-size: 14px;
    color: #999999;
}
.job_location h3{
    width: 80%;
     white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center_banner {
    width: 100%;
    height: 100px;
    margin: 30px 0;
}

.center_banner img {
    width: 100%;
    height: 100%;
}

.search_box {
    width: 100%;
    padding: 25px 0;
}

.search_info .search_val {
    width: 220px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px 0px 0px 20px;
    border: solid 1px #d7d7d7;
    text-indent: 10px;
    color: #918d8d;
}

.search_info .search_btn {
    width: 80px;
    height: 42px;
    background-color: #0461d2;
    border-radius: 0px 20px 20px 0px;
    color: white;
    border: none;
    cursor: pointer;
}

.search_info .search_btn:hover {
    opacity: 0.9;
}

.hot_job {
    margin-top: 15px;
}

.hot_job span {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

.hot_job .red {
    color: #ec3a45;
    margin: 0;
}

.hold_all {
    margin-top: 20px;
    width: 300px;
    height: 430px;
    background-image: url("/statics/yzb/yzb_zp/yzb_img/job_bg.png");
    background-size: 100% 100%;
}

.hold_all h4 {
    text-align: center;
    line-height: 82px;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: #0a4086 0px 5px 3px;
}

.hold_all ul {
    flex-wrap: wrap;
    width: 250px;
    margin: 0 auto;
    justify-content: space-between;
}

.hold_all ul li:hover {
    background: white;
    color: #0461d2;
}

.hold_all ul li {
    width: 110px;
    height: 40px;
    background-color: #0461d2;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: 0.2s;
}

.hold_all h5 {
    width: 100%;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.hold_all h5::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    background: white;
    z-index: 22;
}

.hold_all h5::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    background: white;
    z-index: 22;
}

.job_btn:hover {
    opacity: 0.9;
}

.job_btn {
    display: block;
    margin: 0 auto;
    width: 250px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #134a8d;
    border: none;
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px rgba(12, 53, 102, 0.52);
    transition: 0.2s;
}

.hold_all p {
    font-size: 14px;
    /* line-height: 24px; */
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    margin-top: 10px;
}

.new_recruit {
    width: 100%;
    min-height: 620px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.comm_tit {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-left: 20px;
    text-indent: 15px;
    position: relative;
}

.comm_tit::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #ec3a45;
}

.recruit_box {
    min-height: 450px;
}

.recruit_con {
    display: none;
}

.recruit_items {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit_items li {
    width: 478px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 23px;
}

.recruit_items li a .city,
.recruit_items li .city {
    font-size: 14px;
    color: #ec3a45;
}

.recruit_items li .dates,
.recruit_items li a .tit,
.recruit_items li .tit {
    font-size: 14px;
    color: #666666;
}

.recruit_items li a .tit,
.recruit_items li .tit {
    flex: 1!important;
    width: 353px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recruit_items li .tit_a {
    display: block;
    flex: 1;
    margin-left: 20px;
}

.recruit_more:hover {
    opacity: 0.8;
}

.comm_more,
.new_more {
    width: 200px;
    line-height: 46px;
    background-color: #ec3a45;
    border-radius: 23px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 20px;
}

.school_recruit {
    width: 100%;
    /*min-height: 450px;*/
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin: 30px 0;
}

.school_cont {
    width: 100%;
    /*min-height: 340px;*/
    /*max-height: 340px;*/
    /*overflow: hidden;*/
}

.school_box {
    width: 100%;
    /*min-height: 284px;*/
    /*max-height: 284px;*/
    display: none;
    padding-bottom: 20px;
}

.school_items {
    height: 280px;
    overflow: hidden;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.school_items li {
    border: solid 1px #e5e5e5;
    width: 240px;
    height: 100px;
    margin-bottom: 42px;
}

.school_items_img,
.school_items_img img {
    width: 100%;
    height: 100%;
}

.school_more {
    cursor: pointer;
    margin-top: 0;
}
