body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.alc {
  align-items: center;
}
.fw {
    flex-wrap: wrap;
}
.asb {
    align-content: space-between;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
.top {
  width: 100%;
  height: 680px;
  background: url(https://www.crnews.net/zt/nyjpppxszszq/imgs/agriculturalProducts/banner.png) no-repeat;
  background-size: 100% 100%;
}
.content-box {
  height: 410px;
  margin-bottom: 58px;
}

.title {
  font-size: 36px;
  font-weight: bold;
  color: #d00208;
  line-height: 36px;
}
.subtitle {
  font-size: 23px;
  color: #111111;
}
.contentBg {
  /* background: url(../imgs/fourthPlenaryMeeting/contentBg.png) no-repeat; */
}
.content {
  width: 1200px;
  /* height: 2900px; */
  margin: auto;
  margin-top: 60px;
  /* background-color: aqua; */
}

.box1 {
  width: 286px;
  height: 513px;
  margin-left: 18px;
}
.box1:nth-child(4n + 1) {
  margin-left: 0;
}
.img1 {
  width: 286px;
  height: 286px;
}
.icon1 {
  width: 26px;
  height: 26px;
  margin-top: 4px;
}
.box2 {
  margin-top: 18px;
  border-bottom: 1px solid #D6BD9B;
}
.box2 p {
  margin-left: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 22px;
  color: #000000;
  line-height: 33px;
  height: 66px;
  margin-bottom: 10px;

  /* 核心属性：控制文本换行和溢出 */
  display: -webkit-box; /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置伸缩盒子的子元素排列方式为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为2行 */
  
  /* 基础属性：溢出隐藏并显示省略号 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
.text1 {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 16px;
  color: #666666;
  line-height: 24px;

  /* 核心属性：控制文本换行和溢出 */
  display: -webkit-box; /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置伸缩盒子的子元素排列方式为垂直 */
  -webkit-line-clamp: 3; /* 限制显示的行数为2行 */
  
  /* 基础属性：溢出隐藏并显示省略号 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 溢出部分显示省略号 */
}


.bottom {
  height: 198px;
  background: linear-gradient( 90deg, #6BC235 0%, #54900C 100%);
  /* margin-top: 44px; */
}
.bottom p {
  margin: 0;
}
.bottom-01 {
  margin-top: 30px;
  color: #FFFFFF;
}
.bottom-01 a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.bottom-01 span {
  margin: 0 20px;
}
.bottom-02 {
  color: #FFFFFF;
  font-size: 14px;
}
.bottom img {
  margin-right: 12px;
  width: 18px;
  height: 20px;
}
