/************************************** 以上是默认设置除了高亮和滑过别的不要动，想到可以随时添加  *******************************************/
/**************************************** css文件不要改，要改同名的less文件并重新生成css文件！！！！！！****************************************/
.wrap {
  width: 100%;
  overflow: hidden;
}
.wrap .header {
  padding: 35px 0;
  width: 100%;
  background: url(../images/headbg.jpg) top center no-repeat;
  background-size: cover;
}
.wrap .header .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.wrap .header .header-right .header-top {
  text-align: right;
}
.wrap .header .header-right .header-top a {
  display: inline-block;
  width: 112px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  background: #0aa18b;
}
.wrap .header .header-right .header-top a img {
  position: relative;
  top: -1px;
  margin-right: 5px;
  height: 16px;
}
.wrap .header .header-right .header-bottom {
  margin-top: 10px;
}
.wrap .header .header-right .header-bottom .search-box {
  width: 320px;
  height: 38px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.wrap .header .header-right .header-bottom .search-box input {
  float: left;
  width: calc(100% - 60px);
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  border: 0;
  background: transparent;
}
.wrap .header .header-right .header-bottom .search-box input::placeholder {
  color: #B3B3B3;
}
.wrap .header .header-right .header-bottom .search-box button {
  float: right;
  width: 60px;
  height: 36px;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  transition: all 0.3s;
  border-radius: 0 5px 5px 0;
}
.wrap .nav {
  height: 55px;
  background: #1067E8;
}
.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% / 8);
}
.wrap .nav > ul > li > a {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
}
.wrap .nav > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #F5B031;
  transition: 0.5s;
  z-index: 99;
}
.wrap .nav > ul > li:hover::after,
.wrap .nav > ul > li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #F5B031 transparent;
}
.wrap .nav > ul > li:hover > a,
.wrap .nav > ul > li.active > a {
  background: #2373EA;
}
.wrap .nav > ul > li:hover::before,
.wrap .nav > ul > li.active::before {
  width: 100%;
}
.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: #1067E8;
  background: transparent;
}
.wrap .banner {
  width: 100%;
  overflow: hidden;
}
.wrap .banner .banner-swiper {
  width: 100%;
  height: auto;
}
.wrap .banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap .banner .banner-swiper .swiper-pagination {
  bottom: 15px;
}
.wrap .banner .banner-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 4px;
  transition: all 0.3s;
}
.wrap .banner .banner-swiper .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 1;
}
.wrap .content .section {
  margin-bottom: 35px;
}
.wrap .content .section .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.wrap .content .section .section-title .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.wrap .content .section .section-title .title-wrapper .title-text {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.wrap .content .section .section-title .title-wrapper .title-text span {
  color: #1067E8;
}
.wrap .content .section .section-title .title-wrapper img {
  margin-left: 5px;
  width: auto;
  height: auto;
}
.wrap .content .section .section-title .title-wrapper .title-line {
  flex: 1;
  height: 1px;
  background: #DFEBF7;
  margin-left: 10px;
}
.wrap .content .section .section-title .title-wrapper .title-link {
  margin-left: 15px;
  font-size: 14px;
  color: #999;
}
.wrap .content .section .section-title .title-wrapper .title-link:hover {
  color: #1067E8;
}
.wrap .content .section .section-title .title-en {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 24px;
  color: #A9CCF5;
  opacity: 0.2;
  z-index: -1;
  text-transform: uppercase;
}
.wrap .content .section.section1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.wrap .content .section.section1 .news-slide {
  width: 650px;
  height: 405px;
  position: relative;
  overflow: hidden;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper {
  width: 100%;
  height: 100%;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide {
  position: relative;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  padding-right: 100px;
  background: rgba(0, 0, 0, 0.5);
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a .news-title h6 {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-pagination {
  bottom: 18px;
  right: 15px;
  left: auto;
  width: auto;
  text-align: right;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-prev,
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-next {
  width: 30px;
  height: 52px;
  background: #000;
  opacity: 0.4;
  top: 50%;
  margin-top: -26px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-prev:hover,
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-next:hover {
  opacity: 0.6;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-prev::after,
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-next::after {
  display: none;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-prev img,
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-next img {
  max-width: 100%;
  max-height: 100%;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-button-next {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s;
}
.wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-pagination-bullet-active {
  width: 26px;
  height: 9px;
  background: #1067E8;
  border-radius: 4px;
  opacity: 1;
}
.wrap .content .section.section1 .news-tab {
  width: 525px;
}
.wrap .content .section.section1 .news-tab .tab-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item .tab-title {
  position: relative;
  font-size: 22px;
  color: #666;
  transition: color 0.3s;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item .more-link {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #999;
  display: none;
  transition: color 0.3s;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item .more-link:hover {
  color: #1067E8;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item.active .tab-title {
  color: #333;
  font-weight: bold;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item.active .tab-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #1067E8;
}
.wrap .content .section.section1 .news-tab .tab-header .tab-item.active .more-link {
  display: block;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #EBEBEB;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item {
  margin-bottom: 25px;
  position: relative;
  height: 50px;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item:last-child {
  margin-bottom: 0;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 3px solid #1067E8;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-title {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin: 0;
  margin-left: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-date {
  flex-shrink: 0;
  font-size: 18px;
  color: #888888;
  margin-left: 20px;
  transition: color 0.3s;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item:hover::before {
  background: #1067E8;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item:hover a .news-title {
  color: #1067E8;
}
.wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item:hover a .news-date {
  color: #1067E8;
}
.wrap .content .section.section2 {
  margin-top: 30px;
}
.wrap .content .section.section2 .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.wrap .content .section.section2 .service-list .service-item {
  width: 183px;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.wrap .content .section.section2 .service-list .service-item:last-child {
  margin-right: 0;
}
.wrap .content .section.section2 .service-list .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(1) {
  background: linear-gradient(180deg, #F0F8FF 0%, #E0F0FF 100%);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(2) {
  background: linear-gradient(180deg, #F0F3FF 0%, #DCE5FA 100%);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(3) {
  background: linear-gradient(0deg, #D7F6F6 0%, #EDFBFA 100%);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(4) {
  background: linear-gradient(0deg, #FFEDDF 0%, #FFF9F4 100%);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(5) {
  background: linear-gradient(0deg, #DFF0FF 0%, #F0F8FF 100%);
}
.wrap .content .section.section2 .service-list .service-item:nth-child(6) {
  background: linear-gradient(0deg, #D7F6F6 0%, #EDFBFA 100%);
}
.wrap .content .section.section2 .service-list .service-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.wrap .content .section.section2 .service-list .service-item a .icon-wrapper {
  height: 35px;
  margin-bottom: 10px;
}
.wrap .content .section.section2 .service-list .service-item a span {
  font-size: 18px;
  color: #333;
  transition: color 0.3s;
}
.wrap .content .section.adver-section {
  margin-top: 0;
  margin-bottom: 30px;
}
.wrap .content .section.adver-section .adver-swiper {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.wrap .content .section.adver-section .adver-swiper .swiper-slide {
  height: 120px;
}
.wrap .content .section.adver-section .adver-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .section.adver-section .adver-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
.wrap .content .section.adver-section .adver-swiper .swiper-pagination {
  bottom: 10px;
  right: 12px;
  left: auto;
  width: auto;
  text-align: right;
}
.wrap .content .section.adver-section .adver-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 3px;
  transition: all 0.3s;
}
.wrap .content .section.adver-section .adver-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.wrap .content .section.section3 .service-list2 {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 22px;
}
.wrap .content .section.section3 .service-list2 li {
  width: 130px;
  height: 140px;
  background: #FFF3E7;
  border-radius: 5px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.wrap .content .section.section3 .service-list2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.wrap .content .section.section3 .service-list2 li .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 3px 4px 13px 0px rgba(236, 156, 78, 0.4);
  border-radius: 50%;
}
.wrap .content .section.section3 .service-list2 li p {
  margin-top: 12px;
  font-size: 18px;
  color: #D77F51;
  text-align: center;
}
.wrap .content .section.section3 .service-list2 li:nth-child(2) {
  background: #E7F9F7;
}
.wrap .content .section.section3 .service-list2 li:nth-child(2) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(24, 189, 176, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(2) p {
  color: #00BAAD;
}
.wrap .content .section.section3 .service-list2 li:nth-child(3) {
  background: #EAF1FC;
}
.wrap .content .section.section3 .service-list2 li:nth-child(3) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(48, 133, 229, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(3) p {
  color: #2a82e4;
}
.wrap .content .section.section3 .service-list2 li:nth-child(4) {
  background: #FFF4E8;
}
.wrap .content .section.section3 .service-list2 li:nth-child(4) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(236, 156, 78, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(4) p {
  color: #D77F51;
}
.wrap .content .section.section3 .service-list2 li:nth-child(5) {
  background: #E9F1FC;
}
.wrap .content .section.section3 .service-list2 li:nth-child(5) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(50, 134, 229, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(5) p {
  color: #2a82e4;
}
.wrap .content .section.section3 .service-list2 li:nth-child(6) {
  background: #FBEBEB;
}
.wrap .content .section.section3 .service-list2 li:nth-child(6) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(228, 107, 107, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(6) p {
  color: #e36868;
}
.wrap .content .section.section3 .service-list2 li:nth-child(7) {
  background: #F1EDFE;
}
.wrap .content .section.section3 .service-list2 li:nth-child(7) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(146, 107, 239, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(7) p {
  color: #9a74f2;
}
.wrap .content .section.section3 .service-list2 li:nth-child(8) {
  background: #E7F9F7;
}
.wrap .content .section.section3 .service-list2 li:nth-child(8) .icon-box {
  box-shadow: 3px 4px 13px 0px rgba(24, 189, 176, 0.4);
}
.wrap .content .section.section3 .service-list2 li:nth-child(8) p {
  color: #00BAAD;
}
.wrap .content .section.section3 .service-list2 li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.wrap .content .section.section4 {
  display: flex;
  justify-content: space-between;
}
.wrap .content .section.section4 .member-section {
  width: 760px;
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-arrow {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-arrow + .member-arrow {
  margin-left: 10px;
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-prev {
  background-image: url(../images/icon27.png);
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-prev:hover {
  background-image: url(../images/icon27_2.png);
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-next {
  background-image: url(../images/icon28.png);
}
.wrap .content .section.section4 .member-section .title-wrapper .member-arrows .member-next:hover {
  background-image: url(../images/icon28_2.png);
}
.wrap .content .section.section4 .member-section .member-swiper {
  margin-top: 10px;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li {
  padding: 15px 20px;
  background: #F6F8FA;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.35s ease;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li:last-child {
  margin-bottom: 0;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-img {
  width: 200px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info {
  flex: 1;
  margin-left: 20px;
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-title {
  margin-bottom: 11px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-desc {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-time {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-time .time-icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon29.png) no-repeat center / contain;
  margin-right: 10px;
  transition: filter 0.3s ease;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover {
  background: linear-gradient(55deg, #1067E8 0%, #5697F1 100%);
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover .member-img img {
  transform: scale(1.05);
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover .member-info .member-title,
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover .member-info .member-desc,
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover .member-info .member-time {
  color: #fff;
}
.wrap .content .section.section4 .member-section .member-swiper .member-list li:hover .member-info .member-time .time-icon {
  filter: brightness(0) invert(1);
}
.wrap .content .section.section4 .experts-section {
  width: 410px;
}
.wrap .content .section.section4 .experts-section .experts-slide {
  padding: 40px 45px;
  padding-bottom: 35px;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat;
  overflow: hidden;
}
.wrap .content .section.section4 .experts-section .experts-slide .swiper-wrapper {
  display: flex;
}
.wrap .content .section.section4 .experts-section .experts-slide .swiper-slide {
  width: auto;
  margin-right: 20px;
}
.wrap .content .section.section4 .experts-section .experts-slide .expert-card {
  text-align: center;
}
.wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-img {
  width: 150px;
  height: 210px;
  margin: 0 auto;
}
.wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-name {
  margin: 12px 0 0;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content .section.section4 .experts-section .experts-slide .experts-prev,
.wrap .content .section.section4 .experts-section .experts-slide .experts-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.wrap .content .section.section4 .experts-section .experts-slide .experts-prev {
  left: 18px;
  background-image: url(../images/prev.png);
}
.wrap .content .section.section4 .experts-section .experts-slide .experts-prev:hover {
  background-image: url(../images/prev_2.png);
}
.wrap .content .section.section4 .experts-section .experts-slide .experts-next {
  right: 18px;
  background-image: url(../images/next.png);
}
.wrap .content .section.section4 .experts-section .experts-slide .experts-next:hover {
  background-image: url(../images/next_2.png);
}
.wrap .content .section.section5 .association-slide {
  position: relative;
}
.wrap .content .section.section5 .association-slide .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #F4F8FD;
  border-radius: 5px;
  transition: all 0.35s;
}
.wrap .content .section.section5 .association-slide .item-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.wrap .content .section.section5 .association-slide .item-box a .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  position: relative;
  overflow: hidden;
}
.wrap .content .section.section5 .association-slide .item-box a .icon-box img {
  transition: filter 0.35s;
  z-index: 2;
}
.wrap .content .section.section5 .association-slide .item-box a p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.wrap .content .section.section5 .association-slide .item-box:hover {
  background: linear-gradient(270deg, #65A6FF 0%, #238AFE 100%);
}
.wrap .content .section.section5 .association-slide .item-box:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.wrap .content .section.section5 .association-slide .item-box:hover p {
  color: #fff;
}
.wrap .content .section.section5 .association-slide .swiper-button-next,
.wrap .content .section.section5 .association-slide .swiper-button-prev {
  margin-top: -1%;
  width: 12px;
  height: 22px;
}
.wrap .content .section.section5 .association-slide .swiper-button-next::after,
.wrap .content .section.section5 .association-slide .swiper-button-prev::after {
  display: none;
}
.wrap .content .section.section5 .association-slide .swiper-button-next,
.wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-prev {
  right: -33px;
  background: url(../images/next.png) center no-repeat;
}
.wrap .content .section.section5 .association-slide .swiper-button-next:hover,
.wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-prev:hover {
  background: url(../images/next_2.png) center no-repeat;
}
.wrap .content .section.section5 .association-slide .swiper-button-prev,
.wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-next {
  left: -33px;
  background: url(../images/prev.png) center no-repeat;
}
.wrap .content .section.section5 .association-slide .swiper-button-prev:hover,
.wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-next:hover {
  background: url(../images/prev_2.png) center no-repeat;
}
.wrap .content.grey-content {
  background: #F3F5FA;
}
.wrap .content.grey-content .page-content {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
  min-height: calc(100vh - 502px);
}
.wrap .content.grey-content .page-content .sidenav {
  float: left;
  padding-right: 10px;
  width: 250px;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-box {
  background: #F8FAFE;
  border: 1px solid #D9E7FC;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-title {
  padding: 0 30px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-title h6 {
  display: flex;
  align-items: center;
  height: 75px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #DEDEDE;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list {
  list-style: none;
  padding: 20px 0;
  padding-bottom: 20px;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li a {
  display: block;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li > a {
  padding: 0 30px;
  height: 60px;
  font-size: 17px;
  color: #333;
  line-height: 50px;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li > a .icon {
  float: right;
  margin-top: 14px;
  width: 22px;
  height: 22px;
  background: url(../images/icon39.png) no-repeat;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li:hover,
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li.active {
  width: 250px;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li:hover > a,
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li.active > a {
  padding-right: 40px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  background: url(../images/titbg.png) no-repeat;
}
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li:hover > a .icon,
.wrap .content.grey-content .page-content .sidenav .sidenav-list > li.active > a .icon {
  background: url(../images/icon39_2.png) no-repeat;
}
.wrap .content.grey-content .page-content .cont-right {
  float: right;
  width: calc(100% - 280px);
}
.wrap .content.grey-content .page-content .page-title {
  display: flex;
  justify-content: space-between;
  height: 38px;
  border-bottom: 3px solid #E3E5EA;
}
.wrap .content.grey-content .page-content .page-title h6 {
  position: relative;
  font-size: 20px;
  color: #1067E8;
}
.wrap .content.grey-content .page-content .page-title h6::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #1067E8;
}
.wrap .content.grey-content .page-content .page-title .breadcrumb {
  display: flex;
  align-items: center;
}
.wrap .content.grey-content .page-content .page-title .breadcrumb img {
  margin-right: 8px;
}
.wrap .content.grey-content .page-content .page-title .breadcrumb a {
  font-size: 14px;
  color: #999;
  transition: color 0.3s ease;
  position: relative;
}
.wrap .content.grey-content .page-content .page-title .breadcrumb a:hover,
.wrap .content.grey-content .page-content .page-title .breadcrumb a.active {
  color: #1067E8;
}
.wrap .content.grey-content .page-content .page-title .breadcrumb span {
  font-size: 14px;
  color: #999;
  margin: 0 5px;
  font-weight: normal;
}
.wrap .content.grey-content .page-content .introduction-section {
  margin-top: 20px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .introduction-section .introduction-text {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.wrap .content.grey-content .page-content .leader-section {
  margin-top: 20px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .leader-section .leader-group {
  margin-bottom: 27px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .leader-section .leader-group:last-child {
  margin-bottom: 0;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li {
  padding: 20px;
  background: #F3F7FB;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .img-box,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .img-box {
  float: left;
  width: 100px;
  height: 138px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .img-box img,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont {
  margin-left: 120px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont h6,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont h6 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #333;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont p,
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont p {
  font-size: 14px;
  color: #666;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li {
  width: 280px;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont p {
  line-height: 22px;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table {
  width: 100%;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr th {
  padding: 15px 20px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
  text-align: left;
  background: #F3F7FB;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr th:first-child {
  width: 82px;
  text-align: center;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr td {
  padding: 10px 20px;
  padding-bottom: 9px;
  font-size: 16px;
  color: #333;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr td:first-child {
  text-align: center;
}
.wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tbody tr:nth-child(2n) td {
  background: #F3F7FB;
}
.wrap .content.grey-content .page-content .first-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .first-list li {
  padding: 25px 0;
  border-bottom: 1px dashed #E0E0E0;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .first-list li .img-box {
  float: left;
  width: 220px;
  height: 130px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .first-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.wrap .content.grey-content .page-content .first-list li .item-cont {
  margin-left: 240px;
}
.wrap .content.grey-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.grey-content .page-content .first-list li .item-cont p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.wrap .content.grey-content .page-content .first-list li .item-cont p.item-text {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.wrap .content.grey-content .page-content .first-list li .item-cont p.item-time {
  margin-top: 14px;
  color: #999;
}
.wrap .content.grey-content .page-content .first-list li a:hover .img-box img {
  transform: scale(1.05);
}
.wrap .content.grey-content .page-content .first-list li a:hover .item-cont h6 {
  color: #1067E8;
}
.wrap .content.grey-content .page-content .two-list {
  padding: 0;
  margin-top: 25px;
  list-style: none;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .two-list li {
  margin-bottom: 20px;
  padding: 20px;
  background: #F8F8F8;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .two-list li:last-child {
  margin-bottom: 0;
}
.wrap .content.grey-content .page-content .two-list li .img-box {
  float: left;
  width: 160px;
  height: 224px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .two-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .content.grey-content .page-content .two-list li .item-cont {
  margin-left: 180px;
}
.wrap .content.grey-content .page-content .two-list li .item-cont h6 {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.wrap .content.grey-content .page-content .two-list li .item-cont .item-info {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.wrap .content.grey-content .page-content .two-list li .item-cont .item-info span {
  margin-right: 30px;
}
.wrap .content.grey-content .page-content .two-list li .item-cont .item-info span:last-child {
  margin-right: 0;
}
.wrap .content.grey-content .page-content .two-list li .item-cont p {
  height: 48px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.wrap .content.grey-content .page-content .two-list li .item-cont .btn {
  display: block;
  margin-top: 45px;
  width: 100px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #1067E8;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.wrap .content.grey-content .page-content .two-list li .item-cont .btn:hover {
  color: #1067E8;
  background: #fff;
  border-color: #1067E8;
}
.wrap .content.grey-content .page-content .three-list {
  padding: 0;
  margin-top: 12px;
  list-style: none;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .three-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.grey-content .page-content .three-list li:nth-child(5n) {
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #E0E0E0;
}
.wrap .content.grey-content .page-content .three-list li:last-child {
  margin-bottom: 0;
}
.wrap .content.grey-content .page-content .three-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wrap .content.grey-content .page-content .three-list li a .title-section {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 85%;
}
.wrap .content.grey-content .page-content .three-list li a .title-section .dot {
  width: 5px;
  height: 5px;
  background: #1067E8;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.wrap .content.grey-content .page-content .three-list li a .title-section .title {
  font-size: 17px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.wrap .content.grey-content .page-content .three-list li a .title-section .title span {
  color: #1067E8;
}
.wrap .content.grey-content .page-content .three-list li a .time {
  font-size: 17px;
  color: #999;
  flex-shrink: 0;
  margin-left: 20px;
  transition: color 0.3s ease;
}
.wrap .content.grey-content .page-content .three-list li a:hover .title-section .title {
  padding-left: 10px;
  color: #1067E8;
}
.wrap .content.grey-content .page-content .four-list {
  margin-top: 25px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .four-list li {
  width: 420px;
}
.wrap .content.grey-content .page-content .four-list li a {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.wrap .content.grey-content .page-content .four-list li a .img-box {
  width: 115px;
  height: 160px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .four-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .four-list li a .item-cont {
  width: calc(100% - 115px);
  height: 100%;
  padding: 23px 20px;
  padding-bottom: 18px;
  border: 1px solid #DFDFDF;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .four-list li a .item-cont h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .four-list li a .item-cont p {
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .four-list li a .item-cont p.item-zw {
  margin-bottom: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .four-list li a .item-cont p.item-text {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.wrap .content.grey-content .page-content .four-list li a:hover .img-box img {
  transform: scale(1.05);
}
.wrap .content.grey-content .page-content .four-list li a:hover .item-cont {
  background: linear-gradient(0deg, #1067E8, #689BE1);
}
.wrap .content.grey-content .page-content .four-list li a:hover .item-cont h6,
.wrap .content.grey-content .page-content .four-list li a:hover .item-cont p {
  color: #fff;
}
.wrap .content.grey-content .page-content .quick-list {
  padding: 0;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.wrap .content.grey-content .page-content .quick-list li {
  position: relative;
  width: 555px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .quick-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content.grey-content .page-content .quick-list li .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wrap .content.grey-content .page-content .quick-list li .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .quick-list li .item-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.wrap .content.grey-content .page-content .quick-list li .item-cont img {
  margin-right: 5px;
}
.wrap .content.grey-content .page-content .quick-list li .item-cont span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.wrap .content.grey-content .page-content .quick-list li:hover .item-bg img {
  transform: scale(1.05);
}
.wrap .content.grey-content .page-content .section-title {
  margin-bottom: 8px;
}
.wrap .content.grey-content .page-content .section-title .title-en {
  z-index: 1;
}
.wrap .content.grey-content .page-content .section6 {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance {
  padding: 35px 30px;
  width: 550px;
  height: 350px;
  background: url(../images/img14.jpg) no-repeat;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance .item-title {
  margin-bottom: 22px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance .item-text {
  margin-bottom: 42px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance .item-text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance a {
  display: block;
  margin: 0 auto;
  width: 127px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  background: #E4992D;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .section6 .expert-entrance a:hover {
  color: #E4992D;
  background: #fff;
  border-color: #E4992D;
}
.wrap .content.grey-content .page-content .section6 .notice-section {
  width: 565px;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li {
  margin-bottom: 12px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li:last-child {
  margin-bottom: 0;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  background: #F6F8FA;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a .item-title {
  position: relative;
  padding-left: 15px;
  max-width: calc(100% - 115px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a .item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  background: #0051C0;
  border-radius: 50%;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a .time {
  color: #999;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a:hover {
  background: #1067E8;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a:hover .item-title::before {
  background: #fff;
}
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a:hover .item-title,
.wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a:hover .time {
  color: #fff;
}
.wrap .content.grey-content .page-content .section7 {
  margin-bottom: 0;
}
.wrap .content.grey-content .page-content .section7 .expert-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 21px 18px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section7 .expert-list li {
  width: 366px;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .img-box {
  width: 115px;
  height: 160px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont {
  width: calc(100% - 115px);
  height: 100%;
  padding: 23px 20px;
  padding-bottom: 18px;
  border: 1px solid #DFDFDF;
  border-left: 0;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p {
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p.item-zw {
  margin-bottom: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p.item-text {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section7 .expert-list li a:hover .img-box img {
  transform: scale(1.05);
}
.wrap .content.grey-content .page-content .section7 .expert-list li a:hover .item-cont {
  background: linear-gradient(0deg, #1067E8, #689BE1);
}
.wrap .content.grey-content .page-content .section7 .expert-list li a:hover .item-cont h6,
.wrap .content.grey-content .page-content .section7 .expert-list li a:hover .item-cont p {
  color: #fff;
}
.wrap .content.grey-content .page-content .section8 {
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.wrap .content.grey-content .page-content .section8 .section-title {
  margin-bottom: 5px;
}
.wrap .content.grey-content .page-content .section8 .news-section {
  width: 555px;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list li {
  position: relative;
  padding-left: 15px;
  line-height: 42px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1067E8;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list li a {
  float: left;
  display: block;
  max-width: 75%;
  font-size: 17px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list li a:hover {
  color: #1067E8;
}
.wrap .content.grey-content .page-content .section8 .news-section .news-list li .time {
  float: right;
  font-size: 17px;
  color: #999;
}
.wrap .content.grey-content .page-content .expert-search {
  margin-top: 25px;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .expert-search .input-group {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.wrap .content.grey-content .page-content .expert-search .input-group label {
  font-size: 16px;
  color: #333;
  line-height: inherit;
}
.wrap .content.grey-content .page-content .expert-search .input-group input {
  width: 215px;
  height: 36px;
  font-size: 14px;
  color: #666;
  border-radius: 3px;
  border: 1px solid #DEDEDE;
}
.wrap .content.grey-content .page-content .expert-search .input-group .img-box {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 36px;
  cursor: pointer;
}
.wrap .content.grey-content .page-content .expert-search .input-group .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.wrap .content.grey-content .page-content .expert-search .input-group.code-input .el-input {
  float: left;
  display: block;
  width: calc(100% - 60px);
}
.wrap .content.grey-content .page-content .expert-search .input-group.code-input input {
  width: 100%;
}
.wrap .content.grey-content .page-content .expert-search .input-group.code-input .img-box {
  float: left;
}
.wrap .content.grey-content .page-content .expert-search button {
  padding: 0;
  width: 80px;
  height: 36px;
  font-size: 16px;
  border-radius: 3px;
}
.wrap .content.grey-content .page-content .expert-search button.el-button--submit {
  color: #fff;
  background: #1067E8;
  border-color: #1067E8;
}
.wrap .content.grey-content .page-content .expert-search button.el-button--default {
  color: #1067E8;
  border-color: #1067E8;
}
.wrap .content.grey-content .page-content .nodata-section,
.wrap .content.grey-content .page-content .nodata-section2 {
  margin: 60px 0;
  margin-bottom: 68px;
  text-align: center;
  overflow: hidden;
}
.wrap .content.grey-content .page-content .nodata-section p,
.wrap .content.grey-content .page-content .nodata-section2 p {
  margin-top: 35px;
  font-size: 16px;
  color: #666;
}
.wrap .content.grey-content .page-content .nodata-section2 {
  margin-top: 100px;
}
.wrap .content.grey-content .page-content .nodata-section2 p {
  margin-top: 5px;
}
.wrap .footer {
  background: url(../images/footerbg.jpg) no-repeat;
}
.wrap .footer .footer-top {
  padding: 30px 0;
  padding-bottom: 28px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap .footer .footer-top .footer-top-left {
  display: flex;
  align-items: center;
}
.wrap .footer .footer-top .footer-text {
  margin-left: 105px;
}
.wrap .footer .footer-top .footer-text h6 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.wrap .footer .footer-top .footer-text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.wrap .footer .footer-top .wechat-item {
  text-align: center;
}
.wrap .footer .footer-top .wechat-item img {
  width: 114px;
  height: 114px;
}
.wrap .footer .footer-top .wechat-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
.wrap .footer .footer-bottom {
  padding: 20px 0;
  padding-bottom: 18px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.wrap .footer .footer-bottom p {
  font-size: 16px;
  color: #fff;
}
.wrap .footer .footer-bottom p span {
  margin-right: 25px;
}
.wrap .footer .footer-bottom p span:last-child {
  margin-right: 0;
}
@media print {
  .header,
  .nav,
  .m-nav-pop,
  .editor-section,
  .NewsPages,
  .pages,
  .footer,
  .banner,
  .breadcrumb,
  .page-title,
  .sidenav {
    display: none !important;
  }
  .wrap .content .page-content .cont-right {
    float: none;
    width: 100%;
  }
  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: #186FE4 !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;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.bigimg {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 99999;
  border: 10px solid #fff;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 98;
  transition: all 1s;
  display: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 9999;
}
.mask:hover {
  cursor: zoom-out;
}
.m-search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1340px) {
  .w1200 {
    width: 90%;
  }
  .wrap .content .section.section1 .news-slide {
    width: 55%;
    height: 360px;
  }
  .wrap .content .section.section1 .news-tab {
    width: 42%;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item {
    margin-right: 15px;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item .tab-title {
    font-size: 18px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item {
    margin-bottom: 20px;
    height: 44px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-title {
    font-size: 16px;
    line-height: 22px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-date {
    font-size: 14px;
    margin-left: 15px;
  }
  .wrap .content .section.section2 .service-list .service-item {
    width: calc((100% - 100px) / 6);
    height: 90px;
    margin-right: 15px;
  }
  .wrap .content .section.section2 .service-list .service-item a .icon-wrapper {
    height: 32px;
    margin-bottom: 8px;
  }
  .wrap .content .section.section2 .service-list .service-item a span {
    font-size: 16px;
  }
  .wrap .content .section.adver-section .adver-swiper {
    height: 110px;
  }
  .wrap .content .section.adver-section .adver-swiper .swiper-slide {
    height: 110px;
  }
  .wrap .content .section.section3 .service-list2 {
    gap: 15px 18px;
  }
  .wrap .content .section.section3 .service-list2 li {
    width: calc((100% - 126px) / 8);
    height: 130px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box {
    width: 55px;
    height: 55px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box img {
    max-width: 80%;
    max-height: 80%;
  }
  .wrap .content .section.section3 .service-list2 li p {
    margin-top: 10px;
    font-size: 16px;
  }
  .wrap .content .section.section4 .member-section {
    width: 68%;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li {
    padding: 12px 18px;
    margin-bottom: 15px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-img {
    width: 180px;
    height: 110px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info {
    margin-left: 18px;
    width: calc(100% - 198px);
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-time {
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap .content .section.section4 .experts-section {
    width: 30%;
  }
  .wrap .content .section.section4 .experts-section .experts-slide {
    padding: 35px 40px;
    padding-bottom: 30px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-img {
    width: 100%;
    height: 180px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-name {
    font-size: 16px;
    margin-top: 10px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev,
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    width: 10px;
    height: 20px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev {
    left: 15px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    right: 15px;
  }
  .wrap .content .section.section5 .association-slide .item-box {
    height: 130px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box {
    height: 42px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box img {
    max-height: 42px;
  }
  .wrap .content .section.section5 .association-slide .item-box a p {
    margin-top: 8px;
    font-size: 16px;
  }
  .wrap .content .section.section5 .association-slide .swiper-button-next,
  .wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
  .wrap .content .section.section5 .association-slide .swiper-button-prev,
  .wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-next {
    left: -30px;
  }
  .wrap .content .section .section-title {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .wrap .content .section .section-title .title-wrapper .title-text {
    font-size: 18px;
  }
  .wrap .content .section .section-title .title-wrapper img {
    max-width: 16px;
    max-height: 16px;
  }
  .wrap .content .section .section-title .title-en {
    font-size: 18px;
  }
  .wrap .content.grey-content .page-content .quick-list {
    gap: 20px;
  }
  .wrap .content.grey-content .page-content .quick-list li {
    width: calc((100% - 20px) / 2);
    height: 124px;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance {
    width: 48%;
  }
  .wrap .content.grey-content .page-content .section6 .notice-section {
    width: 49%;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li {
    width: calc((100% - 36px) / 3);
  }
  .wrap .content.grey-content .page-content .section8 .news-section {
    width: calc((100% - 20px) / 2);
  }
  .wrap .content.grey-content .page-content .expert-search .input-group {
    margin-right: 20px;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group input {
    width: 200px;
  }
  .wrap .content.grey-content .page-content .four-list {
    gap: 20px 15px;
  }
  .wrap .content.grey-content .page-content .four-list li {
    width: calc((100% - 15px) / 2);
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .w1200 {
    width: calc(100% - 80px);
  }
  .wrap .header {
    position: relative;
    padding: 20px 0;
    height: auto;
  }
  .wrap .header .logo img {
    height: 40px;
  }
  .wrap .header .header-right {
    display: flex;
    align-items: center;
  }
  .wrap .header .header-right .header-top,
  .wrap .header .header-right .header-bottom {
    float: left;
  }
  .wrap .header .header-right .header-bottom {
    margin-top: 0;
    margin-left: 10px;
  }
  .wrap .header .header-right .header-bottom .search-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #eee;
    z-index: 99;
  }
  .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 .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;
  }
  .wrap .m-nav-pop .m-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .wrap .m-nav-pop .m-nav-close img {
    width: 100%;
    height: 100%;
  }
  .wrap .m-nav-pop .m-nav-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 45px;
  }
  .wrap .m-nav-pop .m-nav-list > li {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
  }
  .wrap .m-nav-pop .m-nav-list > li > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    color: #666;
    z-index: 99;
  }
  .wrap .m-nav-pop .m-nav-list > li.more {
    position: relative;
  }
  .wrap .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;
  }
  .wrap .m-nav-pop .m-nav-list > li.more.active {
    border-bottom: 0;
  }
  .wrap .m-nav-pop .m-nav-list > li.more.active::after {
    transform: rotate(180deg);
  }
  .wrap .m-nav-pop .m-nav-list > li .menu-nav {
    display: none;
    background: #f5f5f5;
  }
  .wrap .m-nav-pop .m-nav-list > li .menu-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .wrap .m-nav-pop .m-nav-list > li .menu-nav ul li {
    border-bottom: 1px solid #e0e0e0;
  }
  .wrap .m-nav-pop .m-nav-list > li .menu-nav ul li:last-child {
    border-bottom: none;
  }
  .wrap .m-nav-pop .m-nav-list > li .menu-nav ul li a {
    display: block;
    padding: 12px 40px;
    font-size: 14px;
    color: #666;
  }
  .wrap .content .section {
    margin-bottom: 25px;
  }
  .wrap .content .section.section1 {
    display: block;
  }
  .wrap .content .section.section1 .news-slide {
    width: 100%;
    height: 428px;
    margin-bottom: 20px;
  }
  .wrap .content .section.section1 .news-tab {
    width: 100%;
  }
  .wrap .content .section.section1 .news-tab .tab-header {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item .tab-title {
    font-size: 16px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item {
    margin-bottom: 15px;
    height: 40px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-title {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-date {
    font-size: 12px;
    margin-left: 0;
  }
  .wrap .content .section.section2 {
    margin-top: 0;
  }
  .wrap .content .section.section2 .service-list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wrap .content .section.section2 .service-list .service-item {
    width: calc((100% - 30px) / 3);
    height: 80px;
    margin-right: 0;
  }
  .wrap .content .section.section2 .service-list .service-item a .icon-wrapper {
    height: 28px;
    margin-bottom: 10px;
  }
  .wrap .content .section.section2 .service-list .service-item a span {
    font-size: 14px;
  }
  .wrap .content .section.adver-section {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wrap .content .section.adver-section .adver-swiper {
    height: 100px;
  }
  .wrap .content .section.adver-section .adver-swiper .swiper-slide {
    height: 100px;
  }
  .wrap .content .section.section3 {
    margin-top: 0;
  }
  .wrap .content .section.section3 .service-list2 {
    gap: 12px;
  }
  .wrap .content .section.section3 .service-list2 li {
    width: calc((100% - 60px) / 4);
    height: 120px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box {
    width: 50px;
    height: 50px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box img {
    max-width: 75%;
    max-height: 75%;
  }
  .wrap .content .section.section3 .service-list2 li p {
    margin-top: 8px;
    font-size: 14px;
  }
  .wrap .content .section.section4 {
    margin-top: 0;
    display: block;
  }
  .wrap .content .section.section4 .member-section {
    width: 100%;
    margin-bottom: 25px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li {
    padding: 10px 15px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-desc {
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-time {
    margin-top: 8px;
    font-size: 12px;
  }
  .wrap .content .section.section4 .experts-section {
    width: 100%;
  }
  .wrap .content .section.section4 .experts-section .experts-slide {
    padding: 20px 30px;
    padding-bottom: 20px;
    background-size: cover;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-img {
    width: 100px;
    height: 140px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-name {
    font-size: 14px;
    margin-top: 8px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev,
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    top: 46%;
    width: 8px;
    height: 16px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev {
    left: 10px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    right: 10px;
  }
  .wrap .content .section.section5 {
    margin-top: 0;
  }
  .wrap .content .section.section5 .association-slide .item-box {
    height: 110px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box {
    height: 36px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box img {
    max-height: 36px;
  }
  .wrap .content .section.section5 .association-slide .item-box a p {
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap .content .section.section5 .association-slide .swiper-button-next,
  .wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-prev {
    right: -25px;
    width: 10px;
    height: 18px;
  }
  .wrap .content .section.section5 .association-slide .swiper-button-prev,
  .wrap .content .section.section5 .association-slide .swiper-rtl .swiper-button-next {
    left: -25px;
    width: 10px;
    height: 18px;
  }
  .wrap .content .section .section-title {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .wrap .content .section .section-title .title-wrapper .title-text {
    font-size: 16px;
  }
  .wrap .content .section .section-title .title-wrapper img {
    max-width: 14px;
    max-height: 14px;
  }
  .wrap .content .section .section-title .title-en {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .submenu-bar {
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    background: url(../images/icon3.png) left center no-repeat;
    background-size: 20px;
  }
  .wrap .content.grey-content .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: 999;
  }
  .wrap .content.grey-content .page-content .sidenav {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -60%;
    width: 60%;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.6s;
  }
  .wrap .content.grey-content .page-content .cont-right {
    width: 100%;
    float: none;
  }
  .wrap .content.grey-content .page-content .page-title h6 {
    font-size: 18px;
  }
  .wrap .content.grey-content .page-content .page-title img {
    max-height: 30px;
  }
  .wrap .content.grey-content .page-content .quick-list li {
    height: 71px;
  }
  .wrap .content.grey-content .page-content .quick-list li .item-cont span {
    font-size: 24px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li {
    width: calc((100% - 10px) / 2);
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr th {
    white-space: nowrap;
  }
  .wrap .content.grey-content .page-content .section6 {
    display: block;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance {
    margin-bottom: 25px;
    width: 100%;
    background-size: cover;
  }
  .wrap .content.grey-content .page-content .section6 .notice-section {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li {
    width: calc((100% - 18px) / 2);
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont {
    padding: 16px 20px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p.item-zw {
    margin-bottom: 6px;
  }
  .wrap .content.grey-content .page-content .section8 .news-section .news-list li a {
    max-width: 66%;
  }
  .wrap .content.grey-content .page-content .expert-search {
    margin-top: 20px;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group label {
    width: 65px;
    text-align: right;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group input {
    flex: 1;
  }
  .wrap .content.grey-content .page-content .expert-search button {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont {
    padding: 10px 15px;
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont p.item-zw {
    margin-bottom: 13px;
  }
  .wrap .content.grey-content .page-content .TextTitle h5 {
    font-size: 18px;
  }
  .wrap .content.grey-content .page-content .TextTitle .shar {
    margin-top: 7px;
  }
  .wrap .content.grey-content .page-content .NewsText {
    font-size: 16px;
    line-height: 1.85;
  }
  .wrap .content.grey-content .page-content .NewsText.font-large,
  .wrap .content.grey-content .page-content .NewsText.font-large * {
    font-size: 18px !important;
  }
  .wrap .content.grey-content .page-content .NewsText.font-medium,
  .wrap .content.grey-content .page-content .NewsText.font-medium * {
    font-size: 16px !important;
  }
  .wrap .content.grey-content .page-content .NewsText.font-small,
  .wrap .content.grey-content .page-content .NewsText.font-small * {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .w1200 {
    width: calc(100% - 30px);
  }
  .wrap .header {
    padding: 15px 0;
  }
  .wrap .header .logo img {
    height: 21px;
  }
  .wrap .header .header-right {
    display: flex;
    align-items: center;
  }
  .wrap .header .header-right .header-top a {
    width: 80px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .wrap .banner .banner-swiper .swiper-pagination {
    bottom: 6px;
  }
  .wrap .content .section {
    margin-bottom: 20px;
  }
  .wrap .content .section.section1 {
    display: block;
    margin-top: 20px;
  }
  .wrap .content .section.section1 .news-slide {
    width: 100%;
    height: 215px;
    margin-bottom: 15px;
  }
  .wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a .news-title {
    padding: 8px 15px;
    padding-right: 90px;
  }
  .wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-slide a .news-title h6 {
    font-size: 14px;
  }
  .wrap .content .section.section1 .news-slide .news-slide-swiper .swiper-pagination {
    right: 5px;
    bottom: 10px;
  }
  .wrap .content .section.section1 .news-tab {
    width: 100%;
  }
  .wrap .content .section.section1 .news-tab .tab-header {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item {
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item .tab-title {
    font-size: 16px;
  }
  .wrap .content .section.section1 .news-tab .tab-header .tab-item .more-link {
    font-size: 12px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list {
    padding-left: 20px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item {
    margin-bottom: 12px;
    height: auto;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item::before {
    left: -20px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-title {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .wrap .content .section.section1 .news-tab .tab-content .news-swiper .news-list .news-item a .news-date {
    font-size: 14px;
    margin-left: 0;
  }
  .wrap .content .section.section2 {
    margin-top: 0;
  }
  .wrap .content .section.section2 .service-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .wrap .content .section.section2 .service-list .service-item {
    width: calc((100% - 20px) / 2);
    height: 95px;
    margin-right: 0;
  }
  .wrap .content .section.section2 .service-list .service-item a .icon-wrapper {
    height: 24px;
    margin-bottom: 15px;
  }
  .wrap .content .section.section2 .service-list .service-item a span {
    font-size: 14px;
  }
  .wrap .content .section.adver-section {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .wrap .content .section.adver-section .adver-swiper {
    height: 60px;
  }
  .wrap .content .section.adver-section .adver-swiper .swiper-slide {
    height: 60px;
  }
  .wrap .content .section.adver-section .adver-swiper .swiper-pagination {
    right: 5px;
    bottom: 7px;
  }
  .wrap .content .section.section3 {
    margin-top: 0;
  }
  .wrap .content .section.section3 .service-list2 {
    gap: 10px;
    justify-content: left;
  }
  .wrap .content .section.section3 .service-list2 li {
    width: calc((100% - 20px) / 3);
    height: 100px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box {
    width: 50px;
    height: 50px;
  }
  .wrap .content .section.section3 .service-list2 li .icon-box img {
    max-width: 50%;
    max-height: 50%;
  }
  .wrap .content .section.section3 .service-list2 li p {
    margin-top: 8px;
    font-size: 14px;
  }
  .wrap .content .section.section4 {
    margin-top: 0;
    display: block;
  }
  .wrap .content .section.section4 .member-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li {
    padding: 8px 12px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-img {
    width: 120px;
    height: 72px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info {
    margin-left: 15px;
    width: calc(100% - 135px);
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-title {
    line-height: 18px;
    -webkit-line-clamp: 1;
    margin-bottom: 6px;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-desc {
    font-size: 12px;
    line-height: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .wrap .content .section.section4 .member-section .member-swiper .member-list li .member-info .member-time {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
  }
  .wrap .content .section.section4 .experts-section {
    width: 100%;
  }
  .wrap .content .section.section4 .experts-section .experts-slide {
    padding: 15px 10px;
    padding-bottom: 15px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-img {
    width: 80px;
    height: 110px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .expert-card .expert-name {
    font-size: 14px;
    margin-top: 6px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev,
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    width: 6px;
    height: 12px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-prev {
    left: 5px;
  }
  .wrap .content .section.section4 .experts-section .experts-slide .experts-next {
    right: 5px;
  }
  .wrap .content .section.section5 {
    margin-top: 0;
  }
  .wrap .content .section.section5 .association-slide .item-box {
    height: 100px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box {
    height: 32px;
  }
  .wrap .content .section.section5 .association-slide .item-box a .icon-box img {
    max-height: 32px;
  }
  .wrap .content .section.section5 .association-slide .item-box a p {
    margin-top: 5px;
    font-size: 12px;
  }
  .wrap .content .section.section5 .association-slide .swiper-button-next,
  .wrap .content .section.section5 .association-slide .swiper-button-prev {
    display: none;
  }
  .wrap .content .section .section-title {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .wrap .content .section .section-title .title-wrapper .title-text {
    font-size: 18px;
  }
  .wrap .content .section .section-title .title-wrapper img {
    max-width: 12px;
    max-height: 12px;
  }
  .wrap .content .section .section-title .title-en {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content {
    padding: 20px 15px;
    padding-top: 12px;
    min-height: calc(100vh - 360px);
  }
  .wrap .content.grey-content .page-content .submenu-bar {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .page-title .breadcrumb {
    display: none;
  }
  .wrap .content.grey-content .page-content .sidenav {
    padding-right: 0;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box {
    border: 0;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-title {
    padding: 0 15px;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-title h6 {
    padding: 10px 0;
    height: auto;
    font-size: 24px;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-list {
    padding: 15px 0;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-list > li > a {
    padding: 8px 15px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-list > li > a .icon {
    margin-top: 0;
  }
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-list > li:hover,
  .wrap .content.grey-content .page-content .sidenav .sidenav-box .sidenav-list > li.active {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .quick-list {
    margin-top: 20px;
    gap: 15px;
  }
  .wrap .content.grey-content .page-content .quick-list li {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .quick-list li .item-cont span {
    font-size: 18px;
  }
  .wrap .content.grey-content .page-content .section8 {
    display: block;
    margin-top: 20px;
  }
  .wrap .content.grey-content .page-content .section8 .section-title {
    margin-bottom: 2px;
  }
  .wrap .content.grey-content .page-content .section8 .news-section {
    margin-bottom: 15px;
    width: 100%;
  }
  .wrap .content.grey-content .page-content .section8 .news-section:last-child {
    margin-bottom: 0;
  }
  .wrap .content.grey-content .page-content .section8 .news-section .news-list li {
    padding-left: 10px;
    line-height: 26px;
  }
  .wrap .content.grey-content .page-content .section8 .news-section .news-list li a {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .section8 .news-section .news-list li .time {
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .leader-section {
    margin-top: 15px;
    overflow: hidden;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group {
    margin-bottom: 18px;
    overflow: hidden;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group:last-child {
    margin-bottom: 0;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li {
    padding: 12px;
    background: #F3F7FB;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .img-box,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .img-box {
    float: none;
    width: 80px;
    height: 110px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .img-box img,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont {
    margin-left: 0;
    overflow: hidden;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont h6,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont h6 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-first .item-cont p,
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list {
    padding: 0;
    list-style: none;
    display: block;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li + li {
    margin-top: 10px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-list li .item-cont p {
    line-height: 18px;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-two {
    padding: 12px 15px;
    background: #F3F7FB;
    overflow: hidden;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-two .leader-list2 {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-start;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-two .leader-list2 li {
    width: auto;
    font-size: 14px;
    font-weight: bold;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-table {
    overflow: hidden;
    overflow-x: auto;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr th {
    padding: 5px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  .wrap .content.grey-content .page-content .leader-section .leader-group .leader-table table tr td {
    padding: 5px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group {
    display: block;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group label {
    display: block;
    float: none;
    margin-bottom: 3px;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group input {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group.code-input {
    overflow: hidden;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group.code-input input {
    float: left;
    width: 100%;
  }
  .wrap .content.grey-content .page-content .expert-search .input-group.code-input .img-box {
    float: left;
  }
  .wrap .content.grey-content .page-content .expert-search button {
    display: inline-block;
    width: 70px;
    height: 30px;
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .expert-search button.el-button--submit {
    margin-left: 21%;
  }
  .wrap .content.grey-content .page-content .section6 {
    margin-bottom: 20px;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance {
    margin-bottom: 20px;
    padding: 20px 15px;
    height: auto;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance .item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance .item-text {
    margin-bottom: 20px;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance .item-text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .wrap .content.grey-content .page-content .section6 .expert-entrance a {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
  }
  .wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a {
    padding: 9px 7px;
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .section6 .notice-section .notice-list li a .item-title {
    width: calc(100% - 90px);
  }
  .wrap .content.grey-content .page-content .section7 .expert-list {
    gap: 15px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .img-box {
    width: 100px;
    height: 139px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont {
    padding: 15px 15px;
    width: calc(100% - 100px);
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont h6 {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p {
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p.item-zw {
    margin-bottom: 12px;
  }
  .wrap .content.grey-content .page-content .section7 .expert-list li a .item-cont p.item-text {
    line-height: 1.65;
  }
  .wrap .content.grey-content .page-content .first-list li {
    padding: 15px 0;
  }
  .wrap .content.grey-content .page-content .first-list li .img-box {
    width: 120px;
    height: 71px;
  }
  .wrap .content.grey-content .page-content .first-list li .item-cont {
    margin-left: 130px;
  }
  .wrap .content.grey-content .page-content .first-list li .item-cont h6 {
    margin-top: 3px;
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .first-list li .item-cont p {
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .first-list li .item-cont p.item-text {
    margin-top: 5px;
    line-height: 20px;
  }
  .wrap .content.grey-content .page-content .first-list li .item-cont p.item-time {
    display: none;
  }
  .wrap .content.grey-content .page-content .two-list {
    margin-top: 20px;
  }
  .wrap .content.grey-content .page-content .two-list li {
    margin-bottom: 15px;
    padding: 15px;
  }
  .wrap .content.grey-content .page-content .two-list li .img-box {
    float: none;
    margin: 0 auto;
  }
  .wrap .content.grey-content .page-content .two-list li .item-cont {
    margin-top: 10px;
    margin-left: 0;
  }
  .wrap .content.grey-content .page-content .two-list li .item-cont h6 {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .two-list li .item-cont .item-info {
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .two-list li .item-cont p {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
  .wrap .content.grey-content .page-content .two-list li .item-cont .btn {
    margin-top: 10px;
  }
  .wrap .content.grey-content .page-content .three-list {
    margin-top: 10px;
  }
  .wrap .content.grey-content .page-content .three-list li {
    padding: 5px 0;
  }
  .wrap .content.grey-content .page-content .three-list li a .title-section {
    max-width: 67%;
  }
  .wrap .content.grey-content .page-content .three-list li a .title-section .title {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .three-list li a .time {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .three-list li:nth-child(5n) {
    padding-bottom: 12px;
    margin-bottom: 7px;
  }
  .wrap .content.grey-content .page-content .three-list li:last-child {
    margin-bottom: 0;
  }
  .wrap .content.grey-content .page-content .four-list {
    gap: 15px;
  }
  .wrap .content.grey-content .page-content .four-list li {
    width: 100%;
  }
  .wrap .content.grey-content .page-content .four-list li a .img-box {
    width: 100px;
    height: 139px;
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont {
    width: calc(100% - 100px);
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont h6 {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont p {
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .four-list li a .item-cont p.item-text {
    line-height: 1.65;
  }
  .wrap .content.grey-content .page-content .pages {
    margin-top: 20px;
  }
  .wrap .content.grey-content .page-content .pages .pagination li {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 3px;
  }
  .wrap .content.grey-content .page-content .pages .pagination li.first,
  .wrap .content.grey-content .page-content .pages .pagination li.last {
    display: none;
  }
  .wrap .content.grey-content .page-content .pages .pagination li.prev,
  .wrap .content.grey-content .page-content .pages .pagination li.next {
    font-size: 0;
  }
  .wrap .content.grey-content .page-content .pages .pagination .form {
    display: none;
  }
  .wrap .content.grey-content .page-content .nodata-section img,
  .wrap .content.grey-content .page-content .nodata-section2 img {
    max-width: 80%;
  }
  .wrap .content.grey-content .page-content .nodata-section p,
  .wrap .content.grey-content .page-content .nodata-section2 p {
    font-size: 14px;
  }
  .wrap .content.grey-content .page-content .nodata-section p {
    margin-top: 25px;
  }
  .wrap .content.grey-content .page-content .TextTitle {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .wrap .content.grey-content .page-content .TextTitle .shar {
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .TextTitle .shar .item-info {
    margin: 0 10px;
    line-height: 1.85;
  }
  .wrap .content.grey-content .page-content .TextTitle .shar .share_items {
    display: none;
  }
  .wrap .content.grey-content .page-content .NewsText {
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
  }
  .wrap .content.grey-content .page-content .NewsText.font-large,
  .wrap .content.grey-content .page-content .NewsText.font-large * {
    font-size: 16px !important;
  }
  .wrap .content.grey-content .page-content .NewsText.font-medium,
  .wrap .content.grey-content .page-content .NewsText.font-medium * {
    font-size: 14px !important;
  }
  .wrap .content.grey-content .page-content .NewsText.font-small,
  .wrap .content.grey-content .page-content .NewsText.font-small * {
    font-size: 12px !important;
  }
  .wrap .content.grey-content .page-content .editor-section {
    display: none;
  }
  .wrap .content.grey-content .page-content .NewsPages {
    padding-top: 12px;
    font-size: 12px;
  }
  .wrap .content.grey-content .page-content .introduction-section {
    margin-top: 15px;
  }
  .wrap .content.grey-content .page-content .introduction-section .introduction-text {
    font-size: 14px;
    line-height: 1.65;
  }
  .wrap .content.grey-content .page-content .result-section {
    margin-top: 25px;
  }
  .wrap .footer {
    background-size: cover;
  }
  .wrap .footer .footer-top {
    padding: 20px 0;
    padding-bottom: 18px;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .wrap .footer .footer-top .footer-top-left {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 120px);
    margin-bottom: 0;
  }
  .wrap .footer .footer-top .footer-top-left .footer-logo {
    display: none;
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .wrap .footer .footer-top .footer-top-left .footer-logo img {
    max-width: 80px;
    max-height: auto;
  }
  .wrap .footer .footer-top .footer-top-left .footer-text {
    margin-left: 0;
    flex: 1;
  }
  .wrap .footer .footer-top .footer-top-left .footer-text h6 {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .wrap .footer .footer-top .footer-top-left .footer-text p {
    font-size: 12px;
    line-height: 20px;
  }
  .wrap .footer .footer-top .footer-top-right {
    width: auto;
    flex-shrink: 0;
  }
  .wrap .footer .footer-top .footer-top-right .wechat-item .img-box img {
    width: 90px;
    height: 90px;
  }
  .wrap .footer .footer-top .footer-top-right .wechat-item p {
    margin-top: 8px;
    font-size: 12px;
  }
  .wrap .footer .footer-bottom {
    padding: 15px 0;
    padding-bottom: 12px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap .footer .footer-bottom p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .wrap .footer .footer-bottom p:last-child {
    margin-bottom: 0;
  }
  .wrap .footer .footer-bottom p span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .wrap .footer .footer-bottom p span:last-child {
    margin-bottom: 0;
  }
  #pdf-preview-area {
    height: 470px !important;
  }
}
