/* pc端 */
@media screen and (min-width: 576px) {
  .banner {
    position: relative;
  }

  .banner img {
    width: 100%;
  }
  .banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: italic;
    color: #fff;
    font-size: 54px;
    z-index: 10;
  }
  /* main */
  .main {
    background: #F7F8FC;
    padding-top: 50px;
  }
  .main .container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .main .tab-nav {
    width: 300px;
    margin-right: 40px;
    flex-shrink: 0;
  }
  .main .tab-nav .band {
    width: 300px;
    height: 195px;
  }
  .main .tab-nav .band img {
    width: 100%;
    height: 100%;
  }
  .main .tab-nav .tab-nav-item {
    color: #333333;
    font-size: 20px;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F6F8FD;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .main .tab-nav .tab-nav-item:hover,
  .main .tab-nav .tab-nav-item.active {
    background: #D3EFCF;
    border-color: #D3EFCF;
  }
  .main .tab-content {
    flex-grow: 1;
    overflow: hidden;
  }
  .main .tab-content .tab-content-item {
    margin-bottom: 42px;
  }
  .main .tab-content .head {
    height: 195px;
    text-align: center;
    padding-top: 58px;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
  /* list */
  .main .list ul {
    padding-bottom: 107px;
    box-shadow: 2px 2px 3px #eee;
    margin-bottom: 70px;
    margin-right: 3px;
  }
  .main .list li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px #ededed dashed;
  }
  .main .list li:first-child {
    border-top: 1px #ededed dashed;
  }
  .main .list li a {
    display: block;
    overflow: hidden;
  }
  .main .list li .title {
    color: #666;
    font-size: 18px;
    float: left;
  }
  .main .list li .time {
    color: #666;
    font-size: 16px;
    float: right;
    margin-right: 20px;
  }
  .main .bottom {
    text-align: right;
  }
  .main .bottom .number {
    width: 24px;
    height: 24px!important;
    color: #666;
    font-size: 14px;
    border: 1px solid #5ABD4A!important;
    margin-right: 10px;
  }
  .main .bottom .number.active {
    color: #fff;
    background: #5ABD4A;
  }
  .main .bottom .btn-prev {
    color: #666;
    width: 60px;
    height: 24px;
    border:1px solid #5ABD4A;
    margin-right: 20px;
    padding: 0;
  }
  .main .bottom .btn-next {
    color: #666;
    width: 60px;
    height: 24px;
    border:1px solid #5ABD4A;
    margin-right: 18px;
    padding: 0;
  }
}
/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    position: relative;
    margin-top: 50px;
  }
  .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .banner img {
    width: 100%;
  }
  .banner .text {
    font-size: 0.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
  }
  .main {
    background: #F7F8FC;
    padding-top: 0.3rem;
  }
  .main .tab-nav {
    display: none;
  }
  .main .container {
    width: 9.4rem;
    margin: 0 auto;
    background: #fff;
  }
  .main .tab-content .head {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 0.4rem;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 1rem;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
  }
  .main .tab-content .list {
    margin-bottom: 0.5rem;
  }
  .main .tab-content .list li {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .tab-content .list a {
    color: #333333;
    display: block;
    overflow: hidden;
    padding: 0.2rem 0;
    box-sizing: border-box;
    border-bottom: 1px #ededed dashed;
  }
  .main .tab-content .list a:first-child {
    border-top: 1px #ededed dashed;
  }
  .main .tab-content .list .title {
    float: left;
    font-size: 0.4rem;
  }
  .main .tab-content .list .time {
    float: right;
    font-size: 0.4rem;
  }
  .main .bottom {
    text-align: center;
  }
  .main .bottom .el-pager .active {
    color: #fff;
    background: #5ABD4A;
  }
  .main .bottom .btn-prev,
  .main .bottom .btn-next {
    color: #666;
  }
}