.recruitment_list > .title_one {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.recruitment_list > .title_one > .content_box {
  width: 1190px;
  height: 100%;
  display: flex;
  align-items: center;
}
.recruitment_list > .title_one > .content_box > .option_btn {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.recruitment_list > .title_one > .content_box > .option_btn > a {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:hover > span {
  color: #F96B60;
}
.recruitment_list > .title_one > .content_box > .option_btn > a > span {
  color: #828282;
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
  margin-left: 3px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(1) > img {
  width: 17px;
  margin-bottom: 2px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(2) > img {
  width: 11px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(3) > img {
  width: 15px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(4) > img {
  width: 16px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(5) > img {
  width: 12px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(6) > img {
  width: 14px;
  margin-bottom: 1px;
}
.recruitment_list > .title_one > .content_box > .option_btn > a:nth-child(7) > img {
  width: 16px;
  margin-bottom: 1px;
}
.recruitment_list > .title_one > .content_box > .user_data {
  margin-left: auto;
}
.recruitment_list > .title_one > .content_box > .user_data > .not_login > a > span {
  font-size: 14px;
  color: #828282;
}
.recruitment_list > .title_one > .content_box > .user_data > .not_login > a:hover > span {
  color: #F96B60;
}
.recruitment_list > .title_one > .content_box > .user_data > .not_login > a:nth-child(1) {
  position: relative;
  margin-right: 25px;
}
.recruitment_list > .title_one > .content_box > .user_data > .not_login > a:nth-child(1):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #E1E6EE;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 99;
}
.recruitment_list > .title_one > .content_box > .user_data > .not_login > a:nth-child(1) > img {
  width: 16px;
  margin-right: 4px;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login {
  display: flex;
  align-items: center;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .img_box {
  align-self: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .img_box:hover {
  transition: all 0.3s;
  transform: rotate(-360deg);
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .img_box > .img {
  width: 100%;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .name {
  font-size: 14px;
  color: #828282;
  margin-right: 15px;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .time {
  font-size: 16px;
  font-weight: bold;
  color: #828282;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .close {
  margin-left: 15px;
  font-size: 14px;
  color: #828282;
}
.recruitment_list > .title_one > .content_box > .user_data > .ok_login > .close > i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.recruitment_list > .title_two {
  height: 76px;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: center;
}
.recruitment_list > .title_two > .content_box {
  width: 1190px;
  height: 100%;
  display: flex;
  align-items: center;
}
.recruitment_list > .title_two > .content_box > .logo {
  width: 250px;
  height: 44px;
  margin-right: 48px;
}
.recruitment_list > .title_two > .content_box > .logo > img {
  height: 100%;
}
.recruitment_list > .title_two > .content_box > .function_box {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.recruitment_list > .title_two > .content_box > .function_box > .search {
  position: relative;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .function_box > .search > input {
  width: 300px;
  height: 36px;
  border: 1px solid #CFD1D6;
  box-sizing: border-box;
  border-radius: 18px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 12px;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .function_box > .search > .zx-sousuo {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  color: #9E9E9E;
  font-size: 14px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation {
  display: inline-block;
  margin-left: auto;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a {
  text-align: center;
  margin-left: 33px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a > span {
  font-size: 14px;
  color: #828282;
  display: block;
  margin-top: 5px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a:nth-child(1) > img {
  width: 26px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a:nth-child(2) > img {
  width: 30px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a:nth-child(3) > img {
  width: 26px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a:nth-child(4) > img {
  width: 28px;
}
.recruitment_list > .title_two > .content_box > .function_box > .navigation > a:hover > span {
  color: #F96B60;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box {
  position: relative;
  margin-right: 40px;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .title > span {
  white-space: nowrap;
  color: #F96B60;
  font-size: 24px;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .title > i {
  font-size: 12px;
  color: #F56357;
  margin-left: 10px;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .box {
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  z-index: 999;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .box > .box_item {
  height: 50px;
  font-size: 18px;
  color: #9D9D9D;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .box > .box_item:hover {
  background-color: #F96B60;
}
.recruitment_list > .title_two > .content_box > .function_box > .sel_box > .box > .box_item:hover > a {
  color: #fff !important;
}
.recruitment_list > .title_two > .content_box > .search_box {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.recruitment_list > .title_two > .content_box > .search_box > .zx-close {
  color: #F96B60;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .search_box > .search {
  position: relative;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > input {
  height: 30px;
  width: 400px;
  border: 0;
  font-size: 16px;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot {
  width: 400px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 54px;
  left: 0;
  overflow: hidden;
  transition: all 0.25s;
  border: 0px solid #e3e3e3;
  border-top: 0;
  box-shadow: 1px 8px 23px -3px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li {
  display: flex;
  padding: 7.5px 15px;
  cursor: pointer;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li:nth-child(-n+3) > .hot_num {
  background-color: #F96B60;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_num {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  background-color: #b2b2b2;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_num > span {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.recruitment_list > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_title {
  color: #828282;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel {
  width: 118px;
  height: 75px;
  transition: all 0.25s;
  border: 1px solid #fff;
  border-top: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_title > .zx-xiala {
  font-size: 10px;
  color: #828282;
  margin-top: 3px;
  margin-left: 5px;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_list {
  display: none;
  background-color: #fff;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_list > a {
  width: 100%;
  height: 47px;
  background-color: #fff;
  color: #828282 !important;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  display: inline-block;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_list > a:hover {
  background-color: #F96B60;
  color: #fff !important;
}
.recruitment_list > .title_two > .content_box > .search_box > .listsel > .sel_title_tab {
  display: block;
  box-sizing: border-box;
  border-color: #e3e3e3;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.recruitment_list > .title_two > .content_box > .search_box > .zx-sousuo {
  color: #F96B60;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}
.recruitment_list > .navigation {
  padding: 15px 0;
  border-bottom: 1px solid #F1F1F1;
  width: 1190px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.recruitment_list > .navigation > .list {
  display: flex;
  align-items: center;
  width: 100%;
}
.recruitment_list > .navigation > .list > a {
  display: flex;
  width: calc(100%/7);
  font-size: 18px;
  color: #333333;
  /*justify-content: flex-end;*/
}
.recruitment_list > .navigation > .list > a:hover > span {
  position: relative;
  color: #F96B60;
}
.recruitment_list > .navigation > .list > a:hover > span > .icon {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 21px;
  height: 3px;
  background: #FF7F7F;
  border-radius: 2px;
}
.recruitment_list > .navigation > .list > .list_tab > span {
  position: relative;
  color: #F96B60;
}
.recruitment_list > .navigation > .list > .list_tab > span > .icon {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 21px;
  height: 3px;
  background: #FF7F7F;
  border-radius: 2px;
}
.recruitment_list > .navigation > a {
  white-space: nowrap;
  display: flex;
  font-size: 18px;
  color: #333333;
}
.recruitment_list > .sel_box {
  width: 1190px;
  margin: auto;
}
.recruitment_list > .sel_box > .sel_item > .title {
  font-size: 15px;
  color: #333333;
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
  margin-right: 15px;
}
.recruitment_list > .sel_box > .sel_item > a {
  font-size: 14px;
  color: #333333;
  padding: 4px 14px;
  background: #F6F6F6;
  border-radius: 13px;
  margin-right: 15px;
  margin-top: 20px;
}
.recruitment_list > .sel_box > .sel_item > a:hover {
  background-color: #FF7F7F;
  color: #fff;
}
.recruitment_list > .sel_box > .sel_item > .sel_tab {
  background-color: #FF7F7F;
  color: #fff;
}
.recruitment_list > .recruitment_list_content {
  width: 1190px;
  margin: 0 auto;
  margin-top: 26px;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav {
  padding: 38px 0 20px;
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .zx-you {
  font-size: 8px;
  color: #A9A9A9;
  margin: 3px 10px 0;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .title {
  font-size: 14px;
  color: #A9A9A9;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .icontext {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .icontext > img {
  width: 15px;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .icontext > span {
  font-size: 14px;
  color: #F27C7C;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .eeetext {
  font-size: 14px;
  color: #A9A9A9;
}
.recruitment_list > .recruitment_list_content > .crumbs_nav > .text {
  color: #424242;
  font-size: 14px;
}
.recruitment_list > .recruitment_list_content > .column_box {
  display: flex;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left {
  width: 781px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list {
  width: 100%;
  margin-right: auto;
  box-sizing: border-box;
  padding: 6px 30px 0;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item {
  display: inline-block;
  padding: 24px 0;
  border-bottom: 1px solid #EFF1F1;
  width: 100%;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item > .item_box {
  display: flex;
  align-items: center;
}
/*.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item > .item_box:hover .text {*/
  /*color: #E9852D;*/
/*}*/
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item > .item_box .text {
  font-size: 14px;
  /*color: #424242;*/
  width: 540px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item > .item_box .time {
  font-size: 14px;
  color: #9D9D9D;
  margin-left: auto;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item > .item_type {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item_hot > .item_box {
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item_hot > .item_box .icon {
  background: #FFFFFF;
  font-size: 15px;
  color: #E9852D;
  white-space: nowrap;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item_hot > .item_box .text {
  width: 525px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 19px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .list > .left_item_hot > .item_box .time {
  font-size: 14px;
  color: #9D9D9D;
  margin-left: auto;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage > .turnPage_box {
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage > .turnPage_box .page > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #EEEEEE;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #424242;
  margin: 0 6px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage > .turnPage_box .page > a:nth-last-child(1) {
  width: 52px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage > .turnPage_box .page > a:nth-child(1) {
  width: 52px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_left > .turnPage > .turnPage_box .page > .cur {
  background-color: #F96B60;
  color: #fff;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right {
  width: 393px;
  margin-left: auto;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .column_nav {
  height: 202px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .column_nav .swiper-slide > img {
  width: 100%;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .column_nav .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .column_nav .swiper-pagination-bullet-active {
  background: #fff;
  width: 18px;
  height: 10px;
  border-radius: 5px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange {
  margin-top: 40px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .title {
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .title > .icon {
  width: 3px;
  height: 18px;
  background: #F96B60;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .title > span {
  font-size: 18px;
  color: #333333;
  margin-left: 8px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box {
  box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .item_box {
  position: relative;
  cursor: pointer;
  height: 120px;
  display: flex;
  width: calc(100%/4);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .item_box > .icon {
  width: 53px;
  height: 53px;
  background: #C8C8D0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .item_box > .title {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .item_box > .modal_box {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 186px;
  height: 200px;
  background-image: url(../images/networklist/mt.png);
  background-size: 100%;
  z-index: 999;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .item_box > .modal_box > img {
  width: 164px;
  margin-top: -10px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .wx > .icon > img {
  width: 32px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .gzh > .icon > img {
  width: 29px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .exchange > .box > .qq > .icon > img {
  width: 25px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course {
  margin-top: 40px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .title {
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .title > .icon {
  width: 3px;
  height: 18px;
  background: #F96B60;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .title > span {
  font-size: 18px;
  color: #333333;
  margin-left: 8px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .title .more {
  margin-left: auto;
  font-size: 12px;
  color: #999999;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .title .more:hover {
  color: #FA7267;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box {
  margin-top: 20px;
  padding: 9px 20px;
  box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box {
  margin: 9px 0;
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .img_box {
  width: 178px;
  height: 103px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .img_box > img {
  width: 100%;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list {
  width: 162px;
  margin-left: auto;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .title {
  font-size: 13px;
  color: #545E64;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 36px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .type {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .type > i {
  color: #545E64;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .type > span {
  font-size: 12px;
  color: #545E64;
  margin-left: 8px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .btn {
  padding: 2px 14px;
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 11px;
  color: #333333;
  font-size: 13px;
  display: inline-block;
  margin-top: 20px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .live_course > .box > .item_box > .list > .btn:hover {
  padding: 3px 15px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #FC5150, #FF8971);
  border-radius: 11px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class {
  margin-top: 40px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .title > .icon {
  width: 3px;
  height: 17px;
  background: #F96B60;
  margin-right: 8px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .title > .more {
  margin-left: auto;
  font-size: 12px;
  color: #999999;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list {
  margin-top: 25px;
  padding: 16px 16px 0;
  box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item {
  width: 162px;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  margin: 0 8px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item > img {
  width: 24px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item:nth-child(3) > img {
  width: 20px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item:nth-child(5) > img {
  width: 18px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item:nth-child(6) > img {
  width: 21px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .list > .list_item > span {
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .btn {
  width: 157px;
  height: 39px;
  background: linear-gradient(90deg, #E15A59, #EE8772);
  box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 19px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.recruitment_list > .recruitment_list_content > .column_box > .column_right > .get_class > .btn:hover {
  background: linear-gradient(270deg, #E15A59, #EE8772);
}
.recruitment_list > .footer {
  margin-top: 100px;
  background-color: #37383A;
  width: 100%;
  overflow: hidden;
}
.recruitment_list > .footer .dy_footerOne_content {
  width: 1190px;
  height: 180px;
  margin: 0 auto;
  display: flex;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box {
  margin: auto;
  display: inline-block;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_box {
  position: relative;
  display: inline-block;
  text-align: center;
  /* overflow: hidden; */
  margin: 25px 60px 0 0;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_box > img {
  height: 44px;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service {
  text-align: left;
  margin: 0 60px;
  box-sizing: border-box;
  position: relative;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service .dy_footerOne_service_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service .dy_footerOne_service_call {
  font-size: 14px;
  color: #fff;
  margin: 3px 0;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help {
  display: flex;
  align-self: center;
  box-sizing: border-box;
  margin-left: 60px;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn {
  /* align-self: center; */
  margin-right: 65px;
  width: 76px;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > a {
  line-height: 22px;
  font-size: 14px;
  margin-top: 15px;
  width: 76px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: -9px;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > a:hover {
  background: #535456;
}
.recruitment_list > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_img {
  overflow: hidden;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
