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 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 0px 0.25rem;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head {
  text-align: center;
  width: 100%;
  height: 6rem;
  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: 0.5rem;
  width: 6.78rem;
}
.main .dszt {
  margin-top: 0.5rem;
  background-image: url('../assets/dszt.png');
  height: 3.85rem;
  padding: 0.82rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
}
.main .dszt .desc {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  height: 100%;
  text-align: left;
  overflow-y: auto;
}
.main .dszx {
  margin-top: 0.5rem;
}
.main .dszx .tip {
  background-image: url('../assets/dszx.png');
}
.main .dszx .firstAT {
  margin: 0.5rem 0rem 0.5rem 0rem;
  padding: 0.3rem 0.25rem;
  background: #F3FAFF;
}
.main .dszx .firstAT .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #0097FF;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
}
.main .dszx .firstAT .desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #888888;
  line-height: 0.34rem;
  text-align: left;
}
.main .dszx .content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .dszx .content .left {
  width: 100%;
  height: 4.5rem;
}
.main .dszx .content .left .imgLink {
  width: 100%;
  height: 100%;
}
.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: 0.24rem;
  color: #FFFFFF;
  background: #0097FF;
  opacity: 0.9;
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  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: -5px;
  left: 40%;
}
.main .dszx .content .right {
  flex: 1;
  position: relative;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.5rem;
  row-gap: 0.2rem;
}
.main .dszx .content .right a {
  width: 100%;
}
.main .dszx .content .right a .article-item {
  justify-content: start;
  padding-left: 0.2rem;
  background: #F3FAFF;
  height: 1rem;
}
.main .dszx .content .right a .article-item .play {
  width: 0.11rem;
  height: 0.14rem;
  margin-right: 0.2rem;
  background-image: url('../assets/play.png');
}
.main .dszx .content .right a .article-item .title {
  font-size: 0.24rem;
  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: 0.24rem;
  color: #FFFFFF;
}
.main .dszx .content .right img {
  width: 100%;
  height: 0.27rem;
  margin-top: 0.2rem;
}
.main .zjlb {
  margin-top: 0.5rem;
  background-image: url('../assets/zjlb.png');
  flex-direction: column;
  width: 100%;
  height: 20.47rem;
}
.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: 7rem;
  height: 4.33rem;
  padding: 0.25rem 0.3rem;
  padding-top: 0.82rem;
  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: 0.24rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .zjlb .showItem .twl img,
.main .zjlb .showItem .h5 img,
.main .zjlb .showItem .sp img,
.main .zjlb .showItem .dm img {
  width: 100%;
}
.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: 0.5rem;
}
.main .csyq .tip {
  background-image: url('../assets/csyq.png');
  margin-bottom: 0.68rem;
}
.main .csyq .ztyq {
  width: 100%;
  background: #F3FAFF;
  font-weight: 400;
  font-size: 0.24rem;
  color: #888888;
  line-height: 0.34rem;
  position: relative;
  padding: 0.56rem 0.2rem 0.5rem 0.2rem;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #0097FF;
  margin-bottom: 0.56rem;
}
.main .csyq .ztyq img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 1.6rem;
  height: 0.35rem;
}
.main .csyq .pxbf {
  width: 100%;
  background: #F3FAFF;
  padding: 0.56rem 0.2rem 0.5rem 0.2rem;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-size: 0.24rem;
  color: #888888;
  text-align: left;
  border: 1px solid #0097FF;
}
.main .csyq .pxbf img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 1.6rem;
  height: 0.35rem;
}
.main .csyq .bottom {
  margin-top: 0.55rem;
  margin-bottom: 0.68rem;
  justify-content: space-between;
}
.main .csyq .bottom img {
  width: 3.4rem;
  height: 1.9rem;
}
.main .csyq .ztqydesc,
.main .csyq .pxbfdesc {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0097FF #EBE8DD;
  height: 100%;
}
.main .jxsz {
  margin-top: 0.55rem;
  position: relative;
}
.main .jxsz .tip {
  background-image: url('../assets/jxsz.png');
}
.main .jxsz .bg {
  position: absolute;
  width: 100%;
  height: 2rem;
  background: #0097FF;
  top: 2.23rem;
}
.main .jxsz .imgs {
  margin-top: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.main .jxsz .imgs img {
  width: 3.3rem;
  height: 2.4rem;
  z-index: 1;
}
.main .zpzs {
  margin-top: 0.5rem;
  position: relative;
}
.main .zpzs .tip {
  background-image: url('../assets/cszpzs.png');
  margin-bottom: 0.5rem;
}
.main .zpzs .imgs {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.main .zpzs .imgs img {
  width: 3.3rem;
  height: 4.1rem;
}
.foot {
  width: 100%;
  height: 1.5rem;
  margin-top: 0.5rem;
  background-image: url('../assets/foot.png');
}
