.text-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.17rem;
}
.text-list .box {
  padding: 0.13rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border: 1px solid #EBEBEB;
}
.text-list .box:hover .time::after {
  background-color: #fff;
}
.text-list .box .time {
  position: relative;
  padding: 0.03rem 0.21rem 0.03rem 0.31rem;
  padding-left: 0.31rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.text-list .box .time::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B3B3B3;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.text-list .box .time .date {
  text-align: center;
  font-weight: 600;
  color: var(--hover-color);
  font-size: 0.3rem;
}
.text-list .box .time .month {
  margin-top: 0.01rem;
  color: var(--hover-color);
  font-size: 0.14rem;
}
.text-list .box .text {
  padding-left: 0.26rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-list .box .text h4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.2rem;
}

.graphic-list {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 0.32rem;
}
.graphic-list li {
  position: relative;
  overflow: hidden;
  border: 1px solid #F0EDED;
}
.graphic-list li::after {
  content: "";
  position: absolute;
  width: 1.95rem;
  height: 1.95rem;
  right: 0;
  bottom: 0;
  background: url(../images/news-bg.png) no-repeat right bottom/contain;
  z-index: 3;
  pointer-events: none;
}
.graphic-list li:hover::after {
  background-image: url(../images/news-bg-h.png);
}
.graphic-list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.31rem 0.46rem 0.33rem 0.26rem;
}
.graphic-list .box .pic {
  margin-right: 0.41rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 300px;
  width: 36.5%;
}
.graphic-list .box > .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.graphic-list .box > .text h4 {
  margin-top: 0.26rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 0.24rem;
  line-height: 1;
}
.graphic-list .box > .text p {
  margin-top: 0.14rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 0.18rem;
  line-height: 2;
}
.graphic-list .box > .text .time {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 2;
  color: #666;
}

@media screen and (max-width: 750px) {
  .graphic-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.36rem;
  }
  .graphic-list .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.26rem 0.26rem 0.36rem;
  }
  .graphic-list .box .pic {
    width: 100%;
    min-width: 0;
  }
  .graphic-list .box > .text {
    padding-left: 0;
  }
}
.academic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 0.29rem;
}
.academic-list .box {
  padding: 0.3rem 0.35rem 0.75rem 0.31rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.2);
}
.academic-list .box.box,
.academic-list .box .box {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.academic-list .box.box .btnText,
.academic-list .box .box .btnText {
  position: relative;
  z-index: 100;
}
.academic-list .box.box::after,
.academic-list .box .box::after {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.academic-list .box.box .btnText:not(.normal),
.academic-list .box .box .btnText:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.academic-list .box.box .btnText:not(.normal) span,
.academic-list .box .box .btnText:not(.normal) span {
  color: inherit;
}
.academic-list .box:hover .box, .academic-list .box:hover.box {
  color: #fff;
}
.academic-list .box:hover .box::after, .academic-list .box:hover.box::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--theme-color);
}
.academic-list .box:hover .box .btnText:not(.normal), .academic-list .box:hover.box .btnText:not(.normal) {
  color: #fff;
}
.academic-list .box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.24rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/academic-list-bg.png) no-repeat center bottom/contain;
  z-index: 2;
}
.academic-list .box:hover h4 {
  color: var(--hover-color);
}
.academic-list .box:hover .rows .row i {
  color: var(--hover-color);
  background: #fff;
}
.academic-list .box:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.academic-list .box h4 {
  color: #333;
  font-size: 0.2rem;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.academic-list .box .rows {
  margin-top: 0.3rem;
  width: 90%;
}
.academic-list .box .rows .row {
  position: relative;
  color: #333;
  font-size: var(--fs18);
  line-height: 1.55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.47rem;
}
.academic-list .box .rows .row + .row {
  margin-top: 0.1rem;
}
.academic-list .box .rows .row i {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.01rem;
  left: 0.07rem;
  background: var(--theme-linear2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #fff;
  z-index: 1;
}
.academic-list .box .rows .row .l {
  display: inline-block;
  white-space: nowrap;
}
.academic-list .box .rows .row .r {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .academic-list {
    margin: 0 auto;
    max-width: -webkit-calc(100% - 0.16rem);
    max-width: -moz-calc(100% - 0.16rem);
    max-width: calc(100% - 0.16rem);
  }
}
@media screen and (max-width: 650px) {
  .academic-list {
    grid-template-columns: 1fr;
  }
}
.teacher-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.48rem;
}
.teacher-list li {
  width: 100%;
  overflow: hidden;
}
.teacher-list li.btnBox,
.teacher-list li .btnBox {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.teacher-list li.btnBox .btnText,
.teacher-list li .btnBox .btnText {
  position: relative;
  z-index: 100;
}
.teacher-list li.btnBox::before,
.teacher-list li .btnBox::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-linear3);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.teacher-list li.btnBox .btnText:not(.normal),
.teacher-list li .btnBox .btnText:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.teacher-list li.btnBox .btnText:not(.normal) span,
.teacher-list li .btnBox .btnText:not(.normal) span {
  color: inherit;
}
.teacher-list li:hover .btnBox, .teacher-list li:hover.btnBox {
  color: #fff;
}
.teacher-list li:hover .btnBox::before, .teacher-list li:hover.btnBox::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--theme-linear3);
}
.teacher-list li:hover .btnBox .btnText:not(.normal), .teacher-list li:hover.btnBox .btnText:not(.normal) {
  color: #fff;
}
.teacher-list li:hover .box .text {
  margin-top: -0.16rem;
  padding: 0.16rem 0;
}
.teacher-list li .box {
  position: relative;
  width: 100%;
  display: inline-block;
}
.teacher-list li .box .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.teacher-list li .box .pic img {
  position: absolute;
}
.teacher-list li .box .text {
  position: relative;
  width: 100%;
  padding: 0.08rem 0;
  z-index: 2;
}
.teacher-list li .box .text span {
  font-size: 0.16rem;
  color: var(--c-99);
  white-space: nowrap;
}
.teacher-list li .box .text .t,
.teacher-list li .box .text .b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
}
.teacher-list li .box .text .t h5 {
  font-size: 0.24rem;
  font-weight: 600;
}
.teacher-list li .box .text .t h5,
.teacher-list li .box .text .t span {
  margin: 0 0.07rem;
}

@media screen and (max-width: 1100px) {
  .box-container .list-container .teacher-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .box-container .list-container .teacher-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .box-container .list-container .teacher-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-container .list-container .teacher-list li .box .text .t h5 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 500px) {
  .box-container .list-container .teacher-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-container .list-container .teacher-list li .box .text span {
    font-size: 0.18rem;
  }
  .box-container .list-container .teacher-list li .box .text .t h5 {
    font-size: 0.22rem;
  }
}