.contact {
  margin-top: 40px;
}

.contact h3 {
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
}

.contact .contact_con {
  margin-top: 55px;
}

.contact .contact_con .contact_left {
  width: 450px;
}

.contact .contact_con .contact_left ul li {
  height: 108px;
  width: 442px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .contact_con .contact_left ul li:last-child {
  border-bottom: none;
  height: 79px;
  margin-top: 31px;
}

.contact .contact_con .contact_left .tel {
  flex: 0 0 95px;
  width: 83px;
  height: 79px;
  background: url(../images/tel.png) no-repeat;
}

.contact .contact_con .contact_left p {
  flex: 0 0 359px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
}

.contact .contact_con .contact_left .loca {
  flex: 0 0 95px;
  width: 83px;
  height: 79px;
  background: url(../images/loca.png) no-repeat;
}
