.content {
  width: 100%;
  margin-top: 30px;
}

.content .content-l {
  width: 66%;
}

.content .content-l .zy-mulu li {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 2.5% 6.5%;
}

.content .content-l .zy-mulu li h2 {
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}

.content .content-l .zy-mulu li h2::before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url(../../images/kaoyan/zy-icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -4.5%;
  top: 50%;
  margin-top: -12.5px;
}

.content .content-l .zy-mulu li h2 a {
  display: inline;
}

.content .content-l .zy-mulu li div {
  margin-top: 2.5%;
}

.content .content-l .zy-mulu li div p {
  width: -moz-calc((100% - 40px) / 3);
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  margin: 0 10px;
}

.content .content-l .zy-mulu li div p a {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.content .content-l .zy-mulu li div p a:hover {
  color: #dc0000;
}

.content .content-l .zy-mulu li div p:first-child {
  margin-left: 0;
}

.content .content-l .zy-mulu li div p:nth-child(3) {
  margin-right: 0;
}

.content .content-l .zy-mulu li div.div-clicked {
  display: none;
}

.content .content-l .zy-mulu li span {
  width: 23px;
  height: 15px;
  background: rgba(224, 39, 39, 0.1);
  position: relative;
  margin-top: 2.5%;
  cursor: pointer;
}

.content .content-l .zy-mulu li span img {
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -6px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .content-l .zy-mulu li span.clicked img {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .content .content-l .zy-mulu li h2::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .content .content-l .zy-mulu li div p a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .content .content-l .zy-mulu li h2 {
    font-size: 16px;
  }
  .content .content-l .zy-mulu li .h2::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .content .content-l .zy-mulu li div p a {
    font-size: 14px;
    line-height: 20px;
  }
}
