.jobfair-wrap {
    padding-top: 50px;
}

/*banner start*/
.banner-ctnr {
    width: 1200px;
    margin: 15px auto 0;
}
.small-window .banner-ctnr {
    width: 938px;
}
.banner-ctnr .el-carousel__item div {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.banner-ctnr .el-carousel__item div img {
    width: 100%;
    height: 100%;
}
.banner-ctnr .el-carousel__button {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 5px;
}
.banner-ctnr .is-active .el-carousel__button {
    background-color: #2652A0;
}
/*banner end*/


/*搜索 start*/
.section {
    position: relative;
}
.searchBox {
    margin-top: 30px;
}
.demo-form-inline {
    display: flex;
    max-width: 938px;
    margin: 0 auto;
}
.demo-form-inline .el-input__inner {
    border-right: none !important;
    border-radius: 0px;
    border-color: #2652a0;
    font-size: 16px;
    color: #414a60;
    height: 50px !important;
}
.demo-form-inline .el-button--primary {
    background-color: #2652a0 !important;
    border-radius: 0px !important;
    height: 50px !important;
}
.select-area {
    width: 120px;
}
.select-iptcss {
    width: 120px;
}
.demo-form-inline {
    display: flex;
    margin: 16px auto 0;
}
.demo-form-inline .el-input__inner {
    border-right: none !important;
    border-radius: 0px;
    border-color: #2652a0;
    font-size: 16px;
    color: #414a60;
    height: 50px !important;
}
.demo-form-inline .el-button--primary {
    background-color: #2652a0 !important;
    border-radius: 0px !important;
    height: 50px !important;
}
.demo-form-inline .input-search {
    flex: 1;
}
.demo-form-inline .button-search {
    width: 140px;
}
.demo-form-inline .button {
    width: 140px !important;
    margin-left: 0px;
    font-size: 16px;
    color: #ffffff;
}
.demo-form-inline .el-button {
    border-radius: 0px;
}
.demo-form-inline .el-button .el-input__inner {
    border-left: none !important;
    border-radius: 0px !important;
    border-color: #2652a0;
    border-width: 0px !important;
}
.demo-form-inline .ipt {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    color: #8d92a1;
    height: 50px;
}
.demo-form-inline .ipt .el-input__inner {
    margin-left: 0px !important;
    border-radius: 0px;
    border-color: #2652a0;
    font-size: 16px;
    height: 50px !important;
}
.demo-form-inline .el-input__inner:focus, .el-select .el-input.is-focus .el-input__inner, .el-select .el-input__inner:focus {
    border-color: #2652a0!important;
}
.demo-form-inline .clear-condition {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
    line-height: 22px;
    margin-left: 236px;
    cursor: pointer;
}
/*搜索 end*/

.block-wrap {
    width: 1200px;
    margin: 30px auto 0;
}