.dhcx {
  float: left;
  width: 100%;
}
.dhcx .btnsBG {
  float: left;
  width: 100%;
}
.dhcx .btnsBG .btnBg {
  float: left;
  width: 20%;
}
.dhcx .btnsBG .btnBg .btnIm {
  float: left;
  width: 50px;
}
.dhcx .btnsBG .btnBg .btnTexts {
  float: left;
  margin-left: 20px;
  width: calc(100% - 50px - 20px);
}
.dhcx .btnsBG .btnBg .p1 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #444444;
}
.dhcx .btnsBG .btnBg .p2 {
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #a51515;
}
.dhcx .btnsInfo {
  float: left;
  margin: 35px 0;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.searchBg {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.searchBg .inputs {
  float: left;
  width: calc(100% - 170px);
  height: 44px;
  line-height: 44px;
  border: 1px solid #a51515;
  padding: 0 10px;
}
.searchBg .searchBtn {
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  width: 170px;
  height: 44px;
  background-color: #a51515;
  border: 1px solid #a51515;
}
.containBg {
  float: left;
  width: 100%;
  margin: 43px 0;
}
.containBg .itemBg {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.containBg .itemBg .nameUl {
  float: left;
  width: 100%;
  height: 324px;
  border: solid 1px #cccccc;
  padding: 0px 0px;
}
    .containBg .itemBg .nameLi {
        float: left;
        padding: 0 0 0 10px;
        width: 100%;
        font-family: Microsoft YaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #444444;
    }
.containBg .itemBg .nameLi:hover {
  color: #a51515;
  background-color: rgba(165, 21, 21, 0.1);
}
.containBg .itemBg .nameBtn {
  float: left;
  width: 100%;
  margin-top: 9px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.containBg .itemBg .nameBtn:hover {
  cursor: pointer;
}
.containBg .itemBg .co1 {
  background-color: #d94848;
}
.containBg .itemBg .co2 {
  background-color: #a51515;
}
.containBg .itemBg .co3 {
  background-color: #d94848;
}
.containBg .itemBg:last-of-type {
  margin-right: 0;
}
.tablebG {
  float: left;
  width: 80%;
  margin-left: 10%;
}
table {
  width: 100%;
  color: #444444;
}
table th {
  height: 60px;
  background-color: rgba(165, 21, 21, 0.1);
  font-weight: bold !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
table td {
  word-break: break-all;
  padding: 20px 15px ;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  text-align: center;
}
table td img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .dhcx table {
    min-width: 700px;
  }
  .dhcx .btnsBG .btnBg {
    width: 100%;
    margin-bottom: 10px;
  }
  .dhcx .btnsBG .btnBg .p1 {
    font-size: 16px !important;
  }
  .dhcx .btnsBG .btnBg .p2 {
    font-size: 14px !important;
  }
  .containBg .itemBg {
    width: 100%;
    margin-right: 0;
  }
  .searchBg .inputs {
    width: calc(100% - 80px);
  }
  .searchBg .searchBtn {
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  .dhcx .btnsBG .btnBg .p1 {
    font-size: 12px;
  }
  .dhcx .btnsBG .btnBg .p2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
    .tablebG{ margin-left: 0;width:100%}
    #phones{ min-width: auto;width: 100%;}
}

/* custom */

.searchBtn:hover {
    cursor: pointer;
}

#phones span {
    display: block;
}

#loading {
    width: 16px;
}