html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
body {
  background-color: white;
  position: relative;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.normal {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head {
  text-align: center;
  width: 100%;
  height: 800px;
  background-image: url('../assets/head.png');
  position: relative;
}
img {
  cursor: pointer;
}
/* WebKit 浏览器（如 Chrome、Safari）的滚动条样式 */
.scrollable-div::-webkit-scrollbar {
  width: 8px;
}
.scrollable-div::-webkit-scrollbar-track {
  background-color: #333;
}
.scrollable-div::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 4px;
}
.scrollable-div::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}
.main {
  text-align: center;
}
.main a {
  text-decoration: none;
  color: black;
}
.main .tip {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 678px;
}
.main .dszt {
  margin-top: 50px;
  background-image: url('../assets/dszt.png');
  height: 225px;
  padding: 80px 70px ;
  padding-bottom: 26px;
  box-sizing: border-box;
}
.main .dszt .desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  height: 100%;
  text-align: left;
  overflow-y: auto;
  scrollbar-width: thin;
  /* 或 auto, none */
  scrollbar-color: #0097FF #EBE8DD;
  /* 滑块颜色 和 轨道颜色 */
}
.main .dszx {
  margin-top: 50px;
}
.main .dszx .tip {
  background-image: url('../assets/dszx.png');
}
.main .dszx .firstAT {
  margin: 50px 0px 20px 0px;
  padding: 30px 25px;
  background: #F3FAFF;
}
.main .dszx .firstAT .title {
  font-weight: bold;
  font-size: 24px;
  color: #0097FF;
  line-height: 24px;
  margin-bottom: 16px;
}
.main .dszx .firstAT .desc {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  text-align: left;
}
.main .dszx .content {
  width: 1200px;
  height: 380px;
  display: flex;
}
.main .dszx .content .left {
  float: left;
  width: 590px;
  height: 340px;
}
.main .dszx .content .left .imgLink {
  float: left;
  width: 590px;
  height: 380px;
}
.main .dszx .content .left .imgLink img {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.main .dszx .content .left .imgLink .title {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0097FF;
  opacity: 0.9;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  box-sizing: border-box;
}
.main .dszx .content .left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
}
.main .dszx .content .left .swiper-pagination-bullet-active {
  background: #37EBEB;
}
.main .dszx .content .left .swiper-pagination-bullets {
  bottom: 10px;
  left: 42%;
}
.main .dszx .content .right {
  flex: 1;
  margin-left: 20px;
  position: relative;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
}
.main .dszx .content .right a {
  width: 100%;
}
.main .dszx .content .right a .article-item {
  justify-content: start;
  padding-left: 20px;
  background: #F3FAFF;
  height: 100px;
}
.main .dszx .content .right a .article-item .play {
  width: 11px;
  height: 14px;
  margin-right: 20px;
  background-image: url('../assets/play.png');
}
.main .dszx .content .right a .article-item .title {
  font-size: 16px;
  color: #888888;
}
.main .dszx .content .right a .article-item:hover {
  background: #0097FF;
}
.main .dszx .content .right a .article-item:hover .play {
  background-image: url('../assets/play2.png');
}
.main .dszx .content .right a .article-item:hover .title {
  font-size: 16px;
  color: #FFFFFF;
}
.main .zjlb {
  margin-top: 50px;
  background-image: url('../assets/zjlb.png');
  width: 100%;
  height: 685px;
}
.main .zjlb .showItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.main .zjlb .showItem .twl,
.main .zjlb .showItem .h5,
.main .zjlb .showItem .sp,
.main .zjlb .showItem .dm {
  width: 590px;
  height: 258px;
  padding: 20px 35px;
  padding-top: 68px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.main .zjlb .showItem .twl .desc,
.main .zjlb .showItem .h5 .desc,
.main .zjlb .showItem .sp .desc,
.main .zjlb .showItem .dm .desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .zjlb .showItem .twl {
  background-image: url('../assets/tw.png');
}
.main .zjlb .showItem .h5 {
  background-image: url('../assets/h5.png');
}
.main .zjlb .showItem .sp {
  background-image: url('../assets/ysp.png');
}
.main .zjlb .showItem .dm {
  background-image: url('../assets/dhmh.png');
}
.main .csyq {
  margin-top: 50px;
}
.main .csyq .tip {
  background-image: url('../assets/csyq.png');
  margin-bottom: 50px;
}
.main .csyq .content {
  height: 400px;
}
.main .csyq .content .left {
  width: 580px;
  height: 100%;
  background: #F3FAFF;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  position: relative;
  padding: 42px 30px 20px 30px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #0097FF;
}
.main .csyq .content .left img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  width: 160px;
  height: 35px;
}
.main .csyq .content .right {
  flex: 1;
  height: 100%;
  margin-left: 20px;
}
.main .csyq .content .right .pxbf {
  background: #F3FAFF;
  width: 100%;
  height: 220px;
  padding: 47px 35px 28px 35px;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  text-align: left;
  border: 1px solid #0097FF;
}
.main .csyq .content .right .pxbf img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  width: 160px;
  height: 35px;
}
.main .csyq .content .right .bottom {
  margin-top: 20px;
  justify-content: space-between;
}
.main .csyq .content .right .bottom img {
  width: 285px;
  height: 160px;
}
.main .csyq .content .ztqydesc,
.main .csyq .content .pxbfdesc {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0097FF #EBE8DD;
  height: 100%;
}
.main .jxsz {
  margin-top: 50px;
  position: relative;
}
.main .jxsz .tip {
  background-image: url('../assets/jxsz.png');
  margin-bottom: 50px;
}
.main .jxsz .bg {
  position: absolute;
  width: 100%;
  height: 150px;
  background: #0097FF;
  top: 100px;
}
.main .jxsz .imgs {
  margin-top: 100px;
  justify-content: space-between;
}
.main .jxsz .imgs img {
  width: 280px;
  height: 240px;
  z-index: 1;
}
.main .zpzs {
  margin-top: 50px;
  position: relative;
}
.main .zpzs .tip {
  background-image: url('../assets/cszpzs.png');
  margin-bottom: 50px;
}
.main .zpzs .imgs {
  justify-content: space-between;
}
.main .zpzs .imgs img {
  width: 280px;
  height: 340px;
}
.foot {
  width: 100%;
  height: 150px;
  margin-top: 50px;
  background-image: url('../assets/foot.png');
}
