body .con1 {
  display: flex;
  justify-content: space-between;
}
body .con2 .con2-con {
  display: flex;
  justify-content: space-between;
}
body .con2 .con2-con dl {
  width: 385px;
  background: #fbfbfd;
}
body .con2 .con2-con dl dt {
  height: 214px;
  margin-bottom: 10px;
}
body .con2 .con2-con dl dt img {
  width: 100%;
  height: 100%;
}
body .con2 .con2-con dl dd {
  padding: 0 15px;
}
body .con2 .con2-con dl dd .p-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .con2 .con2-con dl dd .p-des {
  color: #666;
  line-height: 150%;
  font-size: 14px;
}
body .con2 .con2-con dl dd .p-des .a-des {
  color: #e60012;
}
body .con3 {
  display: flex;
  justify-content: space-between;
}
body .con3 article {
  width: 580px;
}
body .con3 article dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
body .con3 article dl dt {
  width: 236px;
}
body .con3 article dl dt img {
  width: 100%;
  height: 158px;
}
body .con3 article dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 8px;
  width: 312px;
}
body .con3 article dl dd .p-tit {
  margin-bottom: 8px;
  font-size: 18px;
}
body .con3 article dl dd .p-des, body .con3 article dl dd .p-info {
  color: #606060;
  line-height: 150%;
  font-size: 14px;
}
body .con3 article dl dd .p-des .a-des, body .con3 article dl dd .p-info .a-des {
  color: #e60012;
}
body .con3 article dl dd .s-date {
  margin-left: 15px;
}
body .con3 article ul li {
  position: relative;
  line-height: 50px;
  border-bottom: 1px dashed #dedede;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
body .con3 article ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dedede;
}
body .con3 article ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}
body .con3 article ul li .s-date {
  margin-left: 10px;
  color: #606060;
  font-size: 14;
}
body .d-arc1 {
  display: flex;
  justify-content: space-between;
}
body .d-arc1 dl {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  box-sizing: border-box;
  width: 710px;
  background: #f9f9f9;
}
body .d-arc1 dl dt {
  width: 276px;
  height: 210px;
}
body .d-arc1 dl dt img {
  width: 100%;
  height: 100%;
}
body .d-arc1 dl dd {
  width: 355px;
}
body .d-arc1 dl dd .p-tit {
  font-size: 24px;
  margin-bottom: 8px;
}
body .d-arc1 dl dd .p-des {
  color: #7c7c7c;
  line-height: 180%;
  font-size: 15px;
}
body .d-arc1 dl dd .p-des .a-des {
  color: #e60012;
}
body .d-arc1 .ul-list {
  padding-top: 5px;
  width: 460px;
}
body .d-arc1 .ul-list li {
  font-size: 17px;
}