/* 消除边距 */
* {
  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;
}
/*全局设置*/
body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
/* 单行文本超出隐藏并显示省略 */
.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-color: #FFFFFF;
}
.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: 16px 16px 32px 16px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .contWrap {
    padding: 16px 16px 32px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 40px 20px 60px 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 40px 20px 60px 20px;
  }
}
.headWrap {
  background-color: #19376C;
}
.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: 31px;
  width: auto;
}
.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;
  background: #FFF;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.headWrap .headCont .navbox .navList .navallCont .itemNav .itemNavlink {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  white-space: nowrap;
}
.headWrap .headCont .navbox .navList .navallCont .itemNav:hover .itemNavlink {
  color: #19376C;
}
.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: 1px solid #FFF;
  background: #FFF;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox .input {
  width: 100%;
  border: none;
  outline: none;
  display: inline-block;
  flex: 1;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.headWrap .headCont .navbox .headSearchInput .searchInputBox .input::placeholder {
  color: #999;
}
.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: #FFF;
  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: #FFF;
  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: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 320px) {
  .headWrap .headCont {
    height: 60px;
    padding: 0 16px;
    justify-content: center !important;
  }
  .headWrap .headCont .logoWrap .logolink .topLogo {
    height: 27px;
  }
  .headWrap .headCont .menu {
    display: none;
  }
  .headWrap .headCont .navbox {
    display: none !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .headWrap .headCont {
    height: 60px;
    padding: 0 16px;
    justify-content: center !important;
  }
  .headWrap .headCont .logoWrap .logolink .topLogo {
    height: 27px;
  }
  .headWrap .headCont .menu {
    display: none;
  }
  .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 .navbox .headSearchInput .searchInputBox {
    width: 380px;
  }
}
@media only screen and (min-width: 1367px) {
  .headWrap .headCont .menu {
    display: none;
  }
}
.popularPostsTitle {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
}
.popularPostsTitle .text {
  color: #1A1A1A;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 8px;
}
.popularPostsList .itemPost {
  margin: 24px 0;
}
.popularPostsList .itemPost .itemPostCont {
  display: flex;
  flex-direction: column;
}
.popularPostsList .itemPost .itemPostCont .itemPostImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 36 / 25;
  object-fit: cover;
}
.popularPostsList .itemPost .itemPostCont .itemPostDesc {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.popularPostsList .itemPost .itemPostCont:hover .itemPostDesc {
  color: #19376C;
  text-decoration-line: underline;
}
.footerWrap {
  background: #202226;
  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: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.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: #0186FF;
}
.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: #0186FF;
  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 {
    flex-direction: column;
  }
  .footerWrap .footer .footCont .footLogo {
    height: 28px;
    margin-bottom: 16px;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
  }
  .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: #1A1A1A;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.content {
  margin-top: 40px;
  display: flex;
}
.content .leftBox {
  width: 65%;
}
.content .leftBox .categoryList .itemCategory {
  margin-bottom: 24px;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink {
  padding-bottom: 24px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemLeft {
  width: 40%;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemLeft .itemCategoryImg {
  width: 100%;
  height: auto;
  aspect-ratio: 36 / 25;
  border-radius: 12px;
  object-fit: cover;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight {
  width: 60%;
  padding: 0 16px;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryName {
  color: #19376C;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryTitle {
  margin: 8px 0;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryDesc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryDesc p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: normal;
}
.content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight:hover .catagoryTitle {
  color: #19376C;
  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: #19376C;
  color: #FFF;
}
.content .leftBox .pagination .totalPages:hover {
  background: #19376C;
  color: #FFF;
}
.content .rightBox {
  width: 35%;
  padding-left: 100px;
}
@media only screen and (max-width: 320px) {
  .headCont {
    justify-content: center !important;
  }
  .headCont .menu {
    display: none;
  }
  .headCont .navbox {
    display: none !important;
  }
  .pageTitle {
    font-size: 24px;
  }
  .content {
    margin-top: 20px;
  }
  .content .leftBox {
    width: 100%;
  }
  .content .leftBox .categoryList .itemCategory {
    margin-bottom: 20px;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink {
    padding-bottom: 20px;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryTitle {
    font-size: 16px;
    margin: 4px 0 0 0;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryDesc {
    display: none;
  }
  .content .rightBox {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .headCont {
    justify-content: center !important;
  }
  .headCont .menu {
    display: none;
  }
  .headCont .navbox {
    display: none !important;
  }
  .pageTitle {
    font-size: 24px;
  }
  .content {
    margin-top: 20px;
  }
  .content .leftBox {
    width: 100%;
  }
  .content .leftBox .categoryList .itemCategory {
    margin-bottom: 20px;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink {
    padding-bottom: 20px;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryTitle {
    font-size: 16px;
    margin: 4px 0 0 0;
  }
  .content .leftBox .categoryList .itemCategory .itemCategorylink .itemRight .catagoryDesc {
    display: none;
  }
  .content .rightBox {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .pageTitle {
    font-size: 24px;
  }
  .content {
    margin-top: 20px;
  }
  .content .leftBox {
    width: 65%;
  }
  .content .rightBox {
    padding-left: 30px;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .content .leftBox {
    width: 65%;
  }
  .content .rightBox {
    width: 35%;
  }
}
@media only screen and (min-width: 1367px) {
  .content .leftBox {
    width: 65%;
  }
  .content .rightBox {
    width: 35%;
  }
}
