@charset "UTF-8";
.content {
  padding: 4.5% 0;
}
.content .common_top {
  margin-bottom: 60px;
}
.content .img {
  position: relative;
  height: 0;
  padding-bottom: 142%;
  overflow: hidden;
  display: block;
}
.content .img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .repeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content .repeat:nth-child(n+3) {
  margin-top: 80px;
}
.content .repeat:hover {
  background-color: #f5f5f5;
}
.content .l {
  width: 280px;
}
.content .r {
  width: calc(100% - 280px);
  padding: 40px 40px 0;
}
.content .name {
  line-height: 1;
}
.content .sum {
  line-height: 1.3;
  margin-top: 20px;
}
.content .des {
  line-height: 1.875;
  color: #222222;
  height: 11.25em;
  overflow: auto;
  padding-right: 5px;
}
.content .des::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.content .des::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  /* 背景色 */
  border-radius: 4px;
}
.content .des::-webkit-scrollbar-thumb {
  background: #f00000;
  /* 滚动色 */
  border-radius: 6px;
}
.content .line {
  margin: 20px 0;
  height: 1px;
  background: #eeeeee;
}

@media screen and (max-width: 1600px) {
  .content .common_top {
    margin-bottom: 35px;
  }
  .content .repeat:nth-child(n+5) {
    margin-top: 30px;
  }
  .content .r {
    padding: 20px 30px 0;
    width: calc(100% - 210px);
  }
  .content .sum {
    margin-top: 12px;
  }
  .content .line {
    margin: 15px 0;
  }
  .content .l {
    width: 210px;
  }
  .content .des {
    height: 9.375em;
  }
  .content .repeat:nth-child(n+3) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .content .common_top {
    margin-bottom: 25px;
  }
  .content .repeat {
    width: 100%;
  }
  .content .l {
    width: 160px;
  }
  .content .r {
    width: calc(100% - 160px);
  }
  .content .des {
    height: 7.5em;
  }
  .content .repeat:nth-child(n+2) {
    margin-top: 30px;
  }
  .content .line {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding: 40px 0;
  }
  .content .repeat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
  .content .repeat:hover {
    background-color: inherit;
  }
  .content .r {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  .content .name {
    text-align: center;
  }
  .content .repeat:nth-child(n+2) {
    margin-top: 25px;
  }
}
