.wrapper {
  width: 100%;
  padding: 0 2.39rem;
  margin: 0 auto;
  height: 100%;
}

.banner {
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
}
.breadnav {
  width: 100%;
  height: 0.62rem;
  position: relative;
}
.breadnav::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  position: absolute;
}
.breadnav .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadnav .wrapper a{
  display: inline-flex;
  font-size: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
  align-items: center;
  transition: all 0.6s;
}
.breadnav .wrapper a::before {
  content: '';
  width: 2px;
  height: 0.14rem;
  background: #A2A2A2;
  position: absolute;
  top: 50%;
  left: -0.1rem;
  transform: translateY(-50%);
}
.breadnav .wrapper a:first-child::before {
  display: none;
}

.breadnav .wrapper a:hover {
  color: rgba(26, 71, 141, 1);
  font-weight: bold;
}
.breadnav .wrapper a .icon{
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
  background: url('../img2026/zs_home.png') no-repeat center center;
  margin-right: 0.05rem;
  background-size: cover;
  color: #000000;
}

/* szdw */
.main {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  height: auto;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .left-nav{
  width: 20.6%;
}
.main .left-nav h2 {
  width: 100%;
  height: 1rem;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 1rem;
  background: #00367F;
}
.main .left-nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.1rem;
}
.main .left-nav ul li {
  width: 100%;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  margin: 0.05rem 0;
}
.main .left-nav ul li.active,
.main .left-nav ul li:hover{
  background: rgba(27, 93, 212, 1);
  color: #fff;
}
.main .left-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding:0 0.12rem 0 0.24rem;
  color: #000000;
  font-size: 0.16rem;
  justify-content: space-between;
}
.main .left-nav ul li a .icon {
  width: 0.4rem;
  height: 0.3rem;
  display: inline-block;
  background: url('../img2026/sz_jiantou02.png') no-repeat center center;
  background-size: contain;
}
.main .left-nav ul li.active a,
.main .left-nav ul li:hover a {
  color: #fff;
}
.main .left-nav ul li.active a .icon,
.main .left-nav ul li:hover a .icon {
  background: url('../img2026/sz_jiantou.png') no-repeat center center;
  background-size: contain;
}
.main .content {
  width: 77.4%;
}

/* 列表 */
.list-main .list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.list-main .list li {
  width: 100%;
  height: 0.77rem;
  background: linear-gradient(90deg, #F5F5F5, #FFFFFF);
  margin-bottom: 0.2rem;
  transition: all 0.6s;
  position: relative;
}

.list-main .list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.list-main .list li a .date {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  background: #274E9D;
  color: #fff;
}
.list-main .list li a .date span:first-child {
  font-size: 0.24rem;
}
.list-main .list li a .date span:last-child {
  font-size: 0.12rem;
}
.list-main .list li a .title-desc {
  width: 10rem;
  margin-left: 0.2rem;
  color: #000;
  display: flex;
  flex-direction: column;
}
.list-main .list li a .title-desc .title {
  font-size: 0.2rem;
  font-weight: bold;
  height: 0.29rem;
  overflow: hidden;
}
.list-main .list li a .title-desc .title .desc {
  font-size: 0.14rem;
}
.list-main .list li:hover {
  background: linear-gradient(90deg, #274E9D, #87BFFF);
}
.list-main .list li:hover a .date {
  background: RGBA(79, 113, 179, 1);
}
.list-main .list li:hover a .title-desc {
  color: #fff;
}

/* info 详情 */
.info-main h3.news-title {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 0.26rem;
}
.info-main .other-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.info-main .cm-news-content {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
}
.info-main .cm-news-content p {
  line-height: 0.26rem;
  font-family: Source Han Sans CN;
  color: #000000;
}
.info-main .cm-news-content img {
  display: block;
  max-width: 100%;
  margin: 16px auto;
}


.info-main .next-pre-box {
  display: flex;
  flex-direction: column;
  padding-top: 0.4rem 0;
}
.info-main .next-pre-box a{
  display: block;
  font-size: 0.16rem;
  height: 0.3rem;
}
.info-main .next-pre-box a:hover {
  color: #00367F;
  font-weight: bold;
}


/* 师资队伍 */
.szdw-main .list {
  width: 100%;
  height: auto;
  min-height: 400px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.1rem;
}
.szdw-main .list li {
  width: 3.52rem;
  height: 2.56rem;
}
.szdw-main .list li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.szdw-main .list li .img-box {
  width: 1.94rem;
  height: 100%;
  overflow: hidden;
}
.szdw-main .list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.szdw-main .list li .txt {
  background: #F5F5F5;
  width: calc(100% - 1.94rem);
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.1rem;
}
.szdw-main .list li .txt .name {
  font-size: 0.26rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0.06rem;
  display: inline;
  width: auto;
}
.szdw-main .list li .txt .desc {
  font-size: 0.14rem;
  color: #000;
  line-height: 0.26rem;
  position: relative;
}
.szdw-main .list li .txt .name::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: rgba(26, 71, 141, 1);
  transition: all 0.6s;
}
.szdw-main .list li:hover .name::after {
  width: 60%;
}
.szdw-main .list li:hover a,
.szdw-main .list li:hover .txt .name,
.szdw-main .list li:hover .txt .desc{
  color: rgba(26, 71, 141, 1);
}

.szdw-main .list li:hover img {
  transform: scale(1.1);
}

/* pager 分页 */

.paging {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}

.pager{
  display:flex;
  align-items:center;
  text-align: left;
  font-size: 0.16rem;
}

.paging a {
    margin-right: 0.1rem;
    font-size: 0.16rem;
    color: #1A1A1A;
    display: inline-block;
    width: auto;
    min-width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 0.04rem;
    cursor: pointer;
    padding: 0 0.05rem;
}

.paging .next {
    width: 0.7rem;
}

.paging .pre {
    width: 0.7rem;
}

.paging a:hover {
    color: #fff;
    background: rgba(3, 66, 138, 1);
    border: 1px solid #E6E6E6;
}

.paging .page-curr {
    color: #fff;
    background: rgba(3, 66, 138, 1);
    border: 1px solid #E6E6E6;
}
.jump-page-input {
    outline: none;
    width: 0.6rem;
    height: 0.35rem;
    border: 1px solid #E6E6E6;
    text-align: center;
}
.jump-page-btn {
  display: inline-block;
  width: 0.6rem;
  height: 0.4rem;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 0 1.2rem;
  }
  .szdw-main .list li {
    width: 4.1rem;
  }
}
@media (max-width: 1366px) {
  .wrapper {
    padding: 0 0.8rem;
  }
  .szdw-main .list li {
    width: 4.3rem;
  }
}
@media (max-width: 800px) {
  .banner {
    height: auto;
    max-height: 4rem;
  }
  .wrapper {
    padding: 0 0.4rem;
  }
  .page-jump {
    display: none;
  }
  .szdw-main .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .szdw-main .list li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .szdw-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}