@charset "UTF-8";
.ywdt-content-container {
  background-image: url(../images/yj-qj-ywdt-img-content-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.ywdt-content-container .toutiao-container {
  margin-top: -20px;
  *zoom: 1;
}
.ywdt-content-container .toutiao-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .toutiao-container .section-title {
  margin-left: 1.25%;
  width: 7.4166666667%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 8px;
  background-color: #eef2f7;
  color: #12489d;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  float: left;
  font-weight: bold;
}
.ywdt-content-container .toutiao-container #toutiao-swiper {
  float: left;
  width: 91.3333333333%;
  padding: 0 1.25%;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #333;
  font-size: 32.4px;
  font-size: calc(36 * var(--font-scale) * 1px);
  font-weight: bold;
}
.ywdt-content-container .toutiao-container #toutiao-swiper a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ywdt-content-container .section-1 {
  background-color: #f5f6f7;
  height: 400px;
  margin-top: 40px;
  overflow: hidden;
  *zoom: 1;
}
.ywdt-content-container .section-1:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-1 #today-news-swiper {
  height: 100%;
  box-sizing: border-box;
  width: 59%;
  float: left;
}
.ywdt-content-container .section-1 #today-news-swiper .swiper-wrapper {
  box-sizing: border-box;
}
.ywdt-content-container .section-1 #today-news-swiper .swiper-slide {
  box-sizing: border-box;
}
.ywdt-content-container .section-1 #today-news-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ywdt-content-container .section-1 #today-news-swiper .swiper-prev,
.ywdt-content-container .section-1 #today-news-swiper .swiper-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 62px;
  background-color: rgba(51, 51, 51, 0.45);
  background-image: url(../images/yj-qj-ywdt-ic-white-arrow-left.png);
  background-position: center;
  background-size: 11px 21px;
  z-index: 1;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ywdt-content-container .section-1 #today-news-swiper .swiper-next {
  left: auto;
  right: 0;
  background-image: url(../images/yj-qj-ywdt-ic-white-arrow-right.png);
}
.ywdt-content-container .section-1 .news-list {
  float: left;
  width: 41%;
  padding: 4.75% 2.0833333333%;
}
.ywdt-content-container .section-1 .news-list a {
  display: none;
}
.ywdt-content-container .section-1 .news-list a.visible {
  display: block;
}
.ywdt-content-container .section-1 .news-list a h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  color: #333;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  line-height: 1.58;
}
.ywdt-content-container .section-1 .news-list a p {
  margin: 0;
  padding: 0;
  margin-top: 34px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #666;
  line-height: 1.88;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 6; /*设置多行的行数*/
}
.ywdt-content-container .section-tabs {
  border-bottom: solid 1px #e8ecf2;
  padding: 13px 0;
}
.ywdt-content-container .section-tabs .tabs {
  *zoom: 1;
}
.ywdt-content-container .section-tabs .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-tabs .tabs a,
.ywdt-content-container .section-tabs .tabs span {
  display: block;
  float: left;
  margin-right: 20px;
  color: #333;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-tabs .tabs a.active,
.ywdt-content-container .section-tabs .tabs span.active {
  color: #12489d;
  font-weight: bold;
}
.ywdt-content-container .section-tabs .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-2 {
  margin-top: 24px;
  *zoom: 1;
}
.ywdt-content-container .section-2:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-2 .news-list a {
  height: 45px;
  line-height: 45px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.ywdt-content-container .section-2 .news-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0b8dc;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ywdt-content-container .section-2 .news-list a h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-left: 17px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-2 .news-list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-2 .news-list a:hover h1 {
  color: #12489d;
}
.ywdt-content-container .section-2 .left-container {
  width: 48.75%;
  float: left;
}
.ywdt-content-container .section-2 .right-container {
  width: 48.75%;
  float: right;
}
.ywdt-content-container .section-2 + .section-2 {
  margin-top: 0;
}
.ywdt-content-container .section-3 .content-container {
  *zoom: 1;
  margin-top: 30px;
}
.ywdt-content-container .section-3 .content-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-3 .content-container .left-container {
  width: 45.9166666667%;
  float: left;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .title {
  background-color: #d1e2f8;
  color: #2965c2;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  text-align: center;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  z-index: 1;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span {
  width: 8px;
  height: 32px;
  border-radius: 3.5px;
  background-image: linear-gradient(to bottom, #4487da, #d1e2f8);
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(1) {
  position: absolute;
  left: 15%;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(2) {
  position: absolute;
  left: 18%;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(3) {
  position: absolute;
  right: 18%;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(4) {
  position: absolute;
  right: 15%;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-prev {
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent #2c64aa transparent transparent;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-next {
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #2c64aa;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ywdt-content-container .section-3 .content-container .left-container .week {
  *zoom: 1;
  background-color: #407cda;
  margin-top: 9px;
}
.ywdt-content-container .section-3 .content-container .left-container .week:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-3 .content-container .left-container .week span {
  display: block;
  width: 14.2857%;
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #c2d4eb;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-3 .content-container .left-container .week span:nth-child(1) {
  border-left: 0;
}
.ywdt-content-container .section-3 .content-container .left-container .days {
  *zoom: 1;
  border-bottom: dashed 1px #9ac1f3;
}
.ywdt-content-container .section-3 .content-container .left-container .days:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-3 .content-container .left-container .days div {
  width: 14.2857%;
  float: left;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  text-align: center;
}
.ywdt-content-container .section-3 .content-container .left-container .days div span {
  position: relative;
  z-index: 1;
}
.ywdt-content-container .section-3 .content-container .left-container .days div::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
}
.ywdt-content-container .section-3 .content-container .left-container .days div.disable {
  color: #d4d4d4;
}
.ywdt-content-container .section-3 .content-container .left-container .days div.has-data {
  color: #407cda;
  cursor: pointer;
}
.ywdt-content-container .section-3 .content-container .left-container .days div.has-data::before {
  background-color: #d1e2f8;
}
.ywdt-content-container .section-3 .content-container .left-container .days div.current-data {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.ywdt-content-container .section-3 .content-container .left-container .days div.current-data::before {
  background-color: #407cda;
}
.ywdt-content-container .section-3 .content-container .right-container {
  width: 51.6666666667%;
  float: right;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head {
  height: 40px;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .date {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #12489d;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .control {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .control .prev {
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent #91b5e3 transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .control .next {
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #91b5e3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .control .num {
  color: #bfbfbf;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  margin: 0 30px;
}
.ywdt-content-container .section-3 .content-container .right-container .right-head .control .num span:nth-child(1) {
  color: #12489d;
}
.ywdt-content-container .section-3 .content-container .right-container .contents {
  border: solid 1px #9ac1f3;
  background-color: #f5f7fa;
  padding: 20px;
  height: 290px;
  margin-top: 9px;
  overflow: hidden;
}
.ywdt-content-container .section-3 .content-container .right-container .contents > a {
  display: none;
  box-sizing: border-box;
  position: relative;
}
.ywdt-content-container .section-3 .content-container .right-container .contents > a.active {
  display: block;
}
.ywdt-content-container .section-3 .content-container .right-container .contents h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #12489d;
}
.ywdt-content-container .section-3 .content-container .right-container .contents .content {
  margin-top: 20px;
  line-height: 1.71;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #666;
}
.ywdt-content-container .section-3 .content-container .right-container .contents .content .detail {
  color: #12489d;
}
.ywdt-content-container .section-4 {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 37px;
}
.ywdt-content-container .section-4:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-4 .left-container {
  float: left;
  width: 48.75%;
}
.ywdt-content-container .section-4 .left-container .video-box {
  height: 0;
  padding-top: 59.829%;
  margin-top: 22px;
}
.ywdt-content-container .section-4 .left-container .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ywdt-content-container .section-4 .left-container .video-title {
  margin-top: 38px;
  display: block;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  background-color: #f5f6f7;
  color: #333;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
}
.ywdt-content-container .section-4 .right-container {
  float: right;
  width: 48.75%;
}
.ywdt-content-container .section-4 .right-container .img-news-list {
  margin-top: 22px;
  *zoom: 1;
}
.ywdt-content-container .section-4 .right-container .img-news-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 47.5213675214%;
  margin-left: 4.6153846154%;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(odd) {
  margin-left: 0;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(1), .ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(2) {
  margin-bottom: 17px;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item:hover img {
  transform: scale(1.08);
}
.ywdt-content-container .section-4 .right-container .img-news-list .item .img-box {
  height: 0;
  padding-top: 58.9928057554%;
  overflow: hidden;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
}
.ywdt-content-container .section-4 .right-container .img-news-list .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  line-height: 46px;
  background-color: #f5f6f7;
  padding: 0 10px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
}

@media screen and (max-width: 1220px) {
  .ywdt-content-container .toutiao-container {
    margin-top: -1.04167vw;
  }
  .ywdt-content-container .toutiao-container .section-title {
    height: 2.86458vw;
    line-height: 2.86458vw;
    border-radius: 0.41667vw;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .toutiao-container #toutiao-swiper {
    height: 2.86458vw;
    line-height: 2.86458vw;
    font-size: 32.4px;
    font-size: calc(36 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-1 {
    height: 20.83333vw;
    margin-top: 2.08333vw;
  }
  .ywdt-content-container .section-1 #today-news-swiper .swiper-prev,
  .ywdt-content-container .section-1 #today-news-swiper .swiper-next {
    width: 1.77083vw;
    height: 3.22917vw;
    background-size: 0.57292vw 1.09375vw;
  }
  .ywdt-content-container .section-1 .news-list a p {
    margin-top: 1.77083vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 4; /*设置多行的行数*/
  }
  .ywdt-content-container .section-tabs {
    padding: 0.67708vw 0;
  }
  .ywdt-content-container .section-tabs .tabs a,
  .ywdt-content-container .section-tabs .tabs span {
    margin-right: 1.04167vw;
  }
  .ywdt-content-container .section-2 {
    margin-top: 1.25vw;
  }
  .ywdt-content-container .section-2 .news-list a {
    height: 2.34375vw;
    line-height: 2.34375vw;
  }
  .ywdt-content-container .section-2 .news-list a::before {
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .ywdt-content-container .section-2 .news-list a h1 {
    padding-left: 0.88542vw;
  }
  .ywdt-content-container .section-3 .content-container {
    margin-top: 1.5625vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .title {
    height: 2.08333vw;
    line-height: 2.08333vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament {
    top: -0.52083vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span {
    width: 0.41667vw;
    height: 1.66667vw;
    border-radius: 0.18229vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-prev {
    border-width: 0.26042vw 0.46875vw;
    left: 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-next {
    border-width: 0.26042vw 0.46875vw;
    right: 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .week {
    margin-top: 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .week span {
    height: 2.08333vw;
    line-height: 2.08333vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .days div {
    height: 2.60417vw;
    line-height: 2.60417vw;
  }
  .ywdt-content-container .section-3 .content-container .left-container .days div::before {
    width: 1.875vw;
    height: 1.875vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head {
    height: 2.08333vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .prev {
    border-width: 0.26042vw 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .next {
    border-width: 0.26042vw 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .num {
    margin: 0 1.5625vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .contents {
    padding: 1.04167vw;
    height: 15.10417vw;
    margin-top: 0.46875vw;
  }
  .ywdt-content-container .section-3 .content-container .right-container .contents .content {
    margin-top: 1.04167vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 6; /*设置多行的行数*/
  }
  .ywdt-content-container .section-4 {
    margin-top: 1.04167vw;
    margin-bottom: 1.92708vw;
  }
  .ywdt-content-container .section-4 .left-container .video-box {
    margin-top: 1.14583vw;
  }
  .ywdt-content-container .section-4 .left-container .video-title {
    margin-top: 1.97917vw;
    height: 2.5vw;
    line-height: 2.5vw;
    padding: 0 0.78125vw;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list {
    margin-top: 1.14583vw;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(1), .ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(2) {
    margin-bottom: 0.88542vw;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list .item .title {
    height: 2.39583vw;
    line-height: 2.39583vw;
    padding: 0 0.52083vw;
  }
}
@media screen and (max-width: 992px) {
  .ywdt-content-container {
    background-image: none;
  }
  .ywdt-content-container .toutiao-container {
    margin-top: -20px;
  }
  .ywdt-content-container .toutiao-container .section-title {
    margin-left: 0;
    width: 45px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    float: left;
  }
  .ywdt-content-container .toutiao-container #toutiao-swiper {
    float: left;
    width: calc(100% - 45px);
    padding: 0 0 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-1 {
    height: auto;
    margin-top: 15px;
  }
  .ywdt-content-container .section-1 #today-news-swiper {
    height: 200px;
    width: 100%;
    float: none;
  }
  .ywdt-content-container .section-1 #today-news-swiper .swiper-prev,
  .ywdt-content-container .section-1 #today-news-swiper .swiper-next {
    width: 34px;
    height: 62px;
    background-size: 11px 21px;
  }
  .ywdt-content-container .section-1 .news-list {
    float: none;
    width: 100%;
    padding: 15px;
  }
  .ywdt-content-container .section-1 .news-list a h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 1; /*设置多行的行数*/
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-1 .news-list a p {
    margin-top: 10px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .ywdt-content-container .section-tabs {
    padding: 8px 0;
  }
  .ywdt-content-container .section-tabs .tabs a,
  .ywdt-content-container .section-tabs .tabs span {
    margin-right: 10px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-2 {
    margin-top: 15px;
  }
  .ywdt-content-container .section-2 .news-list a {
    height: 40px;
    line-height: 40px;
  }
  .ywdt-content-container .section-2 .news-list a::before {
    width: 5px;
    height: 5px;
  }
  .ywdt-content-container .section-2 .news-list a h1 {
    padding-left: 8px;
    width: 70%;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-2 .news-list a span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-2 .left-container,
  .ywdt-content-container .section-2 .right-container {
    width: 100%;
    float: none;
  }
  .ywdt-content-container .section-3 .content-container {
    margin-top: 20px;
  }
  .ywdt-content-container .section-3 .content-container .left-container {
    width: 100%;
    float: none;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .title {
    height: 40px;
    line-height: 40px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament {
    top: -10px;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span {
    width: 8px;
    height: 32px;
    border-radius: 3.5px;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(1) {
    position: absolute;
    left: 15%;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(2) {
    position: absolute;
    left: 20%;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(3) {
    position: absolute;
    right: 20%;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .ornament span:nth-child(4) {
    position: absolute;
    right: 15%;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-prev {
    border-width: 5px 9px;
    left: 9px;
  }
  .ywdt-content-container .section-3 .content-container .left-container .calendar-head .calendar-next {
    border-width: 5px 9px;
    right: 9px;
  }
  .ywdt-content-container .section-3 .content-container .left-container .week {
    margin-top: 9px;
  }
  .ywdt-content-container .section-3 .content-container .left-container .week span {
    height: 35px;
    line-height: 35px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-3 .content-container .left-container .days div {
    height: 40px;
    line-height: 40px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-3 .content-container .left-container .days div::before {
    width: 30px;
    height: 30px;
  }
  .ywdt-content-container .section-3 .content-container .right-container {
    width: 100%;
    float: none;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head {
    height: 40px;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .prev {
    border-width: 5px 9px;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .next {
    border-width: 5px 9px;
  }
  .ywdt-content-container .section-3 .content-container .right-container .right-head .control .num {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    margin: 0 30px;
  }
  .ywdt-content-container .section-3 .content-container .right-container .contents {
    padding: 15px;
    height: auto;
    margin-top: 5px;
  }
  .ywdt-content-container .section-3 .content-container .right-container .contents h1 {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-3 .content-container .right-container .contents .content {
    margin-top: 10px;
    line-height: 1.71;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ywdt-content-container .section-4 .left-container {
    float: none;
    width: 100%;
  }
  .ywdt-content-container .section-4 .left-container .video-box {
    height: 0;
    padding-top: 59.829%;
    margin-top: 10px;
  }
  .ywdt-content-container .section-4 .left-container .video-title {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ywdt-content-container .section-4 .right-container {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list {
    margin-top: 10px;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(1), .ywdt-content-container .section-4 .right-container .img-news-list .item:nth-child(2) {
    margin-bottom: 10px;
  }
  .ywdt-content-container .section-4 .right-container .img-news-list .item .title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
}