* {
  /* 消除边距 */
  margin: 0;
  padding: 0;
  /*盒模型默认使用内边框*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*全局设置*/
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
input {
  font-family: var(--FontBody);
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  font-family: var(--FontTitle);
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
.loading {
  color: var(--TextSecondary);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.moduleTitle {
  color: var(--TextPrimary);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 0;
}
.moduleTitle .border {
  display: inline-block;
  height: 24px;
  width: 6px;
  background-color: var(--Theme);
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
  background: var(--BgPage);
}
.wrap .contWrap {
  max-width: 1360px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: var(--TextSecondary);
}
/* 响应式布局 */
@media only screen and (max-width: 767px) {
  .moduleTitle {
    font-size: 24px;
  }
  .moduleTitle .border {
    height: 20px;
  }
  .wrap .contWrap {
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 0 20px;
  }
}
.headWrap {
  height: 72px;
  background: var(--BgNav);
  border-bottom: 1px solid var(--Divider);
  z-index: 1;
}
.headWrap #backToTop {
  position: fixed;
  bottom: 50px;
  right: -200%;
  transition: right 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--Theme);
  box-shadow: 0px 4px 12px 0px rgba(46, 52, 54, 0.1);
  border: none;
  z-index: 5;
  cursor: pointer;
}
.headWrap #backToTop svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.headWrap #backToTop:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), var(--Theme);
}
.headWrap .head {
  max-width: 1360px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.headWrap .head .logoLink .logoImg {
  height: 40px;
  width: auto;
  margin-right: 75px;
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem {
  margin: 0 25px;
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  color: var(--TextNav);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.headWrap .head .topList .topItem:hover .itemLink {
  text-decoration: underline;
}
.headWrap .head .pcSearch {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}
.headWrap .head .pcSearch .searchInput {
  width: calc(100% - 86px);
  height: 40px;
  padding: 0 68px 0 16px;
  flex: 1;
  outline: none;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: var(--BgContainer);
  border-radius: 20px;
  border: 1px solid var(--Divider);
}
.headWrap .head .pcSearch .searchInput:focus,
.headWrap .head .pcSearch .searchInput:active {
  color: var(--TextSecondary);
  background: var(--BgContainer);
  border: 1px solid var(--Theme);
}
.headWrap .head .pcSearch .searchBtn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 52px;
  height: 40px;
  z-index: 1;
}
.headWrap .head .pcSearch .searchBtn .searchSvg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: 17px;
  cursor: pointer;
  z-index: 2;
}
.headWrap .head .pcSearch .searchBtn .searchSvg svg {
  height: 24px;
  width: 24px;
}
.headWrap .head .menuIcon,
.headWrap .head .menuMask,
.headWrap .head .menuWrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 42px;
  }
  .headWrap #backToTop {
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .headWrap .head {
    padding: 0 16px;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
    margin-right: 16px;
  }
  .headWrap .head .topList,
  .headWrap .head .pcSearch {
    display: none;
  }
  .headWrap .head .menuIcon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
  }
  .headWrap .head .menuMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .headWrap .head .menuWrap {
    display: block;
    width: 300px;
    height: 100%;
    padding: 0px 20px 24px 20px;
    position: fixed;
    top: 0;
    right: -100%;
    border-radius: 16px 0px 0px 16px;
    background: var(--BgBanner);
    transition: right 0.2s ease-out;
    z-index: 10;
  }
  .headWrap .head .menuWrap .menuTop {
    height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .headWrap .head .menuWrap .menuTop .closeIcon {
    width: 24px;
    height: 24px;
  }
  .headWrap .head .menuWrap .mobileSearch {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
  .headWrap .head .menuWrap .mobileSearch .searchInput {
    width: 100%;
    background: var(--BgContainer);
  }
  .headWrap .head .menuWrap .mobileSearch .searchBtn .searchSvg {
    right: 16px;
  }
  .headWrap .head .menuWrap .menuList {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .headWrap .head .menuWrap .menuList .menuItem {
    border-bottom: 1px solid var(--Divider);
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink .itemTitle {
    color: var(--TextSecondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink .itemSvg {
    flex-shrink: 0;
    width: 14px;
    height: 24px;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink .itemTitle {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headWrap .head .logoLink .logoImg {
    margin-right: 20px;
  }
  .headWrap .head .topList .topItem {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1247px) {
  .headWrap .head .logoLink .logoImg {
    margin-right: 40px;
  }
  .headWrap .head .topList .topItem {
    margin: 0 15px;
  }
}
.footerWrap {
  border-top: 1px solid var(--Divider);
  background: var(--BgFooter);
}
.footerWrap .footCont {
  max-width: 1360px;
  margin: 0 auto;
  padding: 48px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footerWrap .footCont .footTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footerWrap .footCont .footLogo {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.footerWrap .footCont .footLogo .footLogoImg {
  height: 35px;
  width: auto;
}
.footerWrap .footCont .tabbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footerWrap .footCont .tabbar a,
.footerWrap .footCont .tabbar .tabbarIcon {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.footerWrap .footCont .tabbar .tabbarIcon {
  color: #C3C3C3;
  padding: 0 10px;
}
.footerWrap .footCont .footerText {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 14px;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: var(--Theme);
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: var(--Theme);
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footerWrap .footCont {
    padding: 32px 16px;
  }
  .footerWrap .footCont .footTop {
    display: block;
  }
  .footerWrap .footCont .footLogo .footLogoImg {
    height: 30px;
  }
  .footerWrap .footCont .tabbar {
    margin-top: 16px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
.wrap {
  min-height: 90vh;
}
.wrap .swiperWrap {
  position: relative;
  background: var(--BgBanner);
}
.wrap .swiperWrap .swiperBanner {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .swiperWrap .swiperBanner .swiperList {
  height: 100%;
  display: flex;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperItem {
  width: 100%;
  padding: 24px 0 80px 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo {
  width: calc(54% - 80px);
  margin-left: 20px;
  margin-right: 60px;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemCate {
  display: block;
  color: var(--Theme);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemTitle {
  color: var(--TextPrimary);
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 4;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemTitle:hover {
  color: var(--Theme);
  text-decoration: underline;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemText {
  margin: 20px 0;
  color: var(--TextSecondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 48px;
  padding: 0px 24px;
  background: var(--Theme);
  border-radius: 24px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn .itemBtnLink {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn .itemBtnLink svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn:hover {
  background: var(--Hover);
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemLink {
  display: block;
  width: calc(46% - 20px);
  margin-right: 20px;
  position: relative;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemLink .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemLink .swiperMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  /*蒙版颜色和透明度*/
  z-index: 1;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemLink:hover .swiperMask {
  display: block;
}
.wrap .swiperWrap .swiperBanner .swiperList .swiperLink .mobileImg {
  display: none;
}
.wrap .swiperWrap .swiperBanner .indicator {
  z-index: 0;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
}
.wrap .swiperWrap .swiperBanner .indicator span {
  width: 60px;
  height: 6px;
  cursor: pointer;
  float: left;
  list-style: none;
  border-radius: 3px;
  background: #EAEAEA;
  margin: 0 10px;
}
.wrap .swiperWrap .swiperBanner .indicator .active {
  background: #878787;
}
.wrap .contWrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrap .contWrap .articlesList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  margin-top: 24px;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink {
  display: block;
  position: relative;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  /*蒙版颜色和透明度*/
  z-index: 1;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(0deg, #000 -1.37%, rgba(0, 0, 0, 0) 99.79%);
  z-index: 2;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemTitle {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemBtn {
  display: none;
  flex-shrink: 0;
  align-items: center;
  width: fit-content;
  height: 48px;
  padding: 0px 24px;
  margin-left: 30px;
  background: var(--Theme);
  border-radius: 24px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemBtn .itemBtnText {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemBtn .itemBtnText svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemBtn:hover {
  background: var(--Hover);
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink:hover .itemMask {
  display: block;
}
.wrap .contWrap .articlesList .topArticlesItem .itemLink:hover .itemInfo .itemTitle {
  text-decoration: underline;
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) {
  grid-column: span 2;
  /* 第一条数据占两列 */
  grid-row: span 2;
  /* 第一条数据占两行 */
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink {
  height: 100%;
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemMask,
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemImg {
  height: 100%;
  border-radius: 20px;
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo {
  padding: 40px 30px 20px 30px;
  border-radius: 0 0 20px 20px;
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo .itemTitle {
  font-size: 28px;
}
.wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo .itemBtn {
  display: flex;
}
.wrap .contWrap .articlesList .articlesItem .itemLink {
  display: block;
  position: relative;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  /*蒙版颜色和透明度*/
  z-index: 1;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemTitle {
  color: var(--TextPrimary);
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  margin: 16px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemDet {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemInfo {
  display: flex;
  align-items: center;
  margin: 10px 0 16px 0;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemInfo .itemCategory {
  color: var(--Theme);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemInfo .point {
  margin: 0 10px;
}
.wrap .contWrap .articlesList .articlesItem .itemLink .itemInfo .point,
.wrap .contWrap .articlesList .articlesItem .itemLink .itemInfo .itemAuthor {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .contWrap .articlesList .articlesItem .itemLink:hover .itemMask {
  display: block;
}
.wrap .contWrap .articlesList .articlesItem .itemLink:hover .itemTitle {
  color: var(--Theme);
  text-decoration: underline;
}
.wrap .categoryChoose {
  padding: 50px 0;
}
.wrap .categoryChoose .title {
  color: var(--TextPrimary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
}
.wrap .categoryChoose .categoryList {
  max-width: 1360px;
  padding: 0 35px;
  margin: 0 auto;
  display: flex;
}
.wrap .categoryChoose .categoryList .itemCate {
  flex: 1;
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink {
  display: block;
  margin: 0 15px;
  position: relative;
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateIcon {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #CCC;
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateMask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 0;
  left: 0;
  margin: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  /*蒙版颜色和透明度*/
  z-index: 1;
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateMask .itemCateName {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink:hover .itemCateIcon {
  border: 2px solid var(--Theme);
}
.wrap .categoryChoose .categoryList .itemCate .itemCateLink:hover .itemCateMask .itemCateName {
  color: var(--Theme);
}
@media only screen and (max-width: 767px) {
  .wrap .swiperWrap .swiperBanner .swiperList .swiperItem {
    padding: 16px 16px 56px 16px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink {
    display: block;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo {
    width: 100%;
    margin: 0;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemCate {
    margin-top: 16px;
    font-size: 14px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemTitle {
    font-size: 24px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemText {
    margin: 16px 0;
    font-size: 14px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn .itemBtnLink {
    font-size: 16px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemInfo .itemBtn .itemBtnLink svg {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .itemLink .itemImg {
    aspect-ratio: 4 / 3;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .mobileImg {
    display: block;
    width: 100%;
  }
  .wrap .swiperWrap .swiperBanner .swiperList .swiperLink .pcImg {
    display: none;
  }
  .wrap .swiperWrap .swiperBanner .indicator {
    bottom: 32px;
  }
  .wrap .swiperWrap .swiperBanner .indicator span {
    width: 40px;
    height: 4px;
  }
  .wrap .contWrap {
    padding-bottom: 32px;
  }
  .wrap .contWrap .articlesList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
    margin-top: 12px;
  }
  .wrap .contWrap .articlesList .topArticlesItem .itemLink .itemMask,
  .wrap .contWrap .articlesList .topArticlesItem .itemLink .itemImg {
    aspect-ratio: 4 / 3;
  }
  .wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo {
    padding: 10px 16px;
  }
  .wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemTitle {
    font-size: 14px;
  }
  .wrap .contWrap .articlesList .topArticlesItem .itemLink .itemInfo .itemBtn {
    display: none;
  }
  .wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemMask,
  .wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemImg {
    border-radius: 16px;
  }
  .wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo {
    padding: 10px 16px;
    border-radius: 0 0 16px 16px;
  }
  .wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo .itemTitle {
    font-size: 18px;
  }
  .wrap .contWrap .articlesList .topArticlesItem:nth-child(1) .itemLink .itemInfo .itemBtn {
    display: none;
  }
  .wrap .contWrap .articlesList .articlesItem {
    grid-column: span 2;
    grid-row: span 2;
  }
  .wrap .contWrap .articlesList .articlesItem .itemLink .itemTitle {
    font-size: 18px;
  }
  .wrap .categoryChoose {
    padding: 32px 0;
  }
  .wrap .categoryChoose .title {
    font-size: 24px;
  }
  .wrap .categoryChoose .category {
    width: 100%;
    overflow-x: hidden;
  }
  .wrap .categoryChoose .categoryList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .wrap .categoryChoose .categoryList {
    padding: 0 9px;
    width: auto;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .wrap .categoryChoose .categoryList .itemCate {
    flex: 0;
  }
  .wrap .categoryChoose .categoryList .itemCate .itemCateLink {
    margin: 0 6px;
  }
  .wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateIcon {
    width: 120px;
    height: 120px;
    padding: 6px;
  }
  .wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateMask {
    width: 108px;
    height: 108px;
    margin: 6px;
  }
  .wrap .categoryChoose .categoryList .itemCate .itemCateLink .itemCateMask .itemCateName {
    font-size: 16px;
  }
}
