/************************************** 以上是默认设置除了高亮和滑过别的不要动，想到可以随时添加  *******************************************/
/**************************************** css文件不要改，要改同名的less文件并重新生成css文件！！！！！！****************************************/
.wrap .header .header-top {
  padding: 6px 0;
  background: #F6F6F6;
}
.wrap .header .header-top .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap .header .header-top p {
  font-size: 14px;
  color: #40597E;
}
.wrap .header .header-top .header-right a {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #40597E;
  line-height: 32px;
}
.wrap .header .header-top .header-right .search-box {
  float: left;
  width: 269px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}
.wrap .header .header-top .header-right .search-box input {
  float: left;
  padding-left: 15px;
  width: calc(100% - 50px);
  height: 30px;
  font-size: 14px;
  color: #666;
  border: 0;
}
.wrap .header .header-top .header-right .search-box input::placeholder {
  font-size: 14px;
}
.wrap .header .header-top .header-right .search-box button {
  float: right;
  width: 50px;
  height: 30px;
  background: transparent;
  border: 0;
}
.wrap .header .header-bottom {
  padding: 18px 0;
  overflow: hidden;
}
.wrap .header .header-bottom .head-img {
  overflow: hidden;
}
.wrap .header .header-bottom .head-img img {
  width: 100%;
}
.wrap .nav {
  height: 60px;
  background: #0680CC;
}
.wrap .nav ul {
  padding: 0;
  list-style: none;
}
.wrap .nav > ul a {
  display: block;
}
.wrap .nav > ul > li {
  float: left;
  position: relative;
  width: calc(100% / 10);
}
.wrap .nav > ul > li > a {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.wrap .nav > ul > li:hover > a,
.wrap .nav > ul > li.active > a {
  background: #1690DC;
}
.wrap .nav > ul > li:hover .menu-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wrap .nav > ul > li .menu-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 150px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.wrap .nav > ul > li .menu-nav ul {
  padding: 8px 0;
  list-style: none;
  margin: 0;
  display: block;
  height: auto;
}
.wrap .nav > ul > li .menu-nav ul li {
  display: block;
  width: 100%;
  height: auto;
  flex: none;
  border-bottom: 1px solid #f0f0f0;
  background: transparent;
}
.wrap .nav > ul > li .menu-nav ul li:last-child {
  border-bottom: none;
}
.wrap .nav > ul > li .menu-nav ul li a {
  display: block;
  height: auto;
  line-height: 1.6;
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: normal;
  background: transparent;
}
.wrap .nav > ul > li .menu-nav ul li:hover {
  background: #f8f8f8;
}
.wrap .nav > ul > li .menu-nav ul li:hover a {
  color: #0680CC;
  background: transparent;
}
.wrap .content .section {
  padding-bottom: 40px;
}
.wrap .content .section .section-title {
  position: relative;
  height: 50px;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.wrap .content .section .section-title .header-icon {
  position: absolute;
  top: 7px;
  left: 0;
}
.wrap .content .section .section-title .header-icon img {
  display: block;
}
.wrap .content .section .section-title h3 {
  position: relative;
  margin: 0;
  padding-left: 8px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  display: inline-block;
}
.wrap .content .section .section-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0680CC;
}
.wrap .content .section .section-title .more-link {
  font-size: 14px;
  color: #999;
  transition: color 0.3s ease;
}
.wrap .content .section .section-title .more-link:hover {
  color: #0680CC;
}
.wrap .content .section.section1 {
  padding-top: 30px;
}
.wrap .content .section.section1 .w1400 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.wrap .content .section.section1 .news-display-area {
  display: flex;
  gap: 15px;
}
.wrap .content .section.section1 .news-display-area .news-main-image {
  width: 675px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper {
  width: 100%;
  height: 100%;
}
.wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link .news-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-top: 9px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
}
.wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link .news-title-overlay .news-title {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content .section.section1 .news-display-area .news-thumbs {
  width: 142px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item {
  height: 91px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item .cover-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item.active img {
  transform: scale(1.05);
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item.active .cover-section {
  display: none;
}
.wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item:hover img {
  transform: scale(1.02);
}
.wrap .content .section.section1 .expo-news-area {
  width: 540px;
}
.wrap .content .section.section1 .expo-news-area .expo-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap .content .section.section1 .expo-news-area .expo-news-header .expo-news-title {
  width: 140px;
  height: 46px;
  background: linear-gradient(90deg, #0680CC 0%, #41A4E1 100%);
  border-radius: 23px 23px 23px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.wrap .content .section.section1 .expo-news-area .expo-news-header .more-link {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wrap .content .section.section1 .expo-news-area .expo-news-header .more-link:hover {
  color: #0680CC;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item {
  padding: 17px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content {
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline {
  flex: 1;
  margin-right: 15px;
  max-width: 75%;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline a {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  transition: color 0.3s ease;
  font-weight: normal;
  width: 100%;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-date {
  font-size: 18px;
  color: #999;
  white-space: nowrap;
  flex-shrink: 0;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-summary {
  padding-left: 35px;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  line-height: 1.5;
  display: none;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item.active {
  height: 92px;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item.active .news-content .news-headline a {
  color: #0680CC;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item.active .news-summary {
  display: block;
  opacity: 1;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:hover .news-content .news-headline a {
  color: #0680CC;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:hover .news-summary {
  display: block;
  opacity: 1;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:nth-child(1) .news-content {
  background: url(../images/icon6.png) left center no-repeat;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:nth-child(2) .news-content {
  background: url(../images/icon7.png) left center no-repeat;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:nth-child(3) .news-content {
  background: url(../images/icon8.png) left center no-repeat;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:nth-child(4) .news-content {
  background: url(../images/icon9.png) left center no-repeat;
}
.wrap .content .section.section1 .expo-news-area .expo-news-list .news-item:nth-child(5) .news-content {
  background: url(../images/icon10.png) left center no-repeat;
}
.wrap .content .section.section2 {
  padding-top: 40px;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.wrap .content .section.section2 .w1400 .section2-left {
  float: left;
  width: 1045px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box {
  width: 510px;
  background: transparent;
  transition: all 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content {
  margin-top: 20px;
  padding: 20px 19px;
  border-radius: 5px;
  border: 1px solid #E1EFF8;
  background: #fff;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image {
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap {
  width: 100%;
  height: 247px;
  border-radius: 5px;
  overflow: hidden;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .news-title {
  margin-top: 15px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a:hover .img-wrap img {
  transform: scale(1.02);
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a:hover .news-title {
  color: #0680CC;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li {
  margin-bottom: 8px;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li:last-child {
  margin-bottom: 0;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a:hover {
  color: #0680CC;
}
.wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #0680CC;
  border-radius: 50%;
}
.wrap .content .section.section2 .w1400 .section2-right {
  float: right;
  width: 330px;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img1 {
  margin-bottom: 5px;
  text-align: right;
  overflow: hidden;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img2 {
  margin-bottom: 25px;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img2 a {
  display: block;
  width: 100%;
  height: 590px;
  border-radius: 5px;
  overflow: hidden;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img2 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img2 a:hover img {
  transform: scale(1.05);
}
.wrap .content .section.section2 .w1400 .section2-right .right-img3 {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.wrap .content .section.section2 .w1400 .section2-right .right-img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrap .content .section.section3 {
  padding-top: 22px;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
.wrap .content .section.section3 .section-title {
  border-bottom: 1px solid rgba(223, 235, 247, 0.2);
}
.wrap .content .section.section3 .section-title h3 {
  color: #fff;
}
.wrap .content .section.section3 .section-title h3::after {
  background: #fff;
}
.wrap .content .section.section3 .section-title .more-link {
  color: #fff;
}
.wrap .content .section.section3 .section-title .more-link:hover {
  opacity: 0.8;
}
.wrap .content .section.section3 .section3-swiper {
  margin-top: 20px;
  overflow: hidden;
}
.wrap .content .section.section3 .section3-swiper .swiper-wrapper {
  padding-bottom: 42px;
}
.wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide {
  width: 264px;
}
.wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 175px;
  border-radius: 5px;
  object-fit: cover;
  display: block;
}
.wrap .content .section.section3 .section3-swiper .swiper-pagination {
  bottom: 0;
}
.wrap .content .section.section3 .section3-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 5px;
}
.wrap .content .section.section3 .section3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wrap .content .section.section4 {
  padding-top: 20px;
  padding-bottom: 23px;
}
.wrap .content .section.section4 .media-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 19px;
}
.wrap .content .section.section4 .media-list li {
  width: 217px;
  height: 81px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  transition: all 0.3s;
  overflow: hidden;
}
.wrap .content .section.section4 .media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.wrap .content .section.section4 .media-list li a img {
  max-width: 90%;
  max-height: 90%;
  transition: all 0.3s;
}
.wrap .content .section.section4 .media-list li:hover {
  border-color: #0680CC;
}
.wrap .content .section.section4 .media-list li:hover img {
  transform: scale(1.05);
}
.wrap .content .section.section5 .link-list {
  margin-top: 13px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 12px;
}
.wrap .content .section.section5 .link-list li {
  width: 270px;
  height: 45px;
  background: #FAFCFE;
  border-radius: 4px;
  border: 1px solid #DFE7FA;
  transition: all 0.3s;
  overflow: hidden;
}
.wrap .content .section.section5 .link-list li p {
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.wrap .content .section.section5 .link-list li:hover {
  background: #0680CC;
  border-color: #0680CC;
}
.wrap .content .section.section5 .link-list li:hover p {
  color: #fff;
}
.wrap .content.gray-content {
  background: #F9F9F9;
}
.wrap .content.gray-content .page-content {
  margin: 20px auto;
  padding: 0 30px;
  padding-bottom: 40px;
  min-height: calc(100vh - 484px);
  background: #fff;
}
.wrap .content.gray-content .page-content .breadcrumb {
  padding: 10px 0;
  padding-top: 18px;
  border-bottom: 3px solid #0680CC;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .breadcrumb a,
.wrap .content.gray-content .page-content .breadcrumb span {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
}
.wrap .content.gray-content .page-content .breadcrumb span {
  margin: 0 5px;
}
.wrap .content.gray-content .page-content .breadcrumb a:hover,
.wrap .content.gray-content .page-content .breadcrumb a.active {
  color: #0680CC;
}
.wrap .content.gray-content .page-content .first-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .first-list li {
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .first-list li .img-box {
  float: left;
  width: 220px;
  height: 130px;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .first-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.wrap .content.gray-content .page-content .first-list li .img-box + .item-cont {
  margin-left: 240px;
}
.wrap .content.gray-content .page-content .first-list li .img-box + .item-cont h6 {
  margin-top: 2px;
}
.wrap .content.gray-content .page-content .first-list li .img-box + .item-cont p {
  height: 56px;
}
.wrap .content.gray-content .page-content .first-list li .item-cont {
  overflow: hidden;
}
.wrap .content.gray-content .page-content .first-list li .item-cont h6 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.gray-content .page-content .first-list li .item-cont p {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.wrap .content.gray-content .page-content .first-list li .item-cont .item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-type {
  font-size: 16px;
  color: #666;
}
.wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-type img {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-time {
  font-size: 16px;
  color: #999;
}
.wrap .content.gray-content .page-content .first-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content.gray-content .page-content .first-list li a:hover .img-box img {
  transform: scale(1.05);
}
.wrap .content.gray-content .page-content .first-list li a:hover .item-cont h6 {
  color: #0680CC;
}
.wrap .content.gray-content .page-content .two-list {
  padding: 0;
  margin-top: 17px;
  list-style: none;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .two-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wrap .content.gray-content .page-content .two-list li:nth-child(5n) {
  padding-bottom: 25px;
  margin-bottom: 17px;
  border-bottom: 1px dashed #E0E0E0;
}
.wrap .content.gray-content .page-content .two-list li:last-child {
  margin-bottom: 0;
}
.wrap .content.gray-content .page-content .two-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wrap .content.gray-content .page-content .two-list li a .title-section {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 85%;
}
.wrap .content.gray-content .page-content .two-list li a .title-section .dot {
  width: 5px;
  height: 5px;
  background: #0680CC;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.wrap .content.gray-content .page-content .two-list li a .title-section .title {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.wrap .content.gray-content .page-content .two-list li a .title-section .title span {
  color: #0680CC;
}
.wrap .content.gray-content .page-content .two-list li a .time {
  font-size: 18px;
  color: #999;
  flex-shrink: 0;
  margin-left: 20px;
  transition: color 0.3s ease;
}
.wrap .content.gray-content .page-content .two-list li a:hover .title-section .title {
  padding-left: 10px;
  color: #0680CC;
}
.wrap .content.gray-content .page-content .editor-section {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px dashed #F0F0F0;
}
.wrap .content.gray-content .page-content .editor-section a {
  margin-right: 15px;
  width: 149px;
  height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 38px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0680CC;
  transition: all 0.3s;
}
.wrap .content.gray-content .page-content .editor-section a:last-child {
  margin-right: 0;
}
.wrap .content.gray-content .page-content .editor-section a:hover {
  color: #fff;
  background: #0680CC;
}
.wrap .content.gray-content .page-content .nodata-section {
  margin: 10vh 0;
  text-align: center;
  overflow: hidden;
}
.wrap .content.gray-content .page-content .nodata-section p {
  margin-top: 45px;
  font-size: 16px;
  color: #666;
}
.wrap .footer {
  padding: 20px 0;
  height: 140px;
  background: #0680CC;
  overflow: hidden;
}
.wrap .footer .footer-link {
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.wrap .footer .footer-link a {
  display: inline-block;
  margin: 0 10px;
}
.wrap .footer p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.wrap .footer p span {
  margin-right: 15px;
}
@media print {
  .header,
  .nav,
  .m-nav-pop,
  .editor-section,
  .NewsPages,
  .pages,
  .footer,
  .banner,
  .breadcrumb,
  .page-title {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 15px !important;
  }
  .wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
  }
  .w1400 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .TextTitle {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #dcdcdc !important;
    page-break-after: avoid !important;
    page-break-inside: avoid !important;
  }
  .TextTitle h5 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }
  .TextTitle .shar {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.4 !important;
  }
  .TextTitle .shar .set-font {
    color: #0680CC !important;
  }
  .TextTitle .shar .set-font.active {
    color: #fff !important;
  }
  .TextTitle .shar .item-info {
    margin-right: 15px !important;
    display: inline-block !important;
  }
  .TextTitle .shar .item-info:last-child {
    margin-right: 0 !important;
  }
  .NewsText {
    font-size: 18px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    page-break-before: avoid !important;
  }
  .NewsText p {
    margin-bottom: 10px !important;
    text-indent: 2em !important;
    font-size: 18px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    orphans: 2 !important;
    widows: 2 !important;
  }
  .NewsText h1,
  .NewsText h2,
  .NewsText h3,
  .NewsText h4,
  .NewsText h5,
  .NewsText h6 {
    font-weight: bold !important;
    color: #333 !important;
    margin: 12px 0 6px 0 !important;
    page-break-after: avoid !important;
  }
  .NewsText ul,
  .NewsText ol {
    margin: 10px 0 !important;
    padding-left: 25px !important;
  }
  .NewsText li {
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
  }
  .NewsText img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    page-break-inside: avoid !important;
  }
  .NewsText table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 10px 0 !important;
    page-break-inside: avoid !important;
  }
  .NewsText table th,
  .NewsText table td {
    border: 1px solid #333 !important;
    padding: 5px !important;
    text-align: left !important;
    font-size: 12px !important;
  }
  .NewsText table th {
    background: #f0f0f0 !important;
    font-weight: bold !important;
  }
  .TextTitle + .NewsText {
    page-break-before: avoid !important;
  }
  .section {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
}
.m-search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1560px) {
  .w1400 {
    width: 1200px;
  }
  .wrap .content .section.section1 .w1400 {
    gap: 20px;
  }
  .wrap .content .section.section1 .news-display-area {
    gap: 12px;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image {
    width: 570px;
    height: 320px;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs {
    width: 118px;
    gap: 4px;
    height: 320px;
    justify-content: space-between;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item {
    height: 75px;
  }
  .wrap .content .section.section1 .expo-news-area {
    width: 480px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-header .expo-news-title {
    width: 125px;
    height: 40px;
    font-size: 18px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item {
    padding: 15px 0;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline a {
    font-size: 16px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-date {
    font-size: 14px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-summary {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .wrap .content .section.section2 {
    padding-bottom: 35px;
  }
  .wrap .content .section.section2 .w1400 {
    display: flex;
    gap: 25px;
  }
  .wrap .content .section.section2 .w1400 .section2-left {
    width: 875px;
    gap: 12px 20px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box {
    width: 427px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content {
    margin-top: 18px;
    padding: 18px 16px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap {
    height: 207px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .news-title {
    margin-top: 12px;
    font-size: 16px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li {
    margin-bottom: 6px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a {
    font-size: 13px;
  }
  .wrap .content .section.section2 .w1400 .section2-right {
    width: 280px;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img1 {
    margin-bottom: 15px;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img2 {
    margin-bottom: 15px;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img2 a {
    height: auto;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img3 {
    height: auto;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img3 img {
    height: auto;
  }
  .wrap .content .section.section3 {
    padding-bottom: 35px;
  }
  .wrap .content .section.section3 .section3-swiper {
    margin-top: 18px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper {
    padding-bottom: 35px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide {
    width: 220px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide img {
    height: 145px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .wrap .content .section.section4 {
    padding-bottom: 35px;
  }
  .wrap .content .section.section4 .media-list {
    margin-top: 18px;
    gap: 12px 15px;
  }
  .wrap .content .section.section4 .media-list li {
    width: 187px;
    height: 68px;
  }
  .wrap .content .section.section5 {
    padding-bottom: 35px;
  }
  .wrap .content .section.section5 .link-list {
    margin-top: 12px;
    gap: 12px 10px;
  }
  .wrap .content .section.section5 .link-list li {
    width: 232px;
    height: 40px;
  }
  .wrap .content .section.section5 .link-list li p {
    font-size: 14px;
    line-height: 38px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1340px) {
  .w1400 {
    width: 90%;
  }
  .wrap .content .section .section-title h3 {
    font-size: 18px;
  }
  .wrap .content .section.section1 {
    padding-bottom: 30px;
  }
  .wrap .content .section.section1 .w1400 {
    gap: 15px;
  }
  .wrap .content .section.section1 .news-display-area {
    gap: 8px;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image {
    width: 450px;
    height: 253px;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs {
    width: 95px;
    height: 253px;
    gap: 3px;
    justify-content: space-between;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item {
    height: 60px;
  }
  .wrap .content .section.section1 .expo-news-area {
    flex: 1;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-header .expo-news-title {
    width: 105px;
    height: 34px;
    font-size: 16px;
    border-radius: 17px 17px 17px 0px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item {
    padding: 10px 0;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content {
    padding-left: 25px;
    background-size: auto 16px !important;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline a {
    font-size: 14px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-date {
    font-size: 12px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-summary {
    padding-left: 25px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
  }
  .wrap .content .section.section2 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .wrap .content .section.section2 .w1400 {
    display: flex;
    gap: 18px;
  }
  .wrap .content .section.section2 .w1400 .section2-left {
    flex: 1;
    gap: 10px 14px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box {
    width: calc(50% - 7px);
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content {
    margin-top: 14px;
    padding: 14px 12px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap {
    height: 220px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .news-title {
    margin-top: 10px;
    font-size: 14px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li {
    margin-bottom: 6px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li:last-child {
    margin-bottom: 0;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a {
    font-size: 13px;
  }
  .wrap .content .section.section2 .w1400 .section2-right {
    width: 220px;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img1 {
    margin-bottom: 10px;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img1 img {
    max-width: 100%;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img2 {
    margin-bottom: 10px;
  }
  .wrap .content .section.section3 {
    padding-bottom: 30px;
  }
  .wrap .content .section.section3 .section3-swiper {
    margin-top: 16px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper {
    padding-bottom: 32px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide {
    width: 185px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide img {
    height: 122px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 3px;
  }
  .wrap .content .section.section4 {
    padding-bottom: 20px;
  }
  .wrap .content .section.section4 .media-list {
    margin-top: 16px;
    gap: 10px 12px;
  }
  .wrap .content .section.section4 .media-list li {
    width: calc((100% - 60px) / 6);
    height: 60px;
  }
  .wrap .content .section.section5 {
    padding-bottom: 30px;
  }
  .wrap .content .section.section5 .link-list {
    margin-top: 10px;
    gap: 10px 8px;
  }
  .wrap .content .section.section5 .link-list li {
    width: calc((100% - 32px) / 5);
    height: 38px;
  }
  .wrap .content .section.section5 .link-list li p {
    font-size: 13px;
    line-height: 36px;
  }
  .wrap .footer {
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .w1400 {
    width: calc(100% - 80px);
  }
  .wrap .header .header-top {
    position: relative;
  }
  .wrap .header .header-top .header-right {
    display: flex;
    align-items: center;
  }
  .wrap .header .header-top .header-right .search-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #eee;
    z-index: 99;
  }
  .wrap .header .header-bottom {
    padding: 15px 0;
  }
  .wrap .header .m-search-btn {
    display: inline-block;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    background: url(../images/icon1_2.png) center no-repeat;
    background-size: 22px;
    cursor: pointer;
  }
  .wrap .header .m-nav-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon3.png) center no-repeat;
    background-size: 20px;
    cursor: pointer;
  }
  .wrap .nav {
    display: none;
  }
  .wrap .content .section.section1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .wrap .content .section.section1 .w1400 {
    display: block;
  }
  .wrap .content .section.section1 .news-display-area {
    margin-bottom: 20px;
    width: 100%;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image {
    width: calc(100% - 103px);
    height: 320px;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs {
    gap: 10px;
    height: 100%;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item {
    height: 72px;
  }
  .wrap .content .section.section1 .expo-news-area {
    width: 100%;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list {
    margin-top: 5px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline a {
    font-size: 16px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-date {
    font-size: 14px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-summary {
    font-size: 14px;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item.active {
    height: auto;
  }
  .wrap .content .section.section2 {
    padding-bottom: 20px;
  }
  .wrap .content .section.section2 .w1400 {
    display: block;
  }
  .wrap .content .section.section2 .w1400 .section2-left {
    margin-bottom: 20px;
    width: 100%;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap {
    height: 163px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-list li a {
    font-size: 14px;
  }
  .wrap .content .section.section2 .w1400 .section2-right {
    width: 100%;
  }
  .wrap .content .section.section2 .w1400 .section2-right .right-img1 {
    text-align: left;
  }
  .wrap .content .section.section3 {
    padding-bottom: 20px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide img {
    height: 106px;
  }
  .wrap .content .section.section4 {
    padding-bottom: 17px;
  }
  .wrap .content .section.section4 .media-list li {
    width: calc((100% - 48px) / 5);
    height: 70px;
  }
  .wrap .content .section.section5 {
    padding-bottom: 20px;
  }
  .wrap .content .section.section5 .link-list {
    margin-top: 15px;
  }
  .wrap .content .section.section5 .link-list li {
    width: calc((100% - 24px) / 4);
  }
  .wrap .content .section.section5 .link-list li p {
    font-size: 14px;
  }
  .wrap .content.gray-content .page-content {
    padding: 0 15px;
    padding-bottom: 20px;
  }
  .wrap .content.gray-content .page-content .TextTitle h5 {
    font-size: 18px;
  }
  .m-nav-pop {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: left 0.3s ease;
    display: block;
  }
  .m-nav-pop .m-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .m-nav-pop .m-nav-close img {
    width: 100%;
    height: 100%;
  }
  .m-nav-pop .m-nav-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 45px;
  }
  .m-nav-pop .m-nav-list > li {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-nav-pop .m-nav-list > li > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    color: #666;
    z-index: 99;
  }
  .m-nav-pop .m-nav-list > li.more {
    position: relative;
  }
  .m-nav-pop .m-nav-list > li.more::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA2bDQgNCA0LTQiIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+) center no-repeat;
    background-size: 16px;
    transition: transform 0.3s;
  }
  .m-nav-pop .m-nav-list > li.more.active {
    border-bottom: 0;
  }
  .m-nav-pop .m-nav-list > li.more.active::after {
    transform: rotate(180deg);
  }
  .m-nav-pop .m-nav-list > li .menu-nav {
    display: none;
    background: #f5f5f5;
  }
  .m-nav-pop .m-nav-list > li .menu-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .m-nav-pop .m-nav-list > li .menu-nav ul li {
    border-bottom: 1px solid #e0e0e0;
  }
  .m-nav-pop .m-nav-list > li .menu-nav ul li:last-child {
    border-bottom: none;
  }
  .m-nav-pop .m-nav-list > li .menu-nav ul li a {
    display: block;
    padding: 12px 40px;
    font-size: 14px;
    color: #666;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .w1400 {
    width: calc(100% - 30px);
  }
  .wrap .header .header-top .w1400 {
    justify-content: flex-end;
  }
  .wrap .header .header-top p {
    display: none;
  }
  .wrap .header .header-top .header-right a {
    font-size: 12px;
  }
  .wrap .header .header-bottom {
    padding-bottom: 10px;
  }
  .wrap .content .section .section-title {
    height: 40px;
  }
  .wrap .content .section .section-title h3 {
    height: 39px;
    font-size: 16px;
    line-height: 39px;
  }
  .wrap .content .section.section1 .news-display-area {
    display: block;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image {
    width: 100%;
    height: 195px;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link .news-title-overlay {
    padding: 8px 10px;
    height: auto;
  }
  .wrap .content .section.section1 .news-display-area .news-main-image .news-main-swiper .swiper-wrapper .swiper-slide .news-link .news-title-overlay .news-title {
    font-size: 14px;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs {
    width: 100%;
    height: auto;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
  }
  .wrap .content .section.section1 .news-display-area .news-thumbs .thumb-item {
    width: calc((100% - 15px) / 4);
    height: 53px;
    flex-shrink: 0;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline {
    max-width: 70%;
  }
  .wrap .content .section.section1 .expo-news-area .expo-news-list .news-item .news-content .news-headline a {
    font-size: 14px;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box {
    width: 100%;
  }
  .wrap .content .section.section2 .w1400 .section2-left .section2-box .box-content .box-image a .img-wrap {
    height: auto;
  }
  .wrap .content .section.section3 .section3-swiper .swiper-wrapper .swiper-slide img {
    height: 110px;
  }
  .wrap .content .section.section4 {
    padding-top: 15px;
  }
  .wrap .content .section.section4 .media-list li {
    width: calc((100% - 24px) / 3);
  }
  .wrap .content .section.section5 .link-list li {
    width: calc((100% - 8px) / 2);
  }
  .wrap .content .section.section5 .link-list li p {
    font-size: 12px;
  }
  .wrap .content.gray-content .page-content {
    margin: 15px auto;
    min-height: calc(100vh - 275px);
  }
  .wrap .content.gray-content .page-content .breadcrumb {
    padding: 10px 0;
  }
  .wrap .content.gray-content .page-content .breadcrumb a,
  .wrap .content.gray-content .page-content .breadcrumb span {
    font-size: 12px;
  }
  .wrap .content.gray-content .page-content .first-list li {
    padding: 15px 0;
  }
  .wrap .content.gray-content .page-content .first-list li .img-box {
    width: 120px;
    height: 71px;
  }
  .wrap .content.gray-content .page-content .first-list li .img-box + .item-cont {
    margin-left: 135px;
  }
  .wrap .content.gray-content .page-content .first-list li .img-box + .item-cont h6 {
    margin-top: 0;
  }
  .wrap .content.gray-content .page-content .first-list li .img-box + .item-cont p {
    height: 18px;
  }
  .wrap .content.gray-content .page-content .first-list li .item-cont h6 {
    font-size: 14px;
  }
  .wrap .content.gray-content .page-content .first-list li .item-cont p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 1;
  }
  .wrap .content.gray-content .page-content .first-list li .item-cont .item-info {
    margin-top: 10px;
  }
  .wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-type img {
    margin-right: 4px;
  }
  .wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-type,
  .wrap .content.gray-content .page-content .first-list li .item-cont .item-info .item-time {
    font-size: 12px;
  }
  .wrap .content.gray-content .page-content .two-list {
    margin-top: 10px;
  }
  .wrap .content.gray-content .page-content .two-list li {
    padding: 5px 0;
  }
  .wrap .content.gray-content .page-content .two-list li a .title-section {
    max-width: 68%;
  }
  .wrap .content.gray-content .page-content .two-list li a .title-section .title {
    font-size: 14px;
  }
  .wrap .content.gray-content .page-content .two-list li a .time {
    font-size: 14px;
  }
  .wrap .content.gray-content .page-content .two-list li:nth-child(5n) {
    padding-bottom: 12px;
    margin-bottom: 7px;
  }
  .wrap .content.gray-content .page-content .two-list li:last-child {
    margin-bottom: 0;
  }
  .wrap .content.gray-content .page-content .pages {
    margin-top: 20px;
  }
  .wrap .content.gray-content .page-content .pages .pagination li {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 3px;
  }
  .wrap .content.gray-content .page-content .pages .pagination li.first,
  .wrap .content.gray-content .page-content .pages .pagination li.last {
    display: none;
  }
  .wrap .content.gray-content .page-content .pages .pagination li.prev,
  .wrap .content.gray-content .page-content .pages .pagination li.next {
    width: 50px;
  }
  .wrap .content.gray-content .page-content .nodata-section img {
    max-width: 80%;
  }
  .wrap .content.gray-content .page-content .nodata-section p {
    font-size: 14px;
  }
  .wrap .content.gray-content .page-content .TextTitle {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .wrap .content.gray-content .page-content .TextTitle .shar {
    font-size: 12px;
  }
  .wrap .content.gray-content .page-content .TextTitle .shar .item-info {
    margin: 0 10px;
    line-height: 1.85;
  }
  .wrap .content.gray-content .page-content .TextTitle .shar .share_items {
    display: none;
  }
  .wrap .content.gray-content .page-content .NewsText {
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
  }
  .wrap .content.gray-content .page-content .NewsText.font-large,
  .wrap .content.gray-content .page-content .NewsText.font-large * {
    font-size: 16px !important;
  }
  .wrap .content.gray-content .page-content .NewsText.font-medium,
  .wrap .content.gray-content .page-content .NewsText.font-medium * {
    font-size: 14px !important;
  }
  .wrap .content.gray-content .page-content .NewsText.font-small,
  .wrap .content.gray-content .page-content .NewsText.font-small * {
    font-size: 12px !important;
  }
  .wrap .content.gray-content .page-content .editor-section {
    display: none;
  }
  .wrap .content.gray-content .page-content .NewsPages {
    font-size: 12px;
  }
  .wrap .footer {
    padding: 12px 0;
    height: auto;
  }
  .wrap .footer .footer-link {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .wrap .footer p {
    font-size: 12px;
    line-height: 1.85;
  }
  .wrap .footer p span {
    display: inline-block;
    margin-right: 5px;
  }
}
