@charset "utf-8";


.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5rem;
  background: url(../images/top-yy.png) repeat-x center top /100% auto;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.7rem;
}

.pagination a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #b01c3d;
  color: #fff;
  border: 1px solid #b01c3d;
}

.pagination a:hover {
  background: #b01c3d;
  color: #fff;
  border: 1px solid #b01c3d;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  z-index: 1;
}

.nymain .k {
  padding-left: 0.19rem;
  padding-bottom: 1.6rem;
  padding-right: 1.56rem;
  min-height: 6rem;
  position: relative;
}

.nymain .ny-bg {
  position: absolute;
  top: 6rem;
  right: 0;
  left: 10%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 3rem 0 0 0;
  z-index: -1;
  pointer-events: none;
}

.nymain .leftNav {
  float: left;
  width: 3.56rem;
  position: relative;
  margin-top: -0.5rem;
}

.nymain .leftNav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.09rem;
  background-color: #b01c3d;
}

.nymain .leftNav>h2 {
  line-height: 1.41rem;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  background: url(../images/left-bg.jpg) no-repeat center bottom / cover;
  padding-left: 0.33rem;
}

.nymain .leftNav>ul {
  padding: 0 0 0 0.09rem;
  background: url(../images/left-ulbg.jpg) no-repeat center bottom/ cover;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding: 0.22rem 0.2rem 0.22rem 0.24rem;
}

.nymain .leftNav>ul>li.active>a {
  background: url(../images/left-libg.jpg) no-repeat center center / cover;
}

.nymain .leftNav>ul>li:first-child>a {
  border-top: 0;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.3rem;
  color: #000000;
}

.nymain .leftNav>ul>li.on>a {
  color: #b01c3d;
  font-weight: bold;
}

.nymain .leftNav>ul>li.on::after,
.nymain .leftNav>ul>li.active::after,
.nymain .leftNav>ul>li:hover::after {
  transform: none;
}


.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.74rem;
  background: url(../images/left-sj.png) no-repeat center;
  background-size: 0.16rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
  background: url(../images/left-sj2.png) no-repeat center;
  background-size: 0.16rem auto;
}

.nymain .leftNav>ul>li:hover>a {
  color: #b01c3d;
}

.nymain .leftNav>ul>li.active>a {
  color: #b01c3d;
}

.nymain .leftNav>ul>li>ul {
  display: none;
}

.nymain .leftNav>ul>li.active>ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #b01c3d;
  font-weight: bold;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #7d7d7d;
  padding: 0.1rem 0.2rem 0.1rem 0.4rem;
  background-image: none;
  background-repeat: no-repeat !important;
  background-position: 0.24rem 0.16rem !important;
  background-size: 0.08rem auto;
}

.nymain .leftNav>ul>li>ul>li.active>a {
  color: #b01c3d;
  background: #fff;
  background-image: url(../images/left-sj1.png);
}

.nymain .leftNav>ul>li>ul>li>ul {
  display: block !important;
}

.nymain .leftNav>ul>li>ul>li>ul>li>a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #707070;
  padding: 0.1rem 0.2rem 0.1rem 0.78rem;
}

.nymain .leftNav>ul>li>ul>li>ul>li.active>a {
  color: #b01c3d;
}

.ny-right {
  float: right;
  width: calc(100% - 4.2rem);
  padding-top: 0.47rem;
}

.position {
  font-size: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3rem;
}

.position span {
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #7f7f7f;
}

.position img {
  display: block;
  height: 0.25rem;
  margin-right: 0.08rem;
}

.position a {
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  color: #7f7f7f;
  margin: 0 0.1rem;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.position-dq {
  color: #b01c3d;
}

/* 列表页 */
.text-list {
  margin-top: 0.35rem;
}

.text-list ul li {
  border-bottom: 1px dashed #CBCBCB;
  position: relative;
  z-index: 1;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: #b01c3d;
  transform: scaleX(0);
  transition: all 0.5s;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.74rem;
}

.text-list ul li span {
  display: block;
  font-family: sys-Semibold;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #b01c3d;

  padding-left: 0.22rem;
  margin-left: 0.15rem;
  transition: all 0.5s;
}

.text-list ul li h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  padding-left: 0.32rem;
  transition: all 0.5s;
}

.text-list ul li h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #b01c3d;
  transition: all 0.5s;
}

.text-list ul li:hover::after {
  transform: none;
}

.text-list ul li:hover h3 {
  font-weight: bold;
  color: #b01c3d;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.34rem;
  color: #323232;
}

.art-main .art-body {
  padding-top: 0.45rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  text-align: justify;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.22rem !important;
  line-height: 0.46rem !important;
  margin-bottom: 0.3rem !important;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 90% !important;
  height: auto !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .art-body iframe {
  max-width: 100% !important;
  display: block;
  margin: 0.1rem auto !important;
}

.art-main .art-body table {
  max-width: 100%;
  margin: 0 auto !important;
  border-collapse: collapse;
  float: none;
}

.art-main .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  background: #F7F7F7;
  padding-top: 0.08rem;
  margin-top: 0.17rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #9E9E9E;
  margin: 0 0.3rem 0.1rem 0;
}

.art-main .cont-tit p span:first-child {
  padding-left: 0;
  border-left: 0;
}

.art-main .cont-tit p span:last-child {
  margin-right: 0;
}

.art-main .cont-tit p span img {
  vertical-align: middle;
  margin-right: 0.05rem;
  max-width: 0.15rem;
  max-height: 0.14rem;
}

.art-info {
  border-top: 1px dashed #D8D8D8;
  margin-top: 0.5rem;
  position: relative;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  font-size: 0.22rem;
  text-indent: initial;
  line-height: 0.4rem;
  padding: 0.06rem 0;
  transition: all 0.5s;
}

.pnext p a {
  color: #333;
  font-weight: normal;
}

.pnext p:hover {
  color: #b01c3d;
}

.pnext p:hover a {
  color: #b01c3d;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0.34rem 1.5% 0 1.5%;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  top: -0.1rem;
}

.img-lists ul li:hover a>div.info {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 67.53%;
}

.ztjj ul li a .pic {
  padding-top: 51.47%;
  border-radius: 0.1rem;
}

.img-lists ul li a>div.info {
  padding: 0.2rem 0.1rem;
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #b01c3d;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-lists ul li:hover a>div.info p {
  color: #b01c3d;
  font-weight: bold;
}

.img-lists ul li:hover a .pic {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {}

.list-ld ul li {
  margin-top: 0.74rem;
}

.list-ld ul li:nth-child(1) {
  margin-top: 0.34rem;
}

.list-ld ul li a {
  display: block;
  padding: 0.35rem 0.44rem;
  border-radius: 0px 0.1rem 0.1rem 0.1rem;
  border: 1px solid;
  border-image: linear-gradient(180deg, #b01c3d 0%, #b01c3d00 100%) 1;
  position: relative;
  transition: all 0.4s;
}

.list-ld ul li a::before {
  content: '';
  position: absolute;
  top: -0.07rem;
  left: 0;
  width: 1.67rem;
  height: 0.07rem;

  z-index: -1;
}

.list-ld ul li h3 {
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: justify;
  letter-spacing: normal;
}

.list-ld ul li p {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 1.2rem;
  text-align: justify;
  letter-spacing: normal;
  margin-top: 0.24rem;
  transition: all 0.4s;
}

.list-ld ul li:hover {

  box-shadow: 0px 0.04rem 0.1rem 0px rgba(127, 19, 19, 0.3);
}

.list-ld ul li:hover h3 {
  color: #b01c3d;
  font-weight: bold;
}

.list-ld ul li:hover p {
  color: #b01c3d;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.3rem;
  background-color: #fff;
  border-bottom: 0.04rem solid #b01c3d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 0.1rem 0px rgba(1, 117, 182, 0.2);
  padding: 0.23rem;
}

.sz-con .pic1 {
  width: 2.09rem;
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%;
  border: 0.08rem solid #F4F8FE;
}

.sz-con .pic1 img {}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.42rem;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-size: 0.24rem;
  font-weight: bold;
}

.sz-ty>div {
  margin-top: 0.32rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.52rem;
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.3rem;
  background: #fff;
  padding: 0.12rem 0.18rem;
  border-left: 0.04rem solid #b01c3d;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
  text-indent: 2em;
}

.sz-box p.z {
  text-align: center;
}

.sz-box .tz {
  margin-top: 0.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.sz-box .tz img {
  display: block;
  max-width: 48%;
}


.sz-p p {}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw ul li {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #D6D5D5;
  position: relative;
  z-index: 1;
}

.tw ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: #b01c3d;
  transform: scaleX(0);
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 2.55rem;
  height: 1.6rem;
  padding-top: 0;
  border-radius: 0.1rem;
  margin-right: 0.38rem;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
}

.tw ul li a .tx span {
  display: block;
  font-family: sys-Semibold;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #b01c3d;
  margin-top: 0.12rem;
  background: url(../images/s6-lsj.png) no-repeat left center / 0.12rem auto;
  padding-left: 0.22rem;
  transition: all 0.5s;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.tw ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: normal;
  color: #8D8D8D;
  margin-top: 0.05rem;
  transition: all 0.5s;
}

.tw ul li:hover a {}

.tw ul li:hover a::before {
  transform: none;
}

.tw ul li:hover a h3 {
  font-weight: bold;
  color: #b01c3d;
}

.tw ul li:hover a p {
  color: #b01c3d;
}

/* 国际交流 */
.gjjl {}

.gjjl .kk {
  margin-top: 0.7rem;
}

.gjjl .tit {
  height: 0.82rem;
  border-radius: 0.2rem 0px 0px 0.2rem;
  background: linear-gradient(90deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.gjjl .tit h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff7e2;
  text-shadow: 0.02rem 0.02rem 0px rgba(0, 0, 0, 0.34);
}

.gjjl .con {
  background-color: #eeeeee;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(118, 118, 118, 0.13);
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.5rem;
  margin-top: -0.1rem;
}

.gjjl .con p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #000000;
}

.gjjl .kk1 .con p+p {
  margin-top: 0.38rem;
}

.gjjl .con .gjjl-icon {
  display: block;
  width: 0.43rem;
}

.gjjl .con h4 {
  font-size: 0.18rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b01c3d;
  margin-top: 0.1rem;
}

.gjjl .kk2 .con p {
  text-align: justify;
  margin-top: 0.16rem;
}

.gjjl .kk2 .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  padding-left: 0.36rem;
}

.gjjl .kk2 .box ul+ul {
  margin-left: 1rem;
}

.gjjl .kk2 .box ul li {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #000000;
}

.gjjl .kk2 .box2 p+p {
  margin-top: 0;
  padding-left: 0.06rem;
}

.gjjl .kk2 .box2 p+p i {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  background-color: #a0a0a0;
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  font-style: normal;
  margin-right: 0.05rem;
}

.gjjl .kk2 .box2 p+p em {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  background-color: #a0a0a0;
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  font-style: normal;
  margin-right: 0.05rem;
}

.gjjl .con1 {
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 0.2rem 0.02rem;
  background-repeat: repeat-x;
  background-position: bottom;
}

.gjjl .con2 {}

/* 课程体系师资 */
.tpjs {
  margin-top: 1.34rem;
}

.tpjs .tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpjs .tit h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin: 0 0.54rem;
}

.tpjs .tit::before {
  content: "";
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/tpjs-titl.png) no-repeat center center / 100% 100%;
}

.tpjs .tit::after {
  content: "";
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/tpjs-titl.png) no-repeat center center / 100% 100%;
}

.tpjs .qh-tit {
  margin-top: 0.85rem;
}

.tpjs .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpjs .qh-tit ul li {
  width: 2.37rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #262526;
  background: #eeeeee;
  transition: all 0.5s;
  cursor: pointer;
}

.tpjs .qh-tit ul li+li {
  margin-left: 2.67rem;
}

.tpjs .qh-tit ul li.on {
  background-image: linear-gradient(90deg,
      #d85067 0%,
      #c93d58 50%,
      #b92948 100%);
  color: #fff;
}

.tpjs .qh-tit ul li.on a {
  color: #fff;
}

.tpjs .qh-bd {
  position: relative;
  overflow: hidden;
  margin-top: 0.78rem;
}

.tpjs .qh-bd>.kk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.tpjs .qh-bd>.kk.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.tpjs .qh-bd .kk ul {}

.tpjs .qh-bd .kk ul li {
  margin-bottom: 0.67rem;
}

.tpjs .qh-bd .kk ul li a {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(118, 118, 118, 0.13);
  border-radius: 0px 0.1rem 0px 0px;
  transition: all 0.5s;
}

.tpjs .qh-bd .kk ul li a .pic {
  width: 2.51rem;
  padding-top: 3.76rem;
  margin: 0 0.6rem;
}

.tpjs .qh-bd .kk ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-right: 0.4rem;
}

.tpjs .qh-bd .kk ul li a .tx h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.6rem;
}

.tpjs .qh-bd .kk ul li a .tx p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  max-height: 2.04rem;
  letter-spacing: 0px;
  color: #7d7d7d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.tpjs .qh-bd .kk ul li:nth-child(even) a .pic {
  order: 2;
}

.tpjs .qh-bd .kk ul li:nth-child(even) a .tx {
  order: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 0.4rem;
}

/* 兼职博士生导师 */
.jzbs {}

.jzbs dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 20%;
}

.jzbs dl dd {
  width: 48%;
  margin-top: 1rem;
}

.jzbs dl dd a {
  display: block;
}

.jzbs dl dd a h3 {
  font-size: 0.3rem;
  font-weight: 700;
}

.jzbs dl dd a .con {
  margin-top: 0.6rem;
}

.jzbs dl dd a .con p {
  font-size: 0.24rem;
  color: #7d7d7d;
}

/* 招生-问题 */
.zswt {
  padding: 0 0 0.7rem 0;
}

.zswt .qh-tit {}

.zswt .qh-tit ul {
  display: flex;
  align-items: center;
}

.zswt .qh-tit ul li {
  width: 50%;
  height: 1.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  background-color: #fdfdfd;
  box-shadow: 0px 0.17rem 0.37rem 0.06rem rgba(0, 0, 0, 0.09);
  font-size: 0.24rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #121212;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.zswt .qh-tit ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-top: 0.25rem solid #b01c3d;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.zswt .qh-tit ul li.on {
  background-color: #b01c3d;
  color: #fff;
}

.zswt .qh-tit ul li.on::after {
  opacity: 1;
  visibility: visible;
}

.zswt .qh-bd {
  position: relative;
  margin-top: 0.85rem;
}

.zswt .qh-bd .kk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  display: none;
}

.zswt .qh-bd .kk.on {
  position: relative;
  z-index: 9;
  display: block;
}

.zswt .qh-bd .kk .tit h3 {
  display: inline-block;
  padding: 0.3rem 1.06rem 0.44rem 0.32rem;
  background-image: linear-gradient(90deg,
      #b01c3d 0%,
      #a20e2f 50%,
      #930021 100%);
  border-radius: 0.3rem 0.7rem 0px 0px;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #fff7e2;
  text-shadow: 0.02rem 0.02rem 0px rgba(0, 0, 0, 0.34);
  min-width: 2.54rem;
  letter-spacing: 0.15rem;
}

.zswt .qh-bd .kk ul {
  background-color: #ffffff;
  box-shadow: 0.06rem 0.06rem 0.45rem 0.01rem rgba(118, 118, 118, 0.11);
  border-radius: 0.3rem;
  margin-top: -0.2rem;
  position: relative;
  z-index: 1;
  padding: 0.48rem 0.8rem;
}

.zswt .qh-bd .kk ul li {}

.zswt .qh-bd .kk ul li a {
  display: block;
  padding: 0.4rem 0;
  border-top: 1px dashed #c7c7c7;
}

.zswt .qh-bd .kk ul li:first-child a {
  border-top: 0;
}

.zswt .qh-bd .kk ul li a .w,
.zswt .qh-bd .kk ul li a .d {
  display: flex;
}

.zswt .qh-bd .kk ul li a .w span,
.zswt .qh-bd .kk ul li a .d span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: #e5e5e5;
  font-size: 0.18rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-right: 0.17rem;
}

.zswt .qh-bd .kk ul li a .w h3,
.zswt .qh-bd .kk ul li a .d .r {
  flex: 1;
  min-width: 0;
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #000000;
}

.zswt .qh-bd .kk ul li a .d {
  margin-top: 0.18rem;
}

.zswt .qh-bd .kk ul li a .d span {
  background: #b01c3d;
  color: #fff;
}

.zswt .qh-bd .kk ul li a .d .r {
  font-size: 0.22rem;
  font-weight: 500;
}

/* 招生-奖金 */
.zsjj {}

.zsjj1 {
  margin-top: 0.8rem;
  display: flex;
  align-items: flex-start;
}

.zsjj1 .tx {
  width: 68%;
  background: url(../images/zsjj1-lbg.jpg) no-repeat right center / cover;
  border-left: 0.09rem solid #b01c3d;
  padding: 0.7rem 1.5rem 0.9rem 0.55rem;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(118, 118, 118, 0.13);
  position: relative;
  z-index: 1;
}

.zsjj1 .rimg {
  width: 6.57rem;
  max-width: 100%;
  margin-left: -2.3rem;
  margin-top: 0.5rem;
}

.zsjj1 .rimg img {
  display: block;
  width: 100%;
  border-radius: 0 0.6rem 0 0;
}

.zsjj1 h4 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #b01c3d;
  border-left: 0.03rem solid #b01c3d;
  padding-left: 0.13rem;
  margin-bottom: 0.4rem;
}

.zsjj1 p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #000000;
  text-align: justify;
}

.zsjj2 {
  margin-top: 0.86rem;
}

.zsjj2 ul {}

.zsjj2 ul li {
  margin-top: 0.34rem;
  background-image: linear-gradient(90deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
  height: 1.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem 0.4rem 0.2rem 0.2rem;
}

.zsjj2 ul li h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.28rem;
  letter-spacing: 0px;
  color: #fff7e2;
  text-shadow: 0.02rem 0.02rem 0px rgba(0, 0, 0, 0.34);
  padding: 0 0.2rem;
}

.zsjj2 ul li.on {
  justify-content: space-between;
  background: #eeeeee;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(118, 118, 118, 0.13);
  border-radius: 0.2rem 0.4rem 0.2rem 0.2rem;
  overflow: hidden;
}

.zsjj2 ul li.on h3 {
  width: 4.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(90deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
  padding: 0
}

.zsjj2 ul li.on .r {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.3rem;
}

.zsjj2 ul li.on .r p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}

.zsjj2 ul li.on .r p::before {
  content: "";
  position: absolute;
  top: -0.05rem;
  left: -0.15rem;
  width: 0.09rem;
  height: 0.16rem;
  background: url(../images/zsjj-lsj.png) no-repeat center center / 100% 100%;
}

.zsjj2 ul li.on .r p::after {
  content: "";
  position: absolute;
  bottom: -0.05rem;
  right: -0.15rem;
  width: 0.09rem;
  height: 0.16rem;
  background: url(../images/zsjj-rsj.png) no-repeat center center / 100% 100%;
}

.zsjj2 ul li.on .r h4 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b01c3d;
}

.zsjj2 ul li.on .r h4 b {
  font-size: 0.3rem;
  margin-left: 0.08rem;
}

.zsjj2 ul li.on .r h4 strong {
  font-size: 0.3rem;
  margin-left: 0.08rem;
}

.zsjj2 ul li.on .r h5 {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.zsjj2 ul li.on .r h5:nth-of-type(1) {
  margin-top: 0.1rem;
}

.zsjj2 ul li.on .r h5 b {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.3rem;
  color: #b01c3d;
  margin-right: 0.06rem;
}

.zsjj2 ul li.on .r h5 strong {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.3rem;
  color: #b01c3d;
  margin-right: 0.06rem;
}

.zsjj2 ul li.on .r h6 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin-top: 0.1rem;
}

.zsjj2 ul li.on .r .b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zsjj2 ul li.on .r .strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zsjj2 ul li.on .r .bl {
  text-align: center;
}

.zsjj2 ul li.on .r .bl+.bl {
  margin-left: 0.5rem;
}

.zsjj3 p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #626262;
  margin-top: 0.5rem;
}

/* 招生-通知公共 */
.zsnotice {}

.zsnotice .qh-bd {
  margin-top: 0.7rem;
}

.zsnotice .qh-bd .kk {
  padding: 0;
}

.zsnotice .qh-bd .kk ul {
  padding: 0 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}

.zsnotice .qh-bd .kk ul li {
  width: 48.73%;
  margin-top: 0.6rem;
}

.zsnotice .qh-bd .kk ul li a {
  display: block;
  background: #fff;
  border-bottom: 0.1rem solid #b01c3d;
  border-top: 0;
  box-shadow: 0px 0.07rem 0.189rem 0.021rem rgba(109, 109, 109, 0.1);
  padding-top: 0 !important;
  padding-bottom: 0.18rem;
  transition: all 0.5s;
}

.zsnotice .qh-bd .kk ul li a .date {
  text-align: right;
}

.zsnotice .qh-bd .kk ul li a .date span {
  display: inline-block;
  width: 1.45rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #b01c3d;
  border-radius: 0px 0px 0px 0.25rem;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #ffffff;
}

.zsnotice .qh-bd .kk ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: 1px;
  color: #000000;
  margin: 0.6rem 0.34rem 0.4rem 0.34rem;
  transition: all 0.5s;
}

.zsnotice .qh-bd .kk ul li a .gd {
  width: 1.45rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  border: solid 1px #767676;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 0.34rem;
  transition: all 0.5s;
}

/* 招生 */
.zsbox {
  padding: 0.35rem 0 0 0;
}

.zs>p {
  margin-bottom: 0.35rem;
}

.zs .box+.box {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #f5f5f5;
}

.zs .box .d-tit {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.06rem;
  color: #fff;
  width: 5.29rem;
  height: 0.77rem;
  line-height: 0.77rem;
  padding-left: 0.47rem;
  background: url(../images/zs-tit.png) no-repeat left center / 100% 100%;
  margin-bottom: 0.35rem;
}

.zs .box-con {
  padding-left: 0.35rem;
}

.zs .box-con+.box-con {
  border-top: 2px solid #f5f5f5;
  margin-top: 0.7rem;
  padding-top: 0.7rem;
}

.zs .box-con h4 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin-bottom: 0.38rem;
}

.zs .box-con>p {
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 0.3rem;
  color: #000000;
  background: url(../images/zs-d.png) no-repeat left 0.11rem / 0.08rem auto;
  padding-left: 0.18rem;
}

.zs .box-con>p+p {
  margin-top: 0.2rem;
}

.zs .box-con>p a {
  color: #b01c3d;
  margin-left: 0.9rem;
}

.zs .box-con>p b {
  font-size: 0.18rem;
  font-weight: 700;
}

.zs .box-k {
  margin-bottom: 0.5rem;
}

.zs .box-k dl {
  display: flex;
  flex-direction: row;
}

.zs .box-k dd {
  position: relative;
  width: 1.62rem;
}

.zs .box-k dd+dd {
  margin-left: 0.9rem;
}

.zs .box-k dd .date {
  width: 1.62rem;
  height: 1.86rem;
  background: url(../images/zs-lx.png) no-repeat center center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
}

.zs .box-k dd+dd::before {
  content: '';
  position: absolute;
  top: 0.78rem;
  right: 100%;
  width: 0.9rem;
  height: 0.3rem;
  background: #f6f6f6;
  pointer-events: none;
}

.zs .box-k dd+dd::after {
  content: '';
  position: absolute;
  top: 0.85rem;
  right: 130%;
  width: 0.16rem;
  height: 0.15rem;
  background: url(../images/zs-jt.png) no-repeat center center / 100% 100%;
  pointer-events: none;
}

.zs .box-k dd>p {
  text-align: center;
  margin-top: 0.18rem;
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0;
  color: #b01c3d;
}

.zs .box-k dd .zy {
  text-align: center;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0px;
  margin-top: 0.2rem;
}

.zs .box-k>p {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #9a9a9a;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd .date,
.zs .box:nth-child(2) .box-con .box-k dd .date {
  flex-direction: column;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd .date span,
.zs .box:nth-child(2) .box-con .box-k dd .date span {
  font-size: 0.18rem;
  line-height: 1;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd+dd,
.zs .box:nth-child(2) .box-con .box-k dd+dd {
  margin-left: 0.62rem;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd+dd::before,
.zs .box:nth-child(2) .box-con .box-k dd+dd::before {
  width: 0.62rem;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd+dd::after,
.zs .box:nth-child(2) .box-con .box-k dd+dd::after {
  right: 115%;
}

.zs .box:nth-child(2) .box-con:nth-of-type(3) .box-k dd:nth-child(2)>p,
.zs .box:nth-child(2) .box-con:nth-of-type(3) .box-k dd:nth-child(3)>p {
  width: 150%;
  margin-left: -25%;
}

.zs .box:first-child .box-con:nth-of-type(5) .box-k dd:first-child .zy,
.zs .box:nth-child(2) .box-con .box-k dd:first-child .zy,
.zs .box:nth-child(2) .box-con .box-k dd:nth-child(4) .zy,
.zs .box:nth-child(2) .box-con .box-k dd:nth-child(6) .zy,
.zs .box:nth-child(2) .box-con:nth-of-type(3) .box-k dd:nth-child(5) .zy,
.zs .box:nth-child(3) .box-con .box-k dd:nth-child(1) .zy,
.zs .box:nth-child(3) .box-con:nth-of-type(2) .box-k dd:nth-child(4) .zy,
.zs .box:nth-child(4) .box-con:nth-of-type(2) .box-k dd:nth-child(1) .zy,
.zs .box:nth-child(4) .box-con:nth-of-type(2) .box-k dd:nth-child(4) .zy {
  width: 200%;
  margin-left: -50%;
}

.zs.lh .zs .box-k dd .date {
  text-align: center;
}

.zs.lh .box:first-child .box-k dd:nth-child(2) .date,
.zs.lh .box:first-child .box-k dd:nth-child(3) .date {
  flex-direction: column;
}

.zs.lh .box:first-child .box-k dd+dd {
  margin-left: 0.7rem;
}

.zs.lh .box:first-child .box-k dd+dd::before {
  width: 0.7rem;
}

.zs.lh .box:first-child .box-k dd+dd::after {
  right: 120%;
}

.zs.lh .box:first-child .box-k dd:nth-child(1) .zy {
  width: 200%;
  margin-left: -50%;
}

/* 学生风采 */
.xsfc {
  overflow: hidden;
}

.xsfc .kk {
  margin-top: 1.1rem;
}

.xsfc .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.xsfc .tit h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin: 0 0.34rem;
  text-align: center;
}

.xsfc .tit::before {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 2px solid rgba(255, 0, 0, 0.3);
  pointer-events: none;
}

.xsfc .tit::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 2px solid rgba(255, 0, 0, 0.3);
  pointer-events: none;
}

.xsfc ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.04rem 0 -0.04rem;
}

.xsfc ul li {
  width: 16.666%;
  margin-top: 0.08rem;
}

.xsfc ul li a {
  height: 1.52rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.04rem;
  background: #f7f7f7;
  padding: 0.15rem;
  transition: all 0.5s;
}

.xsfc ul li a h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  transition: all 0.5s;
}

.xsfc ul li a p {
  font-size: 0.18rem;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #7d7d7d;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

/* 社会实践 */
.shsj {}

.shsj1 {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/shsh1-bg.jpg) no-repeat right top / cover;
  box-shadow: 0px 0.07rem 0.49rem 0.049rem rgba(0, 0, 0, 0.1);
  margin-top: 0.88rem;
}

.shsj1 .l {
  width: 5.73rem;
}

.shsj1 .l .pic {
  padding-top: 4.73rem;
}

.shsj1 .l .pic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  background: linear-gradient(to bottom, rgba(176, 28, 61, 0) 0%, rgba(176, 28, 61, 0) 40%, #b01c3d 100%);
}

.shsj1 .r {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
  text-align: left;
}

.shsj1 .r h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #b01c3d;
  border-left: 0.07rem solid #b01c3d;
  padding-left: 0.13rem;
  margin-bottom: 0.5rem;
}

.shsj1 .r p {
  text-align: justify;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 1px;
  color: #000;
  margin-top: 0.3rem;
}

.shsj2 {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/shsh2-bg.jpg) no-repeat center center / cover;
  box-shadow: 0px 0.07rem 0.49rem 0.049rem rgba(0, 0, 0, 0.1);
  margin-top: .66rem;
  padding: 1.12rem 0.5rem 1.32rem 0.15rem;
}

.shsj2 .l {
  width: 3.49rem;
  height: 6.06rem;
  background: url(../images/shsj2-t.png) no-repeat center center / 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 0.66rem;
  position: relative;
  z-index: 2;
}

.shsj2 .l h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffd38c;
  background-image: -webkit-linear-gradient(180deg, #ffebcb 0%, #ffd38c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shsj2 .r {
  flex: 1;
  min-width: 0;
  background: url(../images/shsj2-k.png) no-repeat center center / 100% 100%;
  margin-left: -1rem;
}

.shsj2 .r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 0.8rem 0.6rem 0.8rem 0;
}

.shsj2 .r ul li {
  width: 49%;
}

.shsj2 .r ul li a {
  display: block;
  height: 4.12rem;
  background-color: #ffffff;
  border-radius: 0.3rem 0.34rem 0.34rem 0.34rem;
  padding: 0.4rem;
}

.shsj2 .r ul li .icon {
  margin-bottom: 0.6rem;
  height: 0.59rem;
}

.shsj2 .r ul li .icon img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.shsj2 .r ul li a p {
  text-align: justify;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 1px;
  color: #000;
}

/* 职业发展 */
.zyfz {
  margin-top: 0.9rem;
  box-shadow: 0 0.07rem 0.49rem 0.05rem rgba(0, 0, 0, 0.1);
  padding: 1.4rem 1rem 4.9rem;
  background: url(../images/zyfz-bgt.png) no-repeat center top / 100% 50%;
  position: relative;
  z-index: 1;
}

.zyfz::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/zyfz-bgb.png) no-repeat center bottom / 100% auto;
  z-index: -1;
}

.zyfz .tit h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #fff7e2;
  border-left: 0.03rem solid #fff7e2;
  padding-left: 0.25rem;
  margin-bottom: 0.4rem;
}

.zyfz .kk>p {
  text-align: justify;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0;
  color: #000;
}

.zyfz .kk>p:nth-of-type(1) {
  color: #fff;
}

.zyfz0 {
  margin-top: 1.8rem;
}

.zyfz0>h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #b01c3d;
  border-left: 0.03rem solid #b01c3d;
  padding-left: 0.25rem;
}

.zyfz0 .con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
}

.zyfz0 .con img {
  display: block;
  width: 1.57rem;
  margin-right: 0.17rem;
}

.zyfz0 .con .r h4 {
  font-size: 0.29rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 0.29rem;
  letter-spacing: 0px;
  color: #b01c3d;
}

.zyfz0 .con .r h3 {
  font-size: 0.44rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.44rem;
  letter-spacing: 0px;
  color: #b01c3d;
}

.zyfz0 .con .r h3 b {
  font-size: 1.04rem;
  line-height: 1.04rem;
  margin-right: 0.05rem;
}

.zyfz0 .con .r h3 strong {
  font-size: 1.04rem;
  line-height: 1.04rem;
  margin-right: 0.05rem;
}

.zyfz2 {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.zyfz2>h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  margin-left: 0.3rem;
}

.zyfz2 ul {
  padding-top: 0.15rem;
}

.zyfz2 ul li {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}

.zyfz2 ul li .l {
  flex: 1;
  min-width: 0;
  background-color: #d2d2d2;
  border-radius: 0.5rem;
  height: 0.78rem;
  position: relative;
}

.zyfz2 ul li:first-child .l {
  height: 1.04rem;
}

.zyfz2 ul li .l .tx {
  padding-left: 0.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zyfz2 ul li:first-child .l .tx {
  position: relative;
  top: 0.12rem;
}

.zyfz2 ul li .l .tx h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #000;
}

.zyfz2 ul li .l .tx p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.18rem;
  letter-spacing: 0px;
  margin-top: 0.2rem;
}

.zyfz2 ul li .l .jdt {
  position: absolute;
  left: 0;
  top: 0.1rem;
  right: 0.1rem;
  height: 0.58rem;
  border-radius: 0.5rem;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}

.zyfz2 ul li .l .jdt span {
  display: block;
  height: 100%;
  width: 100%;
  background: #b01c3d;
  border-radius: 0.5rem;
}

.zyfz2 ul li .r {
  width: 0.8rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
  margin-left: 0.14rem;
}

.zyfz .kk>h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #000;
  /*  margin-left: 0.3rem;  */
}

.zyfz .kk>h4 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  color: #000;
}

/* 关于项目 */
.gyxm .zy {
  background-color: #ffffff;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(118, 118, 118, 0.13);
  border-radius: 0px 0.3rem 0px 0px;
  border-left: 0.09rem solid #b01c3d;
  padding: 0.7rem 0.6rem;
  margin-bottom: 1rem;
}

.gyxm .zy p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #000000;
}

.gyxm .zy p+p {
  margin-top: 0.3rem;
}

.gyxm .qh-bd .kk ul {
  background: #eee;
  padding: 0.5rem 0.4rem;
}

.xm1 {
  max-width: calc(100% - 2.4rem);
}

.xm1 .box {
  position: relative;
}

.xm1 .box::before {
  content: '';
  position: absolute;
  top: 0.14rem;
  right: -1.7rem;
  width: 3.25rem;
  height: 2.08rem;

  pointer-events: none;
}

.xm1 .box+.box {
  margin-top: 1rem;
}

.xm1 .box .tt {
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.32rem;
}

.xm1 .box .tt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.07rem;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  border-radius: 0.2rem;
}

.xm1 .box .tt p {
  font-size: 0.48rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.48rem;
  letter-spacing: 1px;
  color: #d2d2d2;
}

.xm1 .box .tt h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin-top: -0.2rem;
}

.xm1 .box .con+.con {
  margin-top: 0.8rem;
}

.xm1 .box .con h4 {
  font-size: 0.22rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #b01c3d;
  border-left: 0.08rem solid #b01c3d;
  padding-left: 0.16rem;
  margin-bottom: 0.25rem;
}

.xm1 .box .con p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 1px;
  color: #000000;
  margin-left: 0.24rem;
}

.xm1 .box .con p i {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #949494;
  border-radius: 50%;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.xm1 .bs1 {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.24rem;
}

.xm1 .bs1 dl {
  width: 2rem;
  position: relative;
}

.xm1 .bs1 dt {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.38rem;
  letter-spacing: 0px;
  color: #b01c3d;

  padding-left: 0.2rem;
}

.xm1 .bs1 dl:nth-child(2) dt {}

.xm1 .bs1 dl:nth-child(3) dt {}

.xm1 .bs1 dl+dl {
  margin-left: -0.1rem;
}

.xm1 .bs1 dl:nth-child(1) {
  z-index: 3;
}

.xm1 .bs1 dl:nth-child(2) {
  z-index: 2;
}

.xm1 .bs1 dl:nth-child(3) {
  z-index: 1;
}

.xm1 .bs1 dd {
  font-size: 0.18rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #7f7f7f;
  margin-top: 0.1rem;
  margin-left: 0.2rem;
  position: relative;
  padding-left: 0.15rem;
}

.xm1 .bs1 dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.06rem;
  height: 0.06rem;
  background: #7f7f7f;
  border-radius: 50%;
}

.xm-img {
  position: absolute;
  top: 0.6rem;
  right: -1.19rem;
}

.xm-img dl {}

.xm-img dl dd {
  width: 2.38rem;
}

.xm-img dl dd+dd {
  margin-top: -0.5rem;
}

.xm-img dl dd:nth-child(even) {
  margin-left: 1.19rem;
}

.xm-img dl dd:nth-child(4) {
  margin-top: 1.1rem;
}

.xm-img dl dd img {
  display: block;
  width: 100%;
}

.xm-img2 dl dd:nth-child(4) {
  margin-top: -0.5rem;
}

.xm-img2 dl dd:nth-child(5) {
  margin-top: 1.4rem;
  margin-left: 1.19rem;
}

.xm-img2 dl dd:nth-child(6) {
  margin-left: 0;
}

.xm-img2 dl dd:nth-child(7) {
  margin-left: 1.19rem;
}

/* 课程体系 */
.kctxbox {}

.kctxbox .qh-bd .kk ul {
  padding: 0 0 1.23rem 0.76rem;
}

.kctx1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.kctx1 .l {
  flex: 1;
  min-width: 0;
  margin-top: 1.23rem;
}

.kctx1 .l .tit {
  display: none;
  text-align: center;
}

.kctx1 .l dl {
  max-height: 4.8rem;
  overflow-y: auto;
}

.kctx1 .l dl::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f5f5f5;
}

.kctx1 .l dl::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.kctx1 .l dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}

.kctx1 .l dl+dl {
  margin-top: 0.54rem;
}

.kctx1 .l dt {
  display: none;
  text-align: center;
}

.kctx1 .l dd {
  background: #eeeeee;
  text-align: center;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0.2rem;
}

.kctx1 .r {
  width: 7.2rem;
  margin-top: 1.35rem;
}

.kctx1 .r img {
  display: block;
  width: 100%;
}

/* 课程体系2 */
.kctxbox .qh-bd .kk:nth-child(2) ul {
  padding: 0.74rem 0.74rem 0.95rem 0.74rem;
}

.kctx2 {
  margin-top: 0.84rem;
}

.kctx2 .tit {
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  position: relative;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
}

.kctx2 .tit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/kctx2-titbg.png) no-repeat center center / 100% 100%;
  z-index: -1;
}

.kctx2 .tit2 {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  padding: 0 0.1rem;
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.ttbd {
  margin-top: 0.14rem;
  display: flex;
  justify-content: space-between;
}

.ttbd>div {
  width: 32.57%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ttbd>div h3 {
  font-size: 0.24rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.24rem;
  color: #000;
}

.ttbd>div.on {
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
}

.ttbd>div.on h3 {
  color: #fff;
}

.conbd {
  position: relative;
}

.conbd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  display: none;
}

.conbd>div.on {
  position: relative;
  z-index: 9;
  display: block;
}

.conbd>div>div {
  margin-top: 0.14rem;
}

.conbd>div .t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #eee;
}

.conbd>div .lt {
  width: 1.1rem;
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal, normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.conbd>div .lt h3 {
  writing-mode: tb-rl;
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.02rem;
}

.conbd>div .lt h4 {
  writing-mode: tb-rl;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.18rem;
  letter-spacing: 0.02rem;
  margin-left: 0.1rem;
}

.conbd>div .rtx {
  flex: 1;
  min-width: 0;
  padding: 0.15rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
}

.conbd>div .boxl {
  flex: 1;
  min-width: 0;
}

.conbd>div .boxr {
  width: 3rem;
  margin-left: 0.5rem;
}

.conbd>div .ttm {
  text-align: center;
  background: #fe8687;
  line-height: 0.4rem;
  font-size: 0.24rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.conbd>div>div dl {}

.conbd>div>div dd {
  font-size: 0.18rem;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0px;
  color: #000;
}

.conbd>div>div .boxr dd+dd {
  margin-top: 0.25rem;
}

.conbd>div>div .boxl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.conbd>div>div .boxl dd {
  width: 48%;
  margin-top: 0.3rem;
}

.conbd>div>div .boxr dl {
  padding-left: 0.35rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  margin-top: 0.11rem;
  border-left: dashed 0.02rem #fff;
}

.conbd>div .t:nth-child(2) .rtx {
  padding-bottom: 0.4rem;
}

.conbd>div>div.b {
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conbd>div>div.b h3 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

/* 硕士 */
.title {
  margin-top: 0.84rem;
  text-align: center;
}

.title h3 {
  display: inline-block;
  width: 2.72rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.12rem;
  color: #b01c3d;
  background: url(../images/tit-bg.png) no-repeat center center / 100% 100%;
}

.more {
  text-align: right;
}

.more a {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #b01c3d;
  position: relative;
  transition: all 0.5s;
}

.more a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #b01c3d;
  transform: scaleX(0);
  transition: all 0.5s;
}

/* 硕士-通知公共 */
.notice {
  margin-top: 0.37rem;
}

.notice>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}

.notice ul li {
  width: 33.333%;
  margin-top: 0.45rem;
}

.notice ul li a {
  display: block;
  margin: 0 0.11rem;
  position: relative;
}

.notice ul li a .pic {
  padding-top: 56.07%;
}

.notice ul li a .date {
  position: absolute;
  right: 0.25rem;
  top: -0.13rem;
  width: 0.65rem;
  height: 0.82rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#fdd274,
      #fdd274);
  background-blend-mode: normal,
    normal;
  color: #fff;
  transition: all 0.5s;
}

.notice ul li a .date b {
  display: block;
  font-size: 0.39rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.39rem;
  letter-spacing: 0px;
}

.notice ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.16rem;
  letter-spacing: 0px;
  margin-top: 0.1rem;
}

.notice ul li a .tx {
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 0px 0.6rem;
  transition: all 0.5s;
}

.notice ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  height: 0.8rem;
  letter-spacing: 0px;
  color: #000000;
  transition: all 0.5s;
}

.notice ul li a .tx .gd {
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b01c3d;
  border-radius: 0.26rem;
  border: solid 1px #b01c3d;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

/* 硕士-兼职硕士生导师 */
.jzss {
  margin-top: 0.9rem;
}

.jzss .tit {
  margin-bottom: 1rem;
}

.jzss .tit::before {
  flex: none;
  border-top: 0;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/tpjs-titl.png) no-repeat center center / 100% 100%;
}

.jzss .tit::after {
  flex: none;
  border-top: 0;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/tpjs-titl.png) no-repeat center center / 100% 100%;
}

.jzss ul {
  margin: 0 -0.09rem !important;
}

.jzss ul li {
  width: 33.333%;
  margin-top: 0.16rem;
}

.jzss ul li a {
  display: block;
  height: 3.1rem;
  margin: 0 0.09rem !important;
  padding: 0.6rem 0.3rem 0.1rem 0.3rem;
}

.jzss ul li a p {
  margin-top: 0.3rem;
}

/* 硕士-国际交流 */
.ssgjjl .con .gjjl-icon {
  width: 0.71rem;
}

.ssgjjl .con h4 {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.ssgjjl .con p {
  font-size: 0.22rem;
  margin-top: 0.2rem
}

.ssgjjl .con1 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}

.ssgjjl .tit {
  height: 1.33rem;
  background: url(../images/ssgjjl-1t1.jpg) no-repeat center center / cover;
  justify-content: flex-start;
  padding-left: 0.94rem;
}

.ssgjjl .tit h3 {
  font-size: 0.3rem;
  color: #b01c3d;
}

.ssgjjl .kk2 .tit {
  background-image: url(../images/ssgjjl-1t2.jpg);
}

.ssgjjl .kk2 .tit h3 {
  color: #fff7e2;
}

.ssgjjl .kk3 .tit {
  background-image: url(../images/ssgjjl-1t3.jpg);
}

.ssgjjl .kk3 .tit h3 {
  color: #fff7e2;
}

.ssgjjl .kk2 .box ul li {
  font-size: 0.16rem;
}

.ssgjjl .kk2 .box {
  padding-left: 0;
  margin-top: 0.2rem;
}

.ssgjjl .kk2 .box2 {
  margin-top: 0.6rem;
}
.ssgjjl .con .xm1{
    max-width: inherit;
}
.ssgjjl .con .xm1 .box:before{display:none;}
.ssgjjl .con .xm1 .box .con{
    box-shadow: none;
    padding: 0.2rem 0;
    margin-top: 0;
}
.ssgjjl .con .xm1 .box .con p+p{margin-top:0;}

/* 硕士-关于项目 */
.section2 {
  height: 8.4rem;
  background: url(../images/section2.jpg) no-repeat center bottom / 100% auto;
  padding-top: 0.96rem;
  margin-top: 0.47rem;
  position: relative;
}

.section2 .title {
  margin-bottom: 1.17rem;
}

.section2 .title h3 {
  margin-bottom: 0;
}

.s2>img {
  display: block;
  margin: 0 auto;
  width: 82.23%;
}

.s2>p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #626262;
  margin: 1.13rem 0.45rem 0 0.45rem;
}

.s2-b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.84rem 0.5rem 1rem 0.5rem;
  display: flex;
  align-items: center;
}

.s2-b>h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  margin-right: 0.7rem;
  color: #b01c3d;
}

.s2-b>p {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
}

.section3 {
  background: #f2f2f2 url(../images/section3-2.jpg) no-repeat center bottom / 100% auto;
}

.s3 {}

.s3-t {
  overflow: hidden;
}

.s3img {
  width: 5.37rem;
  position: relative;
  overflow: hidden;
}

.s3img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(176, 28, 61, 0), #b01c3d);
  opacity: 0.5;
}

.s3img img {
  display: block;
  width: 100%;
}

.s3-t .tx {
  overflow: hidden;
}

.s3-t:first-child .s3img {
  float: right;
  border-radius: 0.3rem 0 0 0.3rem;
  margin-left: 0.75rem;
}

.s3-t:nth-of-type(3) .s3img {
  float: left;
  border-radius: 0 0.3rem 0.3rem 0;
  margin-right: 0.75rem;
}

.s3-t:nth-of-type(3) {
  margin-top: 1rem;
}

.s3 h3 {
  margin-top: 1.15rem;
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #b01c3d;
}

.s3 .con {
  margin-top: 0.6rem;
}

.s3 h4 {
  font-size: 0.24rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.37rem;
  letter-spacing: 0px;
  color: #b01c3d;
  margin-bottom: 0.3rem;
}

.s3 p {
  text-align: justify;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
}

.s3-t:nth-of-type(1) .tx {
  padding-left: 0.35rem;
}

.s3-t:nth-of-type(3) .tx {
  padding-right: 0.35rem;
}

.s3-t:nth-of-type(3) .tx .con:first-child {
  margin-top: 0;
}

.s3>.con {
  padding: 0 0.35rem;
}

.ssgyxm3 {
  background-color: #eeeeee;
  padding: 1.26rem 0.45rem 2.76rem 0.45rem;
  position: relative;
}

.ssgyxm3 .xm1 .box>h3 {
  font-size: 0.3rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #b01c3d;
}

.ssgyxm3 .xm1 .box::before {
  display: none;
}

.ssgyxm3 .xm1 .box .con {
  margin-top: 0.7rem;
}

.ssgyxm3 .xm-img {
  top: -0.7rem;
}

.ssgyxm3 .xm-img dl dd:nth-child(odd) {
  margin-left: 1.19rem;
}

.ssgyxm3 .xm-img dl dd:nth-child(even) {
  margin-left: 0;
}

/* 课程体系 新增 */
.kctx-new {
  width: 100%;
  margin: 0.4rem 0;
  font-family: "Microsoft YaHei", sans-serif;
}

.kctx-top-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.07rem;
  min-height: 14.5rem;
}

.kctx-l-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.97rem;
  height: 100%;
  background-image: linear-gradient(180deg,
      #b01b3c 0%,
      #f4918d 100%),
    linear-gradient(#e4c485,
      #e4c485);
  background-blend-mode: normal,
    normal;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kctx-l-bar span {
  writing-mode: vertical-lr;
  letter-spacing: 0.1rem;
}

.kctx-boxes {
  width: 3.37rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.kctx-box {
  background: #eeeeee;
  padding: 0.35rem 0.1rem 0.37rem 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
  margin-bottom: 0.4rem;
}

.kctx-box:last-child {
  margin-bottom: 0;
}

.kctx-box p {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.kctx-box p+p {
  margin-top: 0.1rem;
}

/* Lines */
.kc-line {
  position: absolute;
  left: 4.4rem;
  height: 1px;
  border-top: 2px dashed #d03344;
  transform-origin: left center;
  z-index: 1;
}

.kc-line.l1 {
  top: 0.8rem;
  width: 3.5rem;
}

.kc-line.l1::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 3.5rem;
  border-top: 2px dashed #d03344;
  transform-origin: left center;
  z-index: 1;
  width: 2rem;
  transform: rotate(48deg);
}

.kc-line.l2 {
  top: 6rem;
  width: 3.2rem;
  transform: rotate(-1deg);
}

.kc-line.l3 {
  top: 10rem;
  width: 3.5rem;
  transform: rotate(1.5deg);
}

.kc-line.l4 {
  top: 14rem;
  width: 3rem;
  /* transform: rotate(-1.5deg); */
}

.kc-line.l4::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 3rem;
  border-top: 2px dashed #d03344;
  transform-origin: left center;
  z-index: 1;
  width: 2.5rem;
  transform: rotate(316deg);
}

/* Chart Area using SVG */
.kctx-chart-area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  height: 14rem;
}

.kctx-chart-clip {
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 14rem;
  overflow: hidden;
}

.kctx-svg {
  position: absolute;
  right: -7rem;
  top: 0;
  width: 14rem;
  height: 14rem;
  transform: scaleX(-1) rotate(-90deg);
  transform-origin: center;
}

.kc-center {
  position: absolute;
  right: -1.2rem;
  top: 5.8rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.kc-center span {
  width: 0.8rem;
  font-size: 0.27rem;
  font-weight: bold;
  color: #b01c3d;
  line-height: 1.2;
  text-align: center;
}

.kc-text-wrap {
  position: absolute;
  right: 0;
  top: 7rem;
  width: 0;
  height: 0;
  z-index: 5;
}

.kc-text-in,
.kc-text-out {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

.kc-text-in {
  color: #b01c3d;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1.2;
}

.kc-text-in.i4 {
  left: -0.94rem;
  top: -2.27rem;
}

.kc-text-in.i3 {
  left: -2.27rem;
  top: -0.94rem;
}

.kc-text-in.i2 {
  left: -2.27rem;
  top: 0.94rem;
}

.kc-text-in.i1 {
  left: -0.94rem;
  top: 2.27rem;
  width: 1.2rem;
}

.kc-text-out {
  color: #000;
  font-size: 0.22rem;
  line-height: 0.32rem;
  font-weight: 600;
  width: 2.6rem;
}

.kc-text-out.o4 {
  left: -2.03rem;
  top: -4.91rem;
}

.kc-text-out.o3 {
  left: -4.91rem;
  top: -2.03rem;
}

.kc-text-out.o2 {
  left: -4.91rem;
  top: 2.03rem;
}

.kc-text-out.o1 {
  left: -2.03rem;
  top: 4.91rem;
}

.kctx-bot {
  margin-top: 0.36rem;
}

.kctx-bot-bar {
  background-image: linear-gradient(180deg, #b01b3c 0%, #f4918d 100%);
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.1rem;
  margin-bottom: 0.16rem;
}

.kctx-bot-half {
  display: flex;
  justify-content: space-between;
}

.kctx-bot-half>div {
  width: 49.8%;
  background: #eee;
}

.kctx-bot-half .bh-tit {
  background-image: linear-gradient(180deg, #b01b3c 0%, #f4918d 100%);
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.1rem;
}

.kctx-bot-half .bh-con {
  display: flex;
  padding: 0.4rem 0;
  justify-content: center;
}

.kctx-bot-half .bh-con .list {
  margin: 0 0.8rem;
}

.kctx-bot-half .bh-con p {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.kctx-bot-half .bh-con p+p {
  margin-top: 0.1rem;
}

@media screen and (min-width: 1025px) {
  .tpjs .qh-bd .kk ul li:hover a {
    box-shadow: 0px 0.07rem 0.19rem 0.02rem rgba(176, 28, 61, 0.13);
  }

  .zsnotice .qh-bd .kk ul li:hover a {
    background-image: linear-gradient(90deg,
        #b01b3c 0%,
        #f4918d 100%),
      linear-gradient(#b5b5b5,
        #b5b5b5);
    background-blend-mode: normal,
      normal;
  }

  .zsnotice .qh-bd .kk ul li:hover a h3 {
    color: #fff;
  }

  .zsnotice .qh-bd .kk ul li:hover a .gd {
    color: #b01c3d;
    background: #ffffff;
  }

  .xsfc ul li:hover a {
    background-image: linear-gradient(90deg,
        #b01b3c 0%,
        #f4918d 100%),
      linear-gradient(#b5b5b5,
        #b5b5b5);
    background-blend-mode: normal,
      normal;
  }

  .xsfc ul li:hover a h3 {
    color: #fff;
  }

  .xsfc ul li:hover a p {
    color: #fff;
    opacity: 0.7;
  }

  .notice ul li:hover a .date {
    background: #b01c3d;
  }

  .notice ul li:hover a .tx {
    background-image: linear-gradient(0deg,
        #b01b3c 0%,
        #f4918d 100%),
      linear-gradient(#b5b5b5,
        #b5b5b5);
    background-blend-mode: normal,
      normal;
  }

  .notice ul li:hover a .tx h3 {
    color: #fff;
  }

  .notice ul li:hover a .tx .gd {
    background-color: #fff;
  }
}


@media screen and (max-width: 1024px) {
  .banner::after {
    content: none;
  }

  .nymain .k {
    padding-bottom: 0.3rem;
  }

  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #b01c3d;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain .leftNav>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem auto;
  }

  .nymain .k {
    padding: 0.2rem 10px;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .nymain .leftNav::after {
    width: 0.05rem;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
  }

  .nymain .leftNav>ul>li>a {
    padding: 0.2rem;
  }

  .nymain .leftNav>ul {
    display: none;
    padding: 0 0 0 0.05rem;
  }

  .nymain .leftNav>ul>li>span {
    height: 0.7rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    background-position: 0.21rem 0.16rem !important;
  }

  .ny-right {
    float: none;
    width: auto;
    padding-top: 0.2rem;
  }

  .pagination {
    padding-top: 0.3rem;
  }

  .position {
    flex-wrap: wrap;
    padding-bottom: 0.2rem;
  }

  .position img {
    height: 0.2rem;
  }

  .text-list {
    margin-top: 0.1rem;
  }

  .text-list ul li span {
    font-size: 0.15rem;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem !important;
  }

  .list-ld ul li a {
    display: block;
    padding: 0.2rem;
  }

  .list-ld ul li .sz-tx {
    flex: none;
    width: 100%;
  }

  .list-ld ul li h3 {
    font-size: 0.18rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: auto;
    margin-top: 0.1rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .img-lists ul li {
    margin: 0.2rem 1% 0 1%;
  }

  .img-lists ul li a>div.info p {
    font-size: 0.18rem;
  }

  .img-lists ul li a>div.info {
    padding: 0.15rem 0.1rem;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .gjjl .kk {
    margin-top: 0.3rem;
  }

  .gjjl .tit {
    height: 0.6rem;
  }

  .gjjl .tit h3 {
    font-size: 0.2rem;
  }

  .gjjl .con {
    padding: 0.4rem 0.2rem 0.2rem;
  }

  .gjjl .kk1 .con p+p {
    margin-top: 0.2rem;
  }

  .gjjl .con .gjjl-icon {
    width: 0.3rem;
  }

  .gjjl .con1 {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .tpjs {
    margin-top: 0.3rem;
  }

  .tpjs .tit h3 {
    font-size: 0.26rem;
    margin: 0 0.2rem;
  }

  .tpjs .qh-tit {
    margin-top: 0.3rem;
  }

  .tpjs .qh-tit ul li+li {
    margin-left: 0.3rem;
  }

  .tpjs .qh-tit ul li {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
  }

  .tpjs .qh-bd {
    margin-top: 0.3rem;
  }

  .tpjs .qh-bd .kk ul li {
    margin-bottom: 0.3rem;
  }

  .tpjs .qh-bd .kk ul li a .pic {
    width: 2rem;
    padding-top: 3rem;
    margin: 0 0.2rem;
  }

  .tpjs .qh-bd .kk ul li a .tx h3 {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .tpjs .qh-bd .kk ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    max-height: 1.2rem;
  }

  .jzbs dl {
    padding: 0;
  }

  .jzbs dl dd {
    margin-top: 0.3rem;
  }

  .jzbs dl dd a h3 {
    font-size: 0.2rem;
  }

  .jzbs dl dd a .con {
    margin-top: 0.2rem;
  }

  .jzbs dl dd a .con p {
    font-size: 0.16rem;
  }

  .zswt {
    padding: 0;
  }

  .zswt .qh-tit ul li {
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 0.8rem;
    padding: 0 10%;
    box-shadow: 0px 0.1rem 0.3rem 0.01rem rgba(0, 0, 0, 0.09);
  }

  .zswt .qh-tit ul li::after {
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.18rem solid #b01c3d;
  }

  .zswt .qh-bd {
    margin-top: 0.35rem;
  }

  .zswt .qh-bd .kk {
    padding: 0 0.1rem 0.2rem;
  }

  .zswt .qh-bd .kk .tit h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    border-radius: 0.15rem 0.35rem 0px 0px;
    padding-top: 0.15rem;
    padding-bottom: 0.35rem;
    min-width: auto;
  }

  .zswt .qh-bd .kk ul {
    padding: 0 0.2rem;
  }

  .zswt .qh-bd .kk ul li a {
    padding: 0.2rem 0;
  }

  .zsjj1 {
    flex-wrap: wrap;
    margin-top: 0.3rem;
    border-left-width: 0.05rem;
  }

  .zsjj1 .tx {
    width: 100%;
    border-left: 0.04rem solid #b01c3d;
    padding: 0.3rem 0.2rem;
  }

  .zsjj1 h4 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .zsjj1 p {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .zsjj1 .rimg {
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .zsjj2 {
    margin-top: 0;
  }

  .zsjj2 ul li {
    height: 1rem;
    margin-top: 0.2rem;
  }

  .zsjj2 ul li h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }

  .zsjj2 ul li.on h3 {
    width: 2.5rem;
  }

  .zsjj2 ul li.on .r p {
    font-size: 0.16rem;
  }

  .zsjj2 ul li.on .r h4 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .zsjj2 ul li.on .r h4 b {
    font-size: 0.22rem;
    margin-left: 0.04rem;
  }

  .zsjj2 ul li.on .r h5 {
    font-size: 0.16rem;
  }

  .zsjj2 ul li.on .r h5 b {
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-right: 0.03rem;
  }

  .zsjj2 ul li.on .r h6 {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-top: 0.05rem;
  }

  .zsjj3 p {
    margin-top: 0.2rem;
  }

  .zsnotice .qh-bd .kk ul {
    padding: 0;
  }

  .zsnotice .qh-bd .kk ul li {
    margin-top: 0.25rem;
  }

  .zsnotice .qh-bd .kk ul li a {
    border-bottom-width: 0.04rem;
  }

  .zsnotice .qh-bd .kk ul li a .date span {
    width: 1.2rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0px 0px 0px 0.2rem;
  }

  .zsnotice .qh-bd .kk ul li a h3 {
    margin: 0.2rem;
  }

  .zsnotice .qh-bd .kk ul li a .gd {
    margin-left: 0.2rem;
    width: 1.2rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }

  .zs .box .d-tit {
    font-size: 0.2rem;
    width: 4rem;
    height: 0.58rem;
    line-height: 0.58rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .zs .box-con {
    padding-left: 0.15rem;
  }

  .zs .box-con h4 {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.2rem;
  }

  .zs .box-con>p+p {
    margin-top: 0.1rem;
  }

  .zs .box-k dd .date {
    font-size: 0.18rem;
    width: 1.2rem;
    height: 1.38rem;
    margin: 0 auto;
  }

  .zs .box-k dl {
    flex-wrap: wrap;
  }

  .zs .box-k dd {
    width: 33.333%;
    margin-left: 0 !important;
    margin-top: 0.2rem !important;
  }

  .zs .box-k dd+dd::before,
  .zs .box-k dd+dd::after {
    display: none;
  }

  .zs .box-k dd>p {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    width: auto !important;
    margin-left: 0 !important;
  }

  .xsfc .kk {
    margin-top: 0.3rem;
  }

  .zs .box-k dd .zy {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    width: auto !important;
    margin-left: 0 !important;
  }

  .zs .box-con+.box-con {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }

  .zs .box+.box {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }

  .xsfc .tit h3 {
    font-size: 0.2rem;
    line-height: 0.26rem;
    margin: 0 0.15rem;
  }

  .xsfc ul {
    margin: 0.2rem -0.04rem 0 -0.04rem;
  }

  .xsfc ul li a h3 {
    font-size: 0.2rem;
  }

  .xsfc ul li a p {
    font-size: 0.16rem;
  }

  .shsj1,
  .shsj2 {
    margin-top: 0.3rem;
    box-shadow: 0px 0.03rem 0.2rem 0.02rem rgba(0, 0, 0, 0.1);
  }

  .zyfz {
    margin-top: 0.3rem;
    padding: 0.3rem 0.2rem 3rem;
    box-shadow: 0 0.04rem 0.2rem 0.02rem rgba(0, 0, 0, 0.1);
  }

  .zyfz .tit h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .zyfz0 {
    margin-top: 0.3rem;
  }

  .zyfz0>h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .zyfz0 .con {

    margin-top: 0.3rem;
  }

  .zyfz0 .con img {
    /* object-fit: contain; */
    height: auto;
    width: .8rem;
    margin-right: 0.1rem;
  }

  .zyfz0 .con .r h4 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .zyfz0 .con .r h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }

  .zyfz0 .con .r h3 b {
    font-size: 0.56rem;
    line-height: 0.56rem;
  }

  .zyfz2 {
    margin: 0.3rem 0;
  }

  .zyfz2>h3,
  .zyfz .kk>h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .zyfz2 ul {
    padding-top: 0;
  }

  .zyfz2 ul li .l .tx {
    padding-left: 0.2rem;
  }

  .zyfz2 ul li .l .tx h3 {
    font-size: 0.18rem;
  }

  .zyfz2 ul li .r {
    width: 0.6rem;
    font-size: 0.18rem;
  }

  .zyfz .kk>h4 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .gyxm .zy {
    padding: 0.3rem 0.2rem;
    border-left-width: 0.04rem;
    margin-bottom: 0.3rem;
  }

  .gyxm .qh-bd .kk ul {
    padding: 0.3rem 0.2rem;
  }

  .xm1 {
    max-width: calc(100% - 1.5rem);
  }

  .xm1 .box .tt {
    padding-bottom: 0.15rem;
    margin-bottom: 0.2rem;
  }

  .xm1 .box .tt p {
    font-size: 0.3rem;
  }

  .xm1 .box .tt h3 {
    font-size: 0.2rem;
  }

  .xm1 .box .tt::after {
    height: 0.05rem;
  }

  .xm1 .box::before {
    top: 0.1rem;
    right: -1.2rem;
    width: 2.25rem;
    height: 1.44rem;
  }

  .xm-img {
    right: 0;
  }

  .xm-img dl dd {
    width: 1rem;
  }

  .xm-img dl dd+dd {
    margin-top: -0.2rem;
  }

  .xm-img dl dd:nth-child(4) {
    margin-top: 0.6rem;
  }

  .xm-img dl dd:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xm1 .box .con h4 {
    border-left: 0.04rem solid #b01c3d;
    padding-left: 0.1rem;
    margin-bottom: 0.2rem;
  }

  .xm1 .box .con p {
    margin-left: 0.14rem;
  }

  .xm1 .box .con+.con {
    margin-top: 0.3rem;
  }

  .xm1 .box+.box {
    margin-top: 0.4rem;
  }

  .xm1 .bs1 dt {
    font-size: 0.18rem;
  }

  .xm1 .bs1 dd {
    font-size: 0.16rem;
  }

  .xm-img2 dl dd:nth-child(4) {
    margin-top: -0.2rem;
  }

  .xm-img2 dl dd:nth-child(5) {
    margin-top: 0.7rem;
    margin-left: 0.5rem;
  }

  .xm-img2 dl dd:nth-child(6) {
    margin-left: 0;
  }

  .xm-img2 dl dd:nth-child(7) {
    margin-left: 0.5rem;
  }

  .kctxbox .qh-bd .kk ul {
    padding: 0 0 0.3rem 0.2rem;
  }

  .kctx1 .l {
    margin-top: 0.3rem;
  }

  .kctx1 .r {
    margin-top: 0.45rem;
  }

  .kctxbox .qh-bd .kk:nth-child(2) ul {
    padding: 0.3rem 0.2rem;
  }

  .title {
    margin-top: 0.3rem;
  }

  .title h3 {
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
  }

  .notice {
    margin-top: 0.1rem;
  }

  .notice ul li {
    margin-top: 0.3rem;
  }

  .notice ul li a .date {
    width: 0.62rem;
    height: 0.6rem;
    top: -0.1rem;
    right: 0.1rem;
  }

  .notice ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .notice ul li a .date span {
    font-size: 0.15rem;
    line-height: 0.15rem;
    margin-top: 0.05rem;
  }

  .notice ul li a .tx {
    padding: 0.2rem 0.1rem;
    border-radius: 0px 0px 0px 0.3rem;
  }

  .notice ul li a .tx .gd {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }

  .jzss {
    margin-top: 0.3rem;
  }

  .jzss .tit {
    margin-bottom: 0.2rem;
  }

  .jzss ul li a {
    padding: 0.2rem;
  }

  .jzss ul li a p {
    margin-top: 0.2rem;
  }

  .ssgjjl .tit {
    padding-left: 0.3rem;
  }

  .ssgjjl .con h4 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }

  .ssgjjl .con p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .ssgjjl .kk2 .box2 {
    margin-top: 0.3rem;
  }

  .section2 {
    height: auto;
    padding-top: 0.3rem;
    margin-top: 0;
    background-position: center top;
    background-size: cover;
  }

  .s2>p {
    margin: 0.3rem 0.1rem;
  }

  .s2-b {
    position: static;
    padding: 0.2rem 0.1rem;
  }

  .s2-b>h3 {
    font-size: 0.22rem;
    margin-right: 0.2rem;
  }

  .s3img {
    width: 4.37rem;
  }

  .s3-t:first-child .s3img {
    margin-left: 0.3rem;
  }

  .s3-t:nth-of-type(1) .tx {
    padding-left: 0.1rem;
  }

  .s3 h3 {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s3 h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .s3 .con {
    margin-top: 0.3rem;
  }

  .s3>.con {
    padding: 0 0.1rem;
  }

  .s3-t:nth-of-type(3) .tx {
    padding-right: 0.1rem;
  }

  .s3-t:nth-of-type(3) {
    margin-top: 0.3rem;
  }

  .s3-t:nth-of-type(3) .s3img {
    margin-right: 0.3rem;
  }

  .ssgyxm3 {
    padding: 0.2rem;
  }

  .ssgyxm3 .xm1 .box>h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .ssgyxm3 .xm1 .box .con {
    margin-top: 0.2rem;
  }

  .ssgyxm3 .xm1 .box .con h4 {
    margin-bottom: 0.1rem;
  }

  .ssgyxm3 .xm-img {
    top: -0.3rem;
  }

  .ssgyxm3 .xm-img dl dd:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .kctx-top-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }

  .kctx-l-bar {
    position: static;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
  }

  .kctx-l-bar span {
    writing-mode: horizontal-tb;
    letter-spacing: 2px;
  }

  .kctx-boxes {
    width: 100%;
    margin-top: 0.2rem;
  }

  .kctx-chart-area,
  .kc-line {
    display: none;
  }

  .kc-text-out {
    position: static;
    transform: none;
    width: 100%;
    background: #fbf0f0;
    padding: 0.2rem;
    margin-bottom: 0.1rem;
    text-align: left;
  }

  .kc-text-in {
    position: static;
    transform: none;
    color: #c71e36;
    text-align: left;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
  }

  .kc-text-wrap {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }

  .kctx-bot-half {
    flex-direction: column;
  }

  .kctx-bot-half>div {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .kctx2 {
    margin-top: 0.3rem;
  }

  .kctx2 .tit {
    font-size: 0.24rem;
  }

  .kctx2 .tit2,
  .ttbd>div h3,
  .kctx-l-bar span,
  .kctx-bot-bar,
  .kctx-bot-half .bh-tit,
  .kctx-bot-half .bh-tit {
    font-size: 0.2rem;
  }

  .kctx2 .tit2,
  .ttbd>div,
  .kctx-bot-bar,
  .kctx-bot-half .bh-tit,
  .kctx-bot-half .bh-con {
    height: auto;
    line-height: 0.2rem;
    padding: 0.25rem 0.1rem;
  }

  .kctx-box {
    margin-bottom: 0.2rem;
    padding: 0.25rem 0.1rem;
  }
}

@media screen and (max-width:920px) {

  .text-list ul li a {
    line-height: 0.6rem;
  }

  .text-list ul li h3 {
    padding-left: 0.2rem;
  }

  .text-list ul li h3::after {
    width: 0.05rem;
    height: 0.05rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul {
    margin-left: -1%;
    margin-right: -1%;
  }

  .img-lists ul li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }

  .img-lists ul li a>div.info {
    padding: 0.1rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-box {
    margin-top: 0.3rem;
  }

  .sz-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .cont-tit p {
    margin-top: 0.1rem;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
    margin: 0 0.15rem 0.1rem 0;
    padding-left: 0.15rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    margin-bottom: 0.2rem !important;
    line-height: 0.3rem !important;
  }

  .art-info {
    margin-top: 0.2rem;
  }

  .pnext {
    margin-top: 0.1rem;
  }

  .zs .box-k {
    padding-left: 0;
    margin-bottom: 0.3rem;
  }

  .zs .box-k dl {
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .zs .box-k dd {
    width: 33.333%;
  }

  .zs .box-k dd .date {
    margin: 0 auto;
  }

  .zs .box-k dd+dd {
    margin-left: 0 !important;
  }

  .zs .box-k dd+dd::before,
  .zs .box-k dd+dd::after {
    content: none;
  }

  .zs .box:first-child .box-con:nth-of-type(5) .box-k dd:first-child .zy,
  .zs .box:nth-child(2) .box-con .box-k dd:first-child .zy {
    width: auto;
    margin-left: 0;
  }

  .zs .box-con>p a {
    margin-left: 0;
  }

  .zs.lh .box:first-child .box-k dd:nth-child(1) .zy {
    width: auto;
    margin-left: 0;
  }

  .shsj1 .l {
    width: 100%;
  }

  .shsj1 .l .pic {
    padding-top: 82.02%;
  }

  .shsj1 .r {
    flex: none;
    width: 100%;
    padding: 0.3rem 0.2rem;
  }

  .shsj1 .r h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-bottom: 0;
  }

  .shsj1 .r p {
    margin-top: 0.2rem;
  }

  .shsj2 {
    padding: 0.2rem;
  }

  .shsj2 .l {
    width: 100%;
    background: #b01c3d;
    height: auto;
    padding: 0.2rem;
    justify-content: center;
    border-radius: 0.2rem;
  }

  .shsj2 .l h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .shsj2 .r {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
    background: none;
  }

  .shsj2 .r ul {
    padding: 0;
  }

  .shsj2 .r ul li .icon {
    margin-bottom: 0.2rem;
    height: 0.4rem;
  }

  .shsj2 .r ul li a {
    height: 3.12rem;
    padding: 0.2rem;
  }

  .xm1 {
    max-width: 100%;
  }

  .xm-img {
    position: static;
  }

  .xm-img dl {
    display: flex;
    flex-wrap: wrap;
  }

  .xm-img dl dd {
    width: 30.333%;
    margin: 0.2rem 1.5% 0 1.5% !important;
  }

  .xm-img dl dd img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .xm-img dl dd+dd {
    margin-top: 0;
  }

  .xm1 .box::before {
    right: -0.2rem;
    width: 1.8rem;
    height: 1.15rem;
  }

  .kctxbox .qh-bd .kk ul {
    padding: 0 0.2rem 0.3rem 0.2rem;
  }

  .kctx1 .r {
    display: none;
  }

  .kctx1 .l .tit {
    display: block;
    font-size: 0.24rem;
    font-weight: 700;
    background: #b01c3d;
    color: #fff;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }

  .kctx1 .l dl+dl {
    margin-top: 0.2rem;
  }

  .kctx1 .l dl {
    max-height: inherit;
    overflow-y: inherit;
  }

  .kctx1 .l dt {
    display: block;
    font-size: 0.2rem;
    font-weight: 700;
    color: #b01c3d;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .kctx2 .tit {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.2rem;
  }

  .ttbd>div {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .ttbd>div h3 {
    font-size: 0.18rem;
  }

  .conbd>div .lt {
    width: 100%;
    flex-direction: column;
    padding: 0.15rem 0.1rem;
  }

  .conbd>div .rtx {
    width: 100%;
  }

  .conbd>div .lt h3 {
    writing-mode: lr;
    font-size: 0.2rem;
  }

  .conbd>div .lt h4 {
    writing-mode: lr;
    margin-left: 0;
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }

  .conbd>div .boxl {
    flex: none;
    width: 100%;
  }

  .conbd>div .boxr {
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 0;
  }

  .conbd>div .ttm {
    font-size: 0.2rem;
  }

  .conbd>div>div dd {
    font-size: 0.16rem;
  }

  .conbd>div>div .boxl dd {
    margin-top: 0.2rem;
  }

  .conbd>div>div.b h3 {
    font-size: 0.2rem;
  }

  .conbd>div .t:nth-child(2) .rtx {
    padding-bottom: 0.2rem;
    padding-top: 0;
  }

  .notice ul li {
    width: 50%;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3-t:first-child .s3img {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .s3-t .tx {
    padding: 0 0.1rem;
  }

  .s3 h3 {
    text-align: center;
  }

  .s3-t:nth-of-type(3) .s3img {
    float: none;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width:640px) {
  .zswt .qh-bd .kk .tit h3 {
    padding: 0.15rem 0.3rem 0.4rem 0.1rem;
  }

  .zswt .qh-tit ul li {
    padding: 0 0.1rem;
  }

  .xsfc ul li {
    width: 33.333%;
  }

  .xsfc ul li a {
    height: 1.2rem;
  }

  .zyfz2 ul li .l {
    height: auto !important;
    padding: 0.1rem;
    border-radius: 0.2rem;
  }

  .zyfz2 ul li .l .tx {
    height: auto;
    padding-left: 0.1rem;
    position: static !important;
  }

  .zyfz2 ul li .l .jdt {
    position: static;
    height: 0.4rem;
    justify-content: flex-start;
    margin-top: 0.15rem;
  }

  .jzss .tit {
    margin-bottom: 0.1rem;
  }

  .jzss ul li {
    width: 100%;
  }

  .jzss ul li a {
    height: auto;
  }


}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
    line-height: 30px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
    flex: none;
    padding-left: 0;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    text-align: center;
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    white-space: normal;
    word-break: normal;
    overflow:
      visible;
    text-overflow: initial;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 62.74%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
  }

  .tw ul li a .tx .date,
  .tw ul li a .tx h3,
  .tw ul li a .tx p {
    margin-left: 0;
  }

  .tw ul li a .tx p {
    height: auto;
  }

  .tw ul li a .tx .date {
    padding-left: 0;
  }

  .list-ld ul li {
    margin-top: 0.2rem !important;
  }

  .list-ld ul li a::before {
    top: -0.05rem;
    width: 1.2rem;
    height: 0.05rem;
  }

  .list-ld ul li a {
    padding: 0.1rem;
  }

  .gjjl .kk2 .box {
    padding-left: 0.15rem;
  }

  .gjjl .kk2 .box ul {
    width: 100%;
  }

  .gjjl .kk2 .box ul+ul {
    margin-left: 0;
    margin-top: 0.15rem;
  }

  .tpjs .qh-bd .kk ul li a {
    padding: 0.2rem;
    flex-wrap: wrap;
  }

  .tpjs .qh-bd .kk ul li a .pic {
    margin: 0 auto;
    margin-bottom: 0.2rem;
    order: 1 !important;
  }

  .tpjs .qh-bd .kk ul li a .tx {
    order: 2 !important;
    flex: none;
    width: 100%;
    text-align: center !important;
    padding: 0 !important;
  }

  .tpjs .qh-bd .kk ul li a .tx h3 {
    margin-bottom: 0.1rem;
  }

  .zsnotice .qh-bd .kk ul li {
    width: 100%;
  }

  .zs .box-k dd {
    width: 50%;
  }

  .zs .box-k dd .zy {
    width: auto !important;
    margin-left: 0 !important;
  }

  .shsj2 .r ul li {
    width: 100%;
  }

  .shsj2 .r ul li+li {
    margin-top: 0.15rem;
  }

  .shsj2 .r ul li a {
    height: auto;
  }

  .xm1 .bs1 {
    flex-direction: column;
  }

  .xm1 .bs1 {
    margin-left: 0.14rem;
  }

  .xm1 .bs1 dl+dl {
    margin-left: 0;
  }

  .conbd>div>div .boxl dd {
    width: 100%;
  }

  .conbd>div>div .boxr dl {
    padding-left: 0;
    border-left: 0;
  }

  .kctx2 .tit {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .conbd>div .rtx {
    padding: 0.15rem;
  }

  .zsjj2 ul li {
    height: 0.7rem;
    flex-wrap: wrap;
    border-radius: 0.1rem 0.2rem 0.1rem 0.1rem !important;
  }

  .zsjj2 ul li.on {
    height: auto;
  }

  .zsjj2 ul li.on h3 {
    width: 100%;
    height: 0.8rem;
  }

  .zsjj2 ul li.on .r {
    flex: none;
    width: 100%;
    padding: 0.2rem 0.1rem;
  }

  .kctx2 .tit2,
  .ttbd>div,
  .kctx-bot-bar,
  .kctx-bot-half .bh-tit,
  .kctx-bot-half .bh-con {
    padding: 0.2rem 0.1rem;
  }

  .kctx-bot-half .bh-con .list {
    margin: 0 0.2rem;
  }
}

@media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #7c2a40 !important;
  color: #fff;
  background-color: #7c2a40 !important;
}

.pb_sys_common .p_t {
  font-family: 'Source Han Sans SC', "Microsoft YaHei", "PingFang SC", sans-serif !important;
  line-height: .16rem;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}


.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  font-size: .16rem !important;
  border: 1px solid #ccc;
  padding: 5px 15px !important;
  margin: 0px 0px 0px 5px;
  height: 39px !important;
  line-height: 27px !important;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}



.notice ul.ssjg li {
  width: 50% !important;
}

.notice ul.ssjg li a .tx {
  padding: 0.5rem 1rem 0.5rem 0.5rem !important;
}

@media screen and (max-width: 1024px) {
  .notice ul.ssjg li {
    width: 100% !important;
  }

  .notice ul.ssjg li a .tx {
    padding: 0.2rem .8rem .2rem 0.1rem !important;
  }
}

.keywordfontcolor1183463 {
  FONT-WEIGHT: normal !important;
  FONT-SIZE: 0.24rem !important;
  COLOR: #a70e0e !important;
  FONT-FAMILY: 'Source Han Sans SC', "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.tpjs .qh-bd .kk ul li a .tx p.yjly1 {
  color: #000;
  margin-top: .4rem;
}

.zxdiv {
  justify-content: center;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 750px) {
  .zxdiv {
    justify-content: start;
    margin-bottom: .2rem;
    /* display:block; */
    width: 100%;
  }

  .zyfz0 .con {
    display: block;
  }
}

/* 课程体系6.16 */
.kctx-wrapper {
  margin-top: 0.4rem;
}

.kctx-wrapper>div {
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.3rem 0.4rem 0.8rem 0.4rem;
}

.kctx-wrapper>div+div {
  margin-top: -0.5rem;
}

.co1 {
  background-color: #f3a3a3;
}

.co1 .kctx-icon {
  background: rgba(113, 22, 43, 0.5);
}

.co2 {
  background-color: #f7c2c3;
}

.co2 .kctx-icon {
  background: rgba(113, 22, 43, 0.5);
}

.co3 {
  background-color: #f9dfde;
}

.co3 .kctx-icon {
  background: rgba(113, 22, 43, 0.74);
}

.co4 {
  background-color: #f7c2c3;
}

.co4 .kctx-icon {
  background: rgba(113, 22, 43, 0.5);
}

.co5 {
  background-color: #f3a3a3;
}

.co5 .kctx-icon {
  background: rgba(113, 22, 43, 0.5);
}

.kctx-top {}

.kctx-mid {
  padding: 0.4rem;
}

.kctx-btm {
  padding: 0 0.4rem 0.4rem 0.4rem;
}

.kctx-row {
  display: flex;
  align-items: flex-start;
}

.kctx-icon {
  width: 0.85rem;
  height: 0.85rem;
  background: #7d585d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.45rem;
  flex-shrink: 0;
}

.kctx-icon img {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
}

.kctx-info {
  flex: 1;
  min-width: 0;
}

.kctx-tit {
  font-size: 0.28rem;
  color: #ae1132;
  font-weight: bold;
  line-height: 0.28rem;
  margin-bottom: 0.15rem;
}

.kctx-list p {
  font-size: 0.2rem;
  color: #040000;
  line-height: 1.8;
}

.kctx-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-left: 1.1rem;
}

.kctx-card {
  width: 48.5%;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.kctx-card-hd {
  background: #bd1a2d;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0;
  font-size: 0.23rem;
  font-weight: bold;
}

.kctx-card-bd {
  background: #fbf2ef;
}

.kctx-tr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0;
  position: relative;
  flex-wrap: wrap;
}

.kctx-tr:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #fae1e4;
}

.kctx-tr p {
  margin: 0 0.15rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  position: relative;
}

.kctx-tr p.lx::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.15rem;
  width: 0.04rem;
  height: 0.47rem;
  background: #fae1e4;
}

.kctx-pink-bar {
  display: flex;
  align-items: center;
}

.kctx-pink-bar .kctx-tit {
  margin-bottom: 0;
}

.kctx-footer {
  background: #891629;
  padding: 0.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.35rem 0.35rem 0 0 !important;
  padding: 0.25rem 0.4rem !important;
}

.kctx-footer span {
  margin: 0 0.4rem;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .kctx-grid {
    margin-left: 0;
  }

  .kctx-top .kctx-info.flex {
    flex-direction: column;
  }

  .kctx-top .kctx-info.flex>div {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }

  .kctx-card {
    width: 100%;
  }

  .kctx-footer {
    flex-direction: column;
  }

  .kctx-footer span {
    margin: 0.05rem 0;
  }
}

@media screen and (max-width: 768px) {

  .kctx-top,
  .kctx-mid,
  .kctx-btm {
    padding: 0.2rem;
  }

  .kctx-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
  }

  .kctx-icon img {
    width: 0.3rem;
    height: 0.3rem;
  }

  .kctx-tit {
    font-size: 0.2rem;
  }

  .kctx-list p,
  .kctx-tr p {
    font-size: 0.15rem;
  }

  .kctx-card-hd {
    font-size: 0.18rem;
  }

  .kctx-wrapper>div {
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  }

  .kctx-wrapper>div+div {
    margin-top: -0.2rem;
  }

  .kctx-footer {
    padding: 0.15rem 0;
    font-size: 0.18rem;
    border-radius: 0.15rem 0.15rem 0 0 !important;
    padding: 0.15rem 0.2rem !important;
  }

  .kctx-footer span {
    margin: 0;
  }
}
.xz {/* color:red !important; */}
.yjly {
    color: #000 !important;
}

@media screen and (min-width: 1024px) {
      .ssgjjl .kk2 .box ul li {
  font-size: 0.22rem;
}
}