body {
  background: #F5F5F5;
}

.cons {
  padding-bottom: 60px;
}
.cons .content {
  display: flex;
}
.rule-list-wrap {
  flex: 1;
  width: 0%;
  padding: 30px;
  margin-right: 30px;
  background: #fff;
}
.rule-list-wrap ul {
  padding: 15px 0;
}
.rule-list-wrap h2 {
  margin: unset;
  padding-bottom: 12px;
  border-bottom: 1px solid #B30C08;
}
.rule-list-wrap li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
}
.rule-list-wrap li a span:first-child {
  width: 70%;
}
.rule-list-wrap li a:hover span:first-child {
  color: var(--theme-color);
}
.rule-list-wrap span.time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.aside-wrap {
  width: 485px;
  background: #fff;
  padding: 30px;
}
.aside-wrap h2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 12px;
  margin: 0 0 25px;
  border-bottom: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside-wrap h2 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B30C08;
}
.aside-wrap .col {
  border: 1px solid #E6E6E6;
}
.aside-wrap .col .cover {
  width: 425px;
  height: 240px;
  background: #B30C08;
}
.aside-wrap .col .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-wrap .col .text {
  padding: 0 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
}
.aside-wrap .col + .col {
  margin-top: 20px;
}


@media screen and (max-width: 640px) {
  .cons .container {
    width: 100%;
  }
  .cons .content {
    flex-direction: column;
  }
  .left-aside {
    width: 100%;
  }
  .cons .con {
    margin: 15px 0 0;
    padding: 15px;
  }
  .rule-list-wrap {
    margin: unset;
    padding: 15px;
  }
  .rule-list-wrap h2 {
    font-size: 20px;
  }
  .rule-list-wrap a span:first-child {
    width: 65%;
  }
  .aside-wrap h2 {
    font-size: 20px;
  }
  .aside-wrap {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .aside-wrap .col .cover {
    width: 100%;
    height: 180px;
  }
}
