
@font-face {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
  src: url('syht.css');
}
body {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
::selection {
  background: #FFF;
  color: #333;
}
::-moz-selection {
  background: #FFF;
  color: #333;
}
::-webkit-selection {
  background: #FFF;
  color: #333;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.container-fluid {
  height: 192px;
  background-image: -moz-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -webkit-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -ms-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  border-bottom: 1px solid rgba(10, 32, 112, 0.2);
}
.header .row-height {
  height: 138px;
}
.header .row-height h3 .logo_a {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}
.header .search_box .input-group .form-control {
  border: 1px solid #fff;
  background-color: #1e3fb9;
  color: #fff;
}
.header .search_box .input-group input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header .search_box .input-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.header .search_box .input-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.header .search_box .input-group input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.header .search_box .input-group .input-group-append .btn {
  background: #ff8800;
}
.header .search_box .input-group .input-group-append .btn img {
  width: 25px;
}
.header .icon {
  padding-left: 30px;
}
.header .icon span {
  position: relative;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin-right: 32px;
}
.header .icon span img {
  height: 28px;
}
.header .icon span .number {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: #164bb9;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .header .row-height h3 .logo_a {
    font-size: 30px;
  }
  .header .icon {
    margin: 10px 0;
    padding-left: 0px;
  }
}
.city-conter {
  background: #fff;
  width: 100%;
  border-radius: 10px;
}
.city-conter .list_box {
  display: flex;
  padding: 10px 0;
}
.city-conter .list_box .title-citynav {
  width: 130px;
  padding: 5px 0;
  color: #8d959e;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.city-conter .list_box .city-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.city-conter .list_box .city-list li {
  width: 102px;
  padding: 10px 0;
}
.city-conter .list_box .city-list li a {
  display: inline-block;
  color: #252525;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 12px;
}
.city-conter .list_box .city-list li:first-of-type .active {
  display: inline-block;
  background: #0e58ba;
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
}
.city-conter .list_box .city-list li .active {
  display: inline-block;
  background: #0e58ba;
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .city-conter .list_box {
    display: initial;
    padding-left: 10px;
  }
  .city-conter .list_box .title-citynav {
    text-align: left;
  }
  .city-conter .list_box .city-list li {
    text-align: center;
    width: 33.33%;
  }
}
.options {
  width: 100%;
  border-radius: 10px;
}
.options .options_box {
  display: flex;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  margin: 15px 0;
}
.options .options_box .form-check {
  width: 130px;
  padding-left: 20px;
  margin-right: 0px;
}
.options .options_box .form-check .form-check-label {
  font-size: 18px;
  color: #252525;
}
.options .options_box .form-check .form-check-input {
  margin-right: 12px;
}
.options .options_box .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}
.options .options_box .form-check input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
.options .options_box .form-check input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #fd5f39;
  color: #fd5f39;
  font-size: 20px;
  font-weight: bold;
}
.options .options_box .job-listings {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.options .options_box .job-listings li {
  width: 10%;
}
.options .options_box .job-listings li a {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  color: #252525;
  font-size: 16px;
}
.options .options_box .job-listings li:first-of-type {
  width: 21%;
}
.options .options_box .job-listings li:first-of-type a {
  display: inline-block;
  background: #0e58ba;
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
}
.options .options_box .job-listings li:nth-child(2) {
  width: 25%;
}
.options .options_box .job-listings li:nth-child(3) {
  width: 15%;
}
.options .options_box .job-listings li:nth-child(4) {
  width: 12%;
  padding-left: 6px;
}
.options .options_box .job-listings li:nth-child(5) {
  flex: 1;
  text-align: center;
}
@media (max-width: 575.98px) {
  .options_box {
    display: initial !important;
  }
  .options_box .form-check {
    margin-bottom: 10px;
  }
  .options_box .job-listings {
    display: flex;
    flex-wrap: wrap;
  }
  .options_box .job-listings li {
    width: 33.33% !important;
    text-align: center;
  }
}
.position .postition_box {
  background: #fff;
  border-radius: 10px;
}
.position .postition_box .flex-box {
  padding: 22px 20px;
  display: flex;
  border-bottom: 1px solid #eee;
  position: relative;
}
.position .postition_box .flex-box .form-check {
  width: 50px;
  margin-right: 0px;
}
.position .postition_box .flex-box .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}
.position .postition_box .flex-box .form-check input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
.position .postition_box .flex-box .form-check input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #fd5f39;
  color: #fd5f39;
  font-size: 20px;
  font-weight: bold;
}
.position .postition_box .flex-box .position-title {
  flex: 1;
  display: flex;
}
.position .postition_box .flex-box .position-title li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.position .postition_box .flex-box .position-title li a:first-child {
  font-size: 16px;
  margin-bottom: 12px;
  color: #252525;
}
.position .postition_box .flex-box .position-title li a:nth-child(2) {
  color: #b3b9bf;
  font-size: 14px;
}
.position .postition_box .flex-box .position-title li:first-child {
  width: 316px;
}
.position .postition_box .flex-box .position-title li:first-child a {
  display: block;
  color: #0e58ba;
  font-size: 16px;
}
.position .postition_box .flex-box .position-title li:first-child a .salary {
  color: #fd9d7b;
  margin-left: 10px;
}
.position .postition_box .flex-box .position-title li:first-child a:first-child {
  margin-bottom: 12px;
}
.position .postition_box .flex-box .position-title li:first-child .suffer {
  color: #b3b9bf;
  font-size: 14px;
}
.position .postition_box .flex-box .position-title li:first-child .suffer .badge-success {
  color: #fff;
  background-color: #29cba5;
}
.position .postition_box .flex-box .position-title li:nth-child(2) {
  width: 296px;
}
.position .postition_box .flex-box .position-title li:nth-child(3) {
  flex: 1;
  display: flex;
}
.position .postition_box .flex-box .position-title li:nth-child(3) a {
  align-self: center;
}
.position .postition_box .flex-box .position-title li:nth-child(4) {
  flex: 1;
  display: flex;
}
.position .postition_box .flex-box .position-title li:nth-child(4) a {
  align-self: center;
  margin: 0 auto;
}
.position .postition_box .flex-box .details {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.position .postition_box .flex-box .details .card {
  width: 640px;
  border: none;
}
.position .postition_box .flex-box .details .card .card-header {
  flex: 1;
  display: flex;
  width: 100%;
  background-color: #f1f5f8;
  padding: 22px 20px;
  border-bottom: none;
}
.position .postition_box .flex-box .details .card .card-header .header-left {
  width: 50%;
  align-self: center;
}
.position .postition_box .flex-box .details .card .card-header .header-left p {
  font-size: 16px;
  color: #252525;
  margin-bottom: 12px;
}
.position .postition_box .flex-box .details .card .card-header .header-left span {
  font-size: 14px;
  color: #8d959e;
}
.position .postition_box .flex-box .details .card .card-header .header-left span:first-of-type {
  margin-right: 10px;
}
.position .postition_box .flex-box .details .card .card-header .header-right {
  display: flex;
  width: 50%;
}
.position .postition_box .flex-box .details .card .card-header .header-right span {
  font-size: 16px;
  align-self: center;
  margin-right: 68px;
}
.position .postition_box .flex-box .details .card .card-header .header-right span i {
  cursor: pointer;
}
.position .postition_box .flex-box .details .card .card-header .header-right span .fa-heart {
  color: #e1251b;
  display: none;
}
.position .postition_box .flex-box .details .card .card-header .header-right a {
  display: inline-block;
  align-self: center;
  background: #0e58ba;
  border-radius: 4px;
  padding: 6px 12px;
  color: #fff !important;
}
.position .postition_box .flex-box .details .card .card-body {
  line-height: 1.8;
}
.position .postition_box .flex-box .details .card .card-body h3 {
  font-size: 16px;
  color: #252525;
  margin-bottom: 10px;
}
.position .postition_box .flex-box .details .card .card-body p {
  font-size: 13px;
  color: #828894;
}
.position .postition_box .flex-box .details .card .card-body ul li {
  font-size: 12px;
  color: #828894;
}
.position .postition_box .flex-box:hover {
  background: #f1f5f8;
}
.position .postition_box .page {
  text-align: center;
  padding: 20px 0;
}
.position .postition_box .page .pagination {
  text-align: center;
}
.position .postition_box .page .pagination ul {
  margin: 0 auto;
}
.position #test1 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .flex-box .position-title {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-box .position-title li {
    line-height: 1.5;
  }
  .flex-box .position-title li a:first-child {
    font-size: 16px;
    margin-bottom: 0px;
    color: #252525;
  }
  .flex-box .position-title li:first-child {
    width: 100% !important;
  }
  .flex-box .position-title li:nth-child(2) {
    width: 100% !important;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
#guanggao {
  padding-left: 16px;
}
#guanggao img {
  width: 100%;
}
@media (max-width: 575.98px) {
  #guanggao {
    padding-left: 0;
  }
}
.fixed {
  position: fixed;
  top: 0;
}
.fixed img {
  width: 325px !important;
}
