.container {
  position: relative;
  
}
.second-page-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* width: 75rem; */
  margin: 0 auto ;
  padding: 3rem 0;
  position: relative;
  background-color: #fff;
}
.second-page-container {
  width: 75rem;
  display: flex;
  flex-direction: row;
}
.article-nav-box {
  width: 15.625rem;
  background: linear-gradient( 111deg, #14C5FF 0%, #084799 100%);
  background-size: 100% 281px;
  background-repeat: no-repeat;
  padding-left: 0.83rem;
  padding-top: 1.25rem;
}

.article-nav-box .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.666667rem;
  color: #FFFFFF;
  line-height: 2.29rem;
  
}

.article-nav-box .article-nav-list {
  height: 34.9rem;
  background: #FFFFFF;
  border: 1px solid #E1E9F4;
  margin-top: 1.25rem;
}

.article-nav-box .article-nav-item {
  height: 3.75rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.04rem;
  color: rgba(0,0,0,0.65);
  cursor: pointer;
}

.article-nav-box .article-nav-item a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.04rem;
  color: rgba(0,0,0,0.65);
}


.article-nav-box .article-nav-item:hover {
  background: linear-gradient( 90deg, rgba(19,125,201,0) 0%, rgba(8,71,153,0.06) 100%);
}

.article-nav-box .article-nav-item:hover a {
  color: #084799;
}

.container .article-list {
  flex: 1;
  position: relative;
}

.container .bg {
  width: 26.728rem;
  height: 17.264rem;
  position: absolute;
  right: 0;
  bottom: 0;
}


.card-box {
  margin-left: 2.5rem;
  flex: 1;
}

.card-box .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.624rem;
}

.card-box .card-header .crumb-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .8333rem;
  color: rgba(0,0,0,0.45);
}

.card-box .card-header .crumb-box a {
  display: flex;
  flex-direction: row;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .8333rem;
  color: rgba(0,0,0,0.45);
  cursor: pointer;
}

.card-box .card-header .crumb-box .crumb-item img {
  width: .8333rem;
  height: .8333rem;
  margin-right: 0.208rem;
}


.card-box .card-header .title::before {
  content: '';
  width: 0.416rem;
  height: 1.56rem;
  background: #084799;
  margin-right: 0.416rem;
}

.card-box .card-header .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.664rem;
  color: rgba(0,0,0,0.88);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.card-box .card-content {
  border-top: 1px solid #0000001A;
  padding-top: 0.832rem;
}

.article-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.83333rem;
  height: 3.333rem;
  border-bottom: 1px dashed rgba(0,0,0,0.06);
  cursor: pointer;
}

.article-item .article-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.article-item .article-title a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgba(0,0,0,0.65); 
}

.article-item .article-title:hover a {
  color: #084799;
}

.article-item .article-title::before {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  border: 2px solid #084799;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: .5rem;
}
.article-item .article-time {
  display: flex;
  flex-direction: row;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .72916rem;
  color: rgba(0,0,0,0.45);
}
.article-item img {
  width: .8333rem;
  height: .8333rem;
  margin-right: 0.208rem;
}

.card-footer {
  margin-top: 1.25rem;
}

/* #pagination .inactive:hover {
  color: #084799;
} */
#pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#pagination .common{
  font-family: PingFangTC, PingFangTC;
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.65);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.08rem;
  min-width: 2.08rem;
  padding: 0 0.52rem;
  border: 1px solid #084799;
  border-radius: 4px;
  color: #084799;
  margin-right: 0.52rem;
  box-sizing: border-box;
}

#pagination .navactive {
  background-color: #084799;
  color: #fff;
}

.mobile-article-nav-box {
  flex-direction: row;
  overflow-x: scroll;
  width: 100%;
  margin-top: 4.26667rem;
  height: 9.333rem;
  padding-left: 3.2rem;
  box-sizing: border-box;
  display: none;
  
}

.mobile-article-nav-box::-webkit-scrollbar {
  display: none;
}

.mobile-article-nav-item {
  white-space: nowrap;
  margin-right: 4.26667rem;
  position: relative;
}

.mobile-article-nav-item a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 4.8rem;
  color: rgba(0,0,0,0.88);
}

.mobile-article-nav-item.actived {
  font-weight: 600;
  color: #084799;
}

.mobile-article-nav-item.actived::after {
  content: '';
  display: block;
  width: 8.5333rem;
  height: 2.133rem;
  background: #084799;
  border-radius: 1.067rem;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
}

.header-bg {
  width: 100%;
}



@media screen and (max-width: 1000px) {
  .mobile-article-nav-box {
    display: flex;
  }
  .card-footer {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
   #pagination{
    justify-content: flex-start;
  }
  #pagination .common{
    font-size: 3rem;
    height: 6rem;
    min-width: 6rem;
    padding: 0 1.5rem;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    
  }
  .header-bg {
    display: none;
  }
  .second-page-box {
    padding-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #EFF9FF;
    position: relative;
  }
  .bg {
    display: none;
  }
  .article-nav-box {
    display: none !important;
  }
  .card-box {
    margin-left: 0;
    padding: 0;
  }
  .container .article-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.2rem;
    margin-top: 3.2rem;
  }
  .card-box .card-header {
    display: none;
  }
  .card-box .card-content {
    border: none;
  }
  .article-item {
    background-color: #fff;
    padding: 3.2rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .article-item .article-title a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 3.7333rem;
    color: rgba(0,0,0,0.88);
    line-height: 5.866667rem;
  }
  .article-item .article-title::before {
    display: none;
  }
  .article-item .article-time {
    font-size: 3.2rem;
    margin-top: 1.067rem;
  }
  .article-item .article-time img {
    display: none;
  }
  .second-page-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* .article-list {
    display: none !important;
  } */
}