@charset "UTF-8";
body {
  background-color: #fafafa;
}

.banner {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.banner > .swiper {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
  height: 476px;
  padding-bottom: 38px;
  user-select: none;
}

.banner > .swiper .swiper-slide {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.banner > .swiper .swiper-slide a {
									 
  width: 100%;
  height: 100%;
}

.banner > .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner > .swiper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  font-size: 28px;
  line-height: 60px;
  color: #fff;
  padding-left: 6px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner > .swiper .swiper-slide-prev img,
.banner > .swiper .swiper-slide-next img {
  transform: scale(0.96);
}

.banner > .swiper .swiper-button-prev,
.banner > .swiper .swiper-button-next {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #ffffff5f;
  border-radius: 50%;
  transform: translateY(-50%);
}

.banner > .swiper .swiper-button-prev::after,
.banner > .swiper .swiper-button-next::after {
  font-size: 26px;
  transform: translateX(-2px);
}

.banner > .swiper .swiper-button-next::after {
  font-size: 26px;
  transform: translateX(2px);
}

.banner > .swiper:hover .swiper-button-prev,
.banner > .swiper:hover .swiper-button-next {
  display: flex;
}

.list {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 36px !important;
}

.list .block .head {
  display: flex;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px #8bafd6 solid;
  z-index: 0;
}

.list .block .head .icon {
  margin-right: 12px;
}

.list .block .head .icon img {
  width: 21px;
  height: 21px;
}

.list .block .head .title {
  font-size: 16px;
  font-weight: bold;
}

.list .block .head .more {
  position: absolute;
  padding-bottom: 10px;
  right: 0;
  bottom: 0;
  font-size: 16px;
  border-bottom: 1px #416287 solid;
}

.list .block .con {
  padding-top: 18px;
}

.list .block .dtjs .title {
  font-size: 12px;
  color: #7B7B7B;
}

.list .block .dtjs .time {
  font-size: 12px;
  color: #777;
}

.list .block .dtjs li {
  padding: 8px 0 8px 0;
}

.list .block .dtjs .first {
  padding-top: 0;
}

.list .block .dtjs .first .top {
  display: flex;
}

.list .block .dtjs .first .top img {
  width: 192px;
  height: 108px;
  margin-right: 12px;
  flex-shrink: 0;
}

.list .block .dtjs .first .top .title {
  line-height: 30px;
}

.list .block .dtjs .first .btm {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list .block .dtjs .first .btm .time {
  display: flex;
  align-items: center;
}

.list .block .dtjs .first .btm .time img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.list .block .dtjs .first .btm .read {
  width: 50px;
  height: 26px;
  background-color: #416287;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  font-size: 15px;
}

.list .block .dtjs .other {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #dadada;
}

.list .block .dtjs .other .title {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  box-sizing: border-box;
  position: relative;
}

.list .block .dtjs .other .title::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #175687;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list .block .tzgg {
  margin-top: 18px;
}

.list .block .tzgg > li,
.list .block .tzgg > a {
  background-color: #eeeeee;
  height: 81px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  box-sizing: border-box;
}

.list .block .tzgg > li .time,
.list .block .tzgg > a .time {
  font-weight: bold;
  text-align: center;
}

.list .block .tzgg > li .time .year,
.list .block .tzgg > a .time .year {
  font-size: 16px;
  margin-bottom: 10px;
}

.list .block .tzgg > li .time .date,
.list .block .tzgg > a .time .date {
  font-size: 13px;
}

.list .block .tzgg > li .line,
.list .block .tzgg > a .line {
  background-color: #303030;
  width: 1px;
  height: 24px;
}

.list .block .tzgg > li .title,
.list .block .tzgg > a .title {
  width: 260px;
  margin-right: 6px;
}

.list .block .tzgg > li .title .title1,
.list .block .tzgg > a .title .title1 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #555;
}

.list .block .tzgg > li .title .title2,
.list .block .tzgg > a .title .title2 {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
}

.list .block .tzgg > li img,
.list .block .tzgg > a img {
  width: 14px;
  height: 36px;
}

.list .block .fwzn > li,
.list .block .fwzn > a {
  height: 102px;
  padding: 20px 36px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list .block .fwzn > li img,
.list .block .fwzn > a img {
  width: 14px;
  height: 36px;
}

.list .block .fwzn > li .left .title,
.list .block .fwzn > a .left .title {
  font-size: 16px;
}

.list .block .fwzn > li .left .line,
.list .block .fwzn > a .left .line {
  width: 64px;
  height: 3px;
  background-color: #ff8a24;
  margin: 4px 0;
}

.list .block .fwzn > li .left .text,
.list .block .fwzn > a .left .text {
  font-size: 13px;
  color: #777;
}

.list .block .kstd {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}

.list .block .kstd > li,
.list .block .kstd > a {
  background-color: #fff;
  padding: 23px 0;
}

.list .block .kstd > li .icon,
.list .block .kstd > a .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}

.list .block .kstd > li .icon img,
.list .block .kstd > a .icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.list .block .kstd > li .title,
.list .block .kstd > a .title {
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
}

@media screen and (max-width: 1300px) {
  .banner > .swiper {
    height: 396px;
  }
  .list {
    grid-template-columns: 1fr 1fr;
  }
  .list .dtjs .other .title {
    width: 400px !important;
  }
  .list .tzgg > li .title,
  .list .tzgg > a .title {
    width: 356px !important;
  }
  .list .fwzn > li,
  .list .fwzn > a {
    height: 110px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 1100px) {
  .banner > .swiper {
    height: 278px;
  }
  .banner > .swiper .swiper-slide .title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .banner > .swiper:hover .swiper-button-prev,
  .banner > .swiper:hover .swiper-button-next {
    display: none;
  }
  .list .dtjs .first .top img {
    width: 169px !important;
    height: 94px !important;
  }
  .list .dtjs .other .title {
    width: 254px !important;
  }
  .list .tzgg > li .title,
  .list .tzgg > a .title {
    width: 156px !important;
  }
  .list .kstd > li,
  .list .kstd > a {
    padding: 29px 0 !important;
  }
  .list .kstd > li .icon,
  .list .kstd > a .icon {
    width: 60px !important;
    height: 60px !important;
  }
  .list .kstd > li .title,
  .list .kstd > a .title {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 800px) {
  .banner > .swiper {
    height: calc(40vw - 16px);
  }
  .banner > .swiper .swiper-slide .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .list {
    grid-template-columns: 1fr;
  }
  .list .dtjs .other .title {
    width: calc(100vw - 150px) !important;
  }
  .list .tzgg > li .title,
  .list .tzgg > a .title {
    width: calc(100vw - 180px) !important;
  }
  .list .block > .head {
    padding: 0 10px 14px 10px !important;
  }
  .list .block > ul {
    padding: 10px;
  }
}
