.logoImg{
    width: 100%;
}
.abtImg{
    width: 100%;
}
.btnA{
    color: #fff;
    text-decoration: none;
}
.tmeH4 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgb(94, 94, 94);
  cursor: pointer;
}
.tmeH4 span{
    color: rgb(135, 30, 38);
}
.tmeH4i span i{
    margin-left: 5px;
    font-size: 25px;
}
.tmeUls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tmeUls li {
  line-height: 34px;
  font-size: 21px;
  color: rgb(94, 94, 94);
}
.tmeUls li span{
    width: 50px;
    display: inline-block;
    vertical-align: top;
}
.actLi{
    color: rgb(94, 94, 94);
    font-weight: 600;
}
.curPot{
    cursor: pointer;
}
.tmeUls li i{
    color: rgb(160, 38, 47);
    font-size: 25px;
    margin-left: 5px;
}
