html {
  overflow: auto;
}

body {
  padding-top: 0 !important;
}

.header.currents {
  position: relative;
}

.sub-container .banner .gp-img {
  padding-bottom: 15.62%;
}

.sub-container .sub-nav {
  padding: 2rem 0;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #E7E7E7;
}

.sub-container .sub-nav .gp-container {
  display: flex;
  align-items: center;
}

.sub-container .sub-nav .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 4px;
}

@media screen and (max-width: 996px) {
  .sub-container .banner .gp-img {
    padding-bottom: 43.2%;
  }

  .sub-container .sub-nav {
    border: none;
    margin-bottom: 5rem;
  }
}


/* æ–‡å­—åˆ—è¡¨é¡µ */
.text-list .list {
  margin-bottom: 2.4rem;
}

.text-list .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 2rem;
  border-bottom: 1px solid #E7E7E7;
  box-shadow: inset 0px -1px 0px 0px #E7E7E7;
  font-weight: 600;
}

.text-list .list .item a .text {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all .3s ease-in-out;
}

.text-list .list .item a .text:hover {
  transform: translateX(15px);
}

.text-list .list .item a .time {
  width: max-content;
  flex-shrink: 0;
  font-weight: 400;
  margin-left: 1rem;
  color: rgba(0, 0, 0, .6);
}

/* å›¾æ–‡åˆ—è¡¨é¡µ */
.text-img-list {
  padding-top: 3.4rem;
}

.text-img-list .list {
  margin-bottom: 2.4rem;
}

.text-img-list .list .item {
  padding: 0 6rem 0 3rem;
  transition: all .3s ease-in-out;
}

.text-img-list .list .item a {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px dashed #DCDCDC;
  transition: all .3s ease-in-out;

}


.text-img-list .list .item:hover {
  background: #F3F3F3;
  border-bottom: 1px dashed #DCDCDC;
}

.text-img-list .list .item:hover a {
  border: none;
}

.text-img-list .list .item a .img {
  width: 16.5%;
  flex-shrink: 0;
  border-radius: 15px;
}

.text-img-list .list .item a .img .gp-img {
  padding-bottom: 65.21%;
  border-radius: 15px;
}

.text-img-list .list .item a .date {
  padding: 0 1.5rem 0 2.8rem;
  width: max-content;
  flex-shrink: 0;
}

.text-img-list .list .item a .date .day {
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, .9);
}

.text-img-list .list .item a .date .year {
  display: block;
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
}

.text-img-list .list .item a .date .m-time {
  display: none;
  align-items: center;
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
}

.text-img-list .list .item a .date .m-time span:nth-child(2) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, .6);
}

.text-img-list .list .item a .text {
  padding: 1.3rem 0;
  padding-left: 3rem;
  margin-right: 8rem;
  border-left: 1px solid #E7E7E7;
}

.text-img-list .list .item a .text .title {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}

.text-img-list .list .item a .text .desc {
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 2;
}

.text-img-list .list .item a .icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background: url('../images/news_arrow_icon.png') no-repeat center/100% 100%;
  transition: all .3s ease-in-out;

}

.text-img-list .list .item:hover a .icon {
  background: url('../images/news_arrow_active_icon.png') no-repeat center/100% 100%;

}

@media screen and (max-width: 996px) {

  .text-img-list .list .item a .date .day,
  .text-img-list .list .item a .date .year,
  .text-img-list .list .item a .text .desc,
  .text-img-list .list .item a .icon {
    display: none;
  }

  .text-img-list .list .item a .date .m-time {
    display: flex;
  }

  .text-img-list .list .item {
    padding: 0;
    margin-bottom: 2rem;
  }

  .text-img-list .list .item a {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex-direction: column;
    border: none;
    align-items: flex-start;
  }

  .text-img-list .list .item a .img {
    width: 100%;
  }

  .text-img-list .list .item a .img .gp-img {
    padding-bottom: 56.3%;
  }

  .text-img-list .list .item a .date {
    padding: 0;
    margin: 1.2rem 0 6px 2.3rem;
  }

  .text-img-list .list .item a .text {
    padding: 0;
    margin: 0;
    border: none;
    margin-left: 2.3rem;
    margin-bottom: 2rem;
  }

  .text-img-list .list .item:hover {
    background: transparent;
    border-bottom: none;
  }
}

/* è¯¦æƒ…é¡µ */
.article-contain {
  padding-bottom: 6rem;
}

.article-contain .article-title {
  font-weight: 600;
  text-align: center;
}

.article-contain .time {
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
  display: block;
  margin: 2.4rem 0;
  text-align: center;
}

.article-contain .article-text {
  padding-bottom: 4rem;
  border-bottom: 1px dashed #DCDCDC;

}

.article-contain p {
  text-indent: 2em;
  line-height: 1.6;
}

.article-contain table p {
    text-indent: 0 !important;
}

.article-contain .article-img {
  margin: 2.4rem 0;
}

.article-contain .article-img .gp-img {
  padding-bottom: 34.2%;
}

.article-contain .article-link {
  display: flex;
  align-items: center;
  padding-top: 4rem;
}

.article-contain .article-link a {
  display: block;
  flex: 1;
  padding: 1rem 0;
  text-align: center;
  color: rgba(0, 0, 0, .6);
  border: 1px solid #999999;
  transition: all .3s ease-in-out;
}

.article-contain .article-link a:nth-child(2) {
  margin: 0 3.2rem;
}

.article-contain .article-link a:hover {
  color: #fff;
  background: #019191;
  border: none;
}

.article-contain .article-m-link {
  display: none;
}

.article-contain .article-m-link .but {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.article-contain .article-m-link .but a {
  color: rgba(0, 0, 0, .4);
  transition: all .3s ease-in-out;
}

.article-contain .article-m-link .but a:hover {
  color: #019191;
}

@media screen and (max-width: 996px) {
  .article-contain .article-m-link {
    display: block;
  }

  .article-contain .article-link {
    display: none;
  }
}
