.section1 .content {
  display: flex;
  padding-bottom: 0.52rem;
  
}
.section1 .content .left {
  padding-right: 8px;
}
.section1 .content .left .p1 {
  font-size: .19rem;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.section1 .content .left .p2 {
  font-size: 0.09rem;
  line-height: 2;
  position: relative;
}
.section1 .content .left .p2::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #62b400;
  left: 0;
  bottom: 0;
}
.section1 .content .right {
  width: 100%;
  flex: 1;
  border-left: 1px solid #ccc;
  padding-left: 0.21rem;
}
.section1 .content .right > h3 {
  font-size: .1rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.section1 .content .right > div {
  margin-bottom: 20px;
}
.section1 .content .right > div > p {
  font-size: .08rem;
  color: #333;
  line-height: 1.5;
}
.section1 .content .right  img {
  width: 100%;
}
.section1 .content .right .img-list {
  display: flex;
  flex-wrap: wrap;
}
.section1 .content .right .img-list > li {
  width: 25%;
  margin-bottom: 20px;
}
.section1 .content .right .img-list > li > img {
  width: 100%;
  padding-right: 20px;
}
.section1 .content .title .en {
  opacity: 0;
}
.yuming-section .content .right .img-list > li {
  padding-right: 20px;
}
.yuming-section .content .right .img-list > li > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-bottom: 8px;
  transition: all 0.3s ease 0s;
}
.yuming-section .content .right .img-list > li > a > img {
  width: 100%;
}
.yuming-section .content .right .img-list > li > a > p {
  text-align: center;
  position: relative;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.yuming-section .content .right .img-list > li > a > p::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.yuming-section .content .right .img-list > li > a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.yuming-section .content .right .img-list > li > a:hover > p {
  color: #62b400;
}
.yuming-section .content .right .img-list > li > a:hover > p::after {
  background-color: #62b400;
}
@media screen and (max-width: 768px) {
  .section1 .content .right .img-list > li {
    width: 100%;
  }
  .section1 .content .left {
    display: none;
  }
  .section1 .content .right {
    padding-left: 0;
    border-left: none;
  }
  .section1 .content .right .img-list > li > img {
    padding-right: 0;
  }
  .section1 .content .right > h3 {
  	font-size: 18px
  }
  .section1 .content .right > div > p {
  	font-size: 12px
  }
}
<!--ºÄÊ±1759418836.9696Ãë-->