@import "../../assets/styles/normalize.css";
@import "../../assets/styles/common.css";
@media screen and (max-width: 1200px) {
  .main {
    background-color: #e6e6e6;
    padding-bottom: 3vw;
  }
  .list {
    background-color: #fff;
    padding-bottom: 10px;
  }
  .title {
    font-size: 4vw;
    padding-left: 2vw;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 4vw;
    border-radius: 2px;
    background-color: #215989;
  }
  .article-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .time {
    margin-right: 20px;
  }
  .info {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .divide {
    width: 100%;
    height: 4px;
    background-color: #215987;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .text {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .next {
    text-align: right;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .title {
    margin-bottom: 34px;
  }
  .title > span {
    color: #215987;
  }
  .article-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .time {
    margin-right: 20px;
  }
  .info {
    text-align: center;
    margin-bottom: 20px;
  }
  .divide {
    width: 100%;
    height: 4px;
    background-color: #215987;
    margin-bottom: 10px;
  }
  .text {
    margin-bottom: 10px;
  }
  .next {
    text-align: right;
  }
}