/************************************** 以上是默认设置除了高亮和滑过别的不要动，想到可以随时添加  *******************************************/
.header {
  position: relative;
  width: 100%;
}
.header .header-top {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #242c35;
  overflow: hidden;
}
.header .header-top p {
  line-height: 25px;
}
.header .header-top a,
.header .header-top span {
  display: block;
  float: left;
  font-size: 14px;
  color: #d5dbe1;
}
.header .header-top a {
  margin: 0 10px;
}
.header .header-top a:last-child {
  margin-right: 0;
}
.header .header-top a.active {
  color: #dfe140;
}
.header .header-bottom {
  position: relative;
  padding: 27px 0;
  background: url(../images/headbg.jpg) top center no-repeat;
}
.header .header-bottom .w1000 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-bottom .header-right .search-box {
  float: left;
  width: 200px;
  height: 36px;
  background: #fff;
}
.header .header-bottom .header-right .search-box input {
  float: left;
  width: calc(100% - 40px);
  height: 36px;
  font-size: 14px;
  color: #666;
  border: 0;
}
.header .header-bottom .header-right .search-box button {
  width: 40px;
  height: 36px;
  background: #fff;
  border: 0;
}
.nav {
  width: 100%;
  height: 45px;
  background: #1b2e59;
}
.nav ul {
  padding: 0;
  list-style: none;
}
.nav > ul > li {
  position: relative;
  float: left;
  width: calc(100% / 7);
}
.nav > ul > li a {
  display: block;
}
.nav > ul > li > a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.nav > ul > li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 44px;
  height: 3px;
  background: #fff;
}
.nav > ul > li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 44px;
  height: 3px;
  background: #fff;
}
.nav > ul > li .menu-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1b2e59;
  z-index: 99;
}
.nav > ul > li .menu-nav li a {
  padding: 8px 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
.content {
  width: 100%;
  background: url(../images/indexbg.png) top center no-repeat;
}
.content .section {
  width: 100%;
}
.content .section ul {
  padding: 0;
  list-style: none;
}
.content .section.section1 {
  margin-top: 20px;
  margin-bottom: 35px;
}
.content .section.section1 .news-slide {
  float: left;
  position: relative;
  width: 550px;
  height: 310px;
  overflow: hidden;
}
.content .section.section1 .news-slide .img-box {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.content .section.section1 .news-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section1 .news-slide .img-box:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1);
}
.content .section.section1 .news-slide .img-box .cover-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  padding-right: 100px;
  background: rgba(0, 0, 0, 0.5);
}
.content .section.section1 .news-slide .img-box .cover-title p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section1 .news-slide .swiper-pagination {
  bottom: 15px;
  padding-right: 20px;
  text-align: right;
}
.content .section.section1 .news-slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #fff;
}
.content .section.section1 .news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.content .section.section1 .news-section {
  float: right;
  padding: 15px 20px;
  padding-bottom: 10px;
  width: 430px;
  height: 310px;
  background: #fff;
  overflow: hidden;
}
.content .section.section1 .news-section .news-list {
  margin-top: 10px;
  overflow: hidden;
}
.content .section.section1 .news-section .news-list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
}
.content .section.section1 .news-section .news-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  background: #337ab7;
  border-radius: 50%;
}
.content .section.section1 .news-section .news-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section1 .news-section .news-list li:hover {
  color: #337ab7;
}
.content .section.section2 {
  margin-bottom: 32px;
}
.content .section.section2 .meet-list {
  margin: 0 -1.5px;
  margin-top: 20px;
  overflow: hidden;
}
.content .section.section2 .meet-list li {
  float: left;
  padding: 0 1.5px;
  margin-bottom: 3px;
  width: 25%;
}
.content .section.section2 .meet-list li .img-box {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.content .section.section2 .meet-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .section.section2 .meet-list li .img-box .cover-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 10px 20px;
}
.content .section.section2 .meet-list li .img-box .cover-title h6 {
  height: 90px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*要显示的行数*/
  overflow: hidden;
}
.content .section.section2 .meet-list li .img-box .cover-title p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section3 {
  margin-bottom: 33px;
}
.content .section.section3 .section-title2 {
  border-top-color: rgba(242, 108, 79, 0.1);
}
.content .section.section3 .section-title2 h6::before {
  background: #f26c4f;
}
.content .section.section3 .section-title2 .more:hover {
  color: #f26c4f;
}
.content .section.section3 .train-list {
  margin: 0 -10px;
  margin-top: 20px;
  overflow: hidden;
}
.content .section.section3 .train-list li {
  float: left;
  padding: 0 10px;
  width: 20%;
}
.content .section.section3 .train-list li .item-box {
  width: 100%;
  overflow: hidden;
}
.content .section.section3 .train-list li .item-box .img-box {
  width: 100%;
  height: 105px;
  overflow: hidden;
}
.content .section.section3 .train-list li .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.content .section.section3 .train-list li .item-box h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .section.section3 .train-list li .item-box p {
  margin-top: 15px;
  height: 40px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.content .section.section3 .train-list li .item-box:hover .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.1);
}
.content .section.section3 .train-list li .item-box:hover h6 {
  color: #337ab7;
}
.content .section.section4 {
  margin-bottom: 40px;
}
.content .section.section4 .section-title {
  margin-bottom: 20px;
}
.content .section.section5 {
  margin-bottom: 20px;
}
.content .section.section5 .section-title2 {
  border-color: rgba(51, 122, 183, 0.2);
}
.content .section.section5 .section-title2 h6::before {
  background: #337AB7;
}
.content .section.section5 .sponsor-list {
  padding: 0;
  margin: 0 -10px;
  margin-top: 20px;
  list-style: none;
}
.content .section.section5 .sponsor-list li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
}
.content .section.section5 .sponsor-list li .item-box {
  position: relative;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  box-shadow: 2px 0px 12px 5px rgba(202, 202, 202, 0.4);
  overflow: hidden;
}
.content .section.section5 .sponsor-list li .item-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}
.content .section.section5 .sponsor-list li .item-box a img {
  max-width: 90%;
  max-height: 70px;
}
.content .section.section5 .sponsor-list li .item-box a .item-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border-radius: 0px 5px 0px 5px;
  background: #F26C4F;
}
.content .section.section5 .sponsor-list li .item-box a .item-label.red {
  background: #DE2726;
}
.content .section.section5 .sponsor-list li .item-box a .item-label.blue {
  background: #0088FF;
}
.content .section.section5 .sponsor-list li .item-box a .item-label.yellow {
  background: #F0A73B;
}
.content .section.section5 .sponsor-list li .item-box a .item-label.darkblue {
  background: #337AB7;
}
.content .section.section5 .sponsor-list li .item-box a .item-label.orange {
  background: #F26C4F;
}
.content .section .link-list {
  width: 100%;
  overflow: hidden;
}
.content .section .link-list li {
  float: left;
  width: 20%;
  overflow: hidden;
}
.content .section .link-list li .img-box {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.content .section .link-list li .img-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.content .section .link-list li .img-box a img {
  max-width: 90%;
  max-height: 100%;
}
.content .section .section-title {
  width: 100%;
  overflow: hidden;
}
.content .section .section-title h6 {
  float: left;
  padding-bottom: 7px;
  font-size: 16px;
  color: #337ab7;
  border-bottom: 2px solid #337ab7;
}
.content .section .section-title .more {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 21px;
}
.content .section .section-title .more:hover {
  color: #337ab7;
}
.content .section .section-title2 {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(56, 132, 251, 0.1);
}
.content .section .section-title2 h6 {
  float: left;
  padding-top: 15px;
  position: relative;
  font-size: 16px;
  color: #333;
}
.content .section .section-title2 h6 img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.content .section .section-title2 h6::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background: #0088ff;
}
.content .section .section-title2 .more {
  float: right;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.content .section .section-title2 .more:hover {
  color: #0088ff;
}
.page-content {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  min-height: calc(100vh - 400px);
}
.page-content .sidenav {
  float: left;
  width: 220px;
}
.page-content .sidenav .sidenav-title {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #337ab7;
  border-radius: 10px 10px 0 0 ;
}
.page-content .sidenav .sidenav-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-content .sidenav .sidenav-list li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.page-content .sidenav .sidenav-list li a {
  display: block;
  padding: 16px 10px;
  font-size: 16px;
  color: #333;
}
.page-content .sidenav .sidenav-list li:hover a {
  color: #337ab7;
}
.page-content .sidenav .sidenav-list li.active a {
  color: #337ab7;
}
.page-content .cont-right {
  float: right;
  width: 730px;
}
.page-content .cont-right-box {
  width: 100%;
}
.page-content .cont-right-box .page-title {
  width: 100%;
  height: 37px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.page-content .cont-right-box .page-title h6 {
  float: left;
  font-size: 18px;
  color: #337ab7;
  font-weight: normal;
}
.page-content .cont-right-box .page-title .breadcrumb {
  float: right;
}
.page-content .cont-right-box .page-title .breadcrumb a,
.page-content .cont-right-box .page-title .breadcrumb span {
  display: block;
  float: left;
  font-size: 14px;
  color: #999;
}
.page-content .cont-right-box .page-title .breadcrumb span {
  margin: 0 5px;
}
.page-content .cont-right-box .page-title .breadcrumb a.active,
.page-content .cont-right-box .page-title .breadcrumb a:hover {
  color: #337ab7;
}
.page-content .cont-right-box .introduction-section {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
.page-content .cont-right-box .introduction-section .introduction-text {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 2;
  overflow: hidden;
}
.page-content .cont-right-box .introduction-section .introduction-text p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.page-content .cont-right-box .introduction-section .introduction-text p img {
  max-width: 100%;
}
.page-content .cont-right-box .introduction-section .introduction-text img {
  max-width: 100%;
}
.page-content .cont-right-box .map-section {
  margin-top: 20px;
  overflow: hidden;
}
.page-content .cont-right-box .map-section img {
  width: 100%;
}
.page-content .cont-right-box .first-list {
  padding: 0;
  margin-top: 20px;
  list-style: none;
  overflow: hidden;
}
.page-content .cont-right-box .first-list li {
  margin-bottom: 20px;
  padding: 12px 20px;
  height: 50px;
  background: url(../images/libg.jpg) no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #e5eff5;
  overflow: hidden;
}
.page-content .cont-right-box .first-list li a {
  display: block;
  float: left;
  max-width: 84%;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .cont-right-box .first-list li a:hover {
  color: #337ab7;
}
.page-content .cont-right-box .first-list li .time {
  float: right;
  font-size: 16px;
  color: #666;
}
.page-content .cont-right-box .first-list li:last-child {
  margin-bottom: 0;
}
.page-content .cont-right-box .two-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-content .cont-right-box .two-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
}
.page-content .cont-right-box .two-list li .img-box {
  float: left;
  width: 248px;
  height: 140px;
  overflow: hidden;
}
.page-content .cont-right-box .two-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.page-content .cont-right-box .two-list li .item-cont {
  margin-left: 268px;
  overflow: hidden;
}
.page-content .cont-right-box .two-list li .item-cont h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .cont-right-box .two-list li .item-cont p {
  font-size: 14px;
  line-height: 24px;
}
.page-content .cont-right-box .two-list li .item-cont p.item-text {
  margin-top: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.page-content .cont-right-box .two-list li .item-cont p.item-time {
  margin-top: 13px;
  color: #999;
}
.page-content .cont-right-box .two-list li a:hover .img-box img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.page-content .cont-right-box .two-list li a:hover .item-cont h6 {
  color: #337ab7;
}
.page-content .cont-right-box .about-btn {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}
.page-content .cont-right-box .about-btn a {
  display: block;
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background: #337ab7;
}
.footer {
  padding: 25px 0;
  background: #464954;
  overflow: hidden;
}
.footer .footer-top {
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.footer .footer-top .footer-logo {
  float: left;
}
.footer .footer-top .footer-nav {
  float: left;
  margin-left: 40px;
}
.footer .footer-top .footer-nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer .footer-top .footer-nav ul li {
  float: left;
  margin: 0 8px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.footer .footer-bottom {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}
.footer .footer-bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.footer .footer-bottom p:last-child {
  margin-top: 5px;
}
.search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .w1000 {
    width: calc(100% - 30px);
  }
  .header .header-bottom {
    padding: 15px 0;
  }
  .header .header-bottom .logo img {
    height: 60px;
  }
  .header .header-bottom .header-right .search-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  }
  .search-btn,
  .m-nav-btn {
    display: inline-block;
    margin-left: 10px;
  }
  .m-nav-btn img {
    width: 20px;
  }
  .nav {
    display: none;
  }
  .m-nav-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    left: 100%;
    top: 0;
    display: block;
    transition: left 0.3s;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
  }
  .m-nav-pop .m-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
  }
  .m-nav-pop .m-nav-close img {
    width: 100%;
  }
  .m-nav-pop .m-nav-list {
    padding: 0;
    list-style: none;
    position: relative;
    margin-top: 45px;
  }
  .m-nav-pop .m-nav-list ul {
    padding: 0;
    list-style: none;
  }
  .m-nav-pop .m-nav-list li {
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-nav-pop .m-nav-list li a {
    display: block;
    padding: 14px 0;
  }
  .m-nav-pop .m-nav-list li.more {
    background: url(../images/icon4.png) 95% 20px no-repeat;
    background-size: 16px;
  }
  .m-nav-pop .m-nav-list li.more.active {
    border-bottom: 0;
    background: url(../images/icon4_2.png) 95% 20px no-repeat;
    background-size: 16px;
  }
  .m-nav-pop .m-nav-list li .menu-nav {
    display: none;
  }
  .content .section.section1 {
    margin-bottom: 25px;
  }
  .content .section.section1 .news-slide {
    width: 55%;
    height: 229px;
  }
  .content .section.section1 .news-slide .img-box {
    height: 229px;
  }
  .content .section.section1 .news-section {
    padding: 10px 15px;
    width: 43%;
    height: 229px;
  }
  .content .section.section1 .news-section .news-list li {
    line-height: 25px;
  }
  .content .section.section2 {
    margin-bottom: 25px;
  }
  .content .section.section2 .meet-list li .img-box {
    height: 103px;
  }
  .content .section.section2 .meet-list li .img-box .cover-title h6 {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .content .section.section2 .meet-list li .img-box .cover-title p {
    font-size: 12px;
    line-height: 20px;
  }
  .content .section.section3 {
    margin-bottom: 25px;
  }
  .content .section.section3 .train-list li .item-box .img-box {
    height: 74px;
  }
  .content .section.section3 .train-list li .item-box h6 {
    margin-top: 5px;
    font-size: 14px;
  }
  .content .section.section3 .train-list li .item-box p {
    margin-top: 5px;
  }
  .content .section.section4 {
    margin-bottom: 30px;
  }
  .page-content {
    padding-bottom: 20px;
  }
  .page-content .submenu-bar {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
  }
  .page-content .submenu-bar img {
    margin-right: 10px;
    margin-top: -2px;
    width: 20px;
  }
  .page-content .mobile-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  .page-content .sidenav {
    float: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -75%;
    width: 75%;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.2s;
  }
  .page-content .sidenav .sidenav-title {
    border-radius: 0;
  }
  .page-content .cont-right {
    float: none;
    width: 100%;
  }
  .footer .footer-top .footer-logo img {
    height: 40px;
  }
  .footer .footer-top .footer-nav {
    margin-left: 20px;
  }
  .footer .footer-top .footer-nav ul li {
    margin: 0 3px;
    font-size: 14px;
    line-height: 40px;
  }
  .footer .footer-bottom {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .header .header-top a,
  .header .header-top span {
    font-size: 12px;
  }
  .header .header-bottom .logo img {
    height: 40px;
  }
  .content .section.section1 {
    margin-bottom: 10px;
  }
  .content .section.section1 .news-slide {
    margin-bottom: 20px;
    float: none;
    width: 100%;
    height: 195px;
  }
  .content .section.section1 .news-slide .img-box {
    height: 195px;
  }
  .content .section.section1 .news-slide .img-box .cover-title {
    padding: 5px 10px;
    padding-right: 80px;
  }
  .content .section.section1 .news-slide .img-box .cover-title p {
    font-size: 14px;
  }
  .content .section.section1 .news-slide .swiper-pagination {
    bottom: 12px;
    padding-right: 10px;
  }
  .content .section.section1 .news-section {
    float: none;
    width: 100%;
    height: auto;
  }
  .content .section.section1 .news-section .news-list {
    margin-top: 7px;
  }
  .content .section.section1 .news-section .news-list li {
    line-height: 30px;
  }
  .content .section.section2 {
    margin-bottom: 20px;
  }
  .content .section.section2 .meet-list {
    margin-top: 10px;
  }
  .content .section.section2 .meet-list li {
    width: 50%;
  }
  .content .section.section2 .meet-list li .img-box {
    height: 96px;
  }
  .content .section.section2 .meet-list li .img-box .cover-title h6 {
    height: 63px;
  }
  .content .section.section3 {
    margin-bottom: 10px;
  }
  .content .section.section3 .train-list {
    margin-top: 10px;
  }
  .content .section.section3 .train-list li {
    margin-bottom: 10px;
    width: 50%;
  }
  .content .section.section3 .train-list li .item-box .img-box {
    height: 91px;
  }
  .content .section.section4 {
    margin-bottom: 5px;
  }
  .content .section.section4 .link-list li {
    margin-bottom: 15px;
    width: 33.33%;
  }
  .content .section.section5 {
    margin-bottom: 10px;
  }
  .content .section.section5 .sponsor-list {
    margin: 0 -5px;
    margin-top: 15px;
  }
  .content .section.section5 .sponsor-list li {
    margin-bottom: 15px;
    padding: 0 5px;
    width: 50%;
  }
  .content .section.section5 .sponsor-list li .item-box a {
    padding-bottom: 10px;
  }
  .page-content .cont-right-box .page-title h6 {
    font-size: 16px;
  }
  .page-content .cont-right-box .page-title .breadcrumb {
    display: none;
  }
  .page-content .cont-right-box .introduction-section .introduction-text {
    font-size: 14px;
    line-height: 1.75;
  }
  .page-content .cont-right-box .introduction-section .introduction-text img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .page-content .cont-right-box .introduction-section .introduction-text p {
    font-size: 14px;
    line-height: 1.75;
  }
  .page-content .cont-right-box .introduction-section .introduction-text p img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .page-content .cont-right-box .first-list {
    margin-top: 15px;
  }
  .page-content .cont-right-box .first-list li {
    margin-bottom: 10px;
    padding: 5px 10px;
    height: auto;
  }
  .page-content .cont-right-box .first-list li a {
    max-width: 70%;
    font-size: 14px;
  }
  .page-content .cont-right-box .first-list li .time {
    font-size: 12px;
  }
  .page-content .cont-right-box .two-list li {
    padding: 15px 0;
  }
  .page-content .cont-right-box .two-list li .img-box {
    width: 140px;
    height: 80px;
  }
  .page-content .cont-right-box .two-list li .item-cont {
    margin-left: 155px;
  }
  .page-content .cont-right-box .two-list li .item-cont h6 {
    margin-top: 5px;
    font-size: 14px;
  }
  .page-content .cont-right-box .two-list li .item-cont p {
    font-size: 12px;
    line-height: 20px;
  }
  .page-content .cont-right-box .two-list li .item-cont p.item-text {
    margin-top: 10px;
  }
  .page-content .cont-right-box .two-list li .item-cont p.item-time {
    display: none;
  }
  .page-content .cont-right-box .about-btn {
    margin-top: 15px;
  }
  .page-content .cont-right-box .about-btn a {
    padding: 0 15px;
    float: left;
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .page-content .cont-right-box .pages {
    margin-top: 20px;
  }
  .TextTitle {
    padding: 15px 0;
  }
  .TextTitle h5 {
    font-size: 16px;
  }
  .TextTitle .shar {
    margin-top: 5px;
    font-size: 14px;
  }
  .NewsText {
    font-size: 14px;
    line-height: 1.75;
  }
  .NewsText img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .NewsText p {
    font-size: 14px;
    line-height: 1.75;
  }
  .NewsText p img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .footer {
    padding: 15px 0;
  }
  .footer .footer-top {
    margin-bottom: 15px;
  }
  .footer .footer-top .footer-logo {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-top .footer-logo img {
    height: 52px;
  }
  .footer .footer-top .footer-nav {
    margin-left: 0;
  }
  .footer .footer-top .footer-nav ul li {
    margin: 0 7px;
    line-height: 25px;
  }
}
