/* 消除边距 */
* {
  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;
  }
}
.customTheme {
  width: 100%;
  color: #333333;
  word-break: break-word;
}
.customTheme h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.customTheme h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.customTheme h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.customTheme h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.customTheme p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.customTheme img {
  width: 100%;
  border-radius: 10px;
}
.customTheme ul,
.customTheme ol {
  padding-left: 20px;
}
.customTheme ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.customTheme ol li {
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.customTheme table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.customTheme table tbody th,
.customTheme table tbody td {
  border: 4px solid #fff;
  padding: 12px 14px;
  text-align: left;
  max-width: 200px;
}
.customTheme table tbody th {
  background-color: #FFF4D8;
}
.customTheme table tbody th:nth-child(1) {
  background-color: #FFF4D8;
}
.customTheme table tbody th:nth-child(2) {
  background-color: #D7ECFF;
}
.customTheme table tbody th:nth-child(3) {
  background-color: #FFDAD4;
}
.customTheme table tbody th:nth-child(4) {
  background-color: #CAFFD9;
}
.customTheme table tbody th:nth-child(5) {
  background-color: #FFCFE3;
}
.customTheme table tbody th:nth-child(6) {
  background-color: #DEE4FF;
}
.customTheme table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
  /* 奇数行背景色 */
}
.customTheme table tbody tr:nth-child(even) {
  background-color: #FCFCFC;
  /* 偶数行背景色 */
}
.customTheme .apkItemCont {
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft {
  width: 47%;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop {
  width: 100%;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftTitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #202423;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftDet {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle {
  margin: 20px 0;
  display: flex;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon {
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon img {
  width: 90px;
  height: 90px;
  border-radius: 14px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo {
  margin-left: 12px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-Category {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo h2 {
  font-size: 16px;
  font-weight: 400;
  color: #212326;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-top: 10px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .detText {
  font-size: 14px;
  font-weight: 500;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .starNum {
  font-size: 16px;
  font-weight: 400;
  color: #07B07D;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .ratings .star {
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .line {
  width: 0px;
  height: 26px;
  opacity: 1;
  border-left: 1px solid #D9D9D9;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #07B07D;
  border-radius: 4px;
  padding: 12px 0;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftBtn .down {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-left: 6px;
}
.customTheme .apkItemCont .apkItemContRight {
  width: 45%;
}
.customTheme .apkItemCont .apkItemContRight img {
  width: 100%;
  height: auto;
  aspect-ratio: 485 / 273;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 320px) {
  .customTheme {
    width: 100%;
    color: #333333;
    word-break: break-word;
    padding: 10px 0;
  }
  .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .customTheme ul,
  .customTheme ol,
  .customTheme li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .customTheme {
    width: 100%;
    color: #333333;
    word-break: break-word;
    padding: 10px 0;
  }
  .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .customTheme ul,
  .customTheme ol,
  .customTheme li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
.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;
}
.relatedTitle .text {
  color: #1A1A1A;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin: 20px 0 10px 0;
}
.relatedList {
  display: grid;
  grid-gap: 10px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.relatedList .relatedItem a {
  cursor: pointer;
}
.relatedList .relatedItem a .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 36 / 25;
  object-fit: cover;
  border-radius: 20px;
}
.relatedList .relatedItem a .itemDesc {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 11.5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.relatedList .relatedItem a:hover .itemDesc {
  color: #19376C;
  text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
  .relatedTitle .text {
    font-size: 24px;
    line-height: 40px;
    padding: 6px;
    border-bottom: 1px solid #CCCCCC;
  }
  .relatedList {
    grid-gap: 8px 0px;
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
  }
  .relatedList .relatedItem a .itemDesc {
    font-size: 20px;
    margin: 12px 0;
  }
}
.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;
  }
}
.categroyName {
  color: #19376C;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.content {
  margin-top: 40px;
  display: flex;
}
.content .leftBox {
  width: 65%;
}
.content .leftBox .descTitle {
  color: #1A1A1A;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}
.content .leftBox .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.content .leftBox .articleImg {
  width: 80%;
  margin: 0 auto;
}
.content .leftBox .articleImg .lazyImg {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.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;
  }
  .content {
    margin-top: 4px;
  }
  .content .leftBox {
    width: 100%;
  }
  .content .leftBox .descTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content .leftBox .articleImg {
    width: 100%;
  }
  .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;
  }
  .content {
    margin-top: 4px;
  }
  .content .leftBox {
    width: 100%;
  }
  .content .leftBox .descTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content .leftBox .articleImg {
    width: 100%;
  }
  .content .rightBox {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .content {
    margin-top: 10px;
  }
  .content .leftBox {
    width: 65%;
  }
  .content .leftBox .descTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content .leftBox .articleImg {
    width: 100%;
  }
  .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%;
  }
}
