.title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #c9151e;
  text-align: center;
}
.title .x {
  width: 57.9994px;
  height: 3.001px;
  background: #cccccc;
  margin: 0 auto;
  margin-top: 15.001px;
  margin-bottom: 20.0006px;
}
.contactr {
  display: flex;
  justify-content: center;
}
.contactr .item {
  display: flex;
  align-items: center;
  margin-right: 69.9994px;
}
.contactr .item img {
  width: 50.0006px;
  height: 50.0006px;
  margin-right: 12px;
}
.contactr .item p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20.0006px;
  color: #333333;
}
.contactr .item p span {
  color: rgba(201, 21, 30, 1);
}
.content {
  margin-top: 30px;
}
.content .head {
  height: 64.9997px;
  background: #c9151e;
  display: flex;
  align-items: center;
}
.content .item {
  height: 78px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1.0003px solid #eeeeee;
}
.content .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  flex: 1;
  text-align: center;
}
.content .item .name {
  color: #000000;
}
.content .item .btn {
  width: 20.0006px;
  height: 20.0006px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  background-image: url(./jia.png);
  background-size: 100% 100%;
  transition: all 0.6s;
}
.content .item .btn img {
  width: 100%;
  height: 100%;
}
.content .list .info {
  padding: 25.0003px 25.0003px 25.0003px 30px;
}
.on {
  /* transform: rotate(180deg); */
  background: #fff9f9;
}
.content .on .item {
  border-bottom: 1.0003px solid #f0dcdc;
}
.content .on .item .btn {
  background-image: url(./jian.png);
}

@media screen and (max-width: 1000px) {
  .title {
    font-size: 22px;
  }
  .title .x {
    width: 57.9994px;
    height: 3.001px;
    background: #cccccc;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contactr {
    flex-direction: column;
  }
  .contactr .item {
    margin-right: 0px;
    margin-top: 10px;
  }
  .contactr .item img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .contactr .item p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
  }
  .contactr .item p span {
    color: rgba(201, 21, 30, 1);
  }
  .content {
    margin-top: 20px;

    overflow-x: auto;
  }
  .content .head {
    height: 64.9997px;
    width: 1000px;
  }
  .content .box {
    width: 1000px;
  }
  .content .item {
    height: 78px;
    border-bottom: 1.0003px solid #eeeeee;
  }
  .content .name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    flex: 1;
    text-align: center;
  }

  .content .item .btn {
    width: 20.0006px;
    height: 20.0006px;
    right: 10px;
  }
  .content .item .btn img {
    width: 100%;
    height: 100%;
  }
  .content .list .info {
    padding: 25.0003px 25.0003px 25.0003px 30px;
  }
  .content .on .item {
    border-bottom: 1.0003px solid #f0dcdc;
  }
}
