/** 设备宽度 */
/** 颜色 */
/** 外阴影 */
/** 内容区 */
/** 模块 */
/** 字体 */
@font-face {
  font-family: poynterosdisplay-semibold-webfont;
  src: url(/files/fonts/poynterosdisplay-semibold-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: poynterosdisplay-roman-webfont;
  src: url(/files/fonts/poynterosdisplay-roman-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-light;
  src: url(/files/fonts/proximanova-light-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-semibold;
  src: url(/files/fonts/proximanova-semibold-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-regular;
  src: url(/files/fonts/proximanova-regular-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: barlow-bold;
  src: url(/files/fonts/barlow-semi-condensed-v6-latin-600.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: nunito-regular;
  src: url(/files/fonts/nunito-sans-v6-latin-regular.woff2);
  font-weight: 400;
  font-style: normal;
}
/** Flex */
/** 基本准备 */
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
.pointer {
  cursor: pointer;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-not-scroll {
  position: fixed;
  width: 100%;
}
.header-nav-outer {
  height: 78px;
}
.header-nav {
  z-index: 50;
  position: relative;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-nav-wrapper {
  padding: 17px 12px;
  top: 0;
  background: #ebf8fd;
}
.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-nav .header-logo {
  font-family: "barlow-bold";
  text-shadow: 3px 3px #fff;
  font-size: 32px;
  margin-right: 32px;
  color: #1d2d5a;
  position: relative;
  white-space: nowrap;
}
.mobile-nav .header-logo img {
  width: 240px;
}
.mobile-nav .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.mobile-nav .header-logo:after {
  display: block;
  content: '';
  background-image: url("/files/images/material/quote_brand.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -8px;
  right: -20px;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav [class*='icon-'] {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.desktop-nav {
  display: none;
}
.mob-nav-trigger,
.mob-search-trigger {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mobile-header-nav {
  display: none;
  background: #ebf8fd;
}
.mobile-header-nav.active .overlay-nav {
  width: 100%;
  height: calc(100vh);
  opacity: 255;
}
.first-header-list {
  font-family: 'barlow-bold';
  color: #303237;
}
.overlay-nav {
  width: 0;
  height: 0;
  opacity: 0;
}
.mobile-header-list {
  padding: 0 0 45px;
  margin: 0;
  list-style: none;
  padding-inline-start: 0;
  font-family: 'barlow-bold';
  color: #303237;
}
.mobile-header-list li {
  border-top: solid 1px #303237;
  margin-left: 24px;
  margin-right: 24px;
}
.mobile-header-list li.active {
  color: #8dc5dd;
}
.mobile-header-list li:first-child {
  border-top: none;
}
.mobile-header-list a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  padding: 20px 20px 20px 0;
}
@media (min-width: 992px) {
  .header-nav-outer {
    height: 83px;
  }
  .mobile-nav {
    display: none;
  }
  .desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .desktop-nav .header-logo {
    font-family: "barlow-bold";
    text-shadow: 3px 3px #fff;
    font-size: 32px;
    margin-right: 32px;
    color: #1d2d5a;
    position: relative;
    white-space: nowrap;
  }
  .desktop-nav .header-logo img {
    width: 240px;
  }
  .desktop-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }
  .desktop-nav .header-logo:after {
    display: block;
    content: '';
    background-image: url("/files/images/material/quote_brand.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -20px;
  }
  .first-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .first-header-list li {
    display: inline-block;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    white-space: nowrap;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: solid 2px #ebf8fd;
  }
  .first-header-list li:hover {
    color: #aee2f7;
    border-bottom: solid 2px #ebf8fd;
  }
  .first-header-list li.active {
    color: #8dc5dd;
    border-bottom: solid 2px #8dc5dd;
  }
  .first-header-list .txt {
    padding: 16px 16px;
    letter-spacing: 0.74px;
    font-size: 16px;
    text-transform: capitalize;
  }
  .first-header-list a {
    color: inherit;
    text-decoration: none;
  }
  .mobile-header-nav {
    display: none !important;
  }
  .header-nav-wrapper {
    padding: 16px 64px;
  }
}
@media screen and (min-width: 1420px) {
  .header-nav-wrapper {
    padding-left: 184px;
    padding-right: 184px;
  }
}
#site-footer a {
  color: #303237;
}
#site-footer a:hover {
  text-decoration-color: #aee2f7;
}
.footer-bottom-copyrgiht {
  text-align: center;
  font-family: proximanova-regular;
}
#site-footer {
  color: #303237;
  font-size: 11px;
}
.footer-container {
  max-width: unset;
  margin: 0 auto;
  padding-bottom: 50px;
}
.footer-top-description em {
  font-style: unset;
}
.footer-top-description {
  color: #f9f7f4;
  /*font-family: 'Adobe Garamond Pro';*/
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.02px;
  line-height: 22px;
  margin-top: 18px;
  max-width: 436px;
  text-align: center;
  margin-bottom: 0;
  font-family: poynterosdisplay-roman-webfont, serif;
  font-weight: 400;
  font-style: normal;
}
.footer-top-description a {
  border-bottom: 1px solid #ffffff;
}
.footer-top-description a:hover {
  border-bottom-color: #e13d3d;
}
.footer-categories {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 1.36px;
  line-height: 13px;
  text-align: center;
}
.menu-footer-container ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding-inline-start: 0;
}
.footer-navigators svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 10px;
}
.footer-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 50px 0;
}
.menu-footer-container li {
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 23px;
}
.footer-navigators {
  padding: 50px 0 65px 0;
  font-family: "barlow-bold";
  border-top: 1px solid #ebf8fd;
}
.footer-navigators .share {
  text-align: center;
  margin-bottom: 32px;
}
.social-link {
  display: inline-block;
  border-right: unset;
  width: 50px;
  height: 40px;
}
.footer-disclosure {
  width: 26.16%;
  font-size: 12px;
  letter-spacing: 0;
  text-align: initial;
  line-height: 17px;
  margin-left: 0;
  margin-bottom: 40px;
  margin-top: 7px;
}
@media all and (min-width: 768px) {
  .footer-top-section {
    padding: 70px 0 95px 0;
  }
  .footer-navigators {
    padding: 50px 0 65px 0;
  }
  .footer-categories {
    text-align: left;
  }
  .menu-footer-container ul {
    text-align: center;
  }
  .menu-footer-container li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
  }
}
/** 通用代码 针对网站比较个性化 */
body.scroll-down .header-nav {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
body.scroll-down .header-nav-wrapper {
  position: relative;
  top: -200px;
}
/** 广告相关 */
.header-banner {
  display: none;
}
.auto-ad-box {
  position: relative;
}
.auto-ad-box .auto-ad-box-cls {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #8b8b8b;
  background-color: #FFFFFF;
}
.auto-ad-box .auto-ad-box-cls:after,
.auto-ad-box .auto-ad-box-cls:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #8b8b8b;
}
.auto-ad-box .auto-ad-box-cls:after {
  transform: rotate(45deg);
}
.auto-ad-box .auto-ad-box-cls:before {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .header-banner {
    background-color: #ffffff;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.grid-item {
  margin-bottom: 40px;
  padding: 0 24px;
}
.grid-thumbnail {
  width: 100%;
  position: relative;
  margin-right: 24px;
}
.grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 54%;
}
.grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title {
  font-family: "barlow-bold";
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #303237;
}
.grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title a:hover {
  text-decoration: underline;
}
.grid-date {
  margin-top: 13px;
  display: block;
}
.grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.grid-header {
  margin-top: 20px;
}
.grid-meta {
  line-height: 12px;
  font-size: 9px;
  font-family: "nunito-regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #6a6f7b;
}
.grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-meta .categories {
  display: none;
}
@media (min-width: 450px) {
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
    margin-bottom: 48px;
  }
  .grid-thumbnail {
    width: 45%;
  }
  .grid-title {
    text-align: left;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .feeds-sec {
    padding: 0 24px;
  }
  .feeds-ls-odd,
  .feeds-ls-even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-ls-odd .grid-item {
    width: 49%;
  }
  .feeds-ls-even .grid-item {
    width: 32%;
  }
  .grid-item {
    display: block;
    width: 32%;
    padding: 0 0;
  }
  .grid-thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-title {
    position: relative;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .feeds-sec {
    padding: 0 64px;
  }
  .grid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .grid-thumbnail:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1920px) {
  .grid-item {
    width: 23%;
  }
}
/** 可能推荐 */
.h2MayWeSuggest {
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  font-family: "barlow-bold";
  white-space: nowrap;
}
.related-post {
  padding-top: 60px;
  border-top: 1px #ebf8fd solid;
  margin-top: 40px;
  padding-bottom: 60px;
}
.related-post .feeds-sec {
  max-width: 1080px;
  margin: auto;
}
@media (min-width: 992px) {
  .related-post .feeds-sec {
    max-width: 1080px;
    margin: auto;
    padding: 0;
  }
  .related-post .feeds-ls {
    padding: 0 24px;
  }
}
.archead-item {
  margin-bottom: 40px;
}
.archead-thumbnail {
  width: 100%;
  position: relative;
}
.archead-thumbnail:after {
  display: block;
  content: '';
  padding-top: 54%;
}
.archead-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archead-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.archead-title {
  font-family: "barlow-bold";
  font-size: 40px;
  line-height: 44px;
  font-weight: normal;
  color: #303237;
}
.archead-title a {
  color: inherit;
  text-decoration: none;
}
.archead-header {
  margin-bottom: 32px;
}
.archead-meta {
  line-height: 2;
  font-size: 12px;
  font-family: "proximanova-light";
  letter-spacing: 1px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.archead-meta a {
  color: inherit;
  text-decoration: none;
}
.archead-meta a:hover {
  text-decoration: underline;
}
.archead-meta cate {
  font-size: 14px;
}
.archead-meta cate,
.archead-meta author,
.archead-meta time {
  display: inline;
}
.archead-meta cate {
  font-family: "proximanova-semibold";
}
.archead-meta .split-dec {
  font-weight: bold;
  margin: 0 12px;
}
.archead-meta .writer {
  text-transform: none;
}
.archead-meta .writer a {
  text-decoration: none;
  color: inherit;
}
.archead-meta .author {
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .archead-item {
    margin-bottom: 48px;
  }
  .archead-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .archead-title {
    position: relative;
  }
  .archead-date {
    display: block;
    margin-top: 13px;
  }
  .archead-info {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .archead-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .archead-header {
    margin-bottom: 48px;
  }
  .archead-meta {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .archead-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .archead-thumbnail:hover {
    opacity: 0.7;
  }
}
.main-page {
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.main-page-head {
  position: absolute;
  z-index: 0;
  background: #ebf8fd;
  width: 100%;
  top: 0;
  height: 60%;
  left: 0;
}
.entry-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.entry-top .categories {
  font: 9px/21px 'proxima_novasemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-top .categories a {
  display: inline-block;
  background: #f3efea;
  padding: 0 10px;
  text-decoration: none;
  color: #231f20;
}
.entry-top .categories a:hover {
  background: #000;
  color: #fff;
}
.entry-title {
  font: 40px/44px 'poynterosdisplay-semibold-webfont';
  margin-bottom: 25px;
}
.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 9px/21px 'proxima_novasemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 48px;
}
.entry-meta .writer {
  text-transform: none;
}
.entry-meta .writer:after {
  content: "|";
  display: inline-block;
  margin: 0 29px;
}
.entry-meta .writer a {
  text-decoration: none;
  color: #231f20;
  border-bottom: 2px solid rgba(0, 58, 182, 0.38);
  padding-bottom: 1px;
}
.post-wrapper {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.entry-content {
  font-family: poynterosdisplay-roman-webfont;
  color: #303237;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: barlow-bold, sans-serif;
  margin-bottom: 16px;
  font-weight: normal;
}
.entry-content h3 {
  font-size: 28px;
  line-height: 40px;
}
.entry-content h2 {
  font-size: 32px;
  line-height: 42px;
}
.entry-content h1 {
  font-size: 36px;
  line-height: 44px;
}
.entry-content h4 {
  font-size: 24px;
  line-height: 36px;
}
.entry-content h5 {
  font-size: 22px;
  line-height: 34px;
}
.entry-content h6 {
  font-size: 20px;
  line-height: 32px;
}
.entry-content img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content p {
  line-height: 1.6;
  margin-bottom: 24px;
}
.entry-content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #ffac94;
}
.entry-content a:hover {
  border-bottom: 2px solid #aee2f7;
}
.actions {
  padding: 48px 0;
}
.actions .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.actions .share a {
  display: block;
  height: 100%;
  width: 100%;
}
.actions .share svg {
  position: relative;
  top: 10px;
}
.actions li {
  list-style: none;
  border-radius: 999px;
  border: solid 1px #000;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 8px;
}
.author {
  text-transform: uppercase;
}
.topgrid-dot0,
.topgrid-dot1,
.topgrid-dot2 {
  opacity: 0.5;
}
.topgrid-dot0 {
  background-image: url("/files/images/material/dot0.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}
.topgrid-dot1 {
  background-image: url("/files/images/material/dot1.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 300px;
  width: 300px;
  height: 200px;
  position: absolute;
  right: 300px;
  bottom: 0;
}
.topgrid-dot2 {
  background-image: url("/files/images/material/dot2.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 200px;
  width: 150px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 150px;
}
aside {
  display: none;
}
@media (min-width: 992px) {
  article {
    padding-right: 48px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    order: 1;
  }
  .entry-content {
    padding-top: 30px;
  }
  aside {
    display: block;
    margin-top: 0;
    width: 315px;
    order: 2;
    padding-top: 30px;
  }
}
.ads_margin{
  margin: 15px 0;
}
