@charset "UTF-8";
/* 弹性盒子 */
/* 设置背景图片 */
/* 元素定位 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

input,
button {
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
}

html {
  font-size: 14px;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

/**
 * 删除Firefox中的内边框和填充。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* 针对IE10+ 和 旧版Edge隐藏密码框的眼睛图标 */
input[type=password]::-ms-reveal {
  display: none;
}

body {
  margin: 0;
  min-width: 1500px;
}

@font-face {
  font-family: "Source Han Sans CN-Bold";
  src: url("/assets/font/SourceHanSansCN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Source Han Sans CN-Normal";
  src: url("/assets/font/SourceHanSansCN-Normal.otf") format("opentype");
}
@font-face {
  font-family: "Source Han Sans CN-Medium";
  src: url("/assets/font/SourceHanSansCN-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Source Han Sans CN-Regular";
  src: url("/assets/font/SourceHanSansCN-Regular.otf") format("opentype");
}
.pointer {
  cursor: pointer;
}

.button-round + .button-round {
  margin-left: 20px;
}

#cnzz_stat_icon_1281263126 {
  display: none;
}

:root {
  /* font */
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-32: 32px;
  --fs-36: 36px;
  --fs-48: 48px;
  /* height */
  --browser-info-height: 38px;
  --header-height: 80px;
  --modal-default-size: 1px;
  /* color */
}

@font-face {
  font-family: "iconfont";
  src: url("../font/font_4453589_v7zuovbd9p.woff2") format("woff2"), url("../font/font_4453589_v7zuovbd9p.woff") format("woff"), url("../font/font_4453589_v7zuovbd9p.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e609";
}

.icon-arrow-right:before {
  content: "\e60a";
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

main {
  padding-top: var(--header-height);
  min-height: 100vh;
}
main .search {
  width: 100%;
  height: 320px;
  background-image: url("../images/news/search_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 110px;
  margin-bottom: 72px;
  margin-top: -20px;
  background-position: center 50px;
  background-size: contain;
  background-color: #F9F9FA;
  box-sizing: content-box;
}
main .search h1 {
  font-weight: 700;
  font-size: 36px;
  color: #292847;
  line-height: 52px;
  margin-bottom: 10px;
}
main .search .sub {
  font-weight: 350;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 30px;
}
main .search .inp-box input::-moz-placeholder {
  font-weight: 350;
  font-size: 14px;
  color: #c0c4cc;
}
main .search .input-font-style, main .search .inp-box input::placeholder, main .search .inp-box input {
  font-weight: 350;
  font-size: 14px;
  color: #c0c4cc;
}
main .search .inp-box {
  width: 560px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 186px 186px 186px 186px;
  position: relative;
}
main .search .inp-box img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
main .search .inp-box input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding-left: 55px;
  border-radius: 186px;
}
.hot-news {
  position: relative;
  margin-bottom: 107px;
}
.hot-news .content {
  padding: 20px 30px 20px 50px;
  margin-bottom: 20px;
  position: relative;
}
.hot-news .content .button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.hot-news .content .button-prev img {
  transform: rotate(180deg);
}
.hot-news .content .button-next {
  right: 0;
  transform: translate(50%, -50%);
}
.hot-news .content .button-prev,
.hot-news .content .button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 50%;
}
.hot-news .content .button-prev img,
.hot-news .content .button-next img {
  width: 24px;
  height: 24px;
}
.hot-news .content .swiper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.hot-news .content .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 35px;
  flex-shrink: 0;
  position: relative;
}
.hot-news .content .swiper .swiper-slide .cover {
  width: 530px;
  height: 300px;
  background: #d8d8d8;
  border-radius: 12px 12px 12px 12px;
}
.hot-news .content .swiper .swiper-slide .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 12px 12px;
}
.hot-news .content .swiper .swiper-slide .right {
  width: 440px;
  display: block;
}
.hot-news .content .swiper .swiper-slide .right .date {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hot-news .content .swiper .swiper-slide .right .date img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.hot-news .content .swiper .swiper-slide .right .date span {
  font-weight: 350;
  font-size: 14px;
  color: #cccccc;
  line-height: 20px;
}
.hot-news .content .swiper .swiper-slide .right .title {
  margin-top: 50px;
  font-weight: 500;
  font-size: 24px;
  color: #050505;
  line-height: 36px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot-news .content .swiper .swiper-slide .right .text {
  width: 440px;
  font-weight: 350;
  font-size: 14px;
  color: #050505;
  line-height: 20px;
  margin-bottom: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot-news .content .swiper .swiper-slide .right .see-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hot-news .content .swiper .swiper-slide .right .see-detail span {
  font-weight: 350;
  font-size: 14px;
  color: #050505;
  line-height: 20px;
  margin-right: 10px;
}
.hot-news .content .swiper .swiper-slide .right .see-detail img {
  width: 14px;
  height: 14px;
}
.hot-news .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0 10px;
}
.hot-news .swiper-pagination .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-news .swiper-pagination .dot-active {
  border-radius: 71px;
  width: 30px;
  background-color: #00c687;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: 1fr;
  justify-content: space-between;
  row-gap: 50px;
}
.news-list.container {
  margin-bottom: 82px;
}
.news-list .card {
  cursor: pointer;
  width: 362px;
  height: 378px;
  background: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}
.news-list .card-cover {
  width: 100%;
  height: 167px;
}
.news-list .card-cover img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
.news-list .card-content {
  padding: 20px;
  height: calc(100% - 167px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.news-list .card-content-title {
  font-weight: 500;
  font-size: 16px;
  color: #050505;
  line-height: 24px;
  margin-bottom: 13px;
  -webkit-line-clamp: 2;
}
.news-list .card-content-desc {
  font-weight: 350;
  font-size: 14px;
  color: #050505;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.news-list .card-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: auto;
}
.news-list .card-content-footer .see-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
.news-list .card-content-footer .see-detail a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.news-list .card-content-footer .see-detail span {
  font-weight: 350;
  font-size: 14px;
  color: #050505;
  line-height: 20px;
}
.news-list .card-content-footer .see-detail img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.news-list .card-content-footer .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.news-list .card-content-footer .date img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.news-list .card-content-footer .date span {
  font-weight: 350;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 20px;
}

#pagination {
  width: 1200px;
  margin: 0 auto 122px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
}

.pagination {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.pagination a {
  color: #050505;
}
.pagination .page-active {
  background: linear-gradient(315deg, #11BFBD 0%, #4FB06E 100%);
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  color: transparent; /* 使文字颜色透明，以显示背景渐变色 */
}
.pagination .page-prev {
  width: 20px;
  height: 20px;
  background: url("../images/news/prev.png") no-repeat center;
  background-size: 20px;
}
.pagination .page-next {
  width: 20px;
  height: 20px;
  background: url("../images/news/next.png") no-repeat center;
  background-size: 20px;
}

.search-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
.search-dialog .dialog-main .searchWrap {
  width: 560px;
  background: #ffffff;
  padding: 0 20px 0 20px;
  border-radius: 24px;
  position: absolute;
  top: 301px;
  left: 50%;
  transform: translateX(-280px);
  padding-top: 14px;
}
.search-dialog .dialog-main .searchWrap > .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.search-dialog .dialog-main .searchWrap > .search input {
  width: 100%;
  height: 100%;
  font-size: var(--fs-14);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #292847;
  line-height: 20px;
}
.search-dialog .dialog-main .searchWrap > .search input::-moz-placeholder {
  color: #999999;
}
.search-dialog .dialog-main .searchWrap > .search input::placeholder {
  color: #999999;
}
.search-dialog .dialog-main .searchWrap > .search .search-img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.search-dialog .dialog-main .searchWrap > .search .button {
  width: 72px;
  height: 24px;
  background: #33c488;
  border-radius: 20px;
  text-align: center;
  font-size: var(--fs-12);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
}
.search-dialog .dialog-main .searchWrap > .search .aiSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 24px;
  background: linear-gradient(270deg, #4085DA 0%, #33C488 100%);
  border-radius: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.search-dialog .dialog-main .searchWrap > .search .aiSearch > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.search-dialog .dialog-main .searchWrap > .search .aiSearch > span {
  font-size: 12px;
  color: #FFFFFF;
}
.search-dialog .dialog-main .relevant {
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  display: none;
}
.search-dialog .dialog-main .relevant > span {
  color: #00C687;
}
.search-dialog .dialog-main .searchList .searchItem {
  color: #333333;
  margin-bottom: 20px;
}
.search-dialog .dialog-main .searchList .searchItem > .searchTitle, .search-dialog .dialog-main .searchList .searchItem .searchTitle-h {
  font-size: 14px;
  font-weight: 350;
  color: #333333;
  margin-bottom: 10px;
  cursor: pointer;
}
.search-dialog .dialog-main .searchList .searchItem .searchContent {
  font-size: 12px;
}
.search-dialog .dialog-main .searchList .searchItem:last-child {
  border-bottom: none;
}
.search-dialog .dialog-main .aiResult {
  display: none;
}
.search-dialog .dialog-main .aiResult .aiSearchTitle {
  display: flex;
  align-items: center;
}
.search-dialog .dialog-main .aiResult .aiSearchTitle > img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
.search-dialog .dialog-main .aiResult .aiSearchTitle > span {
  font-size: 14px;
  color: #333333;
}
.search-dialog .dialog-main .aiResult .result {
  width: 520px;
  background: rgba(51, 196, 136, 0.1);
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px;
}
.search-dialog .dialog-main .aiResult .result .aiItem {
  color: #333333;
  margin-bottom: 20px;
}
.search-dialog .dialog-main .aiResult .result .aiItem > .aiTitle, .search-dialog .dialog-main .aiResult .result .aiItem .aiTitle-a {
  font-size: 14px;
  color: #333333;
  font-weight: 350;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-dialog .dialog-main .aiResult .result .aiItem > .aiTitle > img, .search-dialog .dialog-main .aiResult .result .aiItem .aiTitle-a > img {
  margin-right: 9px;
}
.search-dialog .dialog-main .aiResult .result .aiItem .aiRichText {
  font-size: 12px;
}
.search-dialog .dialog-main .aiResult .result .aiItem:last-child {
  border-bottom: none;
}
.search-dialog .dialog-main .no-list {
  text-align: center;
  font-size: var(--fs-14);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #999999;
  line-height: 20px;
  display: none;
}/*# sourceMappingURL=news_v8.css.map */