.c_more::after {
  display: none;
}

.list-head {
  padding-top: 0.18rem;
  border-bottom: 0.03rem solid var(--theme-color);
}
.list-head .crumbs {
  --height: .58rem;
  --color: #6c6c6c;
  --tfs: .3rem;
  --fs: var(--fs16);
  --icon-color: #666;
}
.list-head .crumbs .title {
  text-transform: uppercase;
  font-family: RobotoCondensedBold;
}
.list-head .crumbs .breadcrumbs {
  border: none;
}
.list-head .crumbs .breadcrumbs .text {
  margin-top: 0.2em;
}
.list-head .crumbs .breadcrumbs .text a:hover {
  color: var(--theme-color);
}

@media screen and (max-width: 1000px) {
  .list-head {
    padding-top: 0.26rem;
  }
  .list-head .crumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-head .crumbs .icon,
  .list-head .crumbs .text {
    display: none;
  }
}
.list-wrapper {
  margin-top: 0.3rem;
}

@media screen and (max-width: 1000px) {
  .box-container .list-container .list-wrapper {
    padding-top: 0.05rem;
  }
}
.text-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
}
.text-list .box {
  padding: 0.16rem 0 0.15rem;
  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 #dedede;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-list .box:hover .time::after {
  background-color: #fff;
}
.text-list .box .time {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.28rem;
  padding-right: 0.24rem;
  -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: var(--theme-color);
  -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 .year {
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600;
  color: var(--theme-color);
  font-size: 0.24rem;
}
.text-list .box .time .day {
  margin-top: 0.08rem;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
  font-size: 0.3rem;
  font-weight: 600;
}
.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: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.22rem;
  line-height: 1.7272727273;
  font-family: RabiolaSerif;
}
.text-list .box .more {
  margin-right: 0.25rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.18rem;
  color: #666;
  white-space: nowrap;
}
.text-list .box .more .c_more {
  --color: #666;
}

@media screen and (max-width: 470px) {
  .text-list .box .more {
    display: none !important;
  }
  .text-list .box .time {
    padding-left: 0.2rem;
  }
  .text-list .box .time .day {
    font-size: 0.26rem;
  }
}
.graphic-list {
  display: grid;
  grid-template-columns: repeat(1fr);
}
.graphic-list li.createBg {
  --linear: #2a92e6;
}
.graphic-list li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #b5b5b5;
}
.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.29rem 0.16rem 0.29rem 0.17rem;
}
.graphic-list .box .pic {
  margin-right: 0.27rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  min-width: 310px;
  width: 33%;
}
.graphic-list .box .pic::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(215 / 372 * 100%);
  padding-bottom: -moz-calc(215 / 372 * 100%);
  padding-bottom: calc(215 / 372 * 100%);
}
.graphic-list .box .pic img {
  position: absolute;
}
.graphic-list .box .pic.no-pic {
  background: url(../images/news-default.jpg) no-repeat center/cover;
  display: none;
}
.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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.graphic-list .box > .text .title {
  margin-top: 0.08rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: var(--fs20);
  line-height: 1.5;
  font-family: RabiolaSerif;
}
.graphic-list .box > .text .des {
  margin-top: 0.16rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: var(--fs16);
  line-height: 1.75;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.graphic-list .box > .text .other {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.02rem;
}
.graphic-list .box > .text .time {
  font-size: var(--fs18);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.graphic-list .box > .text .time span {
  margin-top: 0.1em;
}
.graphic-list .box > .text .time .spic {
  margin-right: 0.08rem;
  --size: .27rem;
  width: var(--size);
  height: var(--size);
}
.graphic-list .box > .text .time .spic .iconfont {
  font-size: var(--size);
  color: #999;
}
.graphic-list .box > .text .c_more {
  margin-left: auto;
  margin-right: 0;
  --color: #999;
}

@media screen and (max-width: 1300px) {
  .graphic-list .box > .text .title {
    font-size: 0.22rem;
  }
  .graphic-list .box > .text .des {
    font-size: var(--fs18);
  }
}
@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;
  }
  .graphic-list .box > .text .title {
    margin-top: 0.2rem;
    -webkit-line-clamp: 2;
  }
}
.pic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.36rem;
     -moz-column-gap: 0.36rem;
          column-gap: 0.36rem;
  row-gap: 0.3rem;
}
.pic-list .box {
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
  padding: 0.15rem 0.15rem 0.32rem;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.pic-list .box:hover {
  -webkit-box-shadow: 0 0 0.12rem -0.03rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.12rem -0.03rem rgba(0, 0, 0, 0.4);
}
.pic-list .box .pic {
  position: relative;
  width: 100%;
  height: auto;
}
.pic-list .box .pic::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(312 / 477 * 100%);
  padding-bottom: -moz-calc(312 / 477 * 100%);
  padding-bottom: calc(312 / 477 * 100%);
}
.pic-list .box .pic img {
  position: absolute;
}
.pic-list .box .text .title {
  margin-top: 0.18rem;
  font-size: var(--fs20);
  font-family: RabiolaSerif;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 800px) {
  .pic-list {
    gap: 0.26rem;
  }
}
@media screen and (max-width: 530px) {
  .pic-list {
    grid-template-columns: 1fr;
  }
}
.teacher-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.36rem;
}
.teacher-list li {
  padding-bottom: 0.6rem;
}
.teacher-list .box {
  position: relative;
  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-right: 0.28rem;
}
.teacher-list .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f5fc;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  -webkit-border-radius: 15px 15px 15px 1.5rem;
          border-radius: 15px 15px 15px 1.5rem;
}
.teacher-list .box .left {
  margin-left: 5.5030094583%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.27rem;
  max-width: 30%;
}
.teacher-list .box .pic {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
}
.teacher-list .box .pic::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(301 / 227 * 100%);
  padding-bottom: -moz-calc(301 / 227 * 100%);
  padding-bottom: calc(301 / 227 * 100%);
}
.teacher-list .box .pic img {
  position: absolute;
}
.teacher-list .box .pic img {
  -webkit-transform: scale(1) !important;
     -moz-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
       -o-transform: scale(1) !important;
          transform: scale(1) !important;
}
.teacher-list .box .text {
  margin-left: 4.0412725709%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.teacher-list .box .text .title {
  margin-bottom: 0.2rem;
}
.teacher-list .box .text .title .name {
  font-size: 0.3rem;
  color: var(--theme-color);
  font-weight: 600;
}
.teacher-list .box .text .title .profession {
  margin-left: 0.16rem;
  font-size: 0.18rem;
  color: #999;
}
.teacher-list .box .text .rows {
  margin-top: auto;
  margin-bottom: 0.32rem;
}
.teacher-list .box .text .rows .row {
  font-size: var(--fs20);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.teacher-list .box .text .rows .row .l {
  font-weight: 600;
}
.teacher-list .box .text .rows .row.des {
  -webkit-line-clamp: 3;
}
.teacher-list .box .text .more {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.08rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--theme-color);
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teacher-list .box .text .more span {
  color: var(--theme-color);
  font-size: var(--fs16);
}
.teacher-list .box .text .more .spic {
  -webkit-transform: translateY(0.08rem);
     -moz-transform: translateY(0.08rem);
      -ms-transform: translateY(0.08rem);
       -o-transform: translateY(0.08rem);
          transform: translateY(0.08rem);
}
.teacher-list .box .text .more .spic .iconfont {
  color: var(--theme-color);
  font-size: 0.3rem;
}

@media screen and (max-width: 700px) {
  .teacher-list .box .text .rows {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 500px) {
  .teacher-list .box::after {
    height: -webkit-calc(100% - 0.15rem);
    height: -moz-calc(100% - 0.15rem);
    height: calc(100% - 0.15rem);
  }
  .teacher-list .box .text .title {
    margin-bottom: 0.1rem;
  }
  .teacher-list .box .text .more {
    margin-top: 0.1rem;
  }
}
.partner-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.partner-list .box {
  background-color: #fff;
  padding: 0.23rem 0;
  border: 1px solid #cbcbcb;
  -webkit-transition: margin-top 0.3s, margin-bottom 0.3s;
  -o-transition: margin-top 0.3s, margin-bottom 0.3s;
  -moz-transition: margin-top 0.3s, margin-bottom 0.3s;
  transition: margin-top 0.3s, margin-bottom 0.3s;
}
.partner-list .box:hover {
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
}
.partner-list .box .spic {
  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;
}
.partner-list .box .spic img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0.4rem;
  max-width: 90.4255319149%;
}

@media screen and (max-width: 1680px) {
  .partner-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .partner-list .box {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 600px) {
  .partner-list {
    grid-template-columns: repeat(2, 1fr);
  }
}