body,
html {
  height: auto;
}
body {
  background-color: #e6f4fd;
  background-image: url(../images/yjtc_bmfw_body_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.one {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 25px;
  width: 100%;
  height: 470px;
  background-image: url(../images/yjtc_bmfw_one_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.one .one-title {
  position: absolute;
  top: 34px;
  left: -55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 138px;
  background: linear-gradient(0deg, #f39923 0%, #fee281 99%), #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.one .one-title span {
  font-size: 21.6px;
  font-size: calc((24*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 2.4px;
}
.one .calendar-box {
  padding: 15px;
  width: calc(47% - 46px);
  height: 100%;
  background: linear-gradient(0deg, #3564c6 0%, #72befa 100%), #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.one .calendar-box .calendar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.one .calendar-box .calendar .calendar-head {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #e5f1fe 0%, #ffffff 61%, #ffffff 100%), #ffffff;
  height: 64px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.one .calendar-box .calendar .calendar-head .title {
  margin: 0 15px;
  color: #333;
  line-height: 64px;
  font-weight: bold;
  font-size: 21.6px;
  font-size: calc((24*var(--font-scale)) * 1px);
  text-align: center;
}
.one .calendar-box .calendar .calendar-head .ornament {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  z-index: 1;
}
.one .calendar-box .calendar .calendar-head .ornament img {
  width: 16px;
  height: 32px;
}
.one .calendar-box .calendar .calendar-head .ornament img:nth-child(1) {
  position: absolute;
  left: 10%;
}
.one .calendar-box .calendar .calendar-head .ornament img:nth-child(2) {
  position: absolute;
  right: 10%;
}
.one .calendar-box .calendar .calendar-head img {
  height: 22px;
  cursor: pointer;
}
.one .calendar-box .calendar .week {
  *zoom: 1;
  margin-top: 9px;
}
.one .calendar-box .calendar .week:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.one .calendar-box .calendar .week span {
  display: block;
  width: 14.2857%;
  height: 48px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
  color: #333;
  font-weight: bold;
  font-size: 16.2px;
  font-size: calc((18*var(--font-scale)) * 1px);
}
.one .calendar-box .calendar .week span:nth-child(1) {
  border-left: 0;
}
.one .calendar-box .calendar .days {
  position: relative;
  *zoom: 1;
}
.one .calendar-box .calendar .days:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.one .calendar-box .calendar .days div {
  position: relative;
  width: 14.2857%;
  float: left;
  height: 52px;
  line-height: 52px;
  color: #999;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  text-align: center;
}
.one .calendar-box .calendar .days div span {
  position: relative;
  z-index: 1;
}
.one .calendar-box .calendar .days div::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
}
.one .calendar-box .calendar .days div.disable {
  color: #d4d4d4;
}
.one .calendar-box .calendar .days div.has-data {
  color: #407cda;
  cursor: pointer;
}
.one .calendar-box .calendar .days div.has-data::before {
  background-color: #d1e2f8;
}
.one .calendar-box .calendar .days div.current-data {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.one .calendar-box .calendar .days div.current-data::before {
  background-color: #407cda;
}
.one .line {
  margin: 0 45px;
  height: calc(100% - 60px);
  border-right: 1px dashed #3b73c0;
}
.one .news-box {
  width: calc(53% - 45px);
  height: 100%;
}
.one .news-box .news-contents {
  width: 100%;
  height: calc(100% - 40px);
}
.one .news-box .news-contents .news-content {
  display: none;
}
.one .news-box .news-contents .news-content .news-title {
  font-size: 21.6px;
  font-size: calc((24*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.one .news-box .news-contents .news-content .news-con {
  display: -webkit-box;
  margin: 25px 0 20px 0;
  max-height: 240px;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  line-height: 30px;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.one .news-box .news-contents .news-content .news-con .detail {
  color: #3b73c0;
}
.one .news-box .news-contents .news-content .news-info {
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.one .news-box .news-contents .active {
  display: block;
}
.one .news-box .right-footer {
  position: relative;
  height: 40px;
}
.one .news-box .right-footer .date {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  color: #000;
}
.one .news-box .right-footer .control {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.one .news-box .right-footer .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;
}
.one .news-box .right-footer .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;
}
.one .news-box .right-footer .control .num {
  color: #bfbfbf;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  margin: 0 30px;
}
.one .news-box .right-footer .control .num span:nth-child(1) {
  color: #12489d;
}
.two {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 24px;
}
.two .two-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  min-height: 110px;
  background-image: url(../images/yjtc_bmfw_two_title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.two .two-title img {
  margin-top: 5%;
}
.two .two-title img:nth-child(1) {
  margin-left: 10%;
  width: 10%;
}
.two .two-title img:nth-child(2) {
  margin-left: 2%;
  width: 29%;
}
.two .two-header {
  position: relative;
  padding-top: 1.5%;
  width: 100%;
  z-index: 2;
  background: url(../images/yjtc_bmfw_two_type_bg.png) no-repeat;
  background-size: 100% auto;
}
.two .two-header .type-box {
  display: flex;
  flex-direction: row;
  margin-left: 28%;
  width: calc(72% - 30px);
}
.two .two-header .type-box .type-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  width: 18%;
  height: 60px;
  font-size: 25.2px;
  font-size: calc((28*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #333333;
}
.two .two-header .type-box .type-item-active,
.two .two-header .type-box .type-item:hover {
  background: linear-gradient(0deg, #3564c6 0%, #72befa 100%), #3b73c0;
  border-radius: 30px;
  color: #ffffff;
}
.two .two-header .search-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px 30px 40px 30px;
  width: calc(100% - 60px);
  height: 90px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 10px 0px rgba(4, 16, 29, 0.1);
}
.two .two-header .search-box .zhd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 12%;
  height: 42px;
  background-image: url(../images/yjtc_bmfw_two_zhd_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.two .two-header .search-box .zhd img {
  margin-right: 5%;
  height: 20px;
}
.two .two-header .search-box .zhd span {
  font-size: 19.8px;
  font-size: calc((22*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #ffffff;
}
.two .two-header .search-box input {
  padding: 0 10px;
  width: 18%;
  height: 48px;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  background: #f2f8fc;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #3b73c0;
  border-radius: 6px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.two .two-header .search-box i {
  display: block;
  margin: 0 15px;
  width: 25px;
  height: 2px;
  background: #3b73c0;
}
.two .two-header .search-box .date-ico {
  display: block;
  margin-left: 23px;
  margin-right: 25px;
  height: 40px;
}
.two .two-header .search-box .sure-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 48px;
  font-size: 16.2px;
  font-size: calc((18*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  background: #3b73c0;
  border-radius: 6px;
  cursor: pointer;
}
.two #searchlist {
  margin: 0 auto 0 auto;
  width: calc(100% - 60px);
  min-height: 600px;
  text-align: center;
}
.two #hd-swiper {
  margin: 0 auto 20px auto;
  width: calc(100% - 60px);
}
.two .hd-list {
  *zoom: 1;
  width: 100%;
}
.two .hd-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.two .hd-list li {
  float: left;
  position: relative;
  margin-right: 23px;
  margin-bottom: 20px;
  width: calc((100% - 23px) / 2);
  height: 180px;
  background: #f2f8fc;
  border-radius: 10px;
  overflow: hidden;
}
.two .hd-list li:nth-child(2n+2) {
  margin-right: 0;
}
.two .hd-list li a {
  display: block;
}
.two .hd-list li .item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  box-sizing: border-box;
}
.two .hd-list li .item-header .hd-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 42px;
  background: linear-gradient(0deg, #3564c6 0%, #72befa 100%), #e5f1fe;
  border-bottom-right-radius: 10px;
}
.two .hd-list li .item-header .hd-title img {
  display: block;
  margin-right: 10px;
  height: 18px;
}
.two .hd-list li .item-header .hd-title span {
  font-size: 16.2px;
  font-size: calc((18*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #fefefe;
}
.two .hd-list li .item-header .time {
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #999999;
}
.two .hd-list li .item-header .time img {
  margin-top: -3px;
  margin-right: 8px;
  height: 21px;
  vertical-align: middle;
}
.two .hd-list li .tit {
  margin: 15px 20px 10px 20px;
  width: calc(100% - 40px);
  font-size: 16.2px;
  font-size: calc((18*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.two .hd-list li .info {
  display: -webkit-box;
  margin: 0 20px;
  width: calc(100% - 40px);
  height: 72px;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}
.two .hd-list li:hover .tit,
.two .hd-list li:hover .info {
  color: #2c64aa;
}
.two .wlhd-list li .tit,
.two .yjzj-list li .tit {
  display: -webkit-box;
  height: 90px;
  line-height: 30px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}
.two .wlhd-list li .info,
.two .yjzj-list li .info {
  display: none;
}
.two .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  width: 140px;
  height: 48px;
  font-size: 16.2px;
  font-size: calc((18*var(--font-scale)) * 1px);
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  background: #3b73c0;
  border-radius: 6px;
  cursor: pointer;
}
.hd-search-list-pagination {
  text-align: center;
  margin-top: 35px;
}
.hd-search-list-pagination a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14.4px;
  font-size: calc((16*var(--font-scale)) * 1px);
  border-radius: 4px;
  word-break: keep-all;
  width: auto;
  min-width: 35px;
  background-color: #ebf1fc;
}
.hd-search-list-pagination a.cur {
  color: #fff;
  background-color: #0096e7;
}
.hd-search-list-pagination a + a {
  margin-left: 10px;
}
@media screen and (max-width: 1120px) {
  .two .two-header .search-box input {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  body {
    background-size: 100% auto;
  }
  .one {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #fff;
  }
  .one .one-title {
    position: absolute;
    top: -40px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .one .calendar-box {
    padding: 15px 10px;
    width: 100%;
    border-radius: 10px;
  }
  .one .calendar-box .calendar {
    border-radius: 10px;
  }
  .one .calendar-box .calendar .calendar-head {
    height: 54px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .one .calendar-box .calendar .calendar-head .title {
    line-height: 54px;
  }
  .one .calendar-box .calendar .week {
    margin-top: 5px;
  }
  .one .calendar-box .calendar .week span {
    height: 40px;
    line-height: 40px;
  }
  .one .calendar-box .calendar .days div {
    height: 42px;
    line-height: 42px;
  }
  .one .line {
    display: none;
  }
  .one .news-box {
    margin-top: 15px;
    width: 100%;
  }
  .one .news-box .news-con {
    display: -webkit-box;
    margin: 15px 0 10px 0;
    max-height: 240px;
  }
  .one .news-box .news-btn {
    margin-right: 10px;
    margin-top: 20px;
    min-width: 120px;
    width: 30%;
    height: 42px;
    line-height: 42px;
  }
  .two {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    background-color: #fff;
  }
  .two .two-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 70px;
  }
  .two .two-title img {
    margin-top: 0;
  }
  .two .two-title img:nth-child(1) {
    margin-left: 0;
    width: 10%;
  }
  .two .two-title img:nth-child(2) {
    margin-left: 2%;
    width: 29%;
  }
  .two .two-header {
    position: relative;
    padding-top: 0;
    margin-top: 20px;
    width: 100%;
    background: none;
  }
  .two .two-header .type-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
  }
  .two .two-header .type-box .type-item {
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
    height: 40px;
    font-size: 18px;
    font-size: calc((20*var(--font-scale)) * 1px);
  }
  .two .two-header .type-box .type-item-active,
  .two .two-header .type-box .type-item:hover {
    border-radius: 20px;
  }
  .two .two-header .search-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px 10px 10px 10px;
    padding-bottom: 15px;
    width: calc(100% - 20px);
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .two .two-header .search-box .zhd {
    margin-bottom: 10px;
    margin-right: calc(100% - 130px);
    width: 130px;
    height: 42px;
  }
  .two .two-header .search-box .zhd span {
    font-size: 18px;
    font-size: calc((20*var(--font-scale)) * 1px);
  }
  .two .two-header .search-box input {
    margin: 0 10px;
    padding: 0 10px;
    width: calc((100% - 65px) / 2);
    height: 40px;
  }
  .two .two-header .search-box i {
    margin: 0 0;
  }
  .two .two-header .search-box .date-ico {
    display: none;
  }
  .two .two-header .search-box .sure-btn {
    margin-top: 10px;
    width: 150px;
    height: 40px;
    font-size: 14.4px;
    font-size: calc((16*var(--font-scale)) * 1px);
  }
  .two #searchlist {
    margin: 0 auto 0 auto;
    width: calc(100% - 20px);
    min-height: 60px;
  }
  .two #hd-swiper {
    margin: 0 auto 0 auto;
    width: calc(100% - 20px);
  }
  .two .hd-list {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .two .hd-list li {
    padding-bottom: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .two .hd-list li a {
    display: block;
  }
  .two .hd-list li .item-header {
    padding-right: 15px;
  }
  .two .hd-list li .tit {
    margin: 15px 15px 10px 15px;
    width: calc(100% - 30px);
    font-size: 14.4px;
    font-size: calc((16*var(--font-scale)) * 1px);
  }
  .two .hd-list li .info {
    margin: 0 15px;
    width: calc(100% - 30px);
    font-size: 14.4px;
    font-size: calc((16*var(--font-scale)) * 1px);
  }
  .two .more-btn {
    width: 140px;
    height: 40px;
    font-size: 14.4px;
    font-size: calc((16*var(--font-scale)) * 1px);
  }
  .hd-search-list-pagination {
    text-align: center;
    margin-top: 10px;
  }
  .hd-search-list-pagination a {
    display: none;
    padding: 10px 20px;
    border-radius: 2px;
  }
  .hd-search-list-pagination a.prev-page,
  .hd-search-list-pagination a.next-page {
    display: inline-block;
  }
  .hd-search-list-pagination a + a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .two .two-header .type-box .type-item {
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
