@charset "UTF-8";
.news-section {
  padding-bottom: 104px;
}
.news-section .el-icon svg {
  height: 1em;
  width: 1em;
}
.news-section .el-carousel__item {
  width: 100%;
  height: 100%;
}
.news-section .rich-text-wrap h1,
.news-section .rich-text-wrap h2,
.news-section .rich-text-wrap h3,
.news-section .rich-text-wrap h4,
.news-section .rich-text-wrap h5,
.news-section .rich-text-wrap h6 {
  font: revert;
}
@media screen and (min-width: 768.02px) {
  .news-section .rich-text-wrap h1,
  .news-section .rich-text-wrap h2,
  .news-section .rich-text-wrap h3,
  .news-section .rich-text-wrap h4,
  .news-section .rich-text-wrap h5,
  .news-section .rich-text-wrap h6 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .news-section .rich-text-wrap h1,
  .news-section .rich-text-wrap h2,
  .news-section .rich-text-wrap h3,
  .news-section .rich-text-wrap h4,
  .news-section .rich-text-wrap h5,
  .news-section .rich-text-wrap h6 {
    line-height: 1.2;
  }
}
@media screen {
  .news-section .rich-text-wrap h1,
  .news-section .rich-text-wrap h2,
  .news-section .rich-text-wrap h3,
  .news-section .rich-text-wrap h4,
  .news-section .rich-text-wrap h5,
  .news-section .rich-text-wrap h6 {
    margin: 10px 0;
  }
}
@media screen {
  .news-section .rich-text-wrap p {
    margin: 10px 0;
    line-height: 1.5;
  }
}
.news-section .rich-text-wrap a[href] {
  color: var(--denza-brand-primary);
  text-decoration: underline;
  font-weight: 500;
}
.news-section [v-cloak] {
  display: none !important;
}
.news-section .el-input .is-focus {
  background: white !important;
}
.news-section .el-input .is-focus .el-input__prefix {
  color: var(--denza-brand-color);
}
.news-section .el-carousel__indicator.is-active button {
  opacity: 1;
}
@keyframes scaleXAnimation {
  0% {
    transform: scaleX(1);
    /* 开始时，元素正常大小 */
  }
  50% {
    transform: scaleX(0);
    /* 中间点，元素完全缩小 */
  }
  100% {
    transform: scaleX(1);
    /* 结束时，元素恢复原始大小 */
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.news-section .fade-enter-active,
.news-section .fade-leave-active {
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 0.75);
}
.news-section .fade-enter-from,
.news-section .fade-leave-to {
  opacity: 0;
}
.news-section .fade-enter-to,
.news-section .fade-leave-from {
  opacity: 1;
}
.news-section .news-search-bg {
  height: 23.5416666667vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news-section .news-search-bg .news-search-section {
  position: absolute;
  left: 16.6666666667vw;
  right: 16.6666666667vw;
  bottom: 0px;
  height: 9.7916666667vw;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper {
  border: 1px solid rgb(177, 181, 196);
  border-radius: 0.625vw;
  background: #fff;
  height: 3.75vw;
  display: flex;
  align-items: center;
  padding: 1.25vw;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix {
  width: auto;
  height: auto;
  padding-right: 0.4166666667vw;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix .el-input__prefix-inner {
  display: flex;
  align-items: center;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  line-height: normal;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-icon svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__inner {
  font-family: "URW Form Expand";
  height: 1.1458333333vw;
  font-size: 1.0416666667vw;
  border: none;
  flex: 1;
  background: none;
  font-family: none;
}
.news-section .news-search-bg .news-search-section .search-result-section {
  position: absolute;
  top: 3.5416666667vw;
  width: 100%;
  min-height: 11.25vw;
  max-height: calc(100vh - 23.5416666667vw + 5.2083333333vw);
  overflow-y: auto;
  border-radius: 0.625vw;
  box-shadow: 0px 0.5208333333vw 1.5625vw 0px rgba(35, 55, 128, 0.08);
  background: rgb(255, 255, 255);
  padding: 0.625vw;
  margin-top: 0.4166666667vw;
}
.news-section .news-search-bg .news-search-section .search-result-section .unsearch-desc {
  color: rgb(119, 126, 145);
  font-family: URW Form Expand;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
}
.news-section .news-search-bg .news-search-section .search-result-section .unsearch-text {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
  word-break: break-word;
}
.news-section .news-search-bg .news-search-section .search-result-section .search-result-item {
  text-align: left;
  padding: 0.8333333333vw;
  color: rgb(16, 18, 21);
  font-family: URW Form Expand;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 0.9375vw;
}
.news-section .news-search-bg .news-search-section .search-result-section .search-result-item:not(:last-child) {
  margin-bottom: 0.625vw;
}
.news-section .news-search-bg .news-search-section .search-result-section .search-result-item:hover {
  border-radius: 0.4166666667vw;
  /* Brand/0 */
  background: rgb(234, 240, 252);
  color: var(--denza-brand-color);
}
.news-section .news-search-bg .news-search img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}
.news-section .news-search-bg .module-section {
  margin: 2.0833333333vw 0 0 1.25vw;
}
.news-section .news-search-bg .module-text {
  color: rgb(255, 255, 255);
  font-family: URW Form Expand;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.news-section .news-search-bg .module-text-active {
  font-family: URW Form Expand-700;
  font-weight: 700;
}
.news-section .news-search-bg .module-text:not(:last-child) {
  margin-right: 64px;
}
.news-section .news-list {
  margin-bottom: 76px;
}
.news-section .news-list .search-desc-section {
  padding: 0 140px;
}
@media screen and (min-width: 768.02px) {
  .news-section .news-list .search-desc-section {
    display: flex;
  }
}
.news-section .news-list .search-desc-section .search-desc {
  color: rgb(119, 126, 145);
  font-family: URW Form Expand;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.5625vw;
}
.news-section .news-list .search-desc-section .search-text {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.5625vw;
  word-break: break-word;
}
.news-section .news-list-section {
  margin-bottom: 3.6458333333vw;
  padding: 0 6.4583333333vw;
}
@media screen and (min-width: 768.02px) {
  .news-section .news-list-section.news-list-section-byd-row-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-section .news-item {
  margin-top: 3.5416666667vw;
  padding: 0 16px;
  width: 33.3333333333%;
}
.news-section .news-item img {
  width: 100%;
  height: 18.2291666667vw;
  border-radius: 0.625vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .news-item-title {
  margin-top: 1.0416666667vw;
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}
.news-section .news-item-date {
  margin-top: 0.4166666667vw;
  color: rgb(0, 0, 0);
  font-family: URW Form Expand;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
}
.news-section .news-item-blurb {
  margin-top: 0.4166666667vw;
  color: rgb(0, 0, 0);
  font-family: URW Form Expand;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.4583333333vw;
}
.news-section .news-item-more {
  margin-top: 1.0416666667vw;
  font-family: URW Form Expand-700;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
.news-section .recommend-section {
  display: flex;
  padding: 0 7.2916666667vw;
}
.news-section .recommend-section .news-item {
  margin-top: 0px;
  padding: 0 1.5625vw 0 0;
  width: 30.625vw;
}
.news-section .recommend-section .news-item .news-item-title {
  margin-top: 0;
}
.news-section .recommend-section .recommend-carousel {
  flex: 1;
  height: 35.46875vw;
}
.news-section .recommend-section .el-carousel {
  height: 100%;
  --el-carousel-indicator-width: 56px;
  --el-carousel-indicator-height: 2px;
  --el-carousel-indicator-padding-horizontal: 7px;
  --el-carousel-indicator-padding-vertical: 40px;
}
.news-section .recommend-section .el-carousel__button {
  opacity: 0.4;
  border-radius: 1.0416666667vw;
}
.news-section .recommend-section .recommend-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.8333333333vw;
}
.news-section .news-pagination img {
  width: 1.25vw;
  height: 1.25vw;
}
.news-section .news-pagination .pagination-item {
  padding: 0 0.625vw;
  color: rgb(53, 57, 69);
  font-family: URW Form Expand;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 2.5vw;
  cursor: pointer;
}
.news-section .news-pagination .pagination-item-active {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  position: relative;
}
.news-section .news-pagination .pagination-item-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: calc((100% - 1.25vw) / 2);
  width: 1.25vw;
  height: 0.2083333333vw;
  background: rgb(15, 98, 254);
}
.news-section .no-result-section {
  margin-top: 3.5416666667vw;
}
.news-section .no-result-section img {
  width: 5.46875vw;
  height: 5.46875vw;
  margin-bottom: 1.6666666667vw;
}
.news-section .no-result-section .no-result-text {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .news-section .news-search-bg {
    height: 41.3333333333vw;
    width: 100%;
    position: relative;
  }
  .news-section .news-search-bg .news-search-section {
    position: absolute;
    left: 6.4vw;
    right: 6.4vw;
    bottom: 12.8vw;
    height: auto;
  }
  .news-section .news-search-bg .news-search-section .el-input__wrapper {
    border-radius: 3.2vw;
    height: 10.9333333333vw;
    padding: 6.4vw;
    background: rgba(255, 255, 255, 0.84);
  }
  .news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix {
    padding-right: 2.1333333333vw;
  }
  .news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-icon svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .news-section .news-search-bg .news-search-section .el-input__wrapper .el-input__inner {
    height: 5.6vw;
    font-size: 3.7333333333vw;
  }
  .news-section .news-search-bg .news-search-section .news-search img {
    width: 4.8vw;
    height: 4.8vw;
  }
  .news-section .recommend-section {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    padding: 0 6.4vw;
  }
  .news-section .recommend-section .news-item {
    margin: 0 0 9.6vw;
    padding: 0;
    width: 100%;
  }
  .news-section .recommend-section .recommend-carousel {
    height: 51.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .news-section .recommend-section .el-carousel {
    height: 100%;
    --el-carousel-indicator-width: pxTovwMob(28);
    --el-carousel-indicator-height: 2px;
    --el-carousel-indicator-padding-horizontal: pxTovwMob(4);
    --el-carousel-indicator-padding-vertical: pxTovwMob(20);
  }
  .news-section .recommend-section .el-carousel__button {
    opacity: 0.4;
    border-radius: 5.3333333333vw;
  }
  .news-section .recommend-section .recommend-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3.2vw;
  }
  .news-section .news-list .search-desc-section {
    padding: 0 6.4vw;
    margin-bottom: 9.6vw;
  }
  .news-section .news-list .search-desc-section .search-desc {
    color: rgb(119, 126, 145);
    font-family: URW Form Expand;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 6.4vw;
  }
  .news-section .news-list .search-desc-section .search-text {
    color: rgb(0, 0, 0);
    font-family: URW Form Expand;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 6.4vw;
    word-break: break-word;
  }
  .news-section .news-list .news-list-section {
    margin: 0 6.4vw 17.0666666667vw;
    padding: 0;
  }
  .news-section .news-item {
    margin: 0 0 9.6vw;
    padding: 0;
    width: 100%;
  }
  .news-section .news-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
  .news-section .news-item-title {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-style: Medium;
    font-weight: 500;
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
  .news-section .news-item-date {
    margin-top: 2.1333333333vw;
    color: rgb(0, 0, 0);
    font-family: URW Form Expand;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .news-section .news-item-blurb {
    margin-top: 2.1333333333vw;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-family: URW Form Expand;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .news-section .news-item-more {
    margin-top: 2.1333333333vw;
    font-family: URW Form Expand;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .news-section .news-item .link-button::after {
    width: 3.2vw;
    height: 3.2vw;
    position: relative;
    top: -0.5333333333vw;
  }
  .news-section .news-list-section .news-item {
    margin: 0;
    padding-bottom: 9.6vw;
  }
  .news-section .news-list-section .news-item:last-child {
    border-bottom: 1px solid rgb(230, 232, 236);
  }
  .news-section .news-pagination img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .news-section .news-pagination .pagination-num {
    margin: 0 6.9333333333vw;
    color: rgb(0, 0, 0);
    font-family: Source Han Sans CN;
    font-size: 3.7333333333vw;
    line-height: 8.5333333333vw;
  }
  .news-section .news-pagination .pagination-separator {
    margin: 0 8.5333333333vw;
  }
  .news-section .no-result-section {
    margin-top: 18.1333333333vw;
  }
  .news-section .no-result-section img {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    margin-bottom: 7.4666666667vw;
  }
  .news-section .no-result-section .no-result-text {
    color: rgb(0, 0, 0);
    font-family: URW Form Expand;
    font-size: 5.3333333333vw;
    font-weight: 400;
    line-height: 8vw;
    text-align: center;
  }
}.news-detail-section[data-v-bbe87a1f] {
  padding-top: 8.6458333333vw;
}
.news-detail-section .bread-crumb-section[data-v-bbe87a1f] {
  margin-left: 7.2916666667vw;
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 768.02px) {
.news-detail-section .bread-crumb-section[data-v-bbe87a1f] {
    display: flex;
}
}
.news-detail-section .bread-crumb-section .bread-crumb button[data-v-bbe87a1f] {
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-style: Medium;
  font-size: 0.8333333333vw;
  font-weight: 500;
}
.news-detail-section .bread-crumb-section .bread-crumb img[data-v-bbe87a1f] {
  width: 1.25vw;
  height: 1.25vw;
  margin: 0 0.4166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-section .bread-crumb-section .bread-crumb-last[data-v-bbe87a1f] {
  color: rgb(119, 126, 145);
  font-family: "URW Form Expand";
  font-style: Medium;
  font-size: 0.8333333333vw;
  font-weight: 500;
  word-break: break-word;
}
.news-detail-section .detail-factor-section[data-v-bbe87a1f] {
  padding: 0 14.4791666667vw 0 43.2291666667vw;
}
.news-detail-section .detail-time[data-v-bbe87a1f] {
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.news-detail-section .detail-title[data-v-bbe87a1f] {
  margin-top: 0.8333333333vw;
  color: rgb(0, 0, 0);
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
  word-break: break-word;
  font-family: "URW Form Expand";
  font-style: Bold;
  font-weight: 700;
}
.news-detail-section .detail-blurb[data-v-bbe87a1f] {
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  word-break: break-word;
  margin-top: 0.4166666667vw;
}
.news-detail-section .firstImg[data-v-bbe87a1f] {
  margin-top: 5.9375vw;
  height: 51.875vw;
}
.news-detail-section .firstImg .el-carousel[data-v-bbe87a1f] {
  height: 100%;
}
.news-detail-section .firstImg img[data-v-bbe87a1f] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-section .content-section[data-v-bbe87a1f] {
  margin-top: 5vw;
}
.news-detail-section .content-section .section-detail-text[data-v-bbe87a1f] {
  padding: 0 10.9375vw;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768.02px) {
.news-detail-section .content-section .section-detail-text[data-v-bbe87a1f] {
    display: flex;
}
}
.news-detail-section .content-section .section-detail-text .section-detail-factor[data-v-bbe87a1f] {
  width: 28.75vw;
  margin-right: 7.1875vw;
}
.news-detail-section .content-section .section-detail-text .section-detail-factor .section-detail-title[data-v-bbe87a1f] {
  color: rgb(0, 0, 0);
  word-break: break-word;
  font-family: "URW Form Expand";
  font-style: Bold;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 2.5vw;
}
.news-detail-section .content-section .section-detail-text .section-detail-factor .section-detail-blurb[data-v-bbe87a1f] {
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
  word-break: break-word;
  margin-top: 1.5625vw;
}
.news-detail-section .content-section .section-detail-text .section-detail-content[data-v-bbe87a1f] {
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 400;
}
.news-detail-section .content-section .section-detail-img[data-v-bbe87a1f] {
  padding: 0 7.2916666667vw;
  margin-bottom: 5vw;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 768.02px) {
.news-detail-section .content-section .section-detail-img[data-v-bbe87a1f] {
    display: flex;
}
}
.news-detail-section .content-section .section-detail-img img[data-v-bbe87a1f] {
  width: 100%;
  height: 37.8125vw;
  border-radius: 0.8333333333vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-section .content-section .section-detail-img img .byd-g-1[data-v-bbe87a1f] {
  flex: 1;
  border-radius: 1.25vw;
}
.news-detail-section .content-section .section-detail-img img .byd-g-2[data-v-bbe87a1f] {
  flex: 2;
}
.news-detail-section .recent-title[data-v-bbe87a1f] {
  padding: 0 7.2916666667vw;
  color: rgb(0, 0, 0);
  font-family: "URW Form Expand";
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  margin-bottom: 2.9166666667vw;
}
.news-detail-section .news-list-section[data-v-bbe87a1f] {
  margin-bottom: 0;
}
@media screen and (min-width: 768.02px) {
.news-detail-section .news-list-section[data-v-bbe87a1f] {
    display: flex;
}
}
.news-detail-section .news-item[data-v-bbe87a1f] {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
.news-detail-section[data-v-bbe87a1f] {
    padding: 68px 0 0;
}
.news-detail-section .bread-crumb-section[data-v-bbe87a1f] {
    padding: 0 4.2666666667vw;
    margin: 0 0 4.2666666667vw;
}
.news-detail-section .bread-crumb-section .bread-crumb div[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    cursor: pointer;
    margin-left: 1.0666666667vw;
}
.news-detail-section .bread-crumb-section .bread-crumb img[data-v-bbe87a1f] {
    width: 6.4vw;
    height: 6.4vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0;
}
.news-detail-section .bread-crumb-section .bread-crumb-last[data-v-bbe87a1f] {
    font-family: URW Form Expand;
    font-size: 3.7333333333vw;
    color: rgb(177, 181, 196);
    word-break: break-word;
}
.news-detail-section .detail-factor-section[data-v-bbe87a1f] {
    padding: 0 4.2666666667vw;
}
.news-detail-section .detail-time[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
}
.news-detail-section .detail-title[data-v-bbe87a1f] {
    color: rgb(16, 18, 21);
    font-family: "URW Form Expand";
    font-style: Medium;
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 8.5333333333vw;
    word-break: break-word;
    margin-top: 2.1333333333vw;
}
.news-detail-section .detail-blurb[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    word-break: break-word;
    margin-top: 2.1333333333vw;
}
.news-detail-section .firstImg[data-v-bbe87a1f] {
    margin-top: 12.8vw;
    height: 130.1333333333vw;
}
.news-detail-section .firstImg .el-carousel[data-v-bbe87a1f] {
    height: 100%;
}
.news-detail-section .firstImg img[data-v-bbe87a1f] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-detail-section .content-section[data-v-bbe87a1f] {
    margin-top: 12.8vw;
}
.news-detail-section .content-section .section-detail-text[data-v-bbe87a1f] {
    padding: 0 4.2666666667vw;
    margin: 0;
}
.news-detail-section .content-section .section-detail-text .section-detail-factor[data-v-bbe87a1f] {
    width: 100%;
    margin: 0;
}
.news-detail-section .content-section .section-detail-text .section-detail-factor .section-detail-title[data-v-bbe87a1f] {
    color: rgb(16, 18, 21);
    font-family: "URW Form Expand";
    font-style: Medium;
    font-size: 6.4vw;
    line-height: 8.5333333333vw;
    word-break: break-word;
}
.news-detail-section .content-section .section-detail-text .section-detail-factor .section-detail-blurb[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    word-break: break-word;
    margin-top: 4.2666666667vw;
}
.news-detail-section .content-section .section-detail-text .section-detail-content[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    word-break: break-word;
    margin-top: 4.2666666667vw;
}
.news-detail-section .content-section .section-detail-img[data-v-bbe87a1f] {
    padding: 0 4.2666666667vw;
    margin: 12.8vw 0 8.5333333333vw;
}
.news-detail-section .content-section .section-detail-img img[data-v-bbe87a1f] {
    width: 100%;
    height: 118.4vw;
    margin: 0 0 4.2666666667vw;
    border-radius: 3.2vw;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-detail-section .content-section .section-detail-img img[data-v-bbe87a1f]:last-child {
    margin-bottom: 0;
}
.news-detail-section .recent-title[data-v-bbe87a1f] {
    color: rgb(0, 0, 0);
    font-family: "URW Form Expand";
    font-style: Medium;
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 8.5333333333vw;
    margin: 17.0666666667vw 0 9.6vw;
}
.news-detail-section .news-list-section[data-v-bbe87a1f] {
    margin-bottom: 17.0666666667vw;
}
.news-detail-section .news-item[data-v-bbe87a1f] {
    margin-top: 0;
}
}
.isPad .bread-crumb-section[data-v-bbe87a1f] {
  margin-left: 100px;
}
.isPad .detail-factor-section[data-v-bbe87a1f] {
  padding: 0 100px;
}
.isPad .news-detail-section .section-detail-text[data-v-bbe87a1f] {
  padding: 0 100px !important;
}
.isPad .news-detail-section .section-detail-factor[data-v-bbe87a1f] {
  width: 100% !important;
  margin: 0 !important;
}
.isPad .news-detail-section .section-detail-img[data-v-bbe87a1f] {
  padding: 0 100px !important;
}
.isPad .news-detail-section .section-detail-content[data-v-bbe87a1f] {
  margin-top: 72px;
}