@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

.container {
  width: 1280px;
}

.app-footer .container {
  padding: 0;
}

main.page-main ._icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
main.page-main ._icon.back-white {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-preve-white.png");
}
main.page-main ._icon.prev {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-prev.png");
}
main.page-main ._icon.next {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-next.png");
}

section.banner {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/banner.jpg") center center no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
  padding-top: 132px;
}
section.banner .back {
  display: inline-flex;
  align-items: center;
  justify-content: start;
}
section.banner .back ._text {
  font-size: 18px;
  color: white;
  margin-left: 5px;
}
section.banner .back:hover {
  text-decoration: none;
}
section.banner .back:hover ._text {
  color: #F29115;
}

section.article {
  padding-top: 90px;
  padding-bottom: 64px;
}
section.article .container {
  display: flex;
  justify-content: space-between;
}
section.article .column-left {
  width: 900px;
}
section.article .column-left .breadcrumb {
  display: none;
}
section.article .column-left .decorate-line {
  height: 4px;
  background-color: #eee;
}
section.article .column-left .article-header {
  margin-bottom: 36px;
}
section.article .column-left .article-header .date {
  font-size: 16px;
  margin-bottom: 20px;
  color: #B4B7BB;
}
section.article .column-left .article-header .title {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 36px;
}
section.article .column-left .article-main {
  margin-bottom: 42px;
  color: #757D88;
  font-size: 16px;
  line-height: 26px;
}
section.article .column-left .article-main img, section.article .column-left .article-main figure {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
section.article .column-left .article-footer .decorate-line {
  margin-bottom: 45px;
}
section.article .column-left .article-footer .buttons {
  display: flex;
  align-items: center;
}
section.article .column-left .article-footer .buttons .button ._text {
  color: #757D88;
}
section.article .column-left .article-footer .buttons .button.prev ._icon {
  margin-right: 5px;
}
section.article .column-left .article-footer .buttons .button.next ._icon {
  margin-left: 5px;
}
section.article .column-left .article-footer .buttons .divider {
  width: 1px;
  height: 16px;
  margin: 0 35px;
  background-color: #C1C7CB;
}
section.article .column-right {
  width: 300px;
}
section.article .column-right .section .section-header {
  margin-bottom: 24px;
}
section.article .column-right .section .section-header .title {
  font-size: 16px;
  color: #B4B7BB;
  margin-bottom: 0;
}
section.article .column-right .recommended {
  margin-bottom: 40px;
}
section.article .column-right .recommended .section-main {
  border-bottom: 1px solid #dfdfdf;
}
section.article .column-right .recommended .link {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 22px;
  margin-bottom: 24px;
  border-top: 1px solid #DFDFDF;
  color: #1E232A;
}
section.article .column-right .recommended .link:hover {
  text-decoration: none;
  color: #F29115;
}
section.article .column-right .share {
  display: flex;
  align-items: center;
}
section.article .column-right .share .title {
  font-size: 16px;
  color: #B4B7BB;
}
section.article .column-right .share .share-item {
  position: relative;
  margin-left: 15px;
}
section.article .column-right .share .share-item:hover .popover {
  display: block;
  animation: show-up 0.3s forwards ease;
}
@keyframes show-up {
  0% {
    top: -85px;
    opacity: 0;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
section.article .column-right .share .share-item .popover {
  position: absolute;
  display: none;
  opacity: 0;
  width: 76px;
  height: 76px;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
  background-color: #59616C;
  padding: 5px;
}
section.article .column-right .share .share-item .popover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.article .column-right .share .share-item .popover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  border-width: 3px;
  border-style: solid;
  border-color: #59616C transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .app-footer .container {
    padding: 0 22px;
  }

  main.page-main ._icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  main.page-main ._icon.back-white {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-preve-white.png");
  }
  main.page-main ._icon.prev {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-prev.png");
  }
  main.page-main ._icon.next {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/icon-next.png");
  }

  section.banner {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/banner.jpg") center center no-repeat;
    background-size: cover;
    height: 100px;
    position: relative;
    padding-top: 0;
  }
  section.banner .back {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    display: none;
  }
  section.banner .back ._text {
    font-size: 18px;
    color: white;
    margin-left: 5px;
  }
  section.banner .back:hover {
    text-decoration: none;
  }
  section.banner .back:hover ._text {
    color: #F29115;
  }

  section.article {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  section.article .container {
    display: block;
  }
  section.article .column-left {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 2px solid #E7EDF2;
    margin-bottom: 14px;
  }
  section.article .column-left .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    color: rgba(0, 0, 0, 0.6);
  }
  section.article .column-left .breadcrumb .separator {
    margin: 0 6px;
  }
  section.article .column-left .breadcrumb .current {
    color: black;
  }
  section.article .column-left .decorate-line {
    height: 2px;
    background-color: #E7EDF2;
  }
  section.article .column-left .article-header {
    margin-bottom: 23px;
  }
  section.article .column-left .article-header .date {
    font-size: 8px;
    margin-bottom: 15px;
    color: #B4B7BB;
  }
  section.article .column-left .article-header .title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  section.article .column-left .article-main {
    margin-bottom: 32px;
    color: #757D88;
    font-size: 12px;
    line-height: 20px;
  }
  section.article .column-left .article-main img, section.article .column-left .article-main figure {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 100%;
  }
  section.article .column-left .article-footer .decorate-line {
    margin-bottom: 32px;
  }
  section.article .column-left .article-footer .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.article .column-left .article-footer .buttons .button ._text {
    color: #757D88;
    font-size: 12px;
  }
  section.article .column-left .article-footer .buttons .button ._icon {
    width: 12px;
    height: 12px;
    background-size: 6px 8px;
  }
  section.article .column-left .article-footer .buttons .button.prev ._icon {
    margin-right: 5px;
  }
  section.article .column-left .article-footer .buttons .button.next ._icon {
    margin-left: 5px;
  }
  section.article .column-left .article-footer .buttons .divider {
    display: none;
    width: 1px;
    height: 16px;
    margin: 0 35px;
    background-color: #C1C7CB;
  }
  section.article .column-right {
    width: 100%;
  }
  section.article .column-right .section .section-header {
    margin-bottom: 8px;
  }
  section.article .column-right .section .section-header .title {
    font-size: 12px;
    color: #B4B7BB;
    margin-bottom: 0;
  }
  section.article .column-right .recommended {
    margin-bottom: 20px;
  }
  section.article .column-right .recommended .section-main {
    border-bottom: 1px solid #dfdfdf;
  }
  section.article .column-right .recommended .link {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 11px;
    margin-bottom: 10px;
    border-top: 1px solid #DFDFDF;
    color: #1E232A;
    font-size: 10px;
  }
  section.article .column-right .recommended .link:hover {
    text-decoration: none;
    color: #F29115;
  }
  section.article .column-right .share {
    display: flex;
    align-items: center;
  }
  section.article .column-right .share .title {
    font-size: 10px;
    color: #B4B7BB;
  }
  section.article .column-right .share .share-item {
    position: relative;
    margin-left: 8px;
    width: 15px;
    height: 15px;
  }
  section.article .column-right .share .share-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.article .column-right .share .share-item:hover .popover {
    display: block;
    animation: show-up 0.3s forwards ease;
  }
  @keyframes show-up {
    0% {
      top: -75px;
      opacity: 0;
    }
    100% {
      top: -80px;
      opacity: 1;
    }
  }
  section.article .column-right .share .share-item .popover {
    position: absolute;
    display: none;
    opacity: 0;
    width: 76px;
    height: 76px;
    left: 50%;
    top: -85px;
    transform: translateX(-50%);
    background-color: #59616C;
    padding: 5px;
  }
  section.article .column-right .share .share-item .popover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.article .column-right .share .share-item .popover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border-width: 3px;
    border-style: solid;
    border-color: #59616C transparent transparent transparent;
  }
}

/*# sourceMappingURL=news-show.css.map */
