@import "../../assets/styles/normalize.css";
@import "../../assets/styles/common.css";
.list {
  padding: 5vw 0;
  background-color: #fff;
}
.plan {
  width: 100%;
  height: 108px;
  display: flex;
  margin-bottom: 46px;
  cursor: pointer;
  color: #000;
}
.plan:hover {
  box-shadow: -5px 5px 20px 3px #ccc;
}
.plan:last-child {
  margin-bottom: 0;
}
.time {
  width: 105px;
  height: 100%;
  background-color: #d9d9d9;
  color: #215987;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.time span {
  font-size: 18px;
  font-weight: bold;
}
.plan-title {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-left: 56px;
  padding-right: 46px;
  background-color: #f2f2f2;
}
.plan-title img {
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .main {
    background-color: #e6e6e6;
    padding-bottom: 3vw;
  }
  .title {
    font-size: 4vw;
    padding-left: 2vw;
    position: relative;
    margin-bottom: 3vw;
  }
  .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 4vw;
    border-radius: 2px;
    background-color: #215989;
  }
  .mobile-list a {
    display:block;
    color: #999;
    font-size: 3vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
  .mobile-list a:last-child {
    margin-bottom: 0;
  }
  .mobile-list a .article {
    color: #000;
  }
  .mobile-pagination {
    display:flex;
    height: 20px;
    justify-content: center;
  }
  .mobile-pagination a {
    line-height: 20px;
    color: #000;
  }
  .pagination-list {
    display: flex;
  }
  .pagination-list li {
    width: 20px;
    height: 100%;
  }
  .pagination-list li a {
    display:block;
    width:100%;
    height:100%;
    color: #000;
    text-align: center;
  }
  .pagination-list .pag-active {
    background-color: #215897;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    background-color: #fff;
    padding-bottom: 30px;
  }
  .title {
    margin-bottom: 34px;
  }
  .title > span {
    color: #215987;
  }
  .pc-list {
    position:relative;
  }
  .pc-pagination {
    text-align: center;
  }
  .position {
    position: absolute;
    background-color: #215987;
    top:-30px;
    left: 20px;
    color: #fff;
    width: 300px;
    height: 100px;
    z-index: 20;
  }
  .position::after {
    content:"";
    position: absolute;
    background-color: rgba(33,89,135,.3);
    z-index:-10;
    bottom:-30px;
    color: #fff;
    width: 300px;
    height: 100px;
  }
  .pos-column {
    position: absolute;
    top: 30px;
    left: 80px;
    font-size: 20px;
  }
  .pos-column::after {
    position:absolute;
    left:0;
    bottom: -20px;
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 6px;
    background-color: #fff;
  }
  .news-list {
    padding-left: 360px;
    padding-top: 50px;
  }
  .list-head {
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-bottom: 2px solid #215987;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .pos {
    font-size: 14px;
    color:#666;
  }
  .list-body a {
    display: flex;
    justify-content: space-between;
    color: #666;
    border-bottom: 1px dashed #333;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .list-body {
    margin-bottom: 20px;
  }
  .list-body a:hover {
    color:#215897;
   }
  .pc-pagination {
    display:flex;
    height: 30px;
    justify-content: center;
  }
  .pc-pagination a {
    line-height: 30px;
    color: #000;
  }
  .pagination-list {
    display: flex;
  }
  .pagination-list li {
    width: 30px;
    height: 100%;
  }
  .pagination-list li a {
    display:block;
    width:100%;
    height:100%;
    color: #000;
    text-align: center;
  }
  .pagination-list .pag-active {
    background-color: #215897;
    color: #fff;
  }
}