@charset "utf-8";
.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{
    margin:5px 0px 0px 5px !important;
}
.ljlist6{
    margin-top: .4rem;
}
.ljlist6>a{
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}
.ljlist6>a::after{
    content:'';
    display:block;
    width:28px;
    height:28px;
    background:url(../images/jt.png) no-repeat;
    position: absolute;
    right: -35px;
    top: 55%;
    transform:translateY(-50%);
}
.ljlist7 {
    width: calc(100% + 40px);
    margin-bottom: .4rem;
}

.ljlist7 .item {
    width: calc(25% - 26px);
    display: block;
    text-align: center;
    box-shadow: 0 0 13px #e9e9e9;
    font-size: 16px;
    color: #333;
    line-height: 61px;
    margin-right: 20px;
    margin-top: 25px;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.ljlist7 .item:hover {
    background: #991718;
    color: #fff;
    transition: all 0.4s;
}
#sousy .search {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
    background-color: #ffffff;
    z-index: 1;
}
.searchWrap {
    min-height: 600px;
    background: #fff;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #b60007;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a h3 span {
    FONT-WEIGHT: bold !important;
    FONT-SIZE: 18px !important;
    COLOR: #dd4b39 !important;
    FONT-FAMILY: "微软雅黑" !important;
}

.searchWrap ul li a:hover {
    opacity: 0.7;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}
body {
  overflow-x: hidden;
}
.select {
      width: 262px;
      height: 38px;
      -webkit-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -moz-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -ms-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -o-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      border-radius: 5px;
      background-color: #fff;
      margin-bottom: 13px;
      position: relative
    }

    .select .tit {
      font-size: 18px;
      color: #454545;
      line-height: 38px;
      background: url(../images/iconq26.png) 96.5% 50% no-repeat;
      cursor: pointer;
      padding: 0 30px 0 23px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
    }

    .select dl {
      display: none;
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: #fff;
      -webkit-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -moz-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -ms-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      -o-box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      box-shadow: 0 0 8px rgba(0, 23, 29, .13);
      padding: 10px 0;
      overflow: hidden
    }

    .select dd a {
      display: block;
      font-size: 16px;
      color: #454545;
      line-height: 40px;
      padding: 0 23px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s
    }

    .select dd a:hover {
      color: #fff;
      background-color: #b11922
    }
/* banner */
.banner {
  position: relative;
  z-index: 1;
}

.banner>img {
  display: block;
  width: 100%;
  min-height: 2rem;
  object-fit: cover;
}

.ej-nav h3:after {
  content: "";
  position: absolute;
  background: url(../images/ban-nyyy.png) no-repeat;
  background-size: 100% 100%;
  height: 2.6rem;
  left: -2.38rem;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.ej-nav {
  position: relative;
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  height: 2.6rem;
  z-index: 2;
  padding-top: 0.72rem;
  padding-bottom: 0.4rem;
  margin-top: -2.6rem;
}

.ej-nav>div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ej-nav>div>h3 {
  width: 100%;
  font-family: sys;
  font-size: 0.4rem;
  color: #fff;
  /* position: relative; */
}

.ej-nav ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 5rem;
}

.ej-nav li {
  margin-top: 0.15rem;
}

.ej-nav li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  padding: 0 0.24rem;
  color: #fff;
  transition: all 0.5s;
}

.ej-nav li.on a {
  color: #910000;
  background-image: linear-gradient(90deg,
      #ffad16 0%,
      #ffe4b0 51%,
      #ffc861 100%),
    linear-gradient(#0f8b8d,
      #0f8b8d);
  background-blend-mode: normal,
    normal;
  border-radius: 0.1rem;
}

/* 分页 */
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
}

.pagination a.active {
  background: #991718;
  color: #fff;
  border: 1px solid #991718;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}

/* 主标题 */

.title {
  text-align: center;
  margin-top: 0.75rem;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tit-c>img {
  display: block;
  width: 1.64rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  z-index: -1;
}

.tit-c .tit-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  width: 1.54rem;
  z-index: -1;
}

.tit-c .tit-svg svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: .3s;
}

.tit-c .tit-svg svg .st0 {
  fill: none;
  stroke: #C0272D;
  stroke-width: 0.75;
  stroke-opacity: 0.5;
  stroke-miterlimit: 10;
}

.tit-c:hover .tit-svg svg {
  animation: dash 10s ease;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.tit-c a {
  display: block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.6rem;
  /* font-weight: bold; */
  line-height: 1;
  color: #231916;
}

.tit-c h3 span {
  /* font-weight: bold; */
  color: #991718;
}

/* 主体 */
.nymain {
  position: relative;
  
  z-index: 99;
  font-family: "微软雅黑";
  min-height: 8rem;
}
.art-info{
  /* padding-bottom: 1.3rem; */
}
.nymain .leftNav {
  float: left;
  width: 2.2rem;
  position: relative;
  margin-right: .4rem;
  /* background: #fff; */
  border-left: none;
  /* background-color: #f0edec; */
  background-size: 100% 100%;
  box-shadow: 0px 0.1rem 0.5rem 0px rgba(0, 0, 0, 0.1);
  padding-top: 0.65rem;
  padding-bottom: 0.4rem;
  min-height: 5rem;
  margin-top: -1.1rem;
}

.nymain .leftNav>h2 {
  line-height: .4rem;
  color: #fffafc;
  font-size: .28rem;
  position: relative;
  height: 1.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1151B2;
  font-weight: normal;
}

.nymain .leftNav>h2 i {
  font-style: normal;
  font-size: 0.3rem;
  line-height: .26rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  top: .28rem;
  opacity: 0.1;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
  z-index: 1;
}

.nymain .leftNav>h2 b {
  position: relative;
  z-index: 2;
  padding-top: .1rem;
}

.nymain .leftNav>h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.nymain .leftNav p {
  margin-left: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}

.nymain .leftNav>ul {
  background-position: right bottom;
  position: relative;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: .2rem;
  line-height: .7rem;
  color: #333;
  padding: 0 .2rem 0 0.3rem;
  position: relative;
  padding-left: .3rem;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  right: .5rem;
  top: .2rem;
  cursor: pointer;
  transition: all 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}

.nymain .leftNav>ul>li>span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.1rem;
  height: 0.03rem;
  background: #1151b2;
  opacity: 0.3;
}

.nymain .leftNav>ul>li.activ {
  background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
  color: #1151B2 !important;
  font-weight: 600;
  /* background-color: #1151B2; */
  color: #1151B2 !important;
  /* background-color: #1151B2; */
  /* box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(116, 9, 43, 0.2); */
}

.nymain .leftNav>ul>li.active>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: .31rem;
  background-color: #1151B2;
}

.nymain .leftNav>ul>li.active>span::before {
  /* background: #e0b5ba; */
  opacity: 0.7;
}

.nymain .leftNav ul li.active ul {
  /* display: block; */
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  right: 0.2rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E4E4E4 100%);
  z-index: 1;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: .3rem;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.4rem;
  /* border-top: 1px solid #eeeeee; */
  padding-left: .2rem;
  color: #666;
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
  border: none;
}

.nymain .leftNav ul li ul li ul li a {
  font-size: .14rem;
  line-height: .34rem;
  padding-left: .2rem;
}

.nymain .leftNav ul li ul li span {
  position: absolute;
  right: .2rem;
  top: .05rem;
  cursor: pointer;
  transition: all 0.3s;
  /* display: none; */
  width: 0.3rem;
  height: 0.3rem;
}

.nymain .leftNav ul li ul li span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.1rem;
  height: 0.03rem;
  background: #cfd7ea;
}

.nymain .leftNav ul li ul li {
  position: relative;
}

.nymain .leftNav ul li ul li .active>span::before {
  background: #e0b5ba;
}

.nymain .leftNav ul li ul li .active>a {
  color: #1151B2 !important;
  font-weight: 600;
  background-color: #1151B2;
  color: #fff !important;
  background-color: #1151B2;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(116, 9, 43, 0.2);
  margin-right: -.1rem;
}

/* 右侧 */
.ny-right {
  margin-top: 0.45rem;
}

.ny-rcom {
  font-size: 24px;
  color: #1151B2;
  margin-bottom: 15px;
  font-weight: normal;
}

.position-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.4rem;
  z-index: 9;
}

.position {
  position: relative;
  z-index: 1;
}

.position>div {
  line-height: .26rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: .14rem;
}

.position span {
  color: #7f7f7f;
  font-size: .16rem;
  vertical-align: middle;
  z-index: 9;
  position: relative;
  margin: 0 .05rem;
}

.position img {
  display: block;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.position a {
  font-size: .14rem;
  padding: 0 .05rem;
  vertical-align: middle;
  color: #231916;
  z-index: 9;
  white-space: nowrap;
  position: relative;
}

.ind_art_box {
  padding: 30px 0;
}

.ind_art h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-indent: 0;
  color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
  font-weight: 900;
  line-height: 1.5;
  margin: 2em 0;
  color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
  text-indent: 0
}

.ind_art_main p {
  color: rgba(0, 0, 0, .6);
  line-height: 2.5em;
  text-indent: 2em;
}

.ind_art .c img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.ind_art p.noTitle {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
}

/* 图文列表页 */
.timg-list {
  margin-top: 0.28rem;
}

.timg-list ul li {
  position: relative;
}

.timg-list ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  width: 0;
  background: #991718;
  transition: all 0.5s;
}

.timg-list ul li a {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "微软雅黑";
  padding: .3rem 0;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.5s;
}

.timg-list ul li a h3 {
  font-size: .24rem;
  font-weight: bold;
  color: #231916;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.timg-list ul li a>div {
  display: flex;
  align-items: center;
}

.timg-list-img {
  width: 4rem;
  margin-right: .4rem;
}

.timg-list ul li a .pic {
  padding-top: 56.25%;
  border-radius: 0.1rem;
}

.timg-linfo {
  flex: 1;
  min-width: 0;
}

.timg-linfo p {
  font-size: .18rem;
  line-height: .28rem;
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: .84rem;
  margin-top: .3rem;
  transition: all 0.5s;
}

.timg-linfo div span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  color: #808080;
  background: url(../images/tw-sj1.png) no-repeat right center;
  background-size: 0.22rem 0.22rem;
  padding-right: 0.33rem;
  margin-top: 0.3rem;
  transition: all 0.5s;
  text-align: right;
}

/* 图片列表 */

.img-lists ul {
  margin: 0 -.12rem;
  display: flex;
  flex-wrap: wrap;
}

.img-lists ul li {
  width: 33.33%;
  margin-top: .4rem;
  /* transition: all 0.5s; */
  top: 0;
}

.img-lists ul li:nth-child(3n+1) {
  margin-left: 0;
}

.img-lists ul li a {
  display: block;
  margin: 0 .12rem;
  position: relative;
  transition: all 0.5s;
}

.img-lists ul li a .pic {
  padding-top: 56.25%;
  border-radius: 0.1rem;
}

.img-lists ul li a .pic .yy {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.img-lists ul li a .pic .yy>img {
  display: block;
  position: static;
  width: 0.6rem;
  height: 0.6rem;
  transform: none;
}

.img-lists ul li a>div.info {
  font-size: 0;
  padding: .2rem 0.1rem 0 0.1rem;
  transition: all 0.5s;
}

.img-lists ul li a>div.info p {
  color: #231916;
  font-size: .2rem;
  font-weight: bold;
  line-height: .32rem;
  max-height: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-align: center;
}



.ny-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.art-main {
  padding-top: 0.7rem;
}

.art-main .art-tit {
  /* padding-bottom: 0.25rem; */
  border-bottom: 1px solid #D8D8D8;
  /* margin-bottom: 0.25rem; */
}

.art-main .art-tit h3 {
  /* max-width: 70%; */
  margin: 0 auto;
  font-family: sys;
  font-size: 0.38rem;
  /* font-weight: bold; */
  line-height: 0.6rem;
  color: #231916;
  text-align: center;
  padding-bottom: .2rem;
}
.art-main .art-tit h3 p{color: #231916;}
.art-main .art-tit .fbt {
  max-width: 70%;
  margin: 0 auto;
  font-family: sys;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #231916;
  text-align: center;
  margin-top: -0.2rem;
  margin-bottom: 0.1rem;
}
.art-main .art-tit h4 {
  text-align: center;
  color: #666666;
  font-weight: normal;
  font-size: 18px;
  margin-top: 30px;
}
.art-main .art-body{
}
.art-main .art-body p {
  color: #231916 !important;
  text-indent: 2em !important;
  font-size: .2rem !important;
  line-height: .4rem !important;
  margin-top: .12rem !important;
  text-align: justify;
}
.art-main .art-body p.vsbcontent_img{
    text-indent: 0 !important;
}
.art-main .art-body p >*{}
.art-main .art-body p strong{font-weight: bold;}
.art-main .art-body p a{
  word-break: break-all;
}
.art-main .art-body table{position:relative;border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;clear:both;text-align:center;border-top: 1px solid #bbb;font-size:17px;font-weight:400;border-bottom:1px solid #bbb;margin: 0 auto !important;}
.art-main .art-body table th {font-weight:500;color:#333;}
.art-main .art-body table th,.art-main .art-body table td {padding: 10px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;word-wrap:break-word;word-break:keep-all;color: #231916 !important;font-size: .2rem !important;}
.art-main .art-body table thead th {background:#f7f7f7;padding:16px 0 16px 0;font-size:17px;border-left:0;color:#333;}
.art-main .art-body table thead tr:last-child th {border-bottom:1px solid #999;}
.art-main .art-body table th {color:#444;font-size:17px;}
.art-main .art-body table th:first-child,.art-main .art-body table td:first-child {/* border-left:0; */}
.art-main .art-body table th:last-child, .art-main .art-bodytable td:last-child {border-right:0}
.art-main .art-body table tr td p{text-indent: 0em !important;padding: 0px !important;margin: 0px !important;text-align: center !important;line-height: normal !important;}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 90% !important;
  /* width: 80%; */
  display: block;
  margin: 0.2rem auto 0 !important;
  height: auto;
}
.art-main .art-body img{
    width: auto;
    object-fit: cover;
}
.art-main .art-body p span img{
  display: inline;
}
.art-main .art-body .img-title-s {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.art-main .cont-tit .art-e {
  position: relative;
  padding-bottom: 0.15rem;
}

.art-main .cont-tit p {
  /* font-size: 0; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  /* line-height: .3rem; */
  color: #666666;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  max-height: 0.14rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p > span {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: .16rem;
  line-height: 1.5;
  margin: 0.02rem .1rem;
  color: #808080;
}

.pnext {
  margin-top: .6rem;
  padding: 0.3rem 0.4rem;
  background: #f5f5f5;
}

.pnext p {
  text-indent: initial;
  font-size: .2rem;
  line-height: .4rem;
  color: #231916;
}

.pnext p+p {
  margin-top: .05rem
}

.pnext p a {
  color: #222222;
}

.art-right {
  width: 23.75%;
}

.art-right>h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #1151B2;
}

.art-right ul li {
  margin-top: 0.3rem;
}

.art-right ul li a {
  display: block;
}

.art-right ul li a .pic {
  padding-top: 63.15%;
}

.art-right ul li a .tx {
  background: #fff;
  padding: 0.2rem 0.1rem;
  transition: all 0.5s;
}

.art-right ul li a .tx>h3 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #333333;
  transition: all 0.5s;
}

.art-right ul li:hover a .tx {
  background: #910000;
}

.art-right ul li:hover a .tx h3 {
  color: #fff;
}

.pages {
  text-align: center;
  clear: both;
  margin-bottom: 80px;
  font-size: 14px;
  color: #666;
  line-height: 30px
}

.pages .p-flip,
.pages ul {
  display: inline-block;
  vertical-align: top
}

.pages .p-flip {
  margin-left: 12px
}

.pages .inp {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin: 0 8px
}

.pages ul li {
  float: left;
  margin: 0 3px
}

.pages ul a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center
}

.pages ul li.on a {
  background-color: #204ba0;
  color: #fff
}

.pages .p-first a {
}

.pages .p-last a {
}

.pages .p-next,
.pages .p-prev {
  display: inline-block;
  vertical-align: top;
  color: #333
}

.pages .p-next a,
.pages .p-prev a {
  color: inherit;
  width: auto;
  margin: 0 5px
}

.art-video {
  max-width: 83.33%;
  margin: 0 auto;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.art-video .play-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.art-video .play-button img {
  display: block;
  width: 0.6rem;
}

.m-txt6 {
  background: #f3f9ff;
  font-size: 14px;
  color: #333;
  line-height: 2
}

.m-txt6 .tit {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 62px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 23px
}

.m-txt6 .tit img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
  height: 26px
}

.m-txt6 .more {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #204ba0
}

.m-txt6 .con {
  padding: 12px 20px 17px
}

.m-txt6 p {
  overflow: hidden;
  margin-bottom: 7px
}

.m-txt6 p em {
  display: block;
  float: left;
  width: 56px;
  margin-right: 5px
}

.m-txt6 p span {
  display: block;
  overflow: hidden
}


/*文字 列表 */
.project {
  margin-top: .35rem;
}

.project h3 {
  font-size: .2rem;
  font-weight: 600;
}

.i-list {
  padding: 17px 0;
}

.i-list li {
  position: relative;
}

.i-list li a {
  display: flex;
  color: #111111;
  position: relative;
  line-height: .8rem;
  border-bottom: 1px dashed #E8E8E8;
  transition: all 0.5s;
  padding: .3rem .35rem;
  position: relative;
  z-index: 9;
}

.i-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(271deg, #1151B2 -10%, #3286e7 59%);
  z-index: -1;
  transform: scaleY(0);
  transition: all .6s;
}

.i-list li:nth-child(1) a {
  border-top: 1px solid transparent;
}

.i-list li:nth-child(1) a:before {
  display: none;
}

.i-list li:last-child a {
  border-bottom: 1px dashed #CBCBCB;
}

.i-list li a .date {
  min-width: .75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .15rem;
  transition: all 0.5s;
  padding-right: .32rem;
  margin-right: .35rem;
  position: relative;
}

.i-list li a .date::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 0.48rem;
  background: #FFEEEE;
  transition: all .6s;
}

.i-list li a .date b {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #1151B2;
}

.i-list li a .date span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #9E9E9E;
  margin-top: .2rem;
  width: .76rem;
  border: 1px solid rgba(120, 0, 9, 0.21);
  text-align: center;
}

.i-list li a .info {
  flex: 1;
  min-width: 0;
}

.i-list li a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .18rem;
  line-height: .26rem;
  color: #333333;
  font-weight: normal;
}

.i-list li a .info p {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #C5C5C5;
  font-weight: normal;
  margin-top: .07rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
}

/* 机构设置 */
.jgsz-box {
  margin-top: .9rem;
  overflow: hidden;
}

.jgsz-box:nth-child(1) {
  margin-top: 0.55rem;
}

.jgsz-box .jgsz-tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e6e6e6;
}

.jgsz-box .jgsz-tit h3 {
  color: #231916;
  font-size: .24rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: .4rem;
  padding: 0 0.25rem;
  position: relative;
}

.jgsz-box .jgsz-tit h3::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 1.8rem;
  border-bottom: 1px solid #991718;
}

.jgsz-box .jgsz-tit h3 img {
  display: block;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.jgsz-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.16rem -0.12rem 0 -0.12rem;
}

.jgsz-box ul li {
  width: 25%;
  margin-top: 0.24rem;
}

.jgsz-box ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.2rem;
  margin: 0 0.12rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  padding: 0 0.05rem;
  transition: all 0.5s;
}

.jgsz-box ul li a .bmmc {
  font-size: .18rem;
  line-height: 1;
  color: #231916;
  transition: all 0.5s;
}

.jgsz-box ul li a .tel {
  font-family: sys;
  font-size: .22rem;
  line-height: 1;
  color: #991718;
  margin-top: 0.1rem;
  transition: all 0.5s;
}


/* 师资列表 */
.szlb {
  margin-top: 0.3rem;
}

.szlb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.12rem;
}

.szlb ul li {
  width: 25%;
  margin-top: 0.24rem;
}

.szlb ul li a {
  display: block;
  margin: 0 .12rem;
  transition: all 0.5s;
}

.szlb ul li a .k {
  border: 1px solid #e5e5e5;
  border-radius: .2rem;
  padding: .2rem;
  position: relative;
  background: #fff;
  transition: all 0.5s;
}

.szlb ul li a .pic {
  padding-top: 137.74%;
  border-radius: .1rem;
}

.szlb ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.szlb ul li a .tx {
  position: absolute;
  left: 0.15rem;
  right: 0.15rem;
  bottom: 0.1rem;
  padding: .3rem;
  z-index: 1;
}

.szlb ul li a h3 {
  font-size: 0.22rem;
  color: #fff;
}

.szlb ul li a p {
  font-size: 0.16rem;
  line-height: .18rem;
  max-height: .36rem;
  color: #fff;
  opacity: 0.5;
  margin-top: 0.1rem;
}

.searchpage .secpag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.searchpage .secpag a {
  color: #333;
}

.zzjg-box {
  margin-top: 0.96rem;
  position: relative;
}

.zzjg-tit h3 {
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 0.36rem;
  color: #4D4D4D;
  position: relative;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zzjg-tit h3::before {
  content: "";
  display: block;
  width: .55rem;
  height: .02rem;
  background: #B9B9B9;
  margin-right: .2rem;
}

.zzjg-tit h3::after {
  content: "";
  display: block;
  width: .55rem;
  height: .02rem;
  background: #B9B9B9;
  margin-left: .2rem;
}

.zzjg-list {
  z-index: 9;
  position: relative;
  margin-top: .06rem;
}

.zzjg-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.14rem;
}

.zzjg-list ul li {
  width: 25%;
  margin-top: 0.22rem;
}

.zzjg-list ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.4rem 0.5rem;
  border-top: 2px solid #1151B2;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 1px 0.2rem 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin: 0 .14rem;
  transition: all 0.5s;
}

.zzjg-list ul li a h3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #333333;
}

.zzjg-list ul li a h3 span {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #1151B2;
  position: relative;
  transform: rotate(45deg);
  margin-right: 0.16rem;
  opacity: 0.2;
  transition: all 0.5s;
}

.zzjg-list ul li a h3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #1151B2;
  transition: all 0.5s;
}

.zzjg-list ul li:hover a h3 span {
  border: 1px solid #fff;
  opacity: 1;
}

.zzjg-list ul li:hover a h3 span::before {
  background: #fff;
}


.zzjg-list ul li a::before {
  content: "";
}


.xrld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 300px;
}

.xrld ul li {
  width: 48.61%;
  margin-top: 0.4rem;
}

.xrld ul li {
  align-items: center;
  padding: .24rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  transition: all 0.5s;
}
.xrld ul li a{
  display: flex;
}
.xrld ul li .pic {
  width: 2.4rem;
  height: 3.2rem;
  padding-top: 0;
  border-radius: 0.1rem;
  margin-right: 0.6rem;
}

.xrld ul li .tx {
  flex: 1;
  min-width: 0;
}

.xrld ul li .tx h3 {
  font-family: sys;
  font-size: 0.32rem;
  color: #231916;
}

.xrld ul li .tx h4 {
  font-family: sys;
  font-size: .2rem;
  color: #991718;
  margin-top: 0.08rem;
}

.xrld ul li .tx p {
  font-size: .18rem;
  line-height: .32rem;
  max-height: .96rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #808080;
  margin-top: 0.3rem;
}

.art-sz .art-tit {
  border-bottom: 0;
  /* padding-bottom: 0.4rem; */
}

.art-sz .art-tit h3 {
  padding-bottom: 0.17rem !important;
}

.art-sz .art-tit h4 {
  font-family: sys;
  font-size: .24rem;
  font-weight: bold;
  color: #231916;
  margin-top: 0;
}

.art-sz .art-pic {
  width: 2.4rem;
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-radius: .2rem;
  padding: .2rem;
  background: #fff;
  box-sizing: content-box;
}
.art-sz .img-title-s{
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 0.15rem;
    line-height: 1.5;
}
.art-sz .art-pic img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 0.1rem;
}

.art-sz p {
  font-size: .18rem;
  line-height: .32rem;
  margin-bottom: .1rem;
}
.art-sz p img{
  display: block;
  margin: 0 auto;
}

/* 现任领导 */
.leader ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leader ul li {
  width: 48%;
  margin-top: .45rem;
}


.leader ul li a {
  display: flex;
  transition: all 0.5s;
  background: #F4F8FF;
}

.leader ul li a .pics {
  width: 2.4rem;
}

.leader ul li a .pics .pic {
  padding-top: 119%;
}

.leader ul li a .info {
  flex: 1;
  min-width: 0;
  padding-top: .2rem;
  padding: .3rem .25rem 0 .35rem;
}

.leader ul li a .info h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leader ul li a .info h4 {

  font-size: .18rem;

  font-weight: normal;

  line-height: normal;

  color: #1151B2;

  margin-top: .15rem;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.leader ul li a .info div {
  border-top: 1px dashed #1151B2;
  transition: all 0.5s;
  position: relative;
  margin-top: .2rem;
}

.leader ul li a .info div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2px);
  width: 3px;
  height: 3px;
  background: #1151B2;
}

.leader ul li a .info div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-2px);
  width: 3px;
  height: 3px;
  background: #1151B2;
}

.leader ul li a .info p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-transform: uppercase;
  color: #9E9E9E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.12rem;
  margin-top: .2rem;
}


.whcj {
  margin-top: .35rem;
}


.whcj-pic {
  display: flex;
  justify-content: center;
  background: #F5F8FC;
  padding: 1rem .2rem;
}

.whcj-pic img {
  max-width: 100%;
}


.whcj-text {
  margin-top: .3rem;
}

.whcj-text p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.44rem;
  text-transform: uppercase;
  color: #333333;
}

.whcj-box-flex {
  display: flex;
  align-items: flex-start;
}

.whcj-box-flex .whcj-pic {
  width: 4.59rem;
  margin-right: .6rem;
  margin-top: .3rem;
}

.whcj-box-flex .whcj-text {
  flex: 1;
  min-width: 0;
}

.whcj-down {}

.whcj-down a {
  display: block;
  background: #F5F8FC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-top: 1.2rem;
  transition: all 0.5s;
}

.whcj-down img {
  height: 0.4rem;
  margin-right: .1rem;
}

.whcj-down p {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  color: #333333;
}



.xyjj-box {
  margin-top: .5rem;
}

.xyjj-text p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.44rem;
  text-transform: uppercase;
  color: #333333;
  text-indent: 2em;
}

.xyjj-box ul {
  display: flex;
  justify-content: space-between;
}

.xyjj-box ul li {
  width: 48%;
}

.xyjj-box ul li img {
  display: block;
  width: 100%;
}

.xyjj-box-flex {
  display: flex;
  align-items: flex-start;
}

.xyjj-box-flex .xyjj-text {
  flex: 1;
  min-width: 0;
}

.xyjj-box-flex .xyjj-pic {
  width: 5.44rem;
  position: relative;
  padding: 0 .4rem .5rem 0;
  margin-left: .4rem;
}

.xyjj-box-flex .xyjj-pic img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}

.xyjj-box-flex .xyjj-pic::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0.4rem;
  top: 0.5rem;
  bottom: 0;
  background: #1151B2;
  z-index: 1;
}


.jsjj-box {
  margin-top: .3rem;
}

.jsjj-box:nth-child(1) {
  margin-top: 0;
}

.jsjj-infos {
  display: flex;
  background: #F7F7F7;
}

.jsjj-pics {
  width: 1.8rem;
  margin-right: .26rem;
}

.jsjj-pics .pic {
  padding-top: 127%;
}

.jsjj-info {
  flex: 1;
  min-width: 0;
  padding-top: .34rem;
  padding-bottom: .34rem;
}

.jsjj-info p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #333333;
}

.jsjj-tit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(249, 224, 224, 0.3) 100%);
  height: 0.6rem;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
}

.jsjj-tit h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #333333;
  border-left: 0.04rem solid #A31D20;
  padding-left: .15rem;
}

.jsjj-text p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #333333;
}

.jsjj-text ul li {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.48rem;
  color: #393939;
}

.xkgs-pic {
  text-align: center;
  margin-top: 0.38rem;
}

.xkgs-pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.xkgs-pic b {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  color: #333333;
}

.xkgs1 {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.xkgs-logo {
  display: block;
  width: 35.67%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}

.xkgs1 .xkgs-pic {
  width: 6.3rem;
  padding-right: 0.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  position: relative;
}

.xkgs1 .xkgs-pic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42.85%;
  border: 0.08rem solid;
  border-image: linear-gradient(0deg, rgba(0, 113, 214, 0.95) 0%, rgba(0, 69, 172, 0.95) 75%) 8;
  z-index: -1;
}

.xkgs1 .xkgs-pic img {
  width: 100%;
}

.xkgs1 .xkgs-text h3 {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.46rem;
  letter-spacing: -0.03em;
  color: #333333;
  position: relative;
  padding-bottom: 0.26rem;
}

.xkgs1 .xkgs-text h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.76rem;
  height: 0.05rem;
  background: linear-gradient(269deg, rgba(0, 69, 172, 0.95) 79%);
}

.xkgs1 .xkgs-text p:nth-child(1) {
  margin-top: 0;
}

.xkgs2 {
  margin-top: .3rem;
}

.xkgs2 .xkgs-pic {
  display: flex;
  justify-content: space-between;
}

.xkgs2 .xkgs-pic img {
  display: block;
  width: 32.5%;
}

.xkgs3 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: .3rem;
}

.xkgs3 .xkgs-pic {
  width: 5.4rem;
  margin-left: .3rem;
}

.xkgs3 .xkgs-text p:nth-child(1) {
  margin-top: 0;
}

.xkgs4 {
  display: flex;
  margin-top: .3rem;
}

.xkgs4 .xkgs-pic {
  width: 5.4rem;
  margin-right: .3rem;
}

.xkgs4 .xkgs-text p:nth-child(1) {
  margin-top: 0;
}

.xkgs-text {
  flex: 1;
  min-width: 0;
}

.xkgs-text p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #000000;
  margin-top: .38rem;
  /* text-indent: 2em; */
}

.xkgs-img1 {
  margin-top: .38rem;
}

.xkgs-img1 ul {
  display: flex;
  justify-content: space-between;
}

.xkgs-img1 ul li {
  width: 31.5%;
}

.xkgs-img1 ul li img {
  display: block;
  width: 100%;
}

.xkgs-img2 {
  margin-top: .38rem;
}

.xkgs-img2 {
  display: flex;
  justify-content: space-between;
}

.xkgs-img2 ul:nth-child(1) {
  width: 22.5%;
}

.xkgs-img2 ul:nth-child(2) {
  width: 22.5%;
}

.xkgs-img2 ul:nth-child(2) li:nth-child(2) {
  margin-top: 9%;
}

.xkgs-img2 ul:nth-child(3) {
  width: 51%;
}

.xkgs-img2 ul li {}

.xkgs-img2 ul li img {
  display: block;
  width: 100%;
}

.xkgs-text-end p {
  text-indent: 0;
}

.ny-tit {
  display: flex;
  align-items: center;
  margin-bottom: .38rem;
}

.ny-tit::before {
  content: "";
  height: 2px;
  background-color: #1151B2;
  opacity: 0.1;
  flex: 1;
  min-width: 0;
}

.ny-tit::after {
  content: "";
  height: 2px;
  background-color: #1151B2;
  opacity: 0.1;
  flex: 1;
  min-width: 0;
}

.ny-tit div {
  display: flex;
  align-items: center;
  font-family: SourceHanSerifSC-Heavy;
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  margin: 0 .5rem;
}

.ny-tit div b {
  color: #1151B2;
}

.ny-tit div span {
  color: #1151B2;
}




.search-filt {
  background-position: center bottom;
  background-size: cover;
  border-radius: 0.05rem;
  border: solid 0.01rem #bc0905;
  padding: .49rem .2rem 0.3rem 0;
}

.search-filt>div {
  overflow: hidden;
  display: flex;
}

.search-filt>div+div {
  margin-top: .26rem;
}

.search-filt>div>span {
  margin-right: .3rem;
  width: 1.57rem;
  text-align: right;
  font-family: SourceHanSerifCN-Bold;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #232323;
}

.search-filt>div ul {
  overflow: hidden;
  flex: 1;
}

.search-filt>div ul li {
  float: left;
  font-size: .18rem;
  line-height: .3rem;
  margin-right: .2rem;
  margin-bottom: .17rem;
}

.search-filt>div ul li a {
  display: block;
  padding: 0.04rem .2rem;
  color: #3E3E3E;
  background-color: #f0edec;
  border-radius: 0.19rem;
}


.search-filt>div ul li.on a {
  color: #fff !important;
  background-color: #1151B2 !important;
}

.search-filt>div.zm ul li {
  width: 6.666%;
  margin-right: 0;
}

.search-filt>div.zm ul li a {
  padding: 0;
  text-align: center;
  background: none;
}

.search-filt>div.zm ul li:nth-child(1) {
  width: auto;
}

.search-filt>div.zm ul li:nth-child(1) a {
  font-family: SourceHanSerifCN-Bold;
  padding: 0 .2rem
}


.szlist ul {}

.szlist ul li {
  margin-top: .3rem;
}

.szlist ul li:first-child {
  margin-top: 0;
}

.szlist ul li a {
  display: flex;
  border-radius: 0.05rem;
  border: solid 0.01rem #f6f5f5;
  background: #F7F7F7;
  padding: 0 .7rem 0 0;
  transition: all .5s;
  min-height: 100%;

}

.szlist ul li a .pics {
  width: 2.2rem;
  margin-right: .7rem;
}

.szlist ul li a .pics .pic {
  padding-top: 136.36%;
}

.szlist ul li a .info {
  flex: 1;
  min-width: 0;
  padding-top: .2rem;
}

.szlist ul li a .info h3 {
  display: flex;
  margin-bottom: .26rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #D6D6D6;
}

.szlist ul li a .info h3 b {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #222222;
}

.szlist ul li a .info p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #333333;
}

.szlist ul li a .info dl {
  display: flex;
  font-size: 0.15rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #222222;
}

.szlist ul li a .info dl dd {
  flex: 1;
  min-width: 0;
}



.szxz .szlist ul li a .pics .pic {
  padding-top: 145%;
}

.szxz .szlist ul li a .info {
  padding-top: 0;
}


.filt-ipt {
  display: flex !important;

}

.filt-ipt .text {
  flex: 1;
  min-width: 0;
  border: solid 0.01rem #bc0905;
  padding: 0 .23rem;
  border-radius: 0.05rem 0 0 .05rem;
}

.filt-ipt .text input {
  font-family: SourceHanSansCN-Regular;
  width: 100%;
  display: block;
  line-height: .56rem;
  height: 0.56rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  background: none;
  border: none;
}

.filt-ipt .text input::placeholder {

  color: #afafaf;
}

.filt-ipt .btn {
  width: 1.27rem;
  background-color: #1151B2;
  border-radius: 0rem 0.05rem 0.05rem 0rem;
}

.filt-ipt .btn input {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 0.58rem;
  color: #ffffff;
  cursor: pointer;
}

.search-filt2 {
  padding: 0;
  border: none;
  background: none;
}

.search-filt2>div>span {
  width: auto;
}

.search-filt>div.city ul li {
  margin-right: 0.1rem;
}

.search-filt>div.city ul li a {
  background: none;
  padding: 0 .1rem;
}

.tszl .szlist ul li a .pics {
  width: 1.92rem;
}

.tszl .szlist ul li a .pics .pic {
  padding-top: 140%;
}

.tszl .szlist ul li a .info h3 b {
  position: relative;
  border-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: .3rem;
  max-height: .6rem;
  padding-bottom: 0;
}

.tszl .szlist ul li a .info h3 {
  position: relative;
  padding-bottom: .15rem;
}

.tszl .szlist ul li a .info h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  background: #1151B2;
}


.tszl .szlist ul li a .info div {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #222222;
}

.tszl .szlist ul li a .info div h4 {
  font-weight: 600;
}


.sz-artt {
  display: flex;
}

.sz-artt .pics {
  width: 3.29rem;
  margin-right: .4rem;
}

.sz-artt .pics .pic {
  padding-top: 136.36%;
}

.sz-artt .info {
  flex: 1;
  min-width: 0;
  padding-top: .3rem;
}

.sz-artt .info h3 {
  font-size: 0.36rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #222222;
  margin-bottom: .3rem;
}

.sz-artt .info dl {
  display: flex;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #222222;
}

.sz-artt .info dd {
  flex: 1;
  min-width: 0;
}

.sz-artt .info div {
  border-top: 1px solid #a9a9a9;
  padding-top: .2rem;
  margin-top: .2rem;
}

.sz-artt .info div p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #222222;
}

.tab-bd {
  position: relative;
  overflow: hidden;
}

.tab-bd>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -9;
  transition: all 0.5s;
  transform: translateY(100%);
}

.tab-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: translateY(0);
}

.sz-artb {
  margin-top: 0.45rem;
}

.sz-artb-tit ul {
  display: flex;
}

.sz-artb-tit ul li {
  margin-right: 2px;
}

.sz-artb-tit ul li a {
  display: block;
  min-width: 1.88rem;
  background-color: #f0edec;
  text-align: center;
  line-height: .62rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  color: #000000;
}

.sz-artb-tit ul li.on a {
  background-color: #1151B2;
  color: #fff;
}

.sz-artb-bd {
  background-color: #f9f9f9;
}

.sz-artb-bd>div {
  padding: .2rem .1rem;
}

.sz-artb-bd>div>div {
  padding: .2rem .4rem;
  overflow-y: auto;
  max-height: 9rem;
}

.sz-artb-bd>div>div h3 {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  color: #1151B2;
}

.sz-artb-bd>div>div p {
  font-size: 0.18rem;
  line-height: .36rem;
  font-weight: normal;
  color: #222222;
}

.interpret {
  position: fixed;
  right: 0.29rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.04rem;
  height: 1.04rem;
  background-color: #db9f6a;
  border-radius: 0.51rem;
  cursor: pointer;
}

.interpret div {
  height: 50%;
  background: #1151B2;
  position: relative;
  border-radius: .6rem .6rem 0 0;
}

.interpret div span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .15rem;
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #ffffff;
}

.interpret div span::after {
  content: "";
  display: block;
  width: .13rem;
  height: 0.2rem;
  background-position: center center;
  background-size: auto .08rem;
  margin-left: 0.03rem;
}

.interpret div span img {
  height: 0.08rem;
}

.interpret div ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all .4s;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
  max-height: 3.5rem;
  overflow-y: auto;

}

.interpret div ul li a {
  display: block;
  text-align: center;
  border-top: 1px solid rgba(151, 7, 25, .2);
  font-size: .14rem;
  line-height: .3rem;
  color: #333;
}


.interpret b {
  display: block;
  height: 50%;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  text-align: center;
  color: #ffffff;
}


.interpret div ul.on {
  transform: scaleY(1);
}



.tlist ul {
  padding-top: .2rem;
}

.tlist ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CBCBCB;
}

.tlist ul li a h3 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: .25rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.74rem;
  letter-spacing: normal;
  color: #333333;
  position: relative;
}

.tlist ul li a h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #90000A;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
}

.tlist ul li a span {
  min-width: .98rem;
  text-align: right;
  background-position: left center;
  background-size: .14rem auto;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #90000A;
}

/* 文字列表2 */

/** newsList */
.newsList{margin-top: 0.4rem;background: #FFF;}
.newsList ul{display:table;width:100%;border-collapse:collapse;table-layout:fixed;}
.newsList ul li{display:table-row;clear:both;position: relative;border-bottom: 1px solid #EEE;transition:.5s;display: flex;align-items: center;justify-content: space-between;}
.newsList ul li:hover .title a{color: #90000A;}
.newsList ul li:hover{border-bottom: 1px solid #ddd;}
.newsList ul li > *{display:table-cell;padding: .25rem 0;vertical-align:middle;box-sizing:border-box;text-align: left;}
.newsList ul li .num{width: 45px;font-size: 15px;text-align:center;display: none;}
.newsList ul li .num em{display:inline-block;width:50px;height:50px;background:#2d9791;border-radius:50%;font-size:15px;color:#fff;line-height:50px;}
.newsList ul li .title{width: 91%;margin: 0;}
.newsList ul li .title a{display:block;font-size: .2rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.newsList ul li .title a .cateItem{display:inline-block;margin-right:7px;color:#2d9791;font-weight:500;}
.newsList ul li .fileDown{width:40px;text-align:center;}
.newsList ul li .quickView{width: 100px;text-align:center;display: none;}
.newsList ul li .quickView a{display:inline-block;width: 85px;height:34px;background:#fff;border:1px solid #EEE;border-radius:17px;line-height:32px;font-size: 13px;box-sizing:border-box;}
.newsList ul li .quickView a:hover{color:#FFF;background:#dc2c32}
.newsList ul li .date{width: 110px;font-size:16px;text-align: right;color: #999;}
.newsList ul li .etc{padding-right:10px;width:40%;text-align:right;box-sizing:border-box;font-size:15px;color:#6c6c6c;}
.newsList ul li .etc em{display:inline-block;padding:0 8px;font-size:13px;color:#dedede;}
.newsList ul li .etc.type2{width:33%;}
.newsList ul li .etc.type2 span{display:block;margin-bottom:3px;}


@media all and (max-width:999px) {
    .newsList ul li{display:block;padding:10px 0;}
    .newsList ul li > *{display:inline-block;padding: 5px 0 !important;width:auto !important;height:auto !important;font-size:13px !important;}
    .newsList ul li .num em{width:30px;height:30px;line-height:30px;font-size:13px;}
    .newsList ul li .title{display:block;}
    .newsList ul li .title a{font-size: 16px;padding:0;overflow: visible;white-space: normal;}
    .newsList ul li .date{text-align: left;}
    .newsList ul li .quickView,.newsList ul li .fileDown{display:none}
}

.tlist2 {
  margin-top: 0.34rem;
}

.tlist2 ul li a {
  display: flex;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.tlist2 ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 3px solid #90000A;
  transition: all 0.5s;
}

.tlist2 ul li a .timg-date {
  margin-right: 0.4rem;
  width: 0.8rem;
  height: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.tlist2 ul li a .timg-date .m {
  background: #b60007;
  color: #fff;
  font-size: 0.16rem;
  line-height: .3rem;
}

.tlist2 ul li a .timg-date b {
  display: block;
  font-size: .32rem;
  line-height: .48rem;
  color: #b60007;
}

.tlist2 ul li a .timg-date span {
  display: block;
  font-size: 12px;
  color: #231916;
  opacity: 0.5;
}

.tlist2 ul li a .timg-linfo h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #231916;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}
.mtjj.tlist2 ul li a .timg-date{
    background: #991718;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mtjj.tlist2 ul li a .timg-linfo h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mtjj.tlist2 ul li a .timg-linfo h3 .mtdate{
    font-size: 0.16rem;
    color: #999;
}
.mtjj.tlist2 ul li a .timg-linfo p{
    margin-top: 0.1rem;
}
.tlist2 ul li a .timg-linfo p {
  font-size: .18rem;
  line-height: .3rem;
  max-height: .96rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.tlist2 ul li:hover a .timg-linfo h3 {
  color: #90000A;
}

.tlist2 ul li:hover a .timg-linfo p {
  color: #90000A;
  opacity: .8;
}

.tlist2 ul li:hover a::after {
  left: 0;
  width: 100%;
}

/* 2025年5月20日09:52:00  大事记 */
.dsj ul li {}

.dsj ul li h3 {
  position: relative;
  padding-right: .5rem;
  border-bottom: 1px solid #d7dcea;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.36rem;
  color: #333333;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.dsj ul li h3 span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.47rem;
  background-position: center center;
  background-size: .19rem auto;
  transition: all .5s;
  cursor: pointer;
}

.dsj ul li h3 span.on {
  transform: rotateZ(-180deg);
}

.dsj ul li dl {
  border-bottom: 1px solid #d7dcea;
  padding: .2rem 0 .37rem 0;
  display: none;
}

.dsj ul li dl dd a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.44rem;
  letter-spacing: 0rem;
  color: #222222;
  padding-left: .3rem;
  position: relative;
}

.dsj ul li dl dd a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1rem;
  height: 0.03rem;
  top: 0.2rem;
  background: #1151B2;
}




.pcnav {
  position: relative;
  flex: 1;
  min-width: 0;
  z-index: 1;
  z-index: 9;
  background-size: cover;
  background-position: right center;

}

.pcnav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #EEF3F9;
}

.pcnav ul {
  display: flex;
  font-family: "SourceHanSansCN-Medium";
  overflow-x: auto;
  white-space: nowrap;
}

.pcnav ul li.active a {
  color: #1151B2;
  font-weight: 600;
}

.pcnav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  height: .4rem;
  width: 1px;
  background: rgba(255, 255, 255, .1);
}

.pcnav ul li:nth-child(1) a:before {
  display: none;
}

.pcnav ul li.active a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: .1rem;
  width: 100%;
  height: 0.03rem;
  background: #1151B2;
}

.pcnav ul li {}

.pcnav ul li+li {
  margin-left: .75rem
}

.pcnav ul li a {
  display: block;
  line-height: .78rem;
  font-size: .2rem;
  position: relative;
  color: #333333;
}



.pcsjnav {
  padding: .15rem 0;
  position: relative;
  z-index: 9;
  background-color: #0455aa;
  margin-top: .1rem;
  display: none;
}

.pcsjnav div {
  display: flex;
  flex-wrap: wrap;
}

.pcsjnav a {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.51rem;
  padding: 0 .15rem;
  color: rgba(255, 255, 255, .8) !important;
  margin-right: .25rem;
}

.pcsjnav a:last-child {
  margin-right: 0;
}

.pcsjnav a.active {
  background-color: #f9b90c;
  border-radius: 0.26rem;
  padding: 0 .15rem;
  color: #ffffff !important;
}

.pcsjnav a::after {
  content: none !important;
}

/* 专题专栏 */
.ztzl {}

.ztzl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.ztzl li {
  width: 49%;
  margin-top: 0.6rem;
}

.ztzl li a {
  display: block;
}

.ztzl li .pic {
  padding-top: 37%;
  border-radius: 0.1rem;
}

.ztzl li .tx {}

.ztzl li .tx span {
  display: block;
  font-size: .14rem;
  color: #991718;
  margin-top: 0.3rem;
  display: none;
}

.ztzl li .tx h3 {
  font-size: .2rem;
  font-weight: bold;
  color: #231916;
  margin-top: 0.2rem;
  transition: all .5s;
}

/* 产教赋能 */
.cjfn {
  margin-top: 0.6rem;
}

.nytit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.nytit h3 {
  font-family: sys;
  font-size: .36rem;
  color: #231916;
  display: flex;
  align-items: center;
}

.nytit h3 img {
  display: block;
  width: 0.32rem;
  margin-right: 0.1rem;
}

.nytit .more a {
  display: block;
  font-size: 0.14rem;
  color: #b60007;
  line-height: 0.2rem;
  background: url(../images/cjmore.png) no-repeat right center;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
  position: relative;
  right: 0;
  transition: all 0.5s;
}

.cjfn1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cjfn1-l {
  width: 66.11%;
}

.cjfn1-r {
  width: 32.22%;
}

.cjfn1-c ul li a {
  display: block;
  position: relative;
}

.cjfn1-l ul li a .pic {
  padding-top: 57.35%;
  border-radius: 0.1rem;
}

.cjfn1-r ul li a .pic {
  padding-top: 56.25%;
  border-radius: 0.1rem;
}

.cjfn1-c ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.cjfn1-c ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 .4rem .4rem .4rem;
  z-index: 1;
}

.cjfn1-c ul li a .tx h3 {
  font-size: .24rem;
  font-weight: bold;
  line-height: .32rem;
  max-height: .64rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.cjfn1-r ul li a .tx h3 {
  font-size: .2rem;
  font-weight: normal;
  line-height: .24rem;
  max-height: .48rem;
}

.cjfn1-r ul li+li {
  margin-top: 0.24rem;
}

.cjfn2 {
  margin-top: 1.2rem;
}

.cjfn2 ul li {
  margin-top: 0 !important;
}

.cjfn2 ul li a .pic {
  padding-top: 56.25%;
  border-radius: 0.1rem;
}

.cjfn2 ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.cjfn2 ul li a>div.info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 .4rem .4rem .4rem;
  z-index: 1;
}

.cjfn2 ul li a>div.info p {
  font-size: .2rem;
  font-weight: normal;
  text-align: left;
  line-height: .24rem;
  max-height: .48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;
}

.cjfn2 ul li a .pic .yy {
  background-color: transparent;
}

.cjfn2 .slick-dots {
  position: static;
  justify-content: center;
  margin: 0.3rem auto 0 auto;
}

.cjfn2 .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #991718;
  border-radius: 50%;
  margin: 0 0.07rem !important;
  transition: all 0.5s;
}

.cjfn2 .slick-dots li.slick-active {
  background: #991718;
}

.cjfn2 .slick-dots li button {
  display: none;
}

/* 陕财印象 */
.scyx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scyx-l {
  width: 25.69%;
  margin-top: 0.4rem;
}

.scyx-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scyx-l ul li {
  width: 48.64%;
  margin-bottom: 0.1rem;
}

.scyx-l ul li a {
  display: block;
  border-radius: 0.1rem;
  background: #e6e6e6;
  text-align: center;
  line-height: .6rem;
  font-family: sys;
  font-size: .2rem;
  color: #231916;
  transition: all 0.5s;
}

.scyx-l ul li.on a,
.scyx-l ul li.on:hover a {
  background: #991718;
  color: #fff;
}

.scyx-r {
  width: 69.44%;
}

.scyx-rtit {
  margin-top: 0.4rem;
}

.scyx-rtit.mt100 {
  margin-top: 1rem;
}

.scyx-rtit h3 {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: .36rem;
  color: #231916;
}

.scyx-rtit h3 img {
  display: block;
  height: .32rem;
  margin-right: 0.2rem;
}

.scyx-r ul li {
  margin-top: 0.4rem;
}

.scyx-r ul li a .tx {
  /* padding: 0 .4rem; */
}

/* 学生 */
.nymain2 {
  background-image: url(../images/student-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.student .k {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.2rem 1px rgba(117, 112, 99, 0.12);
  border-radius: 0.05rem 0.05rem 0.2rem 0.2rem;
  margin-top: 0.4rem;
  padding: .4rem;
  border-bottom: 0.1rem solid #b51f23;
}

.student .tit {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e1e1e1;
}

.student .tit h3 {
  font-family: sys;
  font-size: .26rem;
  color: #323232;
  background: url(../images/student-t.png) no-repeat left center;
  background-size: .23rem auto;
  padding-left: 0.33rem;
}

.student ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.student ul li {
  width: 20%;
}

.student ul li a,.student ul li span {
  display: block;
  margin: 0.1rem;
  background: url(../images/stu-jt.png) no-repeat left 0.095rem;
  background-size: 0.07rem auto;
  padding-left: 0.17rem;
  line-height: .3rem;
  font-size: .18rem;
  transition: all 0.5s;
}
.student ul li{
  position: relative;
}
.student ul li span{
  cursor: pointer;
}
.student ul li .ewm{
  position: absolute;
  left: -15px;
  top: -210px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
  display:none;
}
.student ul li .ewm img{
  width:150px;
}

/* 学院标识 */
.xybs {}

.xybs-box {
  margin-top: 0.6rem;
}

.xybs-box h3 {
  font-family: sys;
  font-size: 0.32rem;
  position: relative;
  padding-left: 0.24rem;
  margin-bottom: 0.3rem;
}

.xybs-box h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.24rem;
  border-left: 0.04rem solid #991718;
}

.xybs-box .k {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  padding: 0.6rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xybs-box .k img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


/* 联系我们 */
.about {}

.about-t {
  margin-top: 1rem;
}

.about-t ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}

.about-t ul li {
  width: 33.333%;
}

.about-t ul li .k {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin: 0.12rem;
  padding: 0.1rem;
  height: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-t ul li .k .icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: rgba(153, 23, 24, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-t ul li .k .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0.06rem;
  border-radius: 50%;
  background: rgba(153, 23, 24, 0.05);
}

.about-t ul li .k .icon img {
  display: block;
  max-width: 0.22rem;
  max-height: 0.22rem;
}

.about-t ul li .k .tx {
  text-align: center;
  margin-top: 0.24rem;
}

.about-t ul li .k .tx h3 {
  font-family: sys;
  font-size: 0.24rem;
  color: #991718;
}

.about-t ul li .k .tx p {
  font-size: 0.2rem;
  color: #231916;
  margin-top: 0.1rem;
}

.about-t ul li .k .tx p a {
  display: block;
  color: #231916;
  transition: all 0.5s;
}

.about-b {
  margin-top: 0.55rem;
  position: relative;
  /* height: 4.8rem;
  background: url(../images/ab-map.jpg) no-repeat center;
  background-size: cover; */
}

.ab-map {
  display: block;
  width: 100%;
}

.ab-wz {
  display: block;
  width: 2.63%;
  height: 10%;
  position: absolute;
  top: 53.33%;
  left: 48.81%;
  animation: wz 1.2s linear infinite;
}

@keyframes wz {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.ab-wzd {
  display: block;
  width: 1.25%;
  height: 1.66%;
  position: absolute;
  top: 62.7%;
  left: 49.51%;
}

.about-b .tx {
  position: absolute;
  top: 28.75%;
  left: 45%;
  width: 4.88rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  font-size: 0.2rem;
  color: #231916;
}

.about-b .tx::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 1.17rem;
  width: 0.78rem;
  height: 0.36rem;
  background: url(../images/ab-bsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

/* 学院简介 */
.xyjj {
    margin-top: 0.45rem;
}

.jj p {
  margin-top: 0.45rem;
  text-align: justify;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #231916;
  text-indent: 2em;
}

.jj img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.jj p span img{
  display:inline;
  width:auto;
}
.jj1,
.jj4,
.jj6 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}

.jj1,
.jj5 {
  position: relative;
}

#jj1-d {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.8% !important;
  z-index: -1;
}

#jj1-bg {
  position: absolute;
  right: calc((-100vw + 14.4rem)/2);
  top: 0.2rem;
  width: 84.09% !important;
  z-index: -1;
}

.jj1 .img {
  width: 44.44%;
  margin-right: 0.8rem;
}

.jj1 .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.35rem;
}

.jj1 .tx h3 {
  font-size: 0.24rem;
  line-height: 1;
  color: #231916;
  padding-left: 0.15rem;
  border-left: 0.04rem solid #910000;
}

.jj3 {
  margin-top: 0.6rem;
}

.jj3 .tx h3 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #231916;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #910000;
}

.jj4 {
  margin-top: 0.6rem;
}

.jj4 .img {
  width: 44.44%;
  margin-left: 0.8rem;
}

.jj4 .tx {
  flex: 1;
  min-width: 0;
}

.jj4 .tx p:first-child {
  margin-top: 0;
}

#jj5-bg {
  position: absolute;
  top: -2.14rem;
  left: calc((-100vw + 14.4rem)/2);
  width: 49.79% !important;
  z-index: -1;
}

.jj6 .img {
  width: 44.44%;
  margin-right: 0.8rem;
  position: relative;
}

.jj6 .img::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #910000;
  z-index: -1;
}

.jj6 .tx {
  flex: 1;
  min-width: 0;
}

.jj6 .tx p:first-child {
  margin-top: 0;
}

/* 校史图集 */
.xstitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xstitle .tit-c+div {
  margin-left: 0.74rem;
}

.xstitle .tit-c+div::before {
  content: '/';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.37rem;
  font-size: 0.24rem;
  color: #bfbfbf;
}

.xstitle .tit-c .tit-svg {
  display: none;
  bottom: 0.1rem;
}

.xstitle .tit-c.on .tit-svg {
  display: block;
}

.xstitle .tit-c a h3 {
  font-size: 0.28rem;
  color: #231916;
  opacity: 0.5;
  transition: all 0.5s;
}

.xstitle .tit-c.on a h3 {
  font-size: 0.36rem;
  opacity: 1;
}


.xstj {
  margin-top: 1rem;
}

.xstj-bd {
  position: relative;
}

.xstj-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.xstj-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.xstj-bd .kk-r {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.xstj-bd .kk-r::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  border-left: 1px solid #e6e6e6;
}

.xstj-bd .kk-r::after {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: -0.07rem;
  width: 0.13rem;
  height: 0.13rem;
  background: #991718;
  border-radius: 50%;
}

.xstj-t {
  width: calc((100vw - 14.4rem)/2 + 100%);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.xstj-t::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.xstj-t ul li .box {
  display: flex;
  padding-top: 0.1rem;
  padding-right: 0.6rem;
}

.xstj-t .xstj-year {
  margin-top: 0.44rem;
}

.xstj-t .xstj-year span {
  display: block;
  /* writing-mode: tb-rl; */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: sys;
  font-size: 0.6rem;
  color: #991718;
  line-height: 1;
}

.xstj-t ul li .box .xstj-tx {
  flex: 1;
  min-width: 0;
  display: flex;
}

.xstj-t ul li .box .xstj-tx .k {
  margin-left: 0.45rem;
  padding-left: 0.45rem;
}

.xstj-t .xstj-by {
  font-family: sys;
  font-size: 0.36rem;
  line-height: 1;
  color: #231916;
  margin-bottom: 0.3rem;
}

.xstj-t ul li a {
  max-width: 400px;
  display: block;
  padding-bottom: 0.44rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.xstj-t ul li .pic1 img {
  display: block;
  border-radius: 0.1rem;
  max-width: 400px;
  max-height: 225px;
  object-fit: cover;
}

.xstj-t ul li p {
  width: 100%;
  font-size: 0.2rem;
  color: #231916;
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


.xstj-b {
  margin-top: 0.75rem;
  overflow: hidden;
}

.xstj-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xstj-b li {
  width: 33.333%;
  cursor: pointer;
  position: relative;
}

.xstj-b li::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  left: 1rem;
  right: 0.3rem;
  height: 0.2rem;
  background: url(../images/xstj-bx.png) repeat-x left center;
  background-size: auto 100%;
  z-index: -1;
}

.xstj-b li:nth-child(3):before {
  right: 0.9rem;
}

.xstj-b li .tit {
  text-align: center;
  font-family: sys;
  font-size: 0.24rem;
  color: #231916;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #e6e6e6;
}

.xstj-b li .tit-y {
  display: inline-block;
  font-family: sys;
  font-size: 0.32rem;
  color: #231916;
}

.xstj-b li .tit-y2 {
  position: absolute;
  top: 0;
  right: 0;
}

.xstj-b li.on .tit {
  color: #991718;
}

.xstj-b li .y {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.65rem;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.xstj-b li .y img {
  display: block;
  width: 0.22rem;
}

.xstj-b li .y::before {
  content: '';
  position: absolute;
  bottom: 0.23rem;
  left: 50%;
  height: 0.8rem;
  border-left: 0.02rem solid #910000;
}

.xstj-b li .y::after {
  content: '';
  position: absolute;
  bottom: 0.47rem;
  right: 0.1rem;
  width: 2.6rem;
  height: 0.3rem;
  background: #910000;
  background: linear-gradient(90deg, rgba(145, 0, 0, 0) 0%, rgba(145, 0, 0, 0.7) 100%);
  opacity: 0.3;
}

.xstj-b li.on .y {
  opacity: 1;
  visibility: visible;
}

/* 历史沿革 */
.lsyg {
  width: 1440px;
  height: 791px;
  margin: 0 auto;
  margin-top: 0.46rem;
  position: relative;
  margin-bottom: 2rem;
}

.lsyg-x {
  display: block;
}

.lsyg-rimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  transition: width 5s ease-in-out;
}

.lsyg.on .lsyg-rimg {
  width: 100%;
}

.lsyg-rimg img {
  display: block;
}

.lsyg-fz {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  transition: height 5s ease-in-out;
}

.lsyg-fz img {
  display: block;
}

.lsyg-fz.fz1 {
  left: 13.19%;
  top: 58.02%;
  width: 136px;
  /* height: 155px; */
}

.lsyg.on .lsyg-fz.fz1 {
  height: 155px;
}

.lsyg-fz.fz2 {
  left: 30.27%;
  top: 57.52%;
  width: 70px;
  /* height: 172px; */
}

.lsyg.on .lsyg-fz.fz2 {
  height: 172px;
}

.lsyg-fz.fz3 {
  left: 48.68%;
  top: 26.67%;
  width: 116px;
  /* height: 134px; */
}

.lsyg.on .lsyg-fz.fz3 {
  height: 134px;
}

.lsyg-fz.fz4 {
  left: 76.66%;
  top: 4.04%;
  width: 34px;
  /* height: 158px; */
}

.lsyg.on .lsyg-fz.fz4 {
  height: 158px;
}













.lsyg-tx ul li {
  position: absolute;
  top: 0;
  left: 0;
}

.lsyg-tx ul li .ls-q1 {
  width: 90px;
  height: 90px;
}

.lsyg-tx ul li .ls-q2 {
  width: 48px;
  height: 48px;
}

.lsyg-tx ul li .ls-q3 {
  width: 16px;
  height: 16px;
}

.lsyg-tx ul li .ls-q img {
  display: block;
  width: 100%;
  height: 100%;
}

.lsyg-tx ul li .ls-y {
  font-family: sys;
  font-size: 18px;
  line-height: 1;
  color: #991718;
}

.lsyg-tx ul li .ls-p {
  font-size: 16px;
  line-height: 1;
  color: #231916;
  margin-top: 10px;
}

.lsyg-tx ul li .ls-img {
  width: 160px;
  margin-top: 10px;
}

.lsyg-tx ul li .ls-img img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.lsyg-tx ul li.ls33 .ls-y {
  font-size: 12px;
  color: #808080;
  line-height: inherit;
}

.lsyg-tx ul li.ls33 .ls-p {
  font-size: 12px;
  color: #808080;
  margin-top: 0;
  line-height: inherit;
}

.lsyg-tx .ls1 {
  left: 4.16%;
  top: 86.97%;
}

.lsyg-tx .ls2 {
  left: 13.88%;
  top: 74.46%;
}

.lsyg-tx .ls2-1 {
  left: 14.07%;
  top: 64.6%;
}

.lsyg-tx .ls2-1 .ls-p {
  position: relative;
  left: -1.05rem;
}

.lsyg-tx .ls2-2 {
  left: 20%;
  top: 63.2%;
}

.lsyg-tx .ls2-2 .ls-p {
  position: relative;
  left: -80px;
  top: -40px;
}

.lsyg-tx .ls3 {
  left: 29.3%;
  top: 75.97%;
}

.lsyg-tx .ls3-1 {
  left: 30.9%;
  top: 66.75%;
}

.lsyg-tx .ls3-2 {
  left: 33.6%;
  top: 59.78%;
}

.lsyg-tx .ls3-1 .ls-y,
.lsyg-tx .ls3-1 .ls-p {
  text-align: right;
  position: relative;
  top: -30px;
  left: -120px;
}

.lsyg-tx .ls3-2 .ls-y,
.lsyg-tx .ls3-2 .ls-p {
  text-align: right;
  position: relative;
  top: -55px;
  left: -130px;
}

.lsyg-tx .ls4 {
  left: 35.41%;
  top: 70.79%;
}

.lsyg-tx .ls4 .ls-y,
.lsyg-tx .ls4 .ls-p {
  position: relative;
  left: 60px;
  top: -80px;
}

.lsyg-tx .ls4-1 {
  left: 43.95%;
  top: 75.7%;
}

.lsyg-tx .ls5 {
  left: 47.36%;
  top: 40.45%;
}

.lsyg-tx .ls5-1 {
  left: 52.43%;
  top: 31.73%;
}

.lsyg-tx .ls5-1 .ls-p {
  position: relative;
  left: -80px;
  top: -25px;
}

.lsyg-tx .ls6 {
  left: 62.15%;
  top: 45%;
}

.lsyg-tx .ls6 .ls-y,
.lsyg-tx .ls6 .ls-p {
  position: relative;
  left: 60px;
  top: -75px;
}

.lsyg-tx .ls6-1 {
  left: 69.6%;
  top: 51.58%;
}

.lsyg-tx .ls6-1 .ls-y,
.lsyg-tx .ls6-1 .ls-p {
  position: relative;
  left: 20px;
  top: -25px;
}

.lsyg-tx .ls6-2 {
  left: 76.31%;
  top: 35.77%;
}

.lsyg-tx .ls7 {
  left: 75.06%;
  top: 17.95%;
}

.lsyg-tx .ls7 .ls-y,
.lsyg-tx .ls7 .ls-p {
  position: relative;
  left: 20px;
  top: -20px;
}

.lsyg-tx .ls7 .ls-img {
  position: relative;
  left: -150px;
  top: -210px;
}

.lsyg-tx .ls7 .ls-img p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #910000;
  margin-top: 10px;
}

.lsyg-tx .ls7-1 {
  left: 76.4%;
  top: 10.24%;
}

.lsyg-tx .ls7-1 .ls-p {
  position: relative;
  left: 25px;
  top: -22px;
}

.lsyg-tx .ls8 {
  left: 86.38%;
  top: 16.94%;
}


@media screen and (min-width: 1025px) {

  .pagination a:hover {
    background: #991718;
    color: #fff;
    border: 1px solid #991718;
  }

  .nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #991718;
  }

  .nymain .leftNav>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .nymain .leftNav ul li ul li ul li a:hover {
    color: #991718;
  }

  .position a:hover {
    color: #991718;
  }

  .timg-list ul li:hover a {
    padding: 0.3rem;
    border-bottom-color: transparent;
  }

  .timg-list ul li a:hover h3 {
    color: #FFFFFF;
  }

  .timg-list ul li a:hover p {
    color: #FFFFFF;
  }

  .timg-list ul li a:hover div span {
    color: #fff;
    background: url(../images/tw-sj2.png) no-repeat right center;
    background-size: 0.22rem 0.22rem;
  }

  .timg-list ul li:hover::before {
    left: 0;
    width: 100%;
  }

  .img-lists ul li:hover .info p {
    color: #90000A;
  }

  .pnext p:hover {
    color: #910000;
  }

  .pnext p:hover a {
    color: #910000;
  }

  .pages ul a:hover {
    color: #991718
  }

  .pages .p-next a:hover,
  .pages .p-prev a:hover {
    color: #991718
  }

  .m-txt6 .more:hover {
    background: #991718
  }

  .i-list li:hover a::after {
    transform: scaleY(1);
  }

  .i-list li:hover a .date::after {
    background: rgba(255, 229, 229, 0.17);
  }

  .i-list li:hover a h3 {
    color: #fff;
    font-weight: 600;
  }

  .i-list li:hover a p {
    color: #FFD6D6;
  }

  .i-list li:hover a {
    border-color: transparent;
  }

  .i-list li:hover a .date b {
    color: #fff;
  }

  .i-list li:hover a .date span {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .i-list li:hover a:before {
    background: #94070A;
  }

  .jgsz-box ul li a:hover {
    background: url(../images/jgsz-libg.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(153, 23, 24, 0.3);
  }

  .jgsz-box ul li a:hover .bmmc {
    color: #fff;
  }

  .jgsz-box ul li a:hover .tel {
    color: #ffc627;
  }

  .searchpage .secpag a:hover {
    color: rgba(6, 131, 88, 1.0);
  }

  .zzjg-list ul li a:hover h3 {
    color: #fff;
  }

  .zzjg-list ul li a:hover {
    background: #991718;
  }

  .zzjg-box:hover .zzjg-tit h3 {
    color: #991718;
  }

  .zzjg-box:hover .zzjg-tit h3:before {
    background: #991718;
  }

  .zzjg-box:hover .zzjg-tit h3:after {
    background: #991718;
  }

  .interpret div ul li a:hover {
    background: #991718;
    color: #fff;
  }

  .tlist ul li a:hover h3 {
    font-weight: 600;
    color: #90000A;
  }

  .leader ul li a:hover {
    background: #991718;
  }

  .leader ul li a:hover .info h3 {
    color: #fff;
  }

  .leader ul li a:hover .info h4 {
    color: #fff;
  }

  .leader ul li a:hover .info div {
    border-color: #fff;
  }

  .leader ul li a:hover .info div::before {
    background: #fff;
  }

  .leader ul li a:hover .info div::after {
    background: #fff;
  }

  .leader ul li a:hover .info p {
    color: rgba(255, 255, 255, .7);
  }

  .whcj-down a:hover p {
    color: #991718;
    font-weight: 600;
  }

  .whcj-down a:hover {
    box-shadow: 0 0 .1rem rgba(1, 81, 152, .3);

  }

  .search-filt>div ul li a:hover {
    background-color: #991718 !important;
    color: #fff !important;
  }


  .szlist ul li a:hover {
    background-color: #ffffff;
    border: solid 0.01rem #e5e5e5;
    box-shadow: 0 0.08rem .1rem rgba(0, 0, 0, .2);
  }

  .pcnav ul li a:hover {
    color: #991718;
  }

  .pcsjnav a:hover {
    color: #f9b90c !important;
  }

  .ztzl li:hover a .tx h3 {
    color: #90000A;
  }

  .img-lists ul li:hover a .pic .yy {
    top: 0;
  }

  .nytit .more a:hover {
    right: 0.05rem;
  }

  .cjfn2 ul li:hover a>div.info p {
    color: #fff;
  }

  .scyx-l ul li:hover a {
    background: #ccc;
  }

  .student ul li:hover a {
    color: #b51f23;
    background: url(../images/stu-jt2.png) no-repeat left 0.095rem;
    background-size: 0.07rem auto;
  }

  .szlb ul li:hover a .k {
    border-color: #b60007;
    background: #b60007;
  }

  .xrld ul li:hover a {
    border-color: #b60007;
  }

  .xrld ul li:hover a .tx p {
    color: #b60007;
    opacity: 0.8;
  }

  .about-t ul li:hover .k .tx p a {
    color: #991718;
  }

  .about-t ul li:hover .k .icon img {
    animation: icon-yh 1s linear;
  }

  .xstitle .tit-c a:hover h3 {
    opacity: 1;
  }

}