.layui-form-item>.required:before {
  content: '*';
  color: red;
  font-weight: bold;
  line-height: 1.8em;
}

.page {
  background: #f6f6f6;
}

.page .bottom_main {
  width: 1170px;
  margin: auto;
  padding: 110px 0 30px 0 !important;
}

.page .bottom_main .search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .bottom_main .hot {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.page .bottom_main .hot .hot_key {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.page .bottom_main .hot .hot_key .hot_title {
  margin-right: 10px;
  color: #999999;
  font-size: 14px;
}

.page .bottom_main .hot .hot_key .hot_list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  color: #226EBC;
}

.page .bottom_main .hot .hot_key .hot_list span {
  cursor: pointer;
}

.page .bottom_main .search_key {
  display: flex;
  align-items: center;
  border: 1px solid #226EBC;
  position: relative;
  width: 872px;
  background: white;
  margin: 0 auto;
}

.page .bottom_main .search_key .key_word {
  height: 44px;
  border: 0;
  padding: 0 27px;
  font-size: 16px;
  display: flex;
  flex: 1;
}

.page .bottom_main .search_key #key_word_2 {
  height: 44px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  padding: 0 27px;
}

.page .bottom_main .search_key .line {
  border-left: 1px solid #d9d8d8;
  /* margin: 5px 0; */
  height: 35px;
}

.page .bottom_main .search_key .sure_search {
  height: 44px;
  line-height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0 40px;
  background: #226EBC;
  font-size: 16px;
}

.page .bottom_main .search_key .key_word::placeholder {
  color: #BCBCBC;
  font-size: 16px;
}

.page .bottom_main .search_key .iconfont {
  color: #226EBC;
  margin-right: 26px;
}

.page .bottom_main .screen {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: white;
  /* row-gap: 20px; */
  border-radius: 5px;
}

.page .bottom_main .screen .job_screening {
  display: flex;
  align-items: center;
}

.page .bottom_main .screen .job_screening .history_search {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 1;
  font-size: 14px;
}

.page .bottom_main .screen .job_screening .history_search span {
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-bottom: 20px;
}

.page .bottom_main .screen .job_screening .history_search .active {
  background: #226EBC;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.page .bottom_main .screen>div .first_line {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 77px;
  text-align: right;
}

.page .bottom_main .screen .regional_screening {
  display: flex;
  /* align-items: baseline; */
  background-color: white;
}

.page .bottom_main .screen .regional_screening .province_list {
  flex: 1;
}

.page .bottom_main .screen .regional_screening .province_list .more_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  display: none;
  margin-top: 10px;
}

.page .bottom_main .screen .regional_screening .province_list .more_list span {
  padding: 4px 6px;
  cursor: pointer;
}

.page .bottom_main .screen .regional_screening .province_list .more_list .active {
  background: #226EBC;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.page .bottom_main .screen .regional_screening .province {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  column-gap: 10px;
  font-size: 14px;
  width: 940px;
  background-color: white;
  overflow: hidden;
}



#province,  #province1, #province2, #province3, #province4{
  height: 44px;
}



.page .bottom_main .screen .regional_screening .province a {
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.page .bottom_main .screen .regional_screening .province a:hover{
  background: #226EBC;
  border-radius: 4px;
  color: white;
}

.page .bottom_main .screen .regional_screening .province .active {
  background: #226EBC;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.page .bottom_main .screen .citys_screening {
  display: flex;
  align-items: baseline;
}

.page .bottom_main .screen .citys_screening .city_list {
  flex: 1;
}

.page .bottom_main .screen .citys_screening .city_list .city {
  display: flex;
  align-items: center;
  flex: 1;
  column-gap: 10px;
  font-size: 14px;
  background: white;
  height: 42;
  /* margin-bottom: 10px; */
}

.page .bottom_main .screen .citys_screening .city_list .city span {
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}

.page .bottom_main .screen .citys_screening .city_list .city .active {
  background: #226EBC;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.page .bottom_main .screen .citys_screening .city_list .more_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  display: none;
}

.page .bottom_main .screen .citys_screening .city_list .more_list span {
  padding: 4px 6px;
  cursor: pointer;
}

.page .bottom_main .screen .citys_screening .city_list .more_list .active {
  background: #226EBC;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.page .bottom_main .screen .regional_screening {
  display: flex;
  /* align-items: center; */
  /* outline: 1px solid red; */
}

.page .bottom_main .screen .regional_screening .layui-form {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex: 1;
}

.page .bottom_main .screen .regional_screening .layui-form .layui-form-item {
  margin: 0;
}

.page .bottom_main .screen .regional_screening .layui-form .last {
  text-align: end;
}
.page .bottom_main .content {
  margin-top: 10px;
}

.page .bottom_main .content .com_list {
  display: flex;
  align-items: center;
  /*row-gap: 12px;*/
  flex-wrap: wrap;
  justify-content: space-between;
}

.page .bottom_main .content .com_list .com_item {
  width: 283px;
  background: white;
  height: 250px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 4px;
}
.page .bottom_main .content .com_list .com_item::after {
  content: '';
  flex: auto;    /* 或者flex: 1 */
}

.page .bottom_main .content .com_list .com_item a {
  display: flex;
  flex-direction: column;
  /* row-gap: 10px; */
  padding: 0 20px;
  align-items: center;
  width: 100%;
}

.page .bottom_main .content .com_list .com_item a .comname {
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.page .bottom_main .content .com_list .com_item a .comname .comName_chi{
  max-width: 200px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page .bottom_main .content .com_list .com_item:hover{
  box-shadow: 0 16px 40px 0 rgba(138,149,158,.2);
}
.page .bottom_main .content .com_list .com_item a:hover .comname .comName_chi{
  color: #226eb4;
}

.page .bottom_main .content .com_list .com_item a .comname img {
  width: 17px;
  margin-left: 4px;
}

.page .bottom_main .content .com_list .com_item a .comname .viprz {
  width: 14px;
}

.page .bottom_main .content .com_list .com_item a .comtype {
  color: #777;
  line-height: 16px;
  margin-top: 6px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page .bottom_main .content .com_list .com_item a .week {
  padding: 5px 15px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  margin-top: 20px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
}

.page .bottom_main .content .com_list .com_item a .week span {
  color: #226EBC;
}

.page .bottom_main .content .com_list .com_item a img:nth-child(1){
  max-width: 100px;
  min-width: 100px;
  height: 100px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

.el-cascader {
  width: 85px;
  margin-left: 16px;
}

.el-input--suffix .el-input__inner {
  padding-right: 10px;
  border: 0;
  font-size: 16px;
  color: #333333 !important;
}

.el-input__inner {
  padding: 0 10px;
}

.el-input__inner::placeholder {
  color: #333333 !important;
}

.el-cascader-node.is-selectable.in-active-path {
  color: #226EBC;
}

.el-cascader-menu {
  min-width: 200px;
}

.el-cascader-node__label {
  font-size: 16px;
}

.layui-form-radio {
  display: flex;
  align-items: center;
  margin: 0;
}

.layui-form-radio>div {
  white-space: pre;
}

#reset {
  cursor: pointer;
  color: #226EBC;
}

.more_province {
  cursor: pointer;
  color: #226EBC;
}

.more_province .iconfont {
  color: #226EBC;
  margin-left: 4px;
  display: inline-block;
  transition: 0.5s;
}
#position {
  height: 44px;
  /* border: 1px solid green; */
}

#more_citys {
  cursor: pointer;
  color: #226EBC;
}

#more_citys .iconfont {
  color: #226EBC;
  margin-left: 4px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #226EBC;
}

.layui-form-select .layui-input::placeholder {
  color: #BCBCBC;
}

.el-input__suffix {
  display: none;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
