*,
*::before,
*::after {
  box-sizing: border-box;
  transition: color 0.4s ease;
}
body {
  background-image: url(../images/zt_bg.jpg), linear-gradient(to bottom, #236fab 825px, #fff 1700px);
}
.site-logo {
  padding: 10px;
}
.site-logo img {
  width: 274px;
}

.banner {
  height: 488px;
}
.tit-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-title {
  padding: 20px 40px;
  color: #fff;
  background-color: #58a1db;
  border-radius: 100px;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -20px;
  margin-top: 30px;
}

.tit-box.tbblock .comm-title {
  margin-bottom: 0;
}

.tit-txt {
  margin: 0 20px;
  color: #fff;
}
.comm-title::before,
.comm-title::after {
  content: url(../images/zt_fzdh_title_fix.png);
}
.comm-title::after {
  transform: scaleX(-1);
}
.main-container {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
}

.pic {
  padding: 50px 30px 20px;
}

.main-container.tblock {
  background-color: transparent;
}
.text-blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
  padding: 20px 0;
}

.block-item {
  width: 32.1%;
  padding: 30px;
  background-color: #fff;
  line-height: 1.75;
  box-shadow: 0 0 7px 0 #cfc6c6;
}

.b-title {
  font-size: 22px;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  min-height: 77px;
}

.b-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #808080;
  margin: 20px 0;
}
.b-tag-time {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
}

.b-tag {
  background-color: #1257cf;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 0 8px 0 8px;
}
.b-time {
  color: #383838;
  margin-left: 10px;
}

.common-list {
  padding: 50px 20px 30px;
  box-shadow: 0 0 25px 0 #d7d7d7;
}
.common-list li {
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 3;
  font-size: 18px;
}

.common-list li a {
  white-space: nowrap;
}
.common-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f6dab;
}

.vswiper {
  padding-top: 50px;
  box-shadow: 0 0 25px 0 #d7d7d7;
  margin-bottom: 20px;
}
.vswiper .swiper-container {
  padding-bottom: 90px;
}

.vswiper .swiper-slide {
  width: 520px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.vswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vswiper .swiper-slide video,.vswiper .swiper-slide embed,.vswiper .swiper-slide object{width: 100%;height: 100%;}
.vswiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
