.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name, .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owl-product .owl-item .img-wrap .title, .owl-other-topic .item .info-block .name, .waterfall .item .info-box .title, .waterfall .item .info-box .desc, .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box .news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 15px;
  }
  .topic-tag-wrap .topic-tag-area .topic-tag-block hr {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-subscription {
    margin-left: 5px;
    margin-top: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -10px;
  width: 100%;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag {
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box.topic-tag.topic-tag-page {
    display: block;
    width: calc(100% - 150px - 10px);
    margin-left: 10px;
    margin-right: 0;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
  margin-top: 8px;
  background: #ebf2fd;
  padding: 5px 0px 5px 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription:nth-child(1) {
  margin-top: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
  width: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  display: inline-block;
  white-space: nowrap;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    width: auto;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
  display: none;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__title > span {
    display: inline-block;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
  height: 30px;
  overflow: hidden;
  width: calc(100% - 30px);
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
  display: none;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__tag-box .tag-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
  width: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list {
    margin-left: 0;
    padding-right: 0;
    height: 40px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list.active + .tag-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
  margin-right: 10px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li {
    margin-bottom: 5px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li:last-child {
  margin-right: 0;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .subscription .subscription__list li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
  line-height: 30px;
  border-bottom: solid 1px #ebf2fd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-tag-title {
    display: none;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: #ebf2fd;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin-left: 0;
    width: 150px;
    height: 155px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .subscription-btn {
    margin-top: 8px;
  }
}

.topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
  color: #96bfd9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .topic-tag-area .topic-tag-block .topic-tag-box .topic-page-box .topic-tag-page-name {
    width: auto;
    padding-right: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
    line-height: 23px;
  }
}

.topic-tag-wrap .topic-tag-area footer {
  display: none;
}

.topic-tag-wrap .tool-btn-wrap {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 114px;
}

.topic-tag-wrap .tool-btn-wrap.topics {
  top: 169px;
}

@media screen and (min-width: 970px) {
  .topic-tag-wrap .tool-btn-wrap {
    position: static;
    top: auto;
    right: auto;
  }
}

.topic-tag-wrap .tool-btn-wrap .btn {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .topic-tag-wrap .tool-btn-wrap .btn.btn__white {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.owl-product-wrap .owl-product-area {
  background: #eef3fa;
  padding-bottom: 15px;
}

.owl-product {
  position: relative;
  width: calc(100% - 60px);
  margin: auto;
}

.owl-product .owl-item a {
  text-decoration: none;
}

.owl-product .owl-item .img-wrap {
  background: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: block;
}

.owl-product .owl-item .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.owl-product .owl-item .img-wrap .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-product .owl-item .img-wrap .title {
  color: #595757;
  margin-top: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  text-align: center;
  height: 36px;
}

.owl-product .owl-item .price {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #a20000;
  margin-top: 8px;
  font-size: 21px;
  font-size: 1.3125rem;
}

.owl-product .owl-nav {
  position: absolute;
  top: calc(50% - 27px);
  left: -30px;
  right: -30px;
  margin: 0;
}

.owl-product .owl-nav [class*=owl-],
.owl-product .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav [class*=owl-]:hover {
    color: #000;
  }
}

.owl-product .owl-nav .owl-prev,
.owl-product .owl-nav .owl-next {
  margin: 0;
}

.owl-product .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-product .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 970px) {
  .owl-product .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-other-topic {
  margin-bottom: 30px;
}

@media screen and (min-width: 970px) {
  .owl-other-topic {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
}

.owl-other-topic .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.owl-other-topic .owl-nav > .owl-prev,
.owl-other-topic .owl-nav > .owl-next {
  position: absolute;
  top: -15px;
}

.owl-other-topic .owl-nav > .owl-prev .nav-button,
.owl-other-topic .owl-nav > .owl-next .nav-button {
  background: transparent;
  color: #595757;
  font-size: 21px;
  font-size: 1.3125rem;
}

.owl-other-topic .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #595757;
}

.owl-other-topic .owl-nav > .owl-prev {
  left: -10px;
}

.owl-other-topic .owl-nav > .owl-next {
  right: -10px;
}

.owl-other-topic .item {
  position: relative;
}

.owl-other-topic .item a {
  text-decoration: none;
}

.owl-other-topic .item .ranking {
  width: 50px;
  position: absolute;
  bottom: 93px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.owl-other-topic .item .photo {
  width: calc(100% - 20px);
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  padding-top: calc(100% - 22px);
  border: solid 1px #eaeaea;
  position: relative;
  background: url(../images/photo/base@3x.png), #fff;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-other-topic .item .photo img {
  width: 100%;
  position: absolute;
  top: 0;
}

.owl-other-topic .item .info-block {
  height: 130px;
  border-radius: 8px;
  border: solid 1px #98c0d9;
  margin-top: -20px;
  padding-top: 40px;
  padding: 40px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.owl-other-topic .item .info-block .name {
  color: #595757;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.owl-other-topic .item .info-block .num {
  color: #9c1818;
  font-size: 13px;
  font-size: 0.8125rem;
}

.owl-other-topic .item .info-block .num i {
  margin-right: 5px;
}

.page-wrap {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 375px) {
  .page-wrap li {
    margin-left: 5px;
  }
  .page-wrap li:nth-child(1) {
    margin-left: 0;
  }
}

.page-wrap li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #595757;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-wrap li:hover a {
  background: rgba(152, 192, 255, 0.23);
}

.page-wrap li.active a {
  background: #96bfd9;
  color: #fff;
}

.page-wrap li.arrow a {
  font-size: 21px;
  font-size: 1.3125rem;
}

.date-range-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

@media screen and (min-width: 970px) {
  .date-range-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.date-range-wrap li {
  width: 40px;
  height: 40px;
  border: solid 2px #96bfd9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #96bfd9;
  margin-left: 10px;
}

.date-range-wrap li:nth-child(1) {
  margin-left: 0;
}

.date-range-wrap li a {
  color: #96bfd9;
  text-decoration: none;
  display: block;
}

.date-range-wrap li.active {
  color: #fff;
  background: #96bfd9;
}

.date-range-wrap li.active a {
  color: #fff;
}

.waterfall {
  margin: 30px 0;
}

.waterfall .item {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.waterfall .item a {
  text-decoration: none;
}

.waterfall .item .img-box {
  position: relative;
  overflow: hidden;
}

.waterfall .item .img-box img {
  width: 100%;
}

.waterfall .item .img-box .num {
  width: 40px;
  height: 40px;
  background: #96bfd9;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 18px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 375px) {
  .waterfall .item .img-box .num {
    bottom: 25px;
  }
}

@media screen and (min-width: 414px) {
  .waterfall .item .img-box .num {
    bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .waterfall .item .img-box .num {
    bottom: 10px;
  }
}

.waterfall .item .img-box:before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 600px;
  height: 80px;
  background: #fff;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.waterfall .item .info-box {
  padding: 10px 15px;
}

.waterfall .item .info-box .title {
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
}

.waterfall .item .info-box .desc {
  margin-top: 8px;
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  -webkit-line-clamp: 5;
}

.waterfall .item .info-box .date {
  text-align: right;
  margin-top: 8px;
  color: #96bfd9;
  font-size: 13px;
  font-size: 0.8125rem;
}

.section__title-box.ranking {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title-box.ranking.single {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 970px) {
  .section__title-box.ranking.single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__title-box.ranking .info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__title-box.ranking .info-header img {
  width: 25px;
  margin-right: 8px;
}

.section__title-box.ranking .info-header .name {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  padding-top: 3px;
}

.section__title-box.ranking .info-body {
  color: #9c1818;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__title-box.ranking .info-body .num i {
  margin-right: 5px;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 20px;
}

.btn-box .btn {
  margin-left: 15px;
}

.btn-box .btn:nth-child(1) {
  margin-left: 0;
}

.subscription.topic {
  margin-top: 20px;
}

.fast-news-wrap {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item {
  margin-top: 35px;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item {
    margin-top: 0;
    width: calc((100% - 10px) / 2);
    position: relative;
    margin-top: 10px;
    border-bottom: solid 1px #ebf2fd;
    padding-bottom: 10px;
  }
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-child(2n) {
    margin-left: 10px;
  }
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-child(1), .fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-child(2) {
    margin-top: 0;
    border-top: 0;
    padding-bottom: 0;
  }
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-last-child(1), .fast-news-wrap .fast-news-list-wrap .fast-news-list-item:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #930000;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag .tag-item {
  margin-left: 15px;
  color: #fff;
  position: relative;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag .tag-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -7px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag .tag-item:nth-child(1) {
  margin-left: 0;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item > .tag .tag-item:nth-child(1):before {
  display: none;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box {
    width: calc((100% - 10px) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news {
  margin-top: 10px;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-photo {
  width: 100%;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box {
  background: #f4f4f4;
  padding: 5px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box {
    background: transparent;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box .news-title {
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box .news-title {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box .news-date {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  color: #595757;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.first-news .news-info-box .news-date {
    text-align: left;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news {
  margin: 0;
  padding: 0 0 0 0px;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news {
    padding: 0 0 0 0px;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item {
  border-bottom: solid 1px #ebf2fd;
  padding: 5px 0;
  margin-left: 25px;
  list-style-type: none;
  position: relative;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #595757;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item a {
  text-decoration: none;
  color: #595757;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item:last-child {
  border-bottom: 0;
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item .news-title {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item .news-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item .news-date {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .fast-news-list-block .fast-news-list-box.other-news .news-item .news-date {
    line-height: 1.5em;
  }
}

.fast-news-wrap .fast-news-list-wrap .fast-news-list-item .news-more {
  text-align: center;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .fast-news-wrap .fast-news-list-wrap .fast-news-list-item .news-more {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
