.pc-banner {
  display: block;
}

.inside-banner {
  height: auto;
}

.mb-banner {
  display: none;
}

.inside-item {
  padding-bottom: 80px;
}

.serve-content {
  padding-top: 60px;
  padding-bottom: 120px;
}

.serve-content ul {
  margin-left: -20px;
  margin-right: -20px;
}

.serve-content ul li {
  width: calc(50% - 40px);
  margin: 20px;
  margin-top: 0;
  float: left;
  background-color: #f5f5f5;
}

.serve-content ul li:hover h3 {
  color: #f39800;
}

.serve-content ul li:hover .more {
  color: #f39800;
}

.serve-content ul li:hover img {
  transform: scale(1.2);
}

.serve-content ul li .img-box {
  width: 48.275%;
  position: relative;
  padding-bottom: 34.5%;
  overflow: hidden;
}

.serve-content ul li .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.serve-content ul li .info-box {
  width: calc(100% - 48.275%);
  padding: 30px;
}

.serve-content ul li a {
  display: flex;
  align-items: center;
}

.serve-content ul li h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  transition: all .3s;
}

.serve-content ul li p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.serve-content ul li .more {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  color: #006ebc;
  text-align: left;
  vertical-align: middle;
  display: block;
  transition: all .3s;
}



.article-menu {
  margin-top: 30px;
  background-color: #f3f3f3;
}

.article-menu .title {
  padding-top: 20px;
  padding-bottom: 10px;
}

.article-menu .title h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #006ebc;
  border-left: 4px solid #006ebc;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.article-menu ul {
  padding: 0 20px;
}

.article-menu ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.article-menu ul li.active a {
  color: #f39800;
}

.article-menu ul li.active i {
  color: #f39800;
}

.article-menu ul li a {
  font-size: 16px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  transition: all .3s;
}

.article-menu ul li a:hover {
  color: #f39800;
}

.article-menu ul li a:hover i {
  color: #f39800;
}

.article-menu ul li a i {
  display: inline-block;
  width: 10px;
  color: #cccccc;
  margin-right: 10px;
  transition: all .3s;
}

.left-article,
.right-article {
  width: 50%;
}

.left-article a,
.right-article a {
  font-size: 16px;
  line-height: 42px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.left-article a:hover,
.right-article a:hover {
  color: #f39800;
}

.left-article {
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}

.left-article .inside-title {
  margin: 40px 0;
}

.right-article .inside-title {
  margin: 40px 0;
}

.left-article li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ccc;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 12px;
}

.left-article li:nth-of-type(1) i,
.left-article li:nth-of-type(2) i,
.left-article li:nth-of-type(3) i {
  background-color: #f39800;
}

.right-article {
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
  margin-left: -1px;
}



.right-article ol li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
  color: #ccc;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}

.news {
  padding: 80px 0;
}

.news-content {
  /* display: flex; */
}

.news-content .left-img,
.news-content .right-info {
  width: calc(50% - 20px);
  float: left;
}

.news-content .left-img {
  margin-right: 40px;
}

.news-content .left-img a {
  width: 100%;
  display: block;
}

.news-content .left-img .grid {
  width: 100%;
  position: relative;
  padding-bottom: 76%;
}

.news-content .left-img .grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-content .left-img .grid .readmore {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 60px 40px;
  text-align: left;
}

.news-content .left-img .grid .readmore h5 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.news-content .left-img .grid .readmore .more {
  margin-top: 30px;
  width: 140px;
  height: 52px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to bottom, #006dbb, #1d2189);
}

.news-content .left-img .count-pagination {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
  line-height: 60px;
  padding: 0 22px;
}

.news-content .left-img .count-pagination .count {
  display: block;
  float: left;
  color: #fff;
  font-family: 'Airal';
}

.news-content .left-img .count-pagination .count .now-count {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
}

.news-content .left-img .count-pagination .count .sum {
  font-size: 16px;
  margin-left: 5px;
  font-weight: bold;
}

.news-content .left-img .count-pagination .swiper-pagination {
  display: block;
  float: right;
  position: static;
  color: #fff;
  /* line-height: 60px; */
}

.news-content .left-img .count-pagination .swiper-pagination .swiper-pagination-bullet {
  vertical-align: middle;
}

.news-content .left-img .count-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 0;
  opacity: .5;
  border-radius: 8px;
  margin: 0 4px;
}

.news-content .left-img .count-pagination .swiper-pagination-bullet:focus {
  outline: none;
  border: none;
}

.news-content .left-img .count-pagination .swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
}

.news-content .right-info ul li {
  border-bottom: 1px dashed #e0e0e0;
}

.news-content .right-info ul li:first-child {
  border-top: 1px dashed #e0e0e0;
}

.news-content .right-info ul li a {
  font-size: 16px;
  line-height: 70px;
  display: flex;
  align-items: center;
  transition: all .3s;
}

.news-content .right-info ul li a span {
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.news-content .right-info ul li a .time {
  width: 120px;
}

.news-content .right-info ul li a::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: '';
  background-color: #cccccc;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 18px;
  transition: all .3s;
}

.news-content .right-info ul li a:hover {
  color: #006ebc;
}

.news-content .right-info ul li a:hover:before {
  background-color: #006ebc;
}

.inside-title {
  margin: 40px 0;
}

.inside-title .left-title {
  position: relative;
  float: left;
  z-index: 1;
  /* background-image: url('../newly-img/ico-png.png');
  background-size: 88px;
  background-position: 70px center;
  background-repeat: no-repeat; */
}

.inside-title .left-title img {
  width: 88px;
  position: absolute;
  top: -25%;
  z-index: -1;
}

.inside-title .readmore {
  float: right;
}

.inside-title .readmore img {
  width: 46px;
  height: 46px;
}

.dynamic-left,
.dynamic-right {
  float: left;
  width: calc(50% - 20px);
}

.dynamic-left {
  margin-right: 40px;
}

.dynamic-left .top-info {
  display: flex;
  align-items: center;
}

.dynamic-left .top-info:hover .right-info h3 {
  color: #006ebc;
}

.dynamic-left .top-info .left-img {
  width: 200px;
  margin-right: 0;

}

.dynamic-left .top-info .left-img .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}

.dynamic-left .top-info .left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic-left .top-info .right-info {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.dynamic-left .top-info .right-info h3 {
  font-size: 20px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  transition: all .3s;
}

.dynamic-left .top-info .right-info p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  height: 48px;
  max-height: 48px;
}

.dynamic-left .top-info .right-info .more {
  margin-top: 30px;
  font-size: 16px;
  color: #006ebc;
  justify-content: flex-start;
}

.dynamic-left .top-info .right-info .more i {

  margin-left: 8px;
}

.dynamic-left .info-box {
  margin-top: 30px;
}

.dynamic-left .info-box ul li {
  border-bottom: 1px dashed #e0e0e0;
}

.dynamic-left .info-box ul li:first-child {
  border-top: 1px dashed #e0e0e0;
}

.dynamic-left .info-box ul li a {
  font-size: 16px;
  line-height: 70px;
  display: flex;
  transition: all .3s;
  align-items: center;
}

.dynamic-left .info-box ul li a span {
  width: calc(100% - 120px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  float: left;
}

.dynamic-left .info-box ul li a .time {
  float: right;
  width: 90px;
}

.dynamic-left .info-box ul li a::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: '';
  background-color: #cccccc;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 18px;
  float: left;
  transition: all .3s;
}

.dynamic-left .info-box ul li a:hover {
  color: #006ebc;
}

.dynamic-left .info-box ul li a:hover:before {
  background-color: #006ebc;
}

.dynamic-right .top-img-list ul {
  /* display: flex; */
  overflow: hidden;
}

.dynamic-right .top-img-list ul li {
  width: calc(33.33% - 6px);
  float: left;
  margin: 0 8px;
}

.dynamic-right .top-img-list ul li:first-child {
  margin: 0;
}

.dynamic-right .top-img-list ul li:last-child {
  margin: 0;
}

.dynamic-right .top-img-list .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 76%;
}

.dynamic-right .top-img-list .img-box .mask {
  background-color: rgba(0, 0, 0, .3);
  opacity: 0;
  z-index: 1;
  transition: all .3s;
}

.dynamic-right .top-img-list img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dynamic-right .top-img-list .info-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 18px;
  opacity: 0;
  transition: all .3s;
}

.dynamic-right .top-img-list .info-box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dynamic-right .top-img-list ul li:hover .img-box .mask {
  opacity: 1;
}

.dynamic-right .top-img-list ul li:hover .img-box .info-box {
  opacity: 1;
}

.dynamic-right .info-list .info-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin: 30px 0;
}

.dynamic-right .info-list .info-content:hover .right-info h3 {
  color: #006ebc;
}

.dynamic-right .info-list .info-content .left-img {
  width: 137px;
  margin-right: 0;
}

.dynamic-right .info-list .info-content .left-img .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}

.dynamic-right .info-list .info-content .left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic-right .info-list .info-content .right-info {
  width: calc(100% - 137px);
  padding-left: 20px;
}

.dynamic-right .info-list .info-content .right-info h3 {
  font-size: 20px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  transition: all .3s;
}

.dynamic-right .info-list .info-content .right-info .more {
  margin-top: 30px;
  font-size: 16px;
  color: #006ebc;
  justify-content: flex-start;
}

.classify .inside-title {
  display: flex;
  align-items: center;
}

.classify .inside-title .left-title:first-child {
  margin-right: 12px;
}

.classify .inside-content .classify-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

.classify .inside-content .classify-list {
  border-top: 2px solid #006ebc;
  width: calc(33.33% - 40px);
  margin: 0 20px;
  float: left;
}

.classify .inside-content .classify-list .title-more {
  border-bottom: 1px solid #e0e0e0;
}

.classify .inside-content .classify-list .title-more h3 {
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  color: #006ebc;
}

.classify .inside-content .classify-list .title-more a {
  font-size: 16px;
  line-height: 48px;
  color: #f39800;
}

.classify .inside-content .classify-list ul {
  padding-top: 20px;
  padding-bottom: 60px;
  height: 272px;
  overflow: hidden;
}

.classify .inside-content .classify-list ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.classify .inside-content .classify-list ul li a:hover {
  color: #f39800;
}

.classify .inside-title .left-title img {
  top: -65%;
}

.news-detail .detail-box {
  padding-bottom: 80px;
}

.news-detail .inside-item {
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e0e0;
}
.right-content {
  width: 260px;
  float: right;
}
.inside-latest:first-child {
  margin-top: 60px;
}

.inside-latest {
  margin-top: 30px;
}

.inside-latest.label-list ul {
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px;
}

.inside-latest.label-list ul li {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0;
}

.inside-latest.label-list ul li a {
  height: 36px;
  line-height: 36px;
  text-align: center;

}

.inside-latest.label-list ul li a p {
  color: #999;
}

.inside-latest.label-list ul li:hover a p {
  color: #f39800;
}

.page-content {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.page-content .page a {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.page-content .page a:hover {
  color: #f39800;
}

.page-content .back {
  margin-left: auto;
}

.page-content .back a {
  display: block;
  width: 138px;
  height: 50px;
  border-radius: 4px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to bottom, #006dbb, #1d2189);
}

.article {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 60px;
}

.article .inside-title {
  margin-bottom: 40px;
}

.article .article-content {
  width: calc(33.33% - 26.66px);
  margin-right: 40px;
  float: left;
}

.article .article-content:last-child {
  margin-right: 0;
}

.article .article-content ul li {
  border-bottom: 1px dashed #e0e0e0;
}

.article .article-content ul li:first-child {
  border-top: 1px dashed #e0e0e0;
}

.article .article-content ul li a {
  font-size: 16px;
  line-height: 60px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.article .article-content ul li a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 16px;
}

.article .article-content ul li:hover a {
  color: #f39800;
}

.article .article-content ul li:hover a::before {
  background-color: #f39800;
}

.channel {
  background-color: #f5f5f5;
  padding-bottom: 120px;
}

.channel .inside-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel .inside-title .left-title:first-child {
  margin-right: 10px;
}

.channel ul {
  padding-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.channel ul li {
  float: left;
  width: calc(33.33% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
}

.channel ul li .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 79%;
}

.channel ul li .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.channel ul li .img-box .info-box {
  position: absolute;
  width: 100%;
  padding-bottom: 19.8%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 110, 188, .66);
}

.channel ul li .img-box .info-box p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.inside-latest h3 {
  font-weight: bold;
}

.detail-content .date {
  border-bottom: 0;
}

.detail-content h2 {
  font-weight: bold;
}

.search {
  width: 100%;
}
.search input {
  width: calc(100% - 45px);
  height: 40px;
  color: #666;
  border: 1px solid #e0e0e0;
  float: left;
  font-size: 14px;
  padding-left: 10px;
}
.search button {
  height: 40px;
  background-color: #f39800;
  color: #fff;
  width: 45px;
  border: 0;
  outline: 0;
  font-size: 14px;
  float: left;
  background-image: linear-gradient(to bottom,#006dbb, #1d2189);
}
@media(max-width:1440px) {
  .serve-content ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

}

@media(max-width:1080px) {
  .pc-banner {
    display: none;
  }

  .mb-banner {
    display: block;
  }

  .serve-content {
    padding-bottom: 90px;
  }

  .serve-content ul {
    margin: 0;
  }

  .serve-content ul li {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .serve-content ul li .info-box {
    padding: 15px;
  }

  .serve-content ul li p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    max-height: 40px;
  }

  .serve-content ul li .more {
    margin-top: 15px;
    font-size: 14px;
  }
  .channel ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .channel ul li  {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .news {
    padding: 45px 0;
  }

  .article-menu .title h3 {
    font-size: 18px;
    padding-left: 10px;
  }

  .article-menu ul li {
    padding: 10px 0;
  }

  .article-menu ul li a {
    font-size: 14px;
  }

  .left-article li i {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  .left-article a,
  .right-article a {
    font-size: 14px;
    line-height: 24px;
  }

  .article-menu {
    background-color: #fff;
  }

  .news-content .left-img,
  .news-content .right-info {
    width: 100%;
    margin: 0;
  }

  .dynamic-left,
  .dynamic-right {
    width: 100%;
  }
  .right-content {
    width: 100%;
  }
  .inside-title {
    margin: 45px 0;
  }

  .inside-title .left-title img {
    width: 70px;
  }

  .classify .inside-content .classify-wrap {
    margin: 0;
  }

  .classify .inside-content .classify-list {
    width: calc(50% - 30px);
    margin: 0 15px;
  }

  .news-detail .detail-box {
    padding-bottom: 40px;
  }

  .article .container,
  .channel .container {
    width: 100%;
    padding: 0 2.5%;
  }

  .channel {
    padding-bottom: 90px;
  }
}

@media(max-width:800px) {
  .serve-content ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .serve-content ul li h3 {
    font-size: 18px;
  }

  .serve-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

@media(max-width:768px) {
  .inside-item {
    padding-bottom: 60px;
  }

  .left-article,
  .right-article {
    width: 100%;
    padding: 0;
    border: 0;
  }

  .left-article {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .right-article {
    padding-top: 20px;
  }

  .inside-title {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  .news-content .left-img .grid .readmore h5 {
    font-size: 16px;
    line-height: 30px;
  }

  .news-content .left-img .grid .readmore .more {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }

  .news-content .left-img .count-pagination .count .now-count {
    font-size: 18px;
  }

  .news-content .left-img .count-pagination .count .sum {
    font-size: 12px;
  }

  .news-content .left-img .count-pagination {
    height: 45px;
    line-height: 45px;
  }

  .news-content .left-img .grid .readmore {
    padding: 30px 2.5%;
  }

  .news-content .right-info ul li a {
    font-size: 14px;
    line-height: 45px;
  }

  .news-content .right-info ul li a span {
    width: calc(100% - 100px);
  }

  .news-content .right-info ul li a .time {
    width: 78px;
  }

  .news-content .right-info ul li a::before {
    margin-right: 10px;
  }

  .inside-title .readmore img {
    width: 30px;
    height: 30px;
  }

  .left-article .inside-title,
  .right-article .inside-title {
    margin: 20px 0;
  }

  .dynamic-left .top-info {
    display: block;
  }

  .dynamic-left .top-info .left-img {
    width: 100%;
  }

  .dynamic-left .top-info .right-info {
    width: 100%;
    padding: 15px 0;
  }

  .dynamic-left .top-info .right-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .dynamic-left .top-info .right-info p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    max-height: 40px;
  }

  .dynamic-left .top-info .right-info .more {
    font-size: 14px;
    margin-top: 15px;
  }

  .dynamic-left .info-box ul li a {
    font-size: 14px;
    line-height: 45px;
  }

  .dynamic-left .info-box ul li a::before {
    margin-right: 10px;
  }

  .dynamic-left .info-box ul li a span {
    width: calc(100% - 100px);
  }

  .classify .inside-title {
    display: block;
  }

  .inside-title .left-title {
    width: 100%;
  }

  .inside-title .left-title:first-child {
    width: auto;
  }

  .classify .inside-content .classify-list {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .classify .inside-content .classify-list:last-child {
    margin-bottom: 0;
  }

  .classify .inside-content .classify-list .title-more h3 {
    font-size: 14px;
    line-height: 38px;
  }

  .classify .inside-content .classify-list .title-more a {
    font-size: 14px;
    line-height: 38px;
  }

  .classify .inside-content .classify-list ul li a {
    font-size: 14px;
    line-height: 28px;
  }

  .classify .inside-content .classify-list ul {
    padding: 15px 0;
  }

  .dynamic-right .top-img-list ul {
    display: block;
  }

  .dynamic-right .top-img-list ul li,
  .dynamic-right .top-img-list ul li:first-child,
  .dynamic-right .top-img-list ul li:last-child {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .dynamic-right .top-img-list .info-box p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    max-height: 40px;
  }
  .dynamic-right .top-img-list .img-box .mask {
    opacity: 1;
  }

  .dynamic-right .top-img-list .info-box {
    opacity: 1;
  }

  .dynamic-right .info-list .info-content {
    display: block;
    margin: 15px 0;
  }

  .dynamic-right .info-list .info-content .left-img {
    width: 100%;
  }

  .dynamic-right .info-list .info-content .right-info {
    width: 100%;
    padding: 15px 0;
  }

  .dynamic-right .info-list .info-content .right-info h3 {
    font-size: 16px;
  }

  .dynamic-right .info-list .info-content .right-info .more {
    font-size: 14px;
    margin-top: 15px;
  }

  .swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px;
  }

  .news-content .left-img .count-pagination .swiper-pagination-bullet-active {
    width: 10px;
  }

  .page-content .page a {
    font-size: 14px;
  }

  .page-content .back a {
    font-size: 14px;
  }

  .article .inside-title {
    margin-bottom: 15px;
  }

  .article .article-content {
    width: 100%;
    margin-right: 0;
  }

  .article .article-content ul li a {
    font-size: 14px;
    line-height: 45px;
  }

  .channel ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .channel ul li:last-child {
    margin-bottom: 0;
  }

  .channel ul li .img-box .info-box p {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }

  .article {
    padding-bottom: 30px;
  }

  .channel {
    padding-bottom: 60px;
  }

  .page-content {
    display: block;
  }

  .page-content .back {
    margin-top: 15px;
  }

  .inside-latest {
    margin-bottom: 0;
  }
  .classify .inside-content .classify-list ul {
    height: auto;
  }
}

@font-face {
  font-family: 'arrowRight';
  /* Project id 2566429 */
  src: url('../font/font_2566429_95cqzc4746i.woff2?t=1621820973521') format('woff2'),
    url('../font/font_2566429_95cqzc4746i.woff?t=1621820973521') format('woff'),
    url('../font/font_2566429_95cqzc4746i.ttf?t=1621820973521') format('truetype');
}

.arrowRight {
  font-family: 'arrowRight' !important;
}