/* @charset "utf-8" */

/* 顶部搜索 */

#search {
  height: 40px;
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#search .search-btn {
  flex: 0 0 70px;
}

#search .search-input {
  flex: 1;
}

/* 导航页 */

#navbar {
  display: flex;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  cursor: pointer;
  margin-bottom: 1px;
}

#navbar a {
  flex: 1;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-right: -1px;
  /* border: 1px solid #eaeaea; */
}

#navbar a span {
  padding: 5px;
}

#navbar a.active {
  border-bottom: 2px solid #f29600;
  color: #f29600;
}

/* 轮播 */

/* #hall_home .swiper-wrapper {
  border-top: none;
}
.swiper-container {
  width: 100%;
  margin-top: 0;
  height: 290px;
}

#hall_home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#hall_home .swiper-slide img {
  height: 90%;
} */

/* 热门推荐 */

#hall_home .recommend {
  height: 40px;
  /* border: 1px solid #eaeaea; */
  position: relative;
  margin-top: 2px;
  border-radius: 5px;
}

#hall_home .recommend h3,
#hall_home .recommend input {
  position: absolute;
}

#hall_home .recommend h3 {
  /* left: 5px; */
  top: 50%;
  transform: translate(0, -50%);
}

#hall_home .recommend input {
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

/* 公司推荐 */
#hall_home .hotCompany {
  background-color: #f9f9f9;
  margin: 5px -5px 0;
  padding-bottom: 30px;
  border-top: 1px solid #f9f9f9;
  padding-top: 10px;
}

#hall_home .hotCompany span {
  padding-top: 8px;
}

#hall_home .hotCompany .home-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#hall_home .hotCompany .home-flex::after {
  content: '';
  width: 260px;
}

#hall_home .hotCompany .home-flex .home-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 10px 0; */
  max-width: 260px;
  width: 260px;
  text-align: center;
  margin-bottom: 10px;
}
#hall_home .hotCompany .home-flex .home-flex-container .imgLink {
  height: 150px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#hall_home .hotCompany .home-flex .home-flex-container .fontLink:hover
{
  color: #f29600;
}
#hall_home .hotCompany .home-flex .home-flex-container img {
  /* width: 260px;
  max-height: 150px; */
  width: 160px;
  max-height: 100px;
}

#bottom {
  border: 1px solid red;
  background-color: #f00;
  height: 200px;
}

/* 企业内页 */

#hall-company {
  text-align: center;
}

#hall-company .box {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#hall-company .container {
  width: 50%;
  display: flex;
  padding: 5px 0;
}

#hall-company .container .container-item {
  flex: 1;
  padding: 10px 0;
  margin-bottom: 0;
}

/* 新加的 */
#hall-company .container .container-item {
  height: 100px;
  width: 49%;
  display: flex;
}

#hall-company .container .container-item {
  justify-content: space-between !important;
}

#hall-company .container .container-item > div {
  flex: 1;
}

#hall-company .container .container-item .left,
#hall-company .container .container-item .right {
  position: relative;
}

#hall-company .container .container-item .left {
  overflow: hidden;
}

#hall-company .container .container-item .left a {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hall-company .container .container-item .right {
  line-height: 1.2;
  text-align: left;
}
#hall-company .container .container-item .right h4 {
  max-height: 50px;
  word-break: break-word;
  overflow: hidden;
}
#hall-company .container .container-item .right h4 a {
  height: auto;
}
#hall-company .container .container-item .right h4 a:hover {
  color: #f29600;
}

#hall-company .container .container-item .right .p_center {
  position: absolute;
  bottom: 40px;
  text-align: left;
}

#hall-company .container .container-item .right .p_bottom {
  position: absolute;
  bottom: 0;
  text-align: left;
}

#hall-company .container .container-item .right .p_bottom > span {
  display: inline-block !important;
}

#hall-company .container .container-item .right .p_bottom span:nth-child(2) {
  margin-left: 20px;
}

.hallTable{
  width: 100%;
  border: 1px solid #eaeaea;
  word-wrap:break-word;
  word-break:break-all;
}

.hallTable thead{
  background: #D3D3D3;
  color: #333;
  font-size: 12px;
  line-height: 16px;
}

.hallTable thead tr:first-child th{
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
}

.hallTable thead th:first-child{
  width: 10%;
  padding: 5px;
  border-right: 1px solid #ffffff;
}

.hallTable thead th:nth-child(2){
  width: 45%;
  padding: 5px;
  border-right: 1px solid #ffffff;
}

.hallTable thead th:nth-child(3){
  width: 45%;
  padding: 5px;
}

.hallTable tr td{
  padding: 5px;
  border: 1px solid #eaeaea;
  font-size: 12px;
}

.hallTable tr td a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tableNoData{
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.pageBox{
  display: inline-block;
  text-align: center;
  width: 100%;
}

.totalBox{
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  padding: 5px;
  overflow: hidden;
  color:#333333;
}

@media screen and (max-width: 768px) {
  #hall-company .container {
    width: 100% !important;
  }
  #hall-company .container .container-item {
    width: 100% !important;
  }

  #hall-company .container:last-child {
    border-bottom: 0;
  }

  #hall_home .hotCompany .home-flex {
    justify-content: space-around;
  }
  #hall_home .hotCompany .home-flex::after {
    content: '';
    width: 160px;
  }

  #hall_home .hotCompany .home-flex .home-flex-container {
    max-width: 160px;
  }
  #hall_home .hotCompany .home-flex .home-flex-container .imgLink {
    height: 100px;
    width: 160px;
  }

  #hall_home .hotCompany .home-flex .home-flex-container img {
    width: 160px;
    /* height: 100px; */
    max-height: 100px;
  }

  .pageBox #companyPager{
    margin: 0px;
  }
  .hallTable thead th:first-child{
    width: 15%;
  }
  .hallTable thead th:nth-child(2){
    width: 42.5%;
  }
  .hallTable thead th:nth-child(3){
    width: 42.5%;
  }
}

@media screen and (min-width: 768px) {
  #hall-company .box {
    /* border-bottom: 0; */
  }
  #hall-company .container {
    /* border-bottom: 1px solid #eaeaea; */
    border-top: 1px solid #eaeaea;
  }

  #hall-company .container:nth-child(1),
  #hall-company .container:nth-child(2)
  {
    border-top: 0;
  }
  #hall-company .container:nth-child(odd) {
    border-right: 1px solid #eaeaea;
    margin-right: -1px;
  }

  #hall-company .container .container-item .left {
    flex: 2;
    border-right: 1px solid #eaeaea;
  }
  #hall-company .container .container-item .right {
    flex: 3;
  }

  #hall-company .container .container-item .right h4 {
    /* position: relative;
    left: 20px; */
    padding-left: 20px;
  }

  #hall-company .container .container-item .p_center {
    left: 20px;
  }
  #hall-company .container .container-item .p_bottom {
    left: 20px;
  }

  #hall-company .box::after
  {
    content: '';
    width: 50%;
  }
}
