.AgriculturalTown {
  width: 100%;
  display: flex;
  justify-content: center;
}
.AgriculturalTownContent {
  width: 1400px;
  background: #FFFFFF;
  padding-top: 50px;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.AgriculturalTownContent .title {
  width: 463px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.AgriculturalTownContent .title .chineseTitle {
  width: 248px;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.AgriculturalTownContent .title .englishTitle {
  width: 463px;
  height: 33px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 28px;
  color: #e5f3ed;
  line-height: 39px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.AgriculturalTownContent .titleImg {
  width: 1073px;
  height: 645px;
  margin-top: 45px;
}
.AgriculturalTownContent .totality {
  width: 1073px;
  margin-top: 80px;
}
.AgriculturalTownContent .totality .totalityTitle {
  width: 124px;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  position: relative;
}
.AgriculturalTownContent .totality .totalityTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  background: #09925A;
  opacity: 0.19;
}
.AgriculturalTownContent .totality .totalityContent {
  width: 1080px;
  font-family: SourceHanSans;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
}
.AgriculturalTownContent .detailsList {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.AgriculturalTownContent .detailsList .left {
  width: 270px;
  height: 300px;
}
.AgriculturalTownContent .detailsList .left img {
  width: 100%;
  height: 100%;
}
.AgriculturalTownContent .detailsList .right {
  width: 816px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(220, 220, 220, 0.47);
}
.AgriculturalTownContent .detailsList .right .detailsTitle {
  height: 36px;
  font-family: SourceHanSans;
  font-weight: 600;
  font-size: 24px;
  color: #09925A;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
  position: relative;
  margin: 28px 0 0 53px;
}
.AgriculturalTownContent .detailsList .right .detailsTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 257px;
  border: 1px solid #09925A;
}
.AgriculturalTownContent .detailsList .right .detailsContent {
  width: 657px;
  height: 72px;
  font-family: SourceHanSans;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
  margin-top: 45px;
  margin: 45px 0 0 53px;
}
