header {
  padding: 0 0.3333rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

header img {
  width: 100%;
  display: block;
}

header .back {
  width: 0.56rem;
  margin-right: 0.48rem;
}

header .back img {
  width: 100%;
}

header .topbar {
  height: 1.7066rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .topbar .user,
header .topbar .nav {
  width: 0.6666rem;
}

header .topbar .logo {
  width: 2.4rem;
  margin-right: auto;
}

header .topbar .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .topbar .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.13rem;
}

header .topbar .r .search {
  width: 0.6133rem;
}

header .topbar .r .user {
  width: 0.54rem;
}

header.content-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#1913aa), to(#345cb7));
  background: linear-gradient(#1913aa 0%, #345cb7 100%);
  height: 1.3866rem;
}

header.content-header .topbar {
  height: 100%;
}

header.content-header .topbar h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.77333rem;
}

header.content-header .topbar h6 a {
  color: #fff;
}

header.content-header .topbar h6::before {
  content: "";
  display: block;
  width: 0.05333rem;
  height: 0.42667rem;
  background: #fff;
  margin: 0 0.21333rem;
}

.banner {
  width: 100%;
  height: 5.0933rem;
  padding: 0.3333rem 0;
  background: #20296a;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.banner .swiper-container .swiper-slide {
  position: relative;
  width: 84%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.banner .swiper-container .swiper-slide.swiper-slide-next, .banner .swiper-container .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .swiper-container .swiper-slide p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0.3733rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.5333rem;
  position: absolute;
  bottom: 0.58rem;
  padding: 0 0.3333rem;
  text-shadow: 1px 1px 0px #000;
}

.banner .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.1333rem;
  border-radius: 100%;
  bottom: 0.24rem;
}

.banner .swiper-container .swiper-pagination span {
  opacity: 1;
  display: inline-block;
  width: 0.1333rem;
  height: 0.1333rem;
  background: #d0d0d0;
}

.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.64rem;
  border-radius: 4px;
  background: #3159b6;
}

.top-news {
  padding: 0.3466rem;
}

.top-news .item:last-child {
  margin-top: 0.6rem;
}

.top-news .item .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 14%;
  line-height: 0.5333rem;
  background: url("/h5/web/skin/static/images/top.png") no-repeat;
  background-size: 0.8933rem 0.3733rem;
  background-position: right 1px center;
  font-size: 0.4rem;
}

.top-news .item .title a {
  color: #303133;
}

.top-news .item p {
  margin-top: 3px;
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.5333rem;
}

.main-pic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  padding: 0.2933rem 0.3333rem;
}

.main-pic img {
  display: block;
  width: 100%;
  height: 2.93333rem;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-title {
  background: #fff;
  padding: 0 0.33333rem 0.33333rem;
}

.main-title .subtit {
  height: 1.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-title .subtit .catalog {
  font-size: 0.48rem;
  font-weight: 700;
  color: #303133;
  line-height: 0.53333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-title .subtit .catalog span {
  display: block;
  margin-right: 0.21333rem;
  width: 0.10667rem;
  height: 0.48rem;
  background: #3159b6;
  border-radius: 4px;
}

.main-title .subtit .catalog a {
  line-height: 0.53333rem;
  font-weight: 700;
  color: #303133;
  font-size: 0.48rem;
}

.main-title .subtit a {
  font-family: sans-serif;
  font-size: 0.37333rem;
  font-weight: 500;
  color: #3159b6;
  line-height: 0.53333rem;
}

.main-title .subtit a span {
  font-size: 0.42667rem;
}

.main-title .video {
  position: relative;
  height: 5.26667rem;
}

.main-title .video .play {
  width: 1.06667rem;
  height: 1.38667rem;
  background: url("/h5/web/skin/static/images/play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-title .pic {
  position: relative;
  height: 3.04rem;
}

.main-title img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.main-title p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.33333rem;
  width: 9.33333rem;
  position: absolute;
  font-size: 0.37333rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.53333rem;
  bottom: 0.13333rem;
  text-shadow: 1px 1px 0px #000;
}

.news-list {
  padding: 0.33333rem 0.33333rem 0;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-list .item {
  width: 48%;
  background: #fff;
  margin-bottom: 0.33333rem;
  border-radius: 4px;
  overflow: hidden;
}

.news-list .item img {
  display: block;
  width: 100%;
  height: 2.53333rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list .item .con {
  padding: 0.16rem;
}

.news-list .item .con p {
  font-size: 0.37333rem;
  text-align: justify;
  color: #303133;
  line-height: 0.53333rem;
}

.news-list .item .con .source {
  margin-top: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list .item .con .source span {
  display: inline-block;
  font-size: 0.26667rem;
  color: #aaaaaa;
  line-height: 0.53333rem;
}

.video-list {
  padding: 0.33333rem 0.33333rem 0;
}

.video-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.33333rem;
}

.video-list .item .pic {
  width: 2.96rem;
  height: 1.68rem;
  position: relative;
}

.video-list .item .pic img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-list .item .pic .play {
  width: 0.6rem;
  height: 0.77333rem;
  background: url("/h5/web/skin/static/images/play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-list .item .con {
  width: 6rem;
}

.video-list .item .con h6 {
  font-weight: normal;
  font-size: 0.4rem;
  color: #303133;
  line-height: 0.53333rem;
}

.video-list .item .con .source {
  margin-top: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-list .item .con .source span {
  display: inline-block;
  font-size: 0.26667rem;
  color: #aaaaaa;
  line-height: 0.53333rem;
}

.video-list .item .con .source span:first-child {
  max-width: 50%;
  margin-right: 0.18667rem;
}

.hot-list {
  background: #f4f4f4;
  padding-bottom: 0.33333rem;
}

.hot-list .db {
  background: #fff;
  padding: 0.56rem 0.33333rem;
}

.hot-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.50667rem;
  margin-bottom: 0.42667rem;
}

.hot-list .title .sub {
  font-size: 0.48rem;
  font-weight: 700;
  color: #303133;
  padding-left: 0.66667rem;
  background: url("/h5/web/skin/static/images/hot.png") no-repeat left center;
  background-size: 0.56rem 0.50667rem;
}

.hot-list .title .refresh {
  font-size: 0.37333rem;
  font-weight: 500;
  color: #3159b6;
  line-height: 0.53333rem;
  padding-right: 0.45333rem;
  background: url("/h5/web/skin/static/images/refresh.png") no-repeat right center;
  background-size: 0.37333rem 0.37333rem;
}

.hot-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hot-list ul li + li {
  margin-top: 0.61333rem;
}

.hot-list ul li:nth-child(1) .num {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa08a), to(#f42324));
  background: linear-gradient(#ffa08a 0%, #f42324 100%);
}

.hot-list ul li:nth-child(2) .num {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbe8a), to(#ff3c00));
  background: linear-gradient(#ffbe8a 0%, #ff3c00 100%);
}

.hot-list ul li:nth-child(3) .num {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff08a), to(#f4a323));
  background: linear-gradient(#fff08a 0%, #f4a323 100%);
}

.hot-list ul li:nth-child(4) .num {
  background: #c7aa87;
}

.hot-list ul li:nth-child(5) .num {
  background: #c7aa87;
}

.hot-list ul li .num {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: #c7aa87;
  border-radius: 2px;
  margin-right: 0.21333rem;
}

.hot-list ul li p {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 8.66667rem;
  font-size: 0.37333rem;
}

.hot-list ul li p a {
  color: #141414;
}

.main-more {
  padding: 0.22667rem 0 0.46667rem 0;
  background: #f4f4f4;
}

.main-more a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.21333rem;
  height: 0.85333rem;
  line-height: 0.85333rem;
  font-size: 0.34667rem;
  color: #ffffff;
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3159b6), to(#7a96c8));
  background: linear-gradient(#3159b6 0%, #7a96c8 100%);
  border-radius: 0.66667rem;
}

footer {
  background: #272727;
}

footer .fnav {
  padding: 0 0.50667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .fnav a {
  display: block;
  font-size: 0.4rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.53333rem;
}

footer .fnav.nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .fnav.nav a {
  width: 1.46667rem;
}

footer .fnav.about {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .fnav.about a {
  margin-left: 0.26667rem;
  margin-right: 0.26667rem;
  width: auto;
}

footer .copyright {
  padding: 0.45333rem 0;
  text-align: center;
  font-size: 0.32rem;
  color: #f2f2f2;
  line-height: 0.48rem;
}
