.content {
  font-size: 16px;
}

.content .contextBorder {
  background-image: url("../../../../../../../icon/jobRecruitment/1@2x.png");
  min-height: 1036px;
  background-size: auto 436px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #f5f7f9;
  min-width: 1200px;
}

.content .contextBorder .banner {
  width: 100%;
  height: 25rem;
  background-image: url("../../../../../../../icon/stateEnterprise/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content .contextBorder .banner .banbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contextBorder .banner .banbox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contextBorder .banner .banbox .list div {
  margin: .5rem 0;
}

.content .contextBorder .banner .banbox .list .line {
  width: 14rem;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.content .contextBorder .query {
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.content .contextBorder .query .left-popularPositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 24px;
}

.content .contextBorder .query .left-popularPositions .popularPositions {
  font-size: 14px;
  color: #bdc0c7;
}

.content .contextBorder .query .left-popularPositions a {
  color: #3250b1;
  margin: 0px 15px;
  font-size: 14px;
  text-decoration: none;
}

.content .contextBorder .query .query-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 839px;
  height: 47px;
  background: #f5f5f5;
  border-radius: 2px;
}

.content .contextBorder .query .query-search .selectBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .contextBorder .query .query-search .selectBorder select {
  margin-left: 19px;
  border: none;
  background-color: #f3f3f3;
  outline: none;
  font-size: 16px;
  width: 140px;
  color: #596173;
}

.content .contextBorder .query .query-search .selectBorder .select-custom {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  align-items: center;
}

.content .contextBorder .query .query-search .selectBorder .drop-down {
  width: 34px;
}

.content .contextBorder .query .query-search .search-bt {
  width: 84px;
  height: 47px;
  background: #ff6565;
  border-radius: 0px 2px 2px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.content .contextBorder .query .query-search .search-bt:hover {
  background-color: #ff7c7c;
}

.content .contextBorder .query .query-search input {
  margin-left: 10px;
  width: 550px;
  height: 45px;
  outline: none;
  background: #f3f3f3;
  border: 0;
  font-size: 16px;
  color: #17233d;
}

.content .contextBorder .query .query-search input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d8d9dc;
}

.content .contextBorder .query .query-search input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d8d9dc;
}

.content .contextBorder .query .query-search input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d8d9dc;
}

.content .contextBorder .query .query-search input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d8d9dc;
}

.content .contextBorder .context {
  width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .contextBorder .context .icon {
  width: auto;
  max-height: 2.25rem;
}

.content .contextBorder .context .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-top: 1.6rem;
  padding: 1.25rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.content .contextBorder .context .notice .icoboxs {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(23, 35, 61, 0.15);
}

.content .contextBorder .context .notice .icoboxs .icobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem;
}

.content .contextBorder .context .notice .icoboxs p {
  color: rgba(23, 35, 61, 0.75);
  margin-top: .5rem;
  font-size: .75rem;
  white-space: nowrap;
}

.content .contextBorder .context .notice .notxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  border-right: 1px solid rgba(23, 35, 61, 0.15);
}

.content .contextBorder .context .notice .notxt .size {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contextBorder .context .notice .notxt .not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.2rem;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.content .contextBorder .context .notice .notxt .col1 {
  color: #06C2BA;
}

.content .contextBorder .context .notice .notxt .col2 {
  color: #DD3636;
}

.content .contextBorder .context .notice .notst {
  border-right: 0;
}

.content .contextBorder .context .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
}

.content .contextBorder .context .lists .li {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 10px);
          flex: 0 0 calc(33.333% - 10px);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 386px;
  height: 129px;
}

.content .contextBorder .context .lists .li .carbox {
  padding: 0.75rem 1rem;
}

.content .contextBorder .context .lists .li .carbox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 0 .8rem;
}

.content .contextBorder .context .lists .li .carbox .borline {
  border-bottom: 1px solid rgba(23, 35, 61, 0.1);
}

.content .contextBorder .context .lists .li .carbox .txtbo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  padding: 0;
}

.content .contextBorder .context .lists .li .carbox .txtbo .txt {
  color: rgba(23, 35, 61, 0.75);
  margin-left: .8rem;
}

.content .contextBorder .loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}

.content .contextBorder .loadmore .btn {
  padding: .5rem 3rem;
  border: 1px solid #3250B1;
  color: #3250B1;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  cursor: pointer;
}

.content .contextBorder .context-w {
  width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .contextBorder .context-w .icon {
  width: auto;
  max-height: 2.25rem;
}

.content .contextBorder .context-w .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
}

.content .contextBorder .context-w .lists .li {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  border-radius: 4px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 1.5rem;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.content .contextBorder .context-w .lists .li .carbox {
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .contextBorder .context-w .lists .li .carbox div {
  margin: .5rem;
}

.content .contextBorder .context-w .lists .li .carbox .picture {
  border: 1px solid #EAEAEA;
  padding: .3rem;
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contextBorder .context-w .lists .li .carbox .picture img {
  max-width: 3.375rem;
  max-height: 3.375rem;
}

.content .contextBorder .context-w .lists .li .carbox .borline {
  border-bottom: 1px solid rgba(23, 35, 61, 0.1);
}

.content .contextBorder .context-w .lists .li .carbox .txtbo {
  padding: 0.31rem 3.1rem;
  border: 1px solid rgba(23, 35, 61, 0.15);
  border-radius: 4px;
}

.content .contextBorder .conlists {
  width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .contextBorder .conlists .icon {
  width: auto;
  max-height: 2.25rem;
}

.c-title {
  font-size: 1.5rem;
  margin: 2.5rem 0;
}

.content .contextBorder .conlists .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
}

.content .contextBorder .conlists .lists .li {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666% - 20px);
          flex: 0 0 calc(16.6666% - 20px);
  border-radius: 4px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 1.2rem;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.content .contextBorder .conlists .lists .li .carbox {
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .contextBorder .conlists .lists .li .carbox div {
  margin: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: rgba(23, 35, 61, 0.75);
}

.content .contextBorder .conlists .lists .li .carbox .picture {
  border: 0;
  padding: .3rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contextBorder .conlists .lists .li .carbox .picture img {
  max-width: 4rem;
  max-height: 4rem;
}

.content .contextBorder .conlists .lists .li .carbox .borline {
  border-bottom: 1px solid rgba(23, 35, 61, 0.1);
}

.content .contextBorder .citylists {
  width: 75rem;
  margin: auto;
}

.content .contextBorder .citylists .citylist.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
  padding: 0 0 3rem;
}

.content .contextBorder .citylists .citylist.lists .li {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666% - 5px);
          flex: 0 0 calc(16.6666% - 5px);
  height: 5rem;
  border-radius: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2.5px 5px;
  padding: 0;
}

.content .contextBorder .citylists .citylist.lists .li img {
  width: 100%;
  height: 100%;
}

.content .contextBorder .morelists {
  margin-bottom: .5rem;
  width: 75rem;
  margin: auto;
  padding: 0 0 5.5rem;
}

.content .contextBorder .morelists .mar30 {
  margin-top: 1.9rem;
}

.content .contextBorder .morelists img {
  width: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.font16 {
  font-size: 1rem;
}

.font14 {
  font-size: 0.875rem;
}

.fontw {
  font-weight: bold;
}

.col-red {
  color: #FF6700;
}

.col-gray {
  color: rgba(23, 35, 61, 0.45);
}

.layui-tab-title {
  background-color: #fff;
  border-radius: 4px;
}

.layui-tab-title li {
  color: rgba(23, 35, 61, 0.65);
  padding: 0 !important;
  margin: 0 1.5rem;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #3250B1 !important;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #3250B1 !important;
}

.layui-btn-primary {
  border: 0px !important;
  padding-right: 20px !important;
  width: 60px !important;
}
.layui-btn-primary:hover {
  border: 0px !important;
}

.layui-icon-more-vertical:before {
  display: none !important;
}

.citylists-new{
  width: 1200px;
  margin: auto;
}
.citylists-new .li img{
  width: 196px;
  height: 79px;
}
.citylists-new .li{
  display: inline-block;
  margin-top: 5px;
}
/*# sourceMappingURL=stateEnterprise.css.map */


/* 筛选 */
 .screen { width: 1200px; height: 65px; background: #fff; padding: 10px 0; }
 .screen .screen-item { border-bottom: 1px dashed #eee; color: #6c7485; padding: 10px 0px 17px 0px; }
 .screen .screen-item .screen-item-title { /* display: flex; justify-content: space-between; */ }
 .screen .screen-item .screen-item-title-context { align-items: center; display: flex; }
 .screen .screen-item .screen-item-title-context .s-title { white-space: nowrap; margin-right: 5px; }
 .screen .screen-item .center { display: flex; align-items: center; justify-content:center;}
 .screen .screen-item .screen-item-title-icon-close { color: #2e76f9; cursor: pointer; }
 .screen .screen-item .screen-item-title-icon-show { transform: rotate(180deg); }
 .screen .screen-item .screen-item-context { display: none; }
 .screen .screen-item .screen-item-context-show { display: inline-block; margin-top: 10px; }
 .screen ul { display: flex; flex-wrap: wrap; padding: 0px 10px 0px 0px; }
 .screen ul li { padding: 5px 15px; }
 .screen ul li a { color: #6c7485; }
 .screen ul li .lil { cursor: pointer; }
 .screen ul li .lil:hover { color: #5798f5; }
 .screen ul li select { padding: 6px 35px 6px 11px; color: #8a909e; border-color: #eeeff1; width: 243px; height: 40px; line-height: 40px; cursor: pointer;}
 .screen ul .li-active { border: 1px solid #6e90ff; border-radius: 20px; color: #6e90ff; }


 /* 列表 */
.company_branch .show_top_box {
  display: flex;
  width: 1200px;
  /* margin: auto;
  padding-top: 30px; */
  position: relative;
  /* padding: 56px 0px;
  padding-bottom: 80px; */
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-between;
  padding-bottom: 72px;
}

.company_branch .show_top_box .item-context {
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
}

.company_branch .show_top_box .item-context .context_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  letter-spacing: 1px;
  max-width: 550px;
  height: 140px;
  margin: 0 25px;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
}

.company_branch .show_top_box .item-context .context_wrap .ic-left {
  width: 455px;
  cursor: pointer;
}
.company_branch .show_top_box .item-context .context_wrap .ic-left .titleBorder .title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
  height: 22px;
  line-height: 22px;
  text-align: left;
  display: block;
}


.company_branch .show_top_box .item-context .context_wrap .ic-left .wagesBorder {
  padding: 10px 0px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
  width: 455px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company_branch .show_top_box .item-context .context_wrap .ic-left .wagesBorder .wages {
 font-size: 20px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #FF6700;
  margin-right: 10px;
}


.company_branch .show_top_box .item-context .context_wrap .ic-left .welfareBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.45);

}
.company_branch .show_top_box .item-context .context_wrap .ic-left .welfareBorder p{
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company_branch .show_top_box .item-context .context_wrap .ic-left .welfareBorder .welfare {
  background: #f6f6f7;
  border-radius: 2px;
  font-size: 14px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #7e8594;
  margin-right: 5px;
  padding: 0 9px;
  cursor: pointer;
}

.company_branch .show_top_box .item-context .context_wrap .right-bt {
  padding: 0px 15px;
  background-color: #6e90ff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  width: 97px;
  text-align: center;
}

.company_branch .show_top_box .item-context .context_wrap .textBorder{
  margin-right: 30px;
  display: flex;
}

.company_branch .show_top_box .item-context .context_wrap .right-logo{
  width: 68px;
  height: 68px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.views {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #3250b1;
  width: 157px;
  height: 40px;
  font-size: 16px;
  color: #3250b1;
  margin: 40px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

 .latestJobFairBorder {
  /* background-color: #f5f7f9; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latestJobFairBorder .lastestJobFair {
  width: 1200px;
  margin: auto;
}

.latestJobFairBorder .lastestJobFair .templateBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1200px;
}

.latestJobFairBorder .lastestJobFair .template {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 366px;
  background: #fff;
  padding: 20px 10px;
  font-family: PingFangSC-Semibold, PingFang SC;
  box-shadow: 0px 0px 10px #e4e4e9;
}

.latestJobFairBorder .lastestJobFair .template .template-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
}

.latestJobFairBorder .lastestJobFair .template .template-date {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latestJobFairBorder .lastestJobFair .template .template-operation {
  margin-top: 25px;
}

.latestJobFairBorder .lastestJobFair .template .template-operation .operation-primary {
  cursor: pointer;
  margin: 0px 5px;
  background-color: #6e90ff;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  display: inline-block;
  font-size: 14px;
}

.latestJobFairBorder .lastestJobFair .template .template-operation .operation-default {
  cursor: pointer;
  margin: 0px 5px;
  font-size: 14px;
  color: #17233d;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
  padding: 8px 14px;
  display: inline-block;
}

.res_empty {
	background-image: url("../../../../../../../icon/images/zwnr.png");
	background-repeat: no-repeat;
	background-position: center 10px;
	margin: 0 auto;
	width: 500px;
	height: 30px;
	text-align: center;
	height: 90px;
	padding-top: 138px;
	margin-top: 50px;
	line-height: 200%;
}