.content {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  min-height: 790px;
    width: 1440px;
  margin: auto;
}

.content > .right {
  width: 1440px;
}
.content > .right .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content > .right .title .left {
  border-bottom: 2px solid #f15921;
  width: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #f15921;
  text-align: center;
  line-height: 44px;
  height: 44px;
}
.content > .right .title .right {
  width: calc(100% - 100px);
  color: #999;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 44px;
  border-bottom: 2px solid #009143;
}
.content > .right .title .right span {
  display: flex;
}
.content > .right .title .right span div {
  padding: 0 5px;
}
.content > .right .title .right img {
  margin-right: 10px;
}
.content > .right .item {
  /* color: #009944; */
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.content > .right .item:hover {
  color: #009944;
}
.content > .right .item .title2 {
  flex: 1;
  background: url("../images/shenglue.png") repeat-x center;
}
.content > .right .item .title2 .content2 {
  background-color: white;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.content > .right .item .title2 .content2 img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-top: 2px;
}
.content > .right .item .time {
  color: #999999;
  margin-left: 10px;
}
.content > .right .item:hover .time {
  color: #009143;
}

.content > .right .item .title2 .content2 span {
  display: inline-block;
  max-width: 960px;
}
