@import "base.css";
@media only screen and (min-width: 1440px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 44px;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.4rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 7.3rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 1.6rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.1rem;
    font-size: 16px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.6rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.1rem;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 24px;
    color: #333;
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 18px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 8%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 5%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.8rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul > li .company_name li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li .company_name li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 44px;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.4rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 7.3rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 1.6rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.1rem;
    font-size: 16px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.6rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.1rem;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 24px;
    color: #333;
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 18px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 16px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 5%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.8rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 36px;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.4rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 7.5rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 1.8rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.2rem;
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.8rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.3rem;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 18px;
    color: #333;
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 14px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 5%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.6rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 30px;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.4rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 7.9rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 2.2rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.2rem;
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 2.2rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.7rem;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 18px;
    color: #333;
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 14px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 14px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 6%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.6rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title .search_box select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content .table_box table tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 24px;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.4rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 7.9rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 2.2rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.2rem;
    font-size: 12px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 2.2rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.7rem;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
    color: #333;
    margin-right: 0.4rem;
    width: 1.3rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li {
    font-size: 12px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 16.6%;
    box-sizing: border-box;
    text-align: center;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 7%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .employ_info_box {
    background: url(../img/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  #main .employ_info_box .employ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  #main .employ_info_box .employ_title h2 {
    font-size: 0.3rem;
    color: #333;
  }
  #main .employ_info_box .employ_title h2::after,
  #main .employ_info_box .employ_title h2::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  #main .employ_info_box .employ_title h2::after {
    margin-left: 0.2rem;
  }
  #main .employ_info_box .employ_title h2::before {
    margin-right: 0.2rem;
  }
  #main .employ_info_box .employ_title .search_box {
    position: relative;
    width: 4.5rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .employ_info_box .employ_title .search_box select {
    width: 1.8rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.1rem;
    font-size: 12px;
    position: absolute;
    left: 0;
  }
  #main .employ_info_box .employ_title .search_box .text_input {
    width: 2.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.8rem;
    padding-left: 0.1rem;
  }
  #main .employ_info_box .employ_title .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 3.3rem;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content {
    background-color: #fff;
  }
  #main .employ_info_box .employ_content > ul > li {
    border-top: 1px solid #ccc;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 14px;
    color: #333;
    margin-right: 0.4rem;
    width: 1.3rem;
  }
  #main .employ_info_box .employ_content > ul > li a {
    float: right;
    color: #18a0ae;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content > ul > li > ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul > li > ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.2rem;
    padding: 0.13rem 0;
    flex: none;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:first-child {
    margin-right: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li > ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li {
    font-size: 12px;
    color: #666;
    margin-right: 0.3rem;
    padding: 0.13rem 0;
    width: 23%;
    box-sizing: border-box;
    text-align: center;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul > li .company_name li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place {
    display: flex;
    align-items: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place h3 {
    width: 1.3rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.2rem;
    padding: 0.13rem 0.1rem;
    width: 20%;
    text-align: center;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:first-child {
    margin-right: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .work_place_item .work_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box {
    border-top: none;
    padding-top: 0;
    display: none;
  }
  #main .employ_info_box .employ_content > ul .more_box.show {
    display: block;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li {
    font-size: 12px;
    color: #666;
    margin-right: 0.1rem;
    padding: 0.13rem 0;
    width: 11%;
    text-align: center;
    cursor: pointer;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:first-child {
    margin-right: 0.4rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li.active {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content > ul .more_box .more_place ul li:hover {
    background-color: #18a0ae;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table {
    width: 100%;
    background-color: #fff;
  }
  #main .employ_info_box .employ_content .table_box table tr {
    border-bottom: 1px dashed #ccc;
    height: 0.6rem;
  }
  #main .employ_info_box .employ_content .table_box table tr:first-child {
    border-bottom: none;
  }
  #main .employ_info_box .employ_content .table_box table tr:hover a {
    color: #18a0ae;
  }
  #main .employ_info_box .employ_content .table_box table tr th {
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  #main .employ_info_box .employ_content .table_box table tr td {
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
    position: relative;
  }
  #main .employ_info_box .employ_content .table_box table tr td i.hot {
    display: inline-block;
    width: 0.17rem;
    height: 0.21rem;
    background: url(../img/fire_icon_03.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0rem;
    top: 0.2rem;
  }
  #main .employ_info_box .employ_content .table_box table tr td a {
    color: #4c4c4c;
  }
  #main .employ_info_box .pagination_box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .employ_info_box .employ_content > ul > li h3 {
    font-size: 12px;
  }
}
