.city_search div{
  height: auto;
  min-height: 70px;
}
.city_search>.item {
  padding: 20px;
}

.city_search .hot_select {
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.city_search .hot_select .tit {
  width: 80px;
}

.city_search .hot_select.hot_city.tit_red {
  color: #de0403;
}

.city_search .hot_select .hotcity_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.city_search .hot_select .hotcity_list>li a {
  padding-right: 15px;
  color: #505050;
}

.city_search .hot_select.hot_choose {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline.hot_inline_sel {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline.hot_inline_sel select,
.city_search .hot_select.hot_choose .hot_form .hot_inline.hot_inline_sel input,
.city_search .hot_select.hot_choose .hot_form .hot_inline.hot_inline_sel button {
  line-height: 32px;
  height: 32px;
  margin-right: 10px;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline.hot_inline_sel .layui-this {
  background-color: #f5f5f5;
  color: #de0403;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline .hot_label {
  min-width: 100px;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline .hot_search_ipt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  min-width: 240px;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline .hot_search_ipt>button {
  background-color: #de0403;
}

.city_search .hot_select.hot_choose .hot_form .hot_inline .hot_search_ipt>button:hover {
  background: #de0403;
  opacity: 0.8;
}

.city_search h2 {
  padding-bottom: 20px;
}

.city_search .prov_lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}

.city_search .prov_lists>li {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.city_search .prov_lists>li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.city_search .prov_lists>li:hover .first_letter {
  background-color: #de0403;
  color: #fff;
  border-right: none;
}

.city_search .prov_lists>li .first_letter {
  width: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #afafaf;
  text-transform: uppercase;
  border-right: 1px solid #f0f0f0;
  background-color: #f5f5f5;
}

.city_search .prov_lists>li .letter_prov_wraper {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 18px;
  width: 100%;
  position: relative;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov:hover {
  background-color: #f5f5f5;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov:hover::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid rgba(0, 0, 0, 0);
  border-left-color: #de0403;
  top: 50%;
  margin-top: -6px;
  left: 0;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov .prov_name {
  width: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov .letter_prov_cities {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 15px;
  border-left: 1px solid #f0f0f0;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov .letter_prov_cities a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  white-space: nowrap;
}

.city_search .prov_lists>li .letter_prov_wraper .letter_prov .letter_prov_cities a:hover {
  color: #de0403;
}

.city_subs .subs_list {
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.city_subs .subs_list>li a {
  padding-right: 20px;
}

.city_subs .subs_ad {
  width: 100%;
  height: 100px;
}

.city_subs .subs_ad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.city_subs .proj_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
}

.city_subs .proj_list>li {
  width: calc(50% - 8px);
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 16px;
  min-width: 44%;
}

.city_subs .proj_list>li.item_zd h3,
.city_subs .proj_list>li.item_tj h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkie-box-origin: vertical;
}

.city_subs .proj_list>li>.title {
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 32px;
  border: none;
  font-weight: 600;
}

.city_subs .proj_list>li>.title .tag {
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
}

.city_subs .proj_list>li>.title .tag.tag_zd {
  background-color: #95b30b;
}

.city_subs .proj_list>li>.title .tag.tag_tj {
  background-color: #ffa200;
}

.city_subs .proj_list>li>.title .type {
  color: #0898ff;
}

.city_subs .proj_list>li>.info {
  color: #7a7a7a;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}

.city_subs .proj_list>li>.info>li {
  width: 50%;
  line-height: 24px;
}

.city_subs .proj_list>li>.item_lxr {
  width: 100%;
  color: #0898ff;
  background-color: #f5f5f5;
  border-left: 4px solid #0898ff;
  font-size: 13px;
  line-height: 30px;
  padding-left: 10px;
  border-radius: 4px;
}

.subs_right_side .title_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.subs_right_side .title_list .title_bg_list {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: unset;
}

.subs_right_side .title_list .title_bg_list img {
  margin-top: 0 !important;
}

.subs_right_side .title_list>a {
  min-width: 30px;
}

.subs_right_side .title_list .title_text {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.subs_right_side .title_list .title_text img {
  margin-top: 0 !important;
}

.cate_nav {
  background-color: #fff;
}

.cate_nav .cate_lists {
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cate_nav .cate_lists .cate_item {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.cate_nav .cate_lists .cate_item>span {
  min-width: 200px;
  font-weight: bold;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left center;
}

.cate_nav .cate_lists .cate_item:nth-child(1)>span {
  background-image: url("/Public/newhome/icon/icon_bg_1.png");
}

.cate_nav .cate_lists .cate_item:nth-child(2)>span {
  background-image: url("/Public/newhome/icon/icon_bg_2.png");
}

.cate_nav .cate_lists .cate_item:nth-child(3)>span {
  background-image: url("/Public/newhome/icon/icon_bg_3.png");
}

.cate_nav .cate_lists .cate_item:nth-child(4)>span {
  background-image: url("/Public/newhome/icon/icon_bg_4.png");
}

.cate_nav .cate_lists .cate_item:nth-child(5)>span {
  background-image: url("/Public/newhome/icon/icon_bg_5.png");
}

.cate_nav .cate_lists .cate_item:nth-child(6)>span {
  background-image: url("/Public/newhome/icon/icon_bg_6.png");
}

.cate_nav .cate_lists .cate_item:nth-child(7)>span {
  background-image: url("/Public/newhome/icon/icon_bg_7.png");
}

.cate_nav .cate_lists .cate_item:nth-child(8)>span {
  background-image: url("/Public/newhome/icon/icon_bg_8.png");
}

.cate_nav .cate_lists .cate_item:nth-child(9)>span {
  background-image: url("/Public/newhome/icon/icon_bg_9.png");
}

.cate_nav .cate_lists .cate_item:nth-child(10)>span {
  background-image: url("/Public/newhome/icon/icon_bg_10.png");
}

.cate_nav .cate_lists .cate_item:nth-child(11)>span {
  background-image: url("/Public/newhome/icon/icon_bg_11.png");
}

.cate_nav .cate_lists .cate_item:nth-child(12)>span {
  background-image: url("/Public/newhome/icon/icon_bg_12.png");
}

.cate_nav .cate_lists .cate_item:nth-child(13)>span {
  background-image: url("/Public/newhome/icon/icon_bg_13.png");
}

.cate_nav .cate_lists .cate_item:nth-child(14)>span {
  background-image: url("/Public/newhome/icon/icon_bg_14.png");
}

.cate_nav .cate_lists .cate_item:nth-child(15)>span {
  background-image: url("/Public/newhome/icon/icon_bg_15.png");
}

.cate_nav .cate_lists .cate_item .cate_small {
  padding: 10px 0;
}

.cate_nav .cate_lists .cate_item .cate_small>a {
  margin-right: 15px;
  line-height: 24px;
}