﻿/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/main.css ***!
  \**************************************************************************************************************/
/* news list common style */
.floor-news {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.floor-news .news-box {
  width: calc((100% - 5.625vw) / 4);
  margin-right: 1.875vw;
}

.floor-news .news-box:nth-child(4n) {
  margin-right: 0;
}

.floor-news .news-box .news-link {
  display: flex;
  color: var(--dark-color);
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.floor-news .news-link:hover {
  color: var(--dark-color);
}

.floor-news .new-content {
  width: 100%;
}

.floor-news .news-label {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor-news .news-title {
  font-size: 1.25vw;
  line-height: 1.33;
  height: 3.4vw;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.floor-news .news-title-en {
  font-size: 1.14583vw;
  line-height: 1.54545;
}

.floor-news .news-more {
  color: var(--theme-color);
  font-size: 12px;
  display: inline-block;
  margin-top: 0.9375vw;
  position: relative;
}

.floor-news .news-link .news-more:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all 0.3s linear;
}

.floor-news .news-link:hover .news-more:after {
  width: 100%;
}

.news-imgs {
  width: 100%;
  height: auto;
  margin-top: 0.7vw;
  border-radius: 0.20833vw;
  overflow: hidden;
  aspect-ratio: 1.5 / 1;
}

.news-imgs-en {
  margin-top: 0.42083vw;
}

.floor-news .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s linear;
}

.floor-news .news-link:hover .news-img {
  transform: scale(1.05);
}

.floor-news-column {
  border-top: 1px solid #707070;
  margin-top: 6.66667vw;
}

.news-column-aritcle .news-column-top {
  width: 100%;
}

.floor-news-column .news-column-link {
  padding: 2.70833vw 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

.floor-news-column .news-column-label {
  font-size: 12px;
  color: #000000;
  width: 14.861%;
  padding-right: 0.83333vw;
}

.floor-news-column .news-column-imgs {
  width: 35.139%;
  border-radius: var(--border-radius-4);
  overflow: hidden;
  aspect-ratio: 1.8 / 1;
}

.floor-news-column .news-column-imgs .news-column-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.floor-news-column .news-column-link:hover .news-column-img {
  transform: scale(1.05);
}

.floor-news-column .news-column-aritcle {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 1.5625vw;
}

.news-column-aritcle .news-column-top .news-column-label {
  display: none;
}

.floor-news-column .news-column-title {
  font-size: 1.25vw;
  line-height: 1.33;
  color: var(--dark-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.floor-news-column .news-column-desc {
  font-size: 0.9375vw;
  line-height: 1.33;
  margin-top: 0.52083vw;
  color: var(--dark-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.floor-news-column .news-column-more {
  color: var(--theme-color);
  font-size: 12px;
  position: relative;
}

.floor-news-column .news-column-more:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all 0.3s linear;
}

.floor-news-column .news-column-link:hover .news-column-more:after {
  width: 100%;
}

/* details common style */
.details-crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: var(--dark-color);
  margin-bottom: 2.13542vw;
}

.details-crumbs span {
  margin: 0 13px;
}

.details-crumbs a {
  color: var(--dark-color);
  cursor: pointer;
}

.details-crumbs a:hover {
  color: var(--theme-color);
}

.details-crumbs-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.details-title {
  font-size: 2.292vw;
  line-height: 1.1667;
  color: var(--dark-color);
  font-weight: 600;
}

.details-label {
  margin-top: 2.34375vw;
  height: 2.55208vw;
  padding: 0 0.9375vw;
  background-color: var(--bg-grey);
  border-radius: var(--border-radius-4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.details-date {
  font-size: 0.833333vw;
  color: #999;
  margin-top: 0.833333vw;
}

.details-label-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.34375vw;
  font-size: 12px;
  color: var(--dark-color);
}

.details-label-text span {
  opacity: 0.6;
  margin: 0 1.25vw;
}

.details-content {
  margin-top: 2.08333vw;
  overflow: hidden;
  font-size: 1.04167vw;
  line-height: 1.5;
  color: var(--dark-color);
}

.details-content img,  .details-content video {
  max-width: 100%;
}

.details-content h1 {
  font-size: 1.5625vw;
  font-weight: 600;
  color: var(--dark-color);
  line-height: 1.5;
}

.details-content h2, .details-content h3 {
  font-weight: 600;
  color: var(--dark-color);
  line-height: 1.5;
}

.details-content>div {
  margin-bottom: 1.5652vw;
}

.details-content>p {
  margin-bottom: 1.5652vw;
}

.details-content>div:last-child {
  margin-bottom: 0;
}

.details-content .floor-img {
  border-radius: var(--border-radius-6);
  overflow: hidden;
  display: block;
}

.details-weight-font {
  font-weight: 600;
}

.details-li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.details-li::before {
  display: block;
  content: '';
  width: 0.416667vw;
  height: 0.416667vw;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-right: 0.78125vw;
  margin-top: 0.625vw;
}

.details-content .details-img-full {
  width: 100vw;
}

.details-recommend {
  margin-top: 3.125vw;
  border-top: 1px solid #707070;
}

.details-recommend .details-recommend-link {
  padding: 1.5625vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.details-recommend .details-recommend-next {
  font-size: 12px;
  color: #000000;
  margin-right: 2.08333vw;
}

.details-recommend .details-recommend-title {
  flex: 1;
  margin-left: 3.75vw;
}

.details-recommend .details-recommend-title a {
  font-size: 1.25vw;
  color: var(--theme-color);
  font-weight: 600;
}

.details-recommend .details-recommend-more {
  margin-top: 0;
}

@media (min-width: 1921px) {
  .floor-news .news-label {
    font-size: 14px;
  }
  .floor-news .news-more {
    font-size: 14px;
  }
  .floor-news-column .news-column-label {
    font-size: 14px;
  }
  .floor-news-column .news-column-more {
    font-size: 14px;
  }
}

@media (max-width: 828px), (orientation:portrait) {

  .floor-news .news-box {
    width: calc((100% - 2.89855vw) / 2);
  }

  .floor-news .news-box {
    margin-bottom: 6.28019vw;
  }

  .floor-news .news-box:nth-child(2n) {
    margin-right: 0;
  }

  .floor-news .news-label {
    font-size: 2.41546vw;
  }

  .floor-news .new-content-en {
    max-width: 90%;
  }

  .floor-news .news-title {
    font-size: 3.38164vw;
    margin-top: 0.48309vw;
    height: 9.17874vw;
  }

  .floor-news .news-more {
    font-size: 2.89855vw;
    margin-top: 0.96618vw;
  }

  .news-imgs {
    margin-top: 1.20773vw;
  }
  
  .floor-news .news-img {
    border-radius: 0.48309vw;
  }

  .floor-news-column {
    border-top: 0.5px solid #707070;
    margin-top: 8.09179vw;
  }

  .floor-news-column .news-column-link {
    padding: 3.01932vw 0;
    border-bottom: 0.5px solid #707070;
  }

  .floor-news-column .news-column-label {
    display: none;
  }

  .floor-news-column .news-column-imgs {
    width: calc(50% - 1.44928vw);
  }

  .floor-news-column .news-column-aritcle {
    padding-left: 2.89856vw;
    width: calc(50% + 1.44928vw);
  }

  .news-column-aritcle .news-column-top .news-column-label {
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 2.41546vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .floor-news-column .news-column-title {
    font-size: 3.38164vw;
    margin-top: 0.48309vw;
  }

  .floor-news-column .news-column-desc {
    display: none;
  }

  .floor-news-column .news-column-more {
    font-size: 2.41546vw;
    line-height: 1;
  }

  .details-crumbs {
    font-size: 2.89855vw;
    margin-bottom: 3.86473vw;
  }

  .details-date {
    font-size: 2.89855vw;
    margin-top: 2.41546vw;
  }

  .details-title {
    font-size: 6.52174vw;
  }

  .details-label-text {
    font-size: 2.89855vw;
  }

  .details-content {
    font-size: 3.38164vw;
    margin-top: 7.72947vw;
  }

  .details-label {
    margin-top: 3.86473vw;
    height: 6.03865vw;
    font-size: 2.89855vw;
    padding: 0 1.93237vw;
  }

  .details-content>div {
    margin-bottom: 4.83092vw;
  }

  .details-content>p {
    margin-bottom: 3.125vw;
  }

  .details-content h1 {
    font-size: 3.623189vw;
  }

  .details-recommend {
    margin-top: 6.76329vw;
  }

  .details-recommend .details-recommend-link {
    padding: 3.62319vw 0;
  }

  .details-recommend .details-recommend-title a {
    font-size: 3.38164vw;
  }

  .details-recommend .details-recommend-more {
    font-size: 2.41546vw;
    height: 5.7971vw;
    padding: 0 2.41546vw;
  }

  .details-recommend .details-recommend-next {
    font-size: 2.89855vw;
  }
}

@media (max-width: 480px) {
  .floor-news .news-box {
    margin-bottom: 26px;
  }

  .floor-news .news-label {
    font-size: 12px;
  }

  .floor-news .news-title {
    font-size: 15px;
    margin-top: 4px;
    height: 47px;
    line-height: 1.5;
  }

  .floor-news .news-more {
    font-size: 12px;
    margin-top: 4px;
  }

  .news-imgs {
    margin-top: 5px;
  }
  
  .floor-news .news-img {
    border-radius: 2px;
  }

  .floor-news-column .news-column-title {
    font-size: 15px;
    margin-top: 4px;
  }

  .news-column-aritcle .news-column-top .news-column-label { 
    font-size: 12px;
  }

  .floor-news-column .news-column-more {
    font-size: 12px;
  }

  .details-crumbs {
    font-size: 12px;
  }

  .details-recommend .details-recommend-next {
    font-size: 12px;
  }

  .details-content {
    font-size: 14px;
  }

  .details-label-text {
    font-size: 12px;
  }
}



