.nav2 ul {
  justify-content: space-around !important;
}

.con1 {
  display: flex;
  justify-content: space-between;
}

.d-arc1 {
  display: flex;
  justify-content: space-between;
}
.d-arc1 dl {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  box-sizing: border-box;
  width: 710px;
  background: #f9f9f9;
}
.d-arc1 dl dt {
  width: 276px;
  height: 210px;
}
.d-arc1 dl dt img {
  width: 100%;
  height: 100%;
}
.d-arc1 dl dd {
  width: 355px;
}
.d-arc1 dl dd .p-tit {
  font-size: 24px;
  margin-bottom: 8px;
}
.d-arc1 dl dd .p-des {
  color: #7c7c7c;
  line-height: 180%;
  font-size: 15px;
}
.d-arc1 dl dd .p-des .a-des {
  color: #e60012;
}
.d-arc1 .ul-list {
  padding-top: 5px;
  width: 460px;
}
.d-arc1 .ul-list li {
  font-size: 17px;
}

.con5 {
  display: flex;
  justify-content: space-between;
}
.con5 article {
  width: 580px;
}
.con5 article dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.con5 article dl dt {
  width: 236px;
}
.con5 article dl dt img {
  width: 100%;
  height: 158px;
}
.con5 article dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 8px;
  width: 312px;
}
.con5 article dl dd .p-tit {
  margin-bottom: 8px;
  font-size: 18px;
}
.con5 article dl dd .p-des, .con5 article dl dd .p-info {
  color: #606060;
  line-height: 150%;
  font-size: 14px;
}
.con5 article dl dd .p-des .a-des, .con5 article dl dd .p-info .a-des {
  color: #e60012;
}
.con5 article dl dd .s-date {
  margin-left: 15px;
}
.con5 article ul li {
  position: relative;
  line-height: 50px;
  border-bottom: 1px dashed #dedede;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.con5 article ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dedede;
}
.con5 article ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}
.con5 article ul li .s-date {
  margin-left: 10px;
  color: #606060;
  font-size: 14;
}

.main2 .cjn-content-switcher__tag {
  margin-left: 10px;
}