/** Flex */
.abs-hor-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.feed-sec-title {
  font: 26px/55px textweb_bold;
  margin-bottom: 24px;
  padding: 0 24px;
}
.feed-sec-title a {
  color: inherit;
  text-decoration: none;
}
.feed-sec-title:hover a {
  color: #de3023;
  text-decoration: underline;
}
.feeds-ls {
}
.grid-item {
  margin-bottom: 48px;
  background: #fff;
}
.grid-thumbnail {
  width: 100%;
  position: relative;
}
.grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-thumbnail:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(right, #000 0%, #de3023 100%);
  background: -o-linear-gradient(right, #000 0%, #de3023 100%);
  background: -moz-linear-gradient(right, #000 0%, #de3023 100%);
  background: linear-gradient(right, #000 0%, #de3023 100%);
}
.grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title {
  font-family: "textweb_bold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title:hover {
  text-decoration: underline;
}
.grid-date {
  display: none;
}
.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;
  padding: 12px 0;
}
.grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_light";
  letter-spacing: 1px;
  margin-top: 8px;
}
.grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-meta cate,
.grid-meta author,
.grid-meta time {
  display: inline;
}
.grid-meta cate {
  font-family: "textweb_bold";
}
.grid-meta .split-dec {
  font-weight: bold;
}
.grid-actions,
.grid-actions-in {
  padding: 36px 0;
  text-align: center;
}
.grid-actions .share,
.grid-actions-in .share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 36px;
}
.grid-actions .share a,
.grid-actions-in .share a {
  display: block;
  height: 100%;
  width: 100%;
}
.grid-actions .share svg,
.grid-actions-in .share svg {
  position: relative;
  top: 2px;
}
.grid-actions li,
.grid-actions-in li {
  list-style: none;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 8px;
  border: solid 1px #fff;
}
.grid-actions li:hover,
.grid-actions-in li:hover {
  border: solid 1px #000;
}
.grid-actions:after,
.grid-actions-in:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  position: relative;
  top: -12px;
  border-bottom: solid 1px #000;
}
.grid-actions-in {
  display: none;
}
.grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-cate a:hover {
  color: #de3023;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    background: #fff;
  }
  .grid-thumbnail {
    width: 36%;
    height: fit-content;
    margin-right: 16px;
  }
  .grid-info {
    padding: 0 0;
  }
  .grid-actions-in {
    display: block;
    padding: 0;
    margin-top: 24px;
  }
  .grid-actions {
    display: none;
  }
}
@media (min-width: 768px) {
  .feeds-ls {
    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;
    padding-left: 0;
    padding-right: 0;
  }
  .feeds-sec {
    padding: 0 36px;
  }
  .grid-item {
    display: block;
    width: 47%;
    padding: 0 0;
  }
  .grid-thumbnail {
    width: 100%;
  }
  .grid-title {
    padding-bottom: 0;
    margin-bottom: 8px;
    position: relative;
  }
  .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-header {
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .grid-meta {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-actions-in {
    display: none;
  }
  .grid-actions {
    display: block;
  }
  .grid-cate {
    font-size: 14px;
  }
  .feed-sec-title {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .grid-item {
    width: 32%;
  }
}
@media (max-width: 1200px) {
  .mobile-none{
    display: none;
  }
}
@media (min-width: 1200px) {
  .feeds-sec {
    padding: 0;
  }
  .article-left{
    width: 67%;
  }
  .article-right{
    width: 30%;
    padding-top: 30px;
  }
  .article-right .heading{
    font: 36px / 40px 'textweb_bold';
    margin-bottom: 25px;
    text-align: center;
  }
  .article-right .grid-item{
    width: 94%;
    margin: auto;
  }
  .article-right .grid-item .grid-thumbnail{
    width: 100%;
  }
  .article-right .grid-item .grid-info {
    width: 100%;
  }
  .article-right a{
    color: #000000;
    text-decoration: none;
  }
}
/** 可能推荐 */
.h2MayWeSuggest-out {
  padding: 0 20px;
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h2MayWeSuggest {
  position: relative;
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  font-family: textweb_bold;
  white-space: nowrap;
  display: inline-block;
}
.h2MayWeSuggest span {
  position: relative;
  z-index: 2;
}
.h2MayWeSuggest:before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #de3023;
  z-index: 0;
  -webkit-transform: skew(-20deg) translateX(6px);
  -ms-transform: skew(-20deg) translateX(6px);
  transform: skew(-20deg) translateX(6px);
}
.related-post {
  padding-top: 60px;
  margin-top: 40px;
  padding-bottom: 60px;
}
.related-post .feeds-sec {
  max-width: 1080px;
  margin: auto;
}
@media (min-width: 768px) {
  .h2MayWeSuggest-out {
    padding: 0 36px;
  }
}
@media (min-width: 992px) {
  .related-post {
    border-top: 1px #000 solid;
  }
  .related-post .feeds-sec {
    max-width: 1080px;
    margin: auto;
    padding: 0;
  }
  .related-post .feeds-ls {
    padding: 0 24px;
  }
  .h2MayWeSuggest-out {
    padding: 0 24px;
  }
  .main-page {
    max-width: 1280px;
    margin: auto;
    padding-top: 20px;
  }
}
.entry-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.entry-top .categories {
  font: 9px/21px 'proxima_novasemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-top .categories a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}
.entry-top .categories a:hover {
  background: #000;
  color: #fff;
}
.entry-title {
  font: 40px/44px 'textweb_bold';
  margin-bottom: 25px;
  text-align: center;
}
.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font: 14px/21px "textweb_light";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 48px;
  text-align: center;
}
.entry-meta .split-dec {
  margin: 0 28px;
}
.entry-meta .categories {
  font-family: "textweb_bold";
}
.entry-meta .categories a,
.entry-meta .writer a {
  text-decoration: none;
  color: #de3023;
  padding-bottom: 1px;
}
.entry-meta .categories a:hover,
.entry-meta .writer a:hover {
  text-decoration: underline;
}
.post-wrapper {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.entry-content {
  font-size: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "textweb_bold";
  margin-bottom: 16px;
  font-weight: bold;
}
.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 .video-img {
  position: relative;
  margin-bottom: 30px;
  margin-top: 36px;
  background-color: #ebebeb;
}
.entry-content .youtube-thumb-pic {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content p {
  line-height: 2;
  margin-bottom: 24px;
  font-size: 20px;
}
.entry-content a {
  color: #de3023;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 20px;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 12px;
}
.actions {
  padding: 48px 0;
  text-align: center;
}
.actions .share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 48px;
}
.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;
}
.actions li .unact {
  display: inline-block;
}
.actions li .act {
  display: none;
}
.actions li:hover {
  background: #000 -wekbit-radial-gradient(96.8% 493.26% at 100% 93.41%, #940401 0, rgba(148, 4, 1, 0) 100%);
  background: #000 -o-radial-gradient(96.8% 493.26% at 100% 93.41%, #940401 0, rgba(148, 4, 1, 0) 100%);
  background: #000 -ms-radial-gradient(96.8% 493.26% at 100% 93.41%, #940401 0, rgba(148, 4, 1, 0) 100%);
  background: #000 -moz-radial-gradient(96.8% 493.26% at 100% 93.41%, #940401 0, rgba(148, 4, 1, 0) 100%);
  background: #000 radial-gradient(96.8% 493.26% at 100% 93.41%, #940401 0, rgba(148, 4, 1, 0) 100%);
}
.actions li:hover .unact {
  display: none;
}
.actions li:hover .act {
  display: inline-block;
}
.actions:after {
  display: none;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  position: relative;
  top: -20px;
  border-bottom: solid 1px #000;
}
.author {
  text-transform: uppercase;
}
article {
  padding-top: 20px;
}
.entry-cover {
  margin-bottom: 36px;
}
.entry-cover img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.share-widget-aside {
  margin-right: 20px;
}
.cate-widget-aside {
  margin-left: 20px;
}
.ad-widget-aside {
  display: none;
}
@media (min-width: 992px) {
  html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .main-page {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    width: 100%;
  }
  article {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    order: 2;
    padding-top: 48px;
  }
  .ad-widget-aside {
    margin-left: 20px;
    display: block;
    margin-top: 50px;
    width: 315px;
    order: 3;
    background-color: #f3f3f3;
  }
}
@media (min-width: 768px) {
  .grid-item {
    width: 30%;
  }
}