/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
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;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.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;
}
/* 定义 Poppins 字体 */
/* Poppins Black */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Black.ttf);
  font-weight: 600;
  /* 根据字体文件的权重进行调整 */
  font-style: normal;
}
/* Poppins Black Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-BlackItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
/* Poppins Bold */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/* Poppins Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
/* Poppins Extra Bold */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}
/* Poppins Extra Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic;
}
/* Poppins Extra Light */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-ExtraLight.ttf);
  font-weight: 200;
  font-style: normal;
}
/* Poppins Extra Light Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-ExtraLightItalic.ttf);
  font-weight: 200;
  font-style: italic;
}
/* Poppins Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Italic.ttf);
  font-style: italic;
}
/* Poppins Light */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
/* Poppins Light Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
/* Poppins Medium */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
/* Poppins Medium Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
/* Poppins Regular */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
/* Poppins Semi Bold */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
/* Poppins Semi Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
/* Poppins Thin */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-Thin.ttf);
  font-weight: 100;
  font-style: normal;
}
/* Poppins Thin Italic */
@font-face {
  font-family: 'Poppins';
  src: url(/statics/css/font/Poppins-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}
/*全局设置*/
body {
  font-family: "Poppins", sans-serif;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.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: #292727;
}
.wrap .contWrap {
  max-width: 1240px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #666666;
}
/* 响应式布局 */
@media only screen and (max-width: 320px) {
  .wrap .contWrap {
    padding: 10px 12px 32px 12px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .contWrap {
    padding: 10px 12px 32px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 24px 20px 60px 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 24px 20px 60px 20px;
  }
}
.headWrap {
  background: #242222;
}
.headWrap .headCont {
  height: 68px;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .logoWrap .logolink .topLogo {
  height: 40px;
  width: auto;
}
.headWrap .headCont .mobileSearchBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headWrap .headCont .mobileSearchBox .msearchLink {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.headWrap .headCont .mobileSearchBox .msearchLink svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.headWrap .headCont .navbox {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.headWrap .headCont .navbox .navList {
  height: 100%;
  width: 110px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.headWrap .headCont .navbox .navList .navTitle {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
.headWrap .headCont .navbox .navList .navallCont {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 10px 24px;
  border-radius: 8px;
  border: 3px solid #666;
  background: #292727;
}
.headWrap .headCont .navbox .navList .navallCont .itemNav .itemNavlink {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  white-space: nowrap;
}
.headWrap .headCont .navbox .navList .navallCont .itemNav:hover .itemNavlink {
  color: #DC1723;
}
.headWrap .headCont .navbox .navList:hover .navallCont {
  display: block;
}
.headWrap .headCont .navbox .searchEntry {
  display: none;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.headWrap .headCont .navbox .headSearchInput {
  display: flex;
  align-items: center;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox {
  width: 407px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #454343;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox .input {
  background: #454343;
  width: 100%;
  border: none;
  outline: none;
  display: inline-block;
  flex: 1;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #FFF;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox .input::placeholder {
  color: #AAA;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox .searchIcon {
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headWrap .headCont .navbox .headSearchInput .closeSearchBox {
  display: none;
  margin-left: 16px;
}
.headWrap .headCont .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}
.headWrap .headCont .siderbar .closeBtn {
  background: #292727;
  box-shadow: 0px 1px 0px #E2E2E2;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .siderbar .closeBtn .sideLogo {
  width: auto;
  height: 24px;
}
.headWrap .headCont .siderbar .closeBtn .closeBtnImg {
  width: 15px;
  height: 15px;
}
.headWrap .headCont .siderbar .sideList {
  background: #292727;
  width: 100%;
  padding-bottom: 12px;
}
.headWrap .headCont .siderbar .sideList .sideCategorylist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideCategorylist .itemcate {
  display: flex;
  align-items: center;
  height: 44px;
  width: 50%;
  padding: 0 16px;
}
.headWrap .headCont .siderbar .sideList .sideCategorylist .itemcate .itemlink .itemText {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 320px) {
  .headWrap .headCont {
    height: 40px;
    padding: 11px 12px;
  }
  .headWrap .headCont .logoWrap .logolink .topLogo {
    height: 30px;
    width: auto;
  }
  .headWrap .headCont .navbox {
    display: none !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .headWrap .headCont {
    height: 40px;
    padding: 11px 12px;
  }
  .headWrap .headCont .logoWrap .logolink .topLogo {
    height: 30px;
    width: auto;
  }
  .headWrap .headCont .navbox {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .headWrap .headCont {
    padding: 0 10px;
  }
  .headWrap .headCont .menu {
    display: none;
  }
  .headWrap .headCont .mobileSearchBox {
    display: none;
  }
  .headWrap .headCont .navbox .headSearchInput .searchInputBox {
    width: 380px;
  }
}
@media only screen and (min-width: 1367px) {
  .headWrap .headCont .menu {
    display: none;
  }
  .headWrap .headCont .mobileSearchBox {
    display: none;
  }
}
.popularPostsTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popularPostsTitle .leftLine,
.popularPostsTitle .rightLine {
  height: 1.033px;
  flex: 1 0 0;
  background: #666;
}
.popularPostsTitle .text {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 10px;
}
.popularPostsList .itemPost {
  margin: 16px 0;
}
.popularPostsList .itemPost .itemPostCont {
  display: flex;
  flex-direction: column;
}
.popularPostsList .itemPost .itemPostCont .itemPostImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.popularPostsList .itemPost .itemPostCont .itemPostDesc {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  margin: 12px 0;
}
.popularPostsList .itemPost .itemPostCont:hover .itemPostDesc {
  text-decoration-line: underline;
}
.footerWrap {
  background: #242222;
  position: relative;
  font-family: Roboto-Regular, Roboto;
}
.footerWrap .footer {
  max-width: 1150px;
  margin: 0 auto;
}
.footerWrap .footer .footCont {
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #686868;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerWrap .footer .footCont .footLogo {
  display: block;
  height: 35px;
  width: auto;
}
.footerWrap .footer .footCont .footLogo .logoimg {
  height: 100%;
  width: auto;
}
.footerWrap .footer .footCont .followUs {
  display: flex;
  align-items: center;
}
.footerWrap .footer .footCont .followUs .title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.footerWrap .footer .footCont .followUs .socialMedia {
  margin-left: 10px;
}
.footerWrap .footer .footCont .followUs .socialMedia .externalLinks {
  margin-right: 12px;
}
.footerWrap .footer .footCont .followUs .socialMedia .externalLinks svg {
  width: 32px;
  height: 32px;
}
.footerWrap .footer .tabbar {
  padding-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  display: block;
  margin-right: 67px;
  color: #D3D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footerWrap .footer .complianceStatement {
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 24px;
}
.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: #242222;
}
.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: #242222;
  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 .footer {
    padding: 24px 16px;
  }
  .footerWrap .footer .footCont {
    padding-bottom: 0px;
    flex-direction: column;
  }
  .footerWrap .footer .footCont .footLogo {
    height: 28px;
    margin-bottom: 16px;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
    justify-content: center;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 24px;
    margin-bottom: 12px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 24px 16px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .footer {
    padding: 20px 18px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .footer {
    padding: 60px 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
.pageTitle {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.content {
  display: flex;
}
.content .leftBox .moduleTitle {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.content .leftBox .moduleTitle .title {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.content .leftBox .moduleTitle .titleLine {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 184px;
  height: 14px;
  background: #EA747B;
}
.content .leftBox .categoryList {
  margin-bottom: 30px;
}
.content .leftBox .categoryList .itemCont .itemContlink {
  display: block;
  background-color: #242222;
  border-radius: 8px;
  padding-bottom: 16px;
}
.content .leftBox .categoryList .itemCont .itemContlink .itemContImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.content .leftBox .categoryList .itemCont .itemContlink .itemContDesc {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 16px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.content .leftBox .categoryList .itemCont .itemContlink:hover .itemContDesc {
  text-decoration-line: underline;
}
.content .leftBox .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .leftBox .pagination .currentPage,
.content .leftBox .pagination .totalPages {
  width: 40px;
  padding: 9px 0;
  border-radius: 20px;
  background: #E7E7E7;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.content .leftBox .pagination .pageNum {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #999;
}
.content .leftBox .pagination .pageNum .currentNum {
  color: #666;
}
.content .leftBox .pagination .currentPage:hover {
  background: #246EEF;
  color: #FFF;
}
.content .leftBox .pagination .totalPages:hover {
  background: #246EEF;
  color: #FFF;
}
@media only screen and (max-width: 320px) {
  .pageTitle {
    font-size: 24px;
  }
  .wrap .contWrap .content .leftBox {
    width: 100%;
  }
  .wrap .contWrap .content .leftBox .moduleTitle {
    margin-bottom: 16px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .title {
    font-size: 24px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .titleLine {
    width: 110px;
    height: 12px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .titleLine .titleLinkText {
    display: none;
  }
  .wrap .contWrap .content .leftBox .categoryList .itemCont {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .pageTitle {
    font-size: 24px;
  }
  .wrap .contWrap .content .leftBox {
    width: 100%;
  }
  .wrap .contWrap .content .leftBox .moduleTitle {
    margin-bottom: 16px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .title {
    font-size: 24px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .titleLine {
    width: 110px;
    height: 12px;
  }
  .wrap .contWrap .content .leftBox .moduleTitle .titleLine .titleLinkText {
    display: none;
  }
  .wrap .contWrap .content .leftBox .categoryList .itemCont {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .pageTitle {
    font-size: 24px;
  }
  .wrap .contWrap .content .leftBox .categoryList {
    display: grid;
    grid-gap: 30px 25px;
    grid-template-columns: repeat(3, calc((100% - 50px) / 3));
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap .content .leftBox .categoryList {
    display: grid;
    grid-gap: 30px 25px;
    grid-template-columns: repeat(3, calc((100% - 50px) / 3));
  }
}
