.section1 .content {
  margin-bottom: 100px;
}
.section1 .content .top {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.34rem;
}
.section1 .content .top h1 {
  font-size: 18px;
  color: #62B400;
  line-height: 1.3;
  padding: 30px 0;
}
.section1 .content .top p {
  color: #999;
  font-size: 14px;
  padding-bottom: 30px;
}
.zz{
  margin-left: 24px;
}
.section1 .content .top p .time {
  margin-right: 24px;
}
.section1 .content .article {
  margin-bottom: 0.34rem;
}
.section1 .content .article  img {
	max-width: 100% !important;
}
.section1 .content .article p {
  font-size: 16px;
  line-height: 2;
}
.section1 .content .btn {
  display: flex;
  justify-content: flex-end;
}
.section1 .content .btn > a {
  font-size: 16px;
  color: #333;
  line-height: 2;
  width: 110px;
  padding: 8px 0;
  border: 1px solid #ccc;
  margin-right: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0s;
}
.section1 .content .btn > a:last-child {
  margin-right: 0;
}
.section1 .content .btn > a:hover {
  background-color: #62b400;
  border-color: #62b400;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .section1 .content .top h3 {
    font-size: 24px;
  }
  .section1 .content .top p {
    font-size: 14px;
  }
  .section1 .content .article p {
    font-size: 14px;
  }
  .section1 .content .btn > a {
    font-size: 14px;
  }
}
<!--ºÄÊ±1759427424.595Ãë-->