.search_list {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

.search_list_l {
  width: 874px;
  border: 1px solid #ECEDEF;
  box-sizing: border-box;
  padding: 0 30px;
}

.search_list_r {
  width: 306px;
}

.search_ul {
  height: 145px;
  border-bottom: 1px solid #ECEDEF;
  display: flex;
  align-items: center;
}

    .search_ul:hover .search_ul_title_text {
        color: #f4c830;
    }

    .search_ul a {
        display: flex;
        align-items: center;
    }

.search_ul:last-child {
  border: none;
}

.search_ul_l {
  height: 105px;
  width: 184px;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}

.search_ul_l img {
  height: 103px;
  width: 182px;
}

.search_ul_r {
  box-sizing: border-box;
  padding-left: 20px;
}

.search_ul_title {
  display: flex;
  align-items: center;
}

.search_ul_title_text {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding-right: 12px;
}

.search_ul_title_label {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #67A6E8;
  border-radius: 2px;
  padding: 0 5px;
}

.search_ul_r_des {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #A3A7B2;
  margin-top: 12px;
}

.search_hpt {
  border: 1px solid #ECEDEF;
  box-sizing: border-box;
  padding: 20px;
}

.search_hpt_title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.search_hpt_ul {
  height: 52px;
  border-bottom : 1px dashed #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_hpt_ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.search_hpt_ul:last-child {
  border: none;
}

.search_hpt_ul_l {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;

}

.search_hpt_ul_l img {
  height: 26px;
  width: 26px;
}

    .search_hpt_ul_l span {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #666666;
        padding-left: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.search_hpt_ul:hover {
    background-color: #f2f5f8;
    
}

    .search_hpt_ul:hover span {
        color: #f4c830;
    }

    .search_hpt_ul_r_start {
        height: 32px;
        width: 32px;
        background: url(../image/count_bg.png) no-repeat center center;
        font-family: DIN;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
    }

.search_hpt_ul_r_end {
  background: #F1F1F1;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  font-family: DIN;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #999999;
  position: relative;
  left: -2px;
}