@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/course_banner.jpg");
  color: #fff;
}
.banner-section .section-box {
  padding: 1.36rem 0;
  text-align: center;
}
.banner-section .section-box .title {
  font-size: 0.64rem;
  line-height: 0.76rem;
  font-weight: 900;
  margin-bottom: 0.24rem;
}
.banner-section .section-box .info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
}
.banner-section .section-box .btn {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
}
.banner-section.rpt-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/report_banner.jpg");
}
.banner-section.rpt-banner .section-box {
  text-align: left;
}

.crumb-section.outer {
  padding-bottom: 0;
}

.list-section .section-box {
  padding-bottom: 0;
  padding-top: 0.48rem;
}
.list-section .nav-box {
  display: flex;
  margin-bottom: 0.48rem;
  align-items: center;
}
.list-section .nav-box .nav-item {
  margin-right: 0.24rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
}
.list-section .nav-box .nav-item:hover {
  color: #012FA7;
}
.list-section .nav-box .nav-item.active {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
}
.list-section .nav-box .nav-item.active:hover {
  color: inherit;
}
.list-section .news-list-box {
  display: flex;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  flex-wrap: wrap;
}
.list-section .news-list-box .com-news-ver {
  width: calc(33.3% - 0.24rem);
  margin: 0 0.12rem;
}
.list-section .news-list-box .com-news-ver .title {
  -webkit-line-clamp: 1;
  height: 0.36rem;
}
.list-section .news-list-box .com-news-ver .info .tags {
  display: flex;
}
.list-section .news-list-box .com-news-ver .info .tags .tag + .tag {
  margin-left: 0.12rem;
}
.list-section .news-list-box .com-news-ver.art-ver {
  margin-bottom: 0.24rem;
}
.list-section .news-list-box .com-news-ver.art-ver .title {
  -webkit-line-clamp: 2;
  height: 0.72rem;
}
.list-section .news-list-box .com-news-ver.art-ver .title::before {
  content: "\e900";
  color: #012FA7;
  margin-right: 0.12rem;
  font-family: "icomoon";
}
.list-section .news-list-box .com-news-ver.rpt-ver {
  margin-bottom: 0.36rem;
}
.list-section .news-list-box .com-news-ver.rpt-ver .title {
  -webkit-line-clamp: 2;
  height: 0.72rem;
  margin-top: 0.18rem;
  margin-bottom: 0.12rem;
}
.list-section .news-list-box .com-news-ver.news-line-title .title {
  -webkit-line-clamp: 1;
  height: 0.36rem;
}

.article-section .section-box {
  padding: 0.48rem 0 0;
}
.article-section .section-main {
  display: flex;
}
.article-section .section-main .article-info {
  width: 2.66rem;
  margin-right: 0.24rem;
}
.article-section .section-main .article-info .title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 700;
  margin: 0.24rem 0;
}
.article-section .section-main .article-info .time, .article-section .section-main .article-info .desc {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #797979;
  margin-bottom: 0.08rem;
}
.article-section .section-main .article-info .tags {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.article-section .section-main .article-info .tags .tag {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.02rem 0.12rem;
  background-color: rgba(1, 47, 167, 0.04);
  color: #012FA7;
}
.article-section .section-main .article-info .tags .tag + .tag {
  margin-left: 0.12rem;
}
.article-section .section-main .article-video {
  font-size: 0.24rem;
  flex: 1;
}
.article-section .section-main .article-video video {
  width: 100%;
}
.article-section .section-main .article-video p {
  margin: 0.24rem 0;
}

.pagination-box {
  margin-top: 0.36rem;
}
.pagination-box.rpt {
  margin-top: 0.12rem;
}

@media screen and (max-width: 980px) {
  .banner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-image: url("/assets/img/news_banner.jpg"); */
  }
  .banner-section .section-box {
    padding: 0.72rem 0 0.96rem;
  }
  .banner-section .section-box .title {
    font-size: 0.72rem;
    line-height: 0.96rem;
    margin-bottom: 0.24rem;
  }
  .banner-section .section-box .info {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .banner-section .section-box .btn {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.36rem;
  }
  .list-section .nav-box {
    margin-bottom: 0.48rem;
  }
  .list-section .nav-box .nav-item {
    margin-right: 0.24rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .list-section .nav-box .nav-item.active {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .list-section .rec-box {
    display: none;
  }
  .list-section .news-list-box {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: -0.24rem;
    flex-wrap: wrap;
  }
  .list-section .news-list-box .com-news-ver {
    width: 100%;
    margin: 0.48rem 0;
  }
  .list-section .news-list-box .com-news-ver .title {
    -webkit-line-clamp: 1;
    height: 0.56rem;
  }
.list-section .news-list-box .com-news-ver.art-ver {
    margin: 0.24rem 0;
  }
  .list-section .news-list-box .com-news-ver.art-ver .title {
    -webkit-line-clamp: inherit;
    height: auto;
    margin: 0.16rem 0 0.12rem;
  }
  .list-section .news-list-box .com-news-ver.art-ver .desc {
    margin-bottom: 0.12rem;
  }
  .list-section .news-list-box .com-news-ver.rpt-ver {
    margin: 0.24rem 0;
  }
  .list-section .news-list-box .com-news-ver.rpt-ver .title {
    -webkit-line-clamp: initial;
    margin-top: 0.16rem;
    height: auto;
  }
  .article-section .section-box {
    padding: 0.48rem 0 0;
  }
  .article-section .section-main {
    flex-direction: column;
  }
  .article-section .section-main .article-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
  .article-section .section-main .article-info .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .article-section .section-main .article-info .time, .article-section .section-main .article-info .desc {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .article-section .section-main .article-info .tags .tag {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .article-section .section-main .article-video {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}