article {
  padding-bottom: 267px;
}
article .content {
  padding-bottom: 98px;
}
article .content .date {
  display: flex;
  background-color: #d4eff8;
  width: 1065px;
  height: 48px;
  margin: 20px auto 0;
  border-radius: 30px;
}
article .content .date li {
  position: relative;
  padding: 0 48px;
  height: 100%;
  color: #0b63ba;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border-radius: 30px;
}
article .content .date li:first-of-type {
  color: #fefefe;
  background: linear-gradient(to right, #2478cb, #1ca3cf);
}
article .content .date li:nth-of-type(2)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 29px;
  transform: translateY(-50%);
  background-color: #46bfe8;
}
article .content .post_box {
  width: 1146px;
  margin: 43px auto 0;
}
article .content .post_box .post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
article .content .post_box .post_list li {
  padding: 0 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 348px;
  height: 78px;
  margin-bottom: 35px;
  background-color: #e5f5fa;
}
article .content .post_box .post_list li strong {
  color: #0b63ba;
  font-size: 16px;
}
article .content .post_box .post_list li a {
  display: block;
  width: 107px;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  background: linear-gradient(to right, #74bc44, #4ab11a);
  border-radius: 25px;
}
article .content .post_box .post_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 39px;
  transform: translateY(-50%);
  background-color: #2784dc;
}
article .content .special_post {
  padding-left: 18px;
  padding-right: 11px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1146px;
  height: 78px;
  margin: 3px auto 0;
  background-color: #ecf6e5;
}
article .content .special_post strong {
  color: #0b63ba;
  font-size: 18px;
}
article .content .special_post a {
  display: block;
  width: 138px;
  height: 57px;
  color: #ffffff;
  font-size: 20.73px;
  font-weight: bold;
  text-align: center;
  line-height: 57px;
  background: linear-gradient(to right, #ffc205, #f78103);
  border-radius: 30px;
}
article .content .special_post::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 39px;
  transform: translateY(-50%);
  background-color: #48af16;
}
