
.article-bg {
  width: 100%;
  height: 42.25rem;
  background-color: #fff;
  padding-top: 167px;
}
.article-bg a {
  text-decoration: none;
}
/* .article-menu {
  position: relative;
  padding-top: 10.4375rem;
  width: var(--maxWidth);
  min-width: 1180px;
  font-size: 16px;
  font-weight: 400;
  color: #04315A;
  line-height: 30px;
}
.article-menu a {
  color: #04315A;
} */
.mrl5 {
  margin: 0 5px;
}
.article-top {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  height: 365px;
  margin-top: 45px;
  padding: 0 140px;
}
.article-top-img {
  width: 500px;
  height: 365px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: 0px 0px 0px 40px;
}
.article-top-info {
  position: relative;
  min-width: calc(var(--maxWidth) - 810px);
  height: 365px;
}
.article-top-group {
  font-size: 13px;
  font-weight: 400;
  color: #909090;
}
.article-top-title {
  width: 450px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #05315A;
  margin: 7px 0 20px 0;
}
.article-top-date {
  font-size: 15px;
  font-weight: 400;
  color: #919191;
}
.article-top-text {
  width: 100%;
  height: 135px;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  margin: 45px 0 20px 0;
}
.article-top-btn {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0;
}
.more-btn {
  width: 109px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  background: #05315A;
  border-radius: 0px 0px 0px 15px;
  -webkit-border-radius: 0px 0px 0px 15px;
  cursor: pointer;
}
.more-btn:hover{
  color: #05315A;
  background: #fff;
  border: 1px solid #05315A;
}

.article-tab {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  margin-top: 38px;
  padding: 0 190px;
}
.min-article-tab {
  display: none;
}
.article-tab-btn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #CFCFCF;
  border: 1px solid #ECEDEC;
  text-align: center;
  /* letter-spacing: 2px; */
  cursor: pointer;
}
.article-tab-btn-on {
  background-color: #ECEDEC;
  color:#04315A;
}
.article-news {
  position: relative;
  width: 100%;
  min-height: 54rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.article-news-list {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  height: 100%;
  min-height: 45rem;
  margin: 45px 0 0 0;
  padding: 0 140px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.article-news-list a {
  text-decoration: none;
}
.article-news-item {
  width: 297px;
  height: 327px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 calc((100% - 891px) / 2) 46px 0;
}
.article-news-item:nth-of-type(3n) {
  margin-left: 0;
}
.article-news-item:nth-of-type(3n) {
  margin: 0 0 46px 0;
}
.article-news-info {
  width: 260px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.article-item-img {
  width: 297px;
  height: 174px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 0px 0px 40px;
}
.article-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease;
  border-radius: 0 0 0 40px;
  -webkit-border-radius: 0 0 0 40px;
}
.article-news-item:hover .article-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.article-item-group {
  font-size: 13px;
  font-weight: 400;
  color: #919191;
}
.article-item-title {
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #05315A;
  margin: 7px 0;
  display: block;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.article-item-date {
  font-size: 15px;
  font-weight: 400;
  color: #919191;
}
.article-item-btn {
  font-size: 13px;
  font-weight: 400;
  color: #05315A;
  letter-spacing: 2px;
  text-align: right;
}
.ariticle-empty {
  width: 100%;
  text-align: center;
  color: #919191;
  margin-top: 10rem;
}
.ariticle-empty-ani {
  animation: empty-ani .5s ease .5s  normal both;
}
@keyframes empty-ani {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .article-bg {
    width: 100%;
    height: auto;
    padding: 85px 5% 0 5%;
  }
  .article-top {
    width: 100%;
    margin-top: 28px;
    min-width: 100%;
    height: 470px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .article-top-info {
    min-width: 100%;
    height: 260px;
  }
  .article-top-group {
    margin: 20px 0 10px 0;
  }
  .article-top-title {
    width: auto;
    height: auto;
    margin: 7px 0 5px 0;
  }
  .article-top-text {
    margin: 0;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .article-top-btn {
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
  }
  .article-tab {
    display: none;
  }
  .min-article-tab {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 35px 0;
    padding: 0 27px;
  }
  .min-select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border: none;
    font-size: 16px;
    color: #04315A;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .min-select-ul {
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .min-select-ul li {
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
    border: none;
    font-size: 16px;
    color: #04315A;
    border-top: 1px solid #E2E2E2;
  }
  .min-article-icon {
    display: block;
    width: 14px;
    height: 14px;
    filter: brightness(0.5);
    transition: all 0.2s;
  }
  .article-top-img {
    width: 100%;
    height: 210px;
    margin: 0;
  }

  .article-news-list {
    width: auto;
    min-width: 100%;
    display: block;
    margin: 0;
    padding: 0px 0 80px 0;
  }
  .article-news {
    padding: 0 30px;
    display: block;
  }

  .article-news-item {
    width: 100%;
    height: 150px;
    border-radius: 0px 0px 0px 30px;
    align-items: flex-start;
    flex-direction: unset;
    margin: 15px 0;
  }
  .article-news-item:nth-of-type(3n) {
    margin: 15px 0;
  }
  .article-item-img {
    width: 100px;
    height: 120px;
    border-radius: 0px 0px 0px 30px;
  }
  .article-news-info {
    width: calc(100% - 100px);
    height: auto;
    padding: 7px 13px;
  }
  .article-item-title {
    margin: 13px 0;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
  }
  .pagination {
    bottom: 25px;
  }
  .bg-gray {
    background-color: #04315A;
    color: #fff;
  }
  .rotate-icon {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}