.content {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  min-height: 790px;
    width: 1440px;
  margin: auto;
}
.content .left {
  width: 230px;
}
.content .left a {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dedede;
  margin-top: 20px;
}
.content .left a span {
  position: relative;
  line-height: 45px;
  display: flex;
  align-items: center;
  font-weight: bolder;
  color: #009143;
  transition: all 0.2s;
}
.content .left a span:nth-last-of-type(1) {
  width: 14px;
  height: 14px;
  overflow: hidden;
}
.content .left a span img {
  position: absolute;
  top: -40px;
  left: -40px;
  filter: drop-shadow(40px 40px #009143);
}
.content .left .active span {
  color: #f15921;
}
.content .left .active span img {
  filter: drop-shadow(40px 40px #f15921);
}
.content .left a:hover span {
  color: #f15921;
}
.content .left a:hover span img {
  filter: drop-shadow(40px 40px #f15921);
}
.content .right {
  padding-top: 20px;
  margin-left: 60px;
  width: 1154px;
}
.content .right h1 {
  font-size: 35px;
  font-weight: bolder;
  text-align: center;
  line-height: 100px;
}
.content .right .time {
  height: 50px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 50px;
  color: #9a9a9a;
}
.content .right .content2 {
  padding: 30px 25px;
}
.content .right .content2 p {
  line-height: 40px;
  margin-bottom: 35px;
}
