.section_3 .fairbox .count .com_num:before,
.section_3 .fairbox .count .com_job:before,
.section_3 .fairbox .count .com_pos:before,
.section_3 .fairbox .count .com_views:before,
.jobBox_onJobfair .jobscount .nums:before,
.jf_list .operate .apply span:before {
  background-image: url(../../images/college/icon.png);
  background-repeat: no-repeat;
}
.index_title {
  width: 100%;
  height: 28px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
}
.index_title .txt {
  width: 100%;
  height: 100%;
  font-size: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  color: #4c4c4c;
  font-weight: bold;
  position: absolute;
}
.index_title:after {
  content: "";
  width: 100px;
  height: 6px;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -50px;
  border-radius: 50px;
  z-index: 1;
  position: absolute;
  background: #21af7f;
}
.index_more {
  display: block;
  width: 300px;
  height: 36px;
  line-height: 36px;
  margin: 15px auto 0 auto;
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  color: #666666;
}
.index_more:hover {
  color: #21af7f;
}
.section_1 {
  position: relative;
}
.section_1 .ax-swiper {
  height: 350px;
}
.section_1 .ax-swiper .ax-slide,
.section_1 .ax-swiper .link {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.section_1 .catalog {
  width: 240px;
  left: 50%;
  top: 20px;
  margin: 0 0 0 -600px;
  z-index: 999999;
  position: absolute;
  background: #ffffff;
}
.section_1 .catalog .ax-tab-nav {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.section_1 .catalog .ax-tab-nav li {
  background: #e9e9e9;
  color: #606060;
  cursor: pointer;
}
.section_1 .catalog .ax-tab-nav li.ax-active {
  background: #ffffff;
  color: #21af7f;
  font-weight: bold;
}
.section_1 .catalog .cat_item {
  height: 238px;
  overflow: hidden;
}
.section_1 .catalog .cat_item .dt_link {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 20px 0 15px;
  color: #333333;
  border: 1px solid transparent;
  border-right: none;
  position: relative;
  z-index: 101;
}
.section_1 .catalog .cat_item .dt_link:after {
  content: "";
  width: 6px;
  height: 12px;
  right: 15px;
  top: 50%;
  z-index: 99;
  margin: -6px 0 0 0;
  position: absolute;
  background: url(../../images/college/icon.png) no-repeat -33px -5px;
}
/* .section_1 .catalog .cat_item .dt_link:hover {
  border: 1px solid #eee;
  border-right: none;
  background: #ffffff;
  box-shadow: -5px -5px 5px -4px #eee, -5px 5px 5px -4px #eee;
} */
.section_1 .catalog .cat_item .dt_link_hov {
  border: 1px solid #eee;
  border-right: none;
  background: #ffffff;
  box-shadow: -5px -5px 5px -4px #eee, -5px 5px 5px -4px #eee;
}
.section_1 .catalog .alltype {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 15px;
  border-top: 1px solid #eeeeee;
  color: #666666;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jno_item_pop_container {
  animation: fadeInLeftBig 0.3s ease-in-out;
  -webkit-animation: fadeInLeftBig 0.3s ease-in-out;
}
.jno_item_pop {
  position: absolute;
  top: 0;
  left: 239px;
  width: 715px;
  min-height: 307px;
  display: none;
  background-color: #fff;
  padding: 0 0 5px;
  border: 1px solid #e6e8ec;
  box-shadow: 0 1px 6px rgb(6 0 1 / 10%);
  z-index: 99;
}

.section_1 .catalog .cat_item dt:hover .jno_item_pop {
  display: block;
}

.jno_item_pop_list {
  margin-bottom: 15px;
  padding: 0px 24px;
  line-height: 32px;
}

.jno_item_pop_href {
  display: inline-block;
  width: 24%;
  cursor: pointer;
  color: rgba(115, 115, 115, 0.61);
}

.jno_item_pop_href:hover {
  color: #2170dc;
}

.jno_item_pop_title {
  padding-bottom: 10px;
  margin: 18px 20px 0;
  font-size: 16px;
  font-weight: 700;
}

.jno_item:hover .jno_item_pop {
  display: block;
  height: 430px;
}
.section_2,
.section_3,
.section_4,
.section_5,
.section_6,
.section_7 {
  padding: 20px 0 0 0;
}
.section_2 .search {
  width: 970px;
  margin: 0 auto;
  border: 1px solid #21af7f;
  justify-content: space-between;
  background: #ffffff;
}
.section_2 .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_2 .search .cond_select {
  width: 80px;
  padding: 0 0 0 20px;
  margin: 0 10px 0 0;
  border: none;
}
.section_2 .search .zoom {
  width: 14px;
  height: 14px;
  background-position: -48px -3px;
}
.section_2 .search .keyword,
.section_2 .search .btn {
  height: 56px;
  line-height: 56px;
}
.section_2 .search .keyword {
  width: 720px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: none;
  padding: 0;
}
.section_2 .search .btn {
  width: 114px;
  font-size: 16px;
  color: #ffffff;
  background: #21af7f;
  border: none;
  text-align: center;
  cursor: pointer;
}
.section_3 .ax-tab-nav {
  background: #ffffff;
}
.section_3 .ax-tab-nav li {
  height: 51px;
  line-height: 51px;
  margin: 0 20px;
  font-size: 16px;
  border-bottom: 3px solid #ffffff;
  color: #6e6e6e;
  cursor: pointer;
}
.section_3 .ax-tab-nav li.ax-active {
  border-bottom: 3px solid #21af7f;
  color: #21af7f;
}
.section_3 .ax-tab-content {
  margin: 20px 0 0 0;
  position: relative;
}
.section_3 .ax-tab-content .thismore {
  display: block;
  font-size: 14px;
  right: 15px;
  top: -60px;
  z-index: 99999;
  position: absolute;
  color: #666666;
}
.section_3 .fairbox {
  display: block;
  width: 100%;
  height: 274px;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.section_3 .fairbox .state {
  width: 50px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 0 4px 4px;
  left: 10px;
  top: 0;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  position: absolute;
}
.section_3 .fairbox .live {
  background: #ff7e00;
}
.section_3 .fairbox .notice {
  background: #21af7f;
}
.section_3 .fairbox .playback {
  background: #8c8c8c;
}
.section_3 .fairbox .thum_img img {
  object-fit: contain;
  width: 100%;
}
.section_3 .fairbox .info {
  padding: 10px;
}
.section_3 .fairbox .info {
  padding: 10px;
}
.section_3 .fairbox .info .name {
  font-size: 14px;
  color: #333333;
}
.section_3 .fairbox .info .name:hover {
  color: #21af7f;
}
.section_3 .fairbox .info .time {
  font-size: 12px;
  color: #999999;
}
.section_3 .fairbox .count {
  margin: 5px 0 0 0;
  padding: 5px 10px 0 10px;
  font-size: 12px;
  color: #999999;
  border-top: 1px dashed #cccccc;
  justify-content: space-between;
  align-items: center;
}
.section_3 .fairbox .count .com_num:before,
.section_3 .fairbox .count .com_job:before,
.section_3 .fairbox .count .com_pos:before,
.section_3 .fairbox .count .com_views:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: -3px 0 0 0;
  vertical-align: middle;
}
.section_3 .fairbox .count .com_num:before {
  background-position: -80px -2px;
}
.section_3 .fairbox .count .com_job:before {
  background-position: -104px -2px;
}
.section_3 .fairbox .count .com_pos:before {
  background-position: -127px -2px;
}
.section_3 .fairbox .count .com_views:before {
  background-position: -152px -2px;
  vertical-align: middle;
}
.section_3 .fairbox .count .com_num span,
.section_3 .fairbox .count .com_views span {
  color: #21af7f;
}
.section_3 .fairbox .count .com_job span {
  color: #07c3e5;
}
.section_3 .fairbox .count .com_pos span {
  color: #f48533;
}
.section_4 .jobBox {
  height: 170px;
  padding: 15px;
  line-height: 150%;
  box-sizing: border-box;
  background: #ffffff;
}
.section_4 .jobBox .head {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
.section_4 .jobBox .jobName {
  width: 70%;
  color: #000000;
}
.section_4 .jobBox .jobName:hover {
  color: #ff8116;
}
.section_4 .jobBox .salary {
  margin-bottom: 5px;
  width: 30%;
  text-align: right;
  color: #ff8116;
  font-weight: bold;
}
.section_4 .jobBox .jobThum {
  line-height: 150%;
  font-size: 12px;
  padding: 4px 0;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
}
.section_4 .jobBox .tags {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.section_4 .jobBox .tags .ax-tag {
  font-size: 12px;
  padding: 3px 5px;
  line-height: 150%;
}
.section_4 .jobBox .jobThum em {
  font-style: normal;
  color: #eeeeee;
}
.section_4 .jobBox .company {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.section_4 .jobBox .company .logo,
.section_4 .jobBox .company .logo img {
  width: 40px;
  height: 40px;
}
.section_4 .jobBox .company .logo {
  margin: 4px 10px 0 0;
  border: 1px solid #eeeeee;
}
.section_4 .jobBox .company .logo img {
  object-fit: contain;
}
.section_4 .jobBox .company .info {
  width: calc(100% - 50px);
}
.section_4 .jobBox .company .info .companyName {
  font-size: 14px;
  color: #666666;
}
.section_4 .jobBox .company:hover .info .companyName {
  color: #21af7f;
}
.section_4 .jobBox .company .info .nature {
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 273px;
}
.section_5 .companyBox {
  height: 200px;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.section_5 .companyBox .showText {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 180%;
  color: #ffffff;
  box-sizing: border-box;
  left: 0;
  top: 240px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  position: absolute;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.section_5 .companyBox:hover .showText {
  top: 0;
}
.section_5 .companyBox .pic {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
}
.section_5 .companyBox .name {
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-left: 5px;
}
.section_5 .companyBox .info {
  margin: 0 auto ;
  text-align: center;
  color: #8d92a1;
  font-size: 13px;
  padding-bottom: 10px;
  width: 200px;

  white-space:nowrap;

  overflow:hidden;

  text-overflow:ellipsis;



}
.section_5 .companyBox .info_line {
  padding: 0px 5px;
  font-size: 12px;
  color: #e0e0e0;
}
.section_5 .companyBox .box_hot {
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #8d92a1;
}
.section_5 .companyBox .box_hot_n {
  color: #21af7f;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
.section_6 .schoolitem img {
  width: 100%;
}
.section_7 .newsWrap {
  padding: 15px 0 15px 15px;
  background: #ffffff;
}
.section_7 .link {
  display: inline-block;
  padding: 0 0 0 10px;
  position: relative;
}
.section_7 .link:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
  background: #666666;
  position: absolute;
}
.section_7 .date {
  display: inline-block;
  padding: 0 15px 0 0;
}

.commWrap {
  padding: 20px 0 0 0;
}
.jf_search {
  margin: 20px 0 0 0;
  border: 1px solid #21af7f;
  justify-content: space-between;
  background: #ffffff;
}
.jf_search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jf_search .zoom {
  width: 14px;
  height: 14px;
  margin: 0 0 0 20px;
  background-position: -48px -3px;
}
.jf_search .keyword,
.jf_search .btn {
  height: 56px;
  line-height: 56px;
}
.jf_search .keyword {
  width: 1020px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: none;
  padding: 0;
}
.jf_search .btn {
  width: 114px;
  font-size: 16px;
  color: #ffffff;
  background: #21af7f;
  border: none;
  text-align: center;
  cursor: pointer;
}

.jf_condition {
  padding: 0 20px;
  margin: 20px 0 0 0;
  position: relative;
  background: #ffffff;
}
.jf_condition dl {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.jf_condition dl dt a {
  font-weight: inherit;
  color: #666;
  line-height: 30px;
}
.jf_condition dl dt {
  width: 100px;
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.jf_condition dl dd a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  margin-left: 20px;
  padding: 0 10px;
  display: inline-block;
}
.jf_condition dl dd a:hover {
  color: #21af7f;
}
.jf_condition dl dd a.selected {
  color: #21af7f;
  background: #e1fef4;
}
.jf_condition dl dd {
  width: 1080px;
  font-size: 14px;
}
.jf_condition dl dd .label {
  padding: 0 0 0 20px;
}
.jf_list ul li {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.jf_list .photo {
  width: 240px;
  height: 132px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}
.jf_list .photo img {
  object-fit: contain;
  width: 240px;
  height: 132px;
  overflow: hidden;
}
.jf_list .info {
  width: 900px;
}
.jf_list .info h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.jf_list .info h3 a {
  display: inline-block;
}
.jf_list .info h3 a:hover {
  color: #21af7f;
}
.jf_list .count {
  color: #333333;
  margin: 5px 0 0 0;
}
.jf_list .count b {
  color: #ff6600;
}
.jf_list .host {
  font-size: 12px;
  color: #666666;
  margin: 5px 0 0 0;
}
.jf_list .time {
  font-size: 12px;
  color: #666666;
  margin: 5px 0 0 0;
}
.news_left {
  border-top: 3px solid #21af7f;
  background: #ffffff;
}
.news_left a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.news_left a:hover {
  color: #21af7f;
}
.news_left a.curr {
  color: #21af7f;
  background: #f2fffa;
}
.news_right {
  background: #ffffff;
}
.new_class_title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f2fffa;
}
.new_class_title span {
  display: inline-block;
  font-size: 14px;
  color: #21af7f;
  vertical-align: middle;
}
.new_class_title span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  margin: 0 5px 0 0;
  background: #21af7f;
  vertical-align: middle;
}
.news_list {
  padding: 0 20px;
}
.news_list .item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}
.news_list .item:last-child {
  border-bottom: none;
}
.news_list .title {
  display: inline-block;
  font-size: 16px;
  color: #000000;
}
.news_list .title:hover {
  color: #21af7f;
}
.news_list .desc {
  font-size: 12px;
  color: #666666;
}
.news_list .thum {
  font-size: 12px;
  color: #999999;
}
.news_list .thum .class {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 150%;
  color: #2170dc;
  border: 1px solid #2170dc;
  border-radius: 4px;
  vertical-align: middle;
}
.where,
.where a {
  color: #666666;
}
.where {
  height: 20px;
  line-height: 20px;
  padding: 15px 0;
  background: none;
  font-size: 12px;
}
.where a:hover {
  color: #000000;
}
.jobfair_post_thum {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.jf_list .info_short {
  width: 630px;
}
.jf_list .operate {
  text-align: center;
}
.jf_list .operate .apply {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #21af7f;
  font-weight: bold;
  border: 1px solid #21af7f;
  border-radius: 4px;
}
.jf_list .operate .apply span,
.jf_list .operate .apply span:before {
  display: inline-block;
  vertical-align: middle;
}
.jf_list .operate .apply span:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-position: -202px -2px;
}
.jf_list .operate .counts {
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #666666;
}
.jf_list .operate .counts b {
  color: #ff6600;
}
.jf_list .operate .counts em {
  display: inline-block;
  color: #cccccc;
  margin: 0 5px;
}
.fairWrap {
  padding: 20px;
  background: #ffffff;
}
.fairContSwitch .ax-tab-nav li {
  height: 26px;
  line-height: 26px;
  margin: 0 50px 0 0;
  font-size: 16px;
  border-bottom: 3px solid #ffffff;
  color: #6e6e6e;
  cursor: pointer;
}
.fairContSwitch .ax-tab-nav li.ax-active {
  border-bottom: 3px solid #21af7f;
  color: #21af7f;
}
.jobfairDetail {
  font-size: 14px;
  line-height: 180%;
}
.jf_search_onDetail {
  width: 600px;
}
.jf_search_onDetail .keyword {
  width: 430px;
}
.morecond {
  margin: 15px 0 0 0;
}
.section_4 .jobBox_onJobfair {
  height: 225px;
  border: 1px solid #cccccc;
  padding: 15px 15px 8px 15px;
}
.section_4 .jobBox_onJobfair .company {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.section_4 .jobBox_onJobfair .company .logo,
.section_4 .jobBox_onJobfair .company .logo img {
  width: 60px;
  height: 60px;
}
.section_4 .jobBox_onJobfair .company .info .companyName {
  font-size: 16px;
  color: #000000;
  padding: 5px 0 0 0;
}
.section_4 .jobBox_onJobfair .company .info .nature {
  padding: 8px 0 0 0;
}
.jobBox_onJobfair .jobitem {
  margin: 8px 0 0 0;
  position: relative;
}
.jobapply_btn {
  display: inline-block;
  width: 75px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #21af7f;
  border: 1px solid #21af7f;
  border-radius: 10px;
  text-align: center;
}
.jobapply_btn:hover {
  color: #ffffff;
  background: #21af7f;
}
.jobBox_onJobfair .jobitem .jobapply_btn {
  right: 0;
  bottom: 10px;
  z-index: 1;
  position: absolute;
}
.section_4 .jobBox_onJobfair .jobitem:last-child .tags {
  overflow:hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
  width: 260px;

  -o-text-overflow:ellipsis;
  border-bottom: none;
}
.jobBox_onJobfair .jobscount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobBox_onJobfair .jobscount .nums {
  display: inline-block;
  font-size: 14px;
  color: #21af7f;
  font-weight: bold;
}
.jobBox_onJobfair .jobscount .nums:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 3px;
  background-position: -242px -6px;
}
.jobfair_placemap {
  margin: 20px 0 0 0;
}
.jobfair_placemap img {
  max-width: 100%;
}
.js_company_thum {
  padding: 0 0 0 100px;
  position: relative;
}
.js_company_thum .logo,
.js_company_thum .logo img {
  width: 80px;
  height: 80px;
}
.js_company_thum .logo {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.js_company_thum .name {
  font-size: 24px;
  padding: 5px 0 0 0;
}
.js_company_thum .attributes {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666666;
}
.js_company_thum .attributes .txt {
  display: inline-block;
  margin: 0 30px 0 0;
}
.js_company_joblist {
  margin: 30px 0 0 0;
}
.js_company_joblist .title {
  border-bottom: 1px solid #eeeeee;
}
.js_company_joblist .title span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 3px solid #21af7f;
  color: #21af7f;
  cursor: pointer;
}
.js_company_joblist .item {
  padding: 13px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.js_company_joblist .item:last-child {
  border-bottom: none;
  padding: 12px 0 0 0;
}
.js_company_joblist .name {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin: 0 10px 0 0;
}
.js_company_joblist .name:hover {
  color: #ff6600;
}
.js_company_joblist .salary {
  font-size: 14px;
  color: #ff6600;
}
.js_company_joblist .row2 {
  font-size: 14px;
  color: #666666;
}
.js_company_joblist .row2 em {
  display: inline-block;
  margin: 0 10px;
  color: #999999;
}
.js_company_joblist .jobapply_btn {
  right: 0;
  bottom: 15px;
  z-index: 1;
  position: absolute;
}
.compay_side_tit {
  margin: 0 0 10px 0;
}
.compay_side_tit span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.compay_side_tit span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  margin: 0 5px 0 0;
  background: #21af7f;
  vertical-align: middle;
}
.compay_intor,
.company_addr {
  font-size: 14px;
  color: #666666;
  margin: 0 0 15px 0;
}
.company_map {
  height: 260px;
}
.company_left,
.company_right {
  min-height: 660px;
}
.jf_job_thum .name {
  font-size: 24px;
  margin: 0 15px 0 0;
}
.jf_job_thum .salary {
  font-size: 24px;
  color: #ff7e00;
}
.jf_job_thum .tags {
  margin: 20px 0 0 0;
}
.jf_job_thum .apply {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #21af7f;
  border-radius: 4px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}
.jf_job_thum .ctrl {
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #666666;
}
.jf_job_thum .ctrl .btn {
  margin: 0 10px;
  cursor: pointer;
}
.jf_job_thum .ctrl .btn:hover {
  color: #000000;
}
.jf_job_thum .ctrl .ax-iconfont {
  font-size: 18px;
  color: #ff7e00;
}
.jf_jobdetail {
  margin: 20px 0 0 0;
}
.jf_jobdetail .tit1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.jf_jobdetail .tit2 {
  font-size: 14px;
  color: #333333;
}
.jf_jobdetail .desc {
  font-size: 14px;
  color: #666666;
  line-height: 130%;
}
.jf_jobdetail .tit2,
.jf_jobdetail .desc {
  margin: 5px 0 0 0;
}

.js_onjob_company {
  padding: 0 0 0 90px;
  position: relative;
}
.js_onjob_company .logo,
.js_onjob_company .logo img {
  width: 70px;
  height: 70px;
}
.js_onjob_company .logo {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.js_onjob_company .name {
  font-size: 16px;
}
.js_onjob_company .attributes {
  font-size: 12px;
  color: #666666;
  line-height: 170%;
}
.js_otherjobs .item {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.js_otherjobs .item:last-child {
  border-bottom: none;
}
.js_otherjobs .item .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.js_otherjobs .item .jobname {
  display: inline-block;
  width: 50%;
  color: #21af7f;
}
.js_otherjobs .item .salar {
  display: inline-block;
  width: 50%;
  color: #ff7e00;
  text-align: right;
}
.js_otherjobs .companyname {
  font-size: 12px;
  color: #666666;
}
.newsDetail {
  padding: 20px;
}
.newsDetail .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.newsDetail .thum {
  font-size: 14px;
  color: #999999;
  border-bottom: 1px dashed #eeeeee;
  margin: 20px 0 0 0;
  text-align: center;
}
.jf_boothWrap .title {
  padding: 20px 0;
  text-align: center;
}
.jf_boothWrap .infomessage {
  padding: 0 0 20px 0;
}
