.main {
  padding-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .main {
    padding-bottom: .1333333333rem;
  }
}
.main .title {
  font-size: 16px;
  color: #000;
  background-color: #efefef;
  padding: 33px 40px 24px 70px;
  line-height: 26px;
  margin: 40px 0px 33px 0px;
}
@media screen and (max-width: 992px) {
  .main .title {
    font-size: .2933333333rem;
    line-height: .4666666667rem;
    margin: .5333333333rem 0 .4rem;
    padding: .4666666667rem .3733333333rem .44rem .3733333333rem;
  }
}
.main .list_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main .list_1 li {
  padding: 8px 8px 0px 8px;
  background-color: #f2f2f2;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 22.35%;
}
.main .list_1 li p {
  text-align: left;
  height: 66px;
  font-size: 18px;
  color: #000;
  line-height: 27px;
  padding-top: 10px;
  padding-left: 7px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .main .list_1 li p {
    font-size: 16px;
    line-height: 28px;
  }
}
.main .list_1 li a {
  display: block;
}
.main .list_1 li a img {
  display: block;
  width: 100%;
}
.main .list_1 li.noRightPadding {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .main .list_pc {
    display: none;
  }
}
.main .list_mb {
  display: none;
}
@media screen and (max-width: 992px) {
  .main .list_mb {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .list_mb li {
    padding: .1466666667rem .1466666667rem 0 .1466666667rem;
    margin-right: 0;
    margin-bottom: .2666666667rem;
    width: 45%;
  }
  .main .list_mb li p {
    height: 1.0266666667rem;
    font-size: .32rem;
    line-height: .4rem;
    padding-top: .2133333333rem;
    padding-left: .0533333333rem;
  }
}
