.tp {
  margin: 0 auto;
  width: 1200px;
  height: 550px;
}
.title {
  float: left;
  width: 100%;
  height: 67px;
  position: relative;
  background: url(../resources/images/go.png) 0 50% no-repeat;
}
.title h2 {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  left: 35px;
  top: 23px;
}
.title p {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  right: 0;
  top: 31px;
}
.title a {
  color: #333;
}
.picnews {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  flex-wrap: wrap;
}
.picnews img {
  width: 384px;
  height: 228px;
}