.content {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  min-height: 760px;
  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 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content > .right .one {
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #333;
}
.content > .right .wrap .item {
  height: 360px;
  width: 698px;
  margin-bottom: 30px;
}
.content > .right .wrap .item .title2 {
  background: url("../images/tec1.png") no-repeat left/contain;
  height: 51px;
  color: white;
  line-height: 51px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.content > .right .wrap .item .wrap2 {
  height: 290px;
  border: 1px solid #009143;
  display: flex;
}
.content > .right .wrap .item .wrap2 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.content > .right .wrap .item .wrap2 .image img {
  height: 186px;
  width: 276px;
}
.content > .right .wrap .item .wrap2 p {
  padding: 20px 25px 20px 0;
  display: block;
  flex: 1;
  line-height: 30px;
}
