/* 通知公告 */
.znbm-tzgg {
  padding: 100px 0 100px 0;
  overflow: hidden;
}
.znbm-tzgg-main {
  background-color: #ffffff;
  display: flex;
  position: relative;
  z-index: 99;
}

.znbm-tzgg-box {
  margin-top: 100px;
  position: relative;
}

.znbm-tzgg-img {
  width: 50%;
  height: 503px;
  overflow: hidden;
}

.znbm-tzgg-img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}

.znbm-tzgg-img img { 
  width: 100%;
  height:  100%;
  object-fit: cover;
}

.znbm-tzgg-left {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 5px solid #1a68b3;
}

.znbm-tzgg-tit {
  display: flex;
  cursor: pointer;
  justify-content: center;
  flex: 1;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.znbm-tzgg-tit a {
  font-size: 21px;
}
.znbm-tzgg-tit:hover a {
  color: #fff;
}
.znbm-tzgg-tit:hover {
  background-color: #1a68b3;
  color: #fff;
  transition: all 1s;
}
.znbm-tzgg-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 20px;
  background-color: #fff;
}
.znbm-tzgg-nr {
  flex: 1;
  margin-left: 50px;
}
.znbm-tzgg-nr #tit {
  font-size: 40px;
  display: block;
}
.znbm-tzgg-nr #desc {
  text-indent: 2em;
  font-size: 18px;
  margin-top: 30px;
  line-height: 35px;
  display: block;
}
.znbm-tzgg-more {
  position: absolute;
  bottom: 50px;
  right: 70px;
}
.znbm-tzgg-more a  {
  color: #1a68b3;
}
 
.znbm-tzgg-nr .sjx::after { 
    content: "";
    position: absolute;
    right: 24px;
    bottom: 50px; 
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #215e8b;
}
@media (max-width: 1200px) {
  .cyxy-left img {
    height: auto;
  }
  .xt-main {
    display: block;
  }
  .xt-main .xtimg {
    width: 100%;
  }
  .jdal-bpx {
    height: auto;
  }
}
