@charset "utf-8";


.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 471px) and (max-width: 639px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 white-space: nowrap;font-size: 13px; }
}
@media (min-width: 329px) and (max-width: 470px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 white-space: nowrap;font-size: 12px;}

}
@media (max-width: 328px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 white-space: nowrap;font-size: 12px;}

}
@media (min-width: 667px) and (max-width:940px) {}





@media (min-width: 1920px) and (max-width: 2560px){
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 1400px) and (max-width: 1600px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 640px) and (max-width: 1399px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}




.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.23rem;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0.7) 26%, rgba(20, 0, 0, 0) 81%);
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  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: #21319B;
  color: #fff;
  border: 1px solid #21319B;
}

.pagination a:hover {
  background: #21319B;
  color: #fff;
  border: 1px solid #21319B;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.5rem;
}

.nymain .leftNav {
  float: left;
  width: 2.54rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.9rem;
  color: #fff;
  background: linear-gradient(46deg, #21319B 14%, #198FCE 85%);
  font-size: 0.3rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  background: #f5f5f5;
  background-size: cover;
  padding: 0.1rem 0 0.28rem 0;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #21319B;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% auto;
  width: 0.12rem;
  height: 0.14rem;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.1rem 0;
  color: #555;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #21319B;
  font-weight: 700;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block;
}

.nymain .leftNav>ul>li:hover>a {
  color: #21319B;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #21319B;
  font-weight: 700;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #21319B;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #888;
  border-bottom: none;
  margin: 0.05rem 0;
}

.ny-right {
  float: right;
  width: calc(100% - 2.84rem);
  padding: 0.3rem 0;
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.6rem;
  border-bottom: 1px solid #21319B;
}

.position h3 {
  position: absolute;
  font-size: 0.24rem;
  text-align: left;
  bottom: 0;
  left: 0;
  color: #3B3B3B;
}


.position span {
  color: #3B3B3B;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #3B3B3B;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #21319B;
}

/* 列表页 */
.text-list {
  margin-top: 0.4rem;
}

.text-list ul li {
  padding-left: 0.3rem;
  position: relative;
  line-height: 0.84rem;
  border-bottom: 1px dashed rgba(33, 49, 155, 0.35);
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.12rem;
  height: 0.11rem;
  background: url(../images/list-zs.png) no-repeat;
  background-size: 100% auto;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-list ul li span {
  float: right;
  font-size: 0.15rem;
  padding-left: 0.15rem;
  color: rgba(33, 49, 155, 0.35);
}

.text-list ul li:hover a {
  color: #21319B;
  font-weight: bold;
}

.text-list ul li:hover span {
  color: #21319B;
}

.text-list ul li:hover {
  left: 0.05rem;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-family: "syh-b";
  font-size: 0.24rem;
  margin-top: 0.57rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.19rem !important;
  line-height: 0.46rem !important;
  margin-bottom: 0.3rem !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  line-height: 0.3rem;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 0.26rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #9E9E9E;
  margin: 0 0.2rem;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  font-size: 0.18rem;
  font-weight: bold;
  text-indent: initial;
  line-height: 0.32rem;
  color: #21319B;
  padding: 0.1rem 0.2rem;
}

.pnext p a {
  color: #3D3D3D;
  font-weight: normal;
}

.pnext p:hover {
  background: rgba(0, 0, 0, 0.04);
}

.pnext p:hover a {
  color: #21319B;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #21319B;
}


/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48%;
  margin-top: 0.8rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.03);
}

.list-ld ul li .sz-pic {
  width: 2.4rem;
}

.list-ld ul li .pic {
  padding-top: 132.08%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  border: 1px solid transparent;
  border-left: none;
  padding: 0.3rem;
  transition: all 0.4s;
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 0.16rem;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
}

.list-ld ul li .xq {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.24rem;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #000;
  padding-right: 0.47rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.37rem auto;
  opacity: 0.32;
  transition: all 0.4s;
}


.list-ld ul li:hover p {
  color: #21319B;
}

.list-ld ul li:hover .sz-tx {
  border-color: #21319B;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li .xq span {
  opacity: 1;
}


/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
  border-bottom: 2px solid #21319B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 10px 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%;
}

.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.2rem;
  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: #F4F6F6;
  padding: 0.12rem 0.18rem;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 36px;
  background: url(../images/sz-f.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
}

.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 {
  margin-top: 0.3rem;
}

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.34rem 0;
  border-top: 1px solid #D6D5D5;
  transition: all 0.3s;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  width: 3.04rem;
  height: 2rem;
  padding-top: 0;
  float: left;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.47rem;
}

.tw ul li a .tw-tx .date {
  font-family: "sys-m";
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #21319B;
  background: url(../images/tw-sj.png) no-repeat left center;
  background-size: 0.18rem auto;
  padding-left: 0.28rem;
  margin-top: 0.1rem;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.28rem;
  transition: all 0.4s;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.27rem;
  height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  color: #888888;
}

.tw ul li a .tw-tx .gd {
  width: 0.15rem;
  height: 0.09rem;
  background: url(../images/tw-jt.png) no-repeat;
  background-size: 100% auto;
  margin-top: 0.37rem;
}

.tw ul li:hover a .tw-tx h3 {
  font-weight: bold;
  color: #21319B;
}

/* 研究生培养  */
.yjspy {
  margin-top: 0.57rem;
}

.yjspy h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  color: #333333;
}

.yjspy h4 {
  margin-top: 0.65rem;
  color: #21319B;
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 0.46rem;
}

.yjspy p {
  color: #333;
  font-size: 0.19rem !important;
  line-height: 0.46rem !important;
}

/* 学院简介 */
.intro-box {
  overflow: hidden;
}

.introduction {}

.introduction h3 {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #21319B;
}

.introduction h4 {
  margin-top: 0.3rem;
  font-size: 0.19rem;
  font-weight: 400;
  line-height: 0.6rem;
  color: #333333;
  padding-left: 0.3rem;
}

.introduction h5 {
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #21319B;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.introduction h5::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  background: #21319B;
  margin-right: 0.15rem;
}

.introduction p {
  font-size: 0.19rem;
  font-weight: 400;
  line-height: 0.46rem;
  text-indent: 2em;
}

.introduction img {
  display: block;
  max-width: 100%;
}

.intro {
  margin-top: 0.6rem;
}

.intro1 {
  margin-top: 0;
}

.intro1 .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.48rem;
}

.intro1 .k1 .kl {
  width: 46.35%;
}

.intro1 .k1 .kl p {
  padding: 0 0.4rem 0 0.3rem;
}

.intro1 .k1 .kl .kl-t {
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
  padding-left: 0.3rem;
  padding-bottom: 0.1rem;
}

.intro1 .k1 .kl .kl-t::before {
  content: '';
  position: absolute;
  top: 0.74rem;
  left: 0;
  right: 0.52rem;
  bottom: 0;
  background: #21319B;
  z-index: -1;
}

.intro1 .k1 .kl .kl-t p {
  color: #fff;
  text-align: left;
  line-height: 0.24rem;
  padding: 0.2rem 0.8rem 0.15rem 0;
  text-indent: 0;
}

.intro1 .k1 .kr {
  width: 52.27%;
}

.intro1 .k1 .kr .kl-t {
  position: relative;
  z-index: 1;
  padding-bottom: 0.1rem;
  margin-bottom: 0.65rem;
}

.intro1 .k1 .kr .kl-t::before {
  content: '';
  position: absolute;
  top: 1.66rem;
  left: 1.36rem;
  right: auto;
  width: calc((100vw - 16rem)/2 + 100%);
  bottom: 0;
  background: #21319B;
  z-index: -1;
}

.intro1 .k1 .kr .kl-t p {
  color: #fff;
  text-align: right;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 1.7rem;
  text-indent: 0;
}

.intro1 .k1 .kr .k-tx {
  padding-left: 0.58rem;
}

.intro1>p {
  padding-left: 0.3rem;
}

.intro2 p {
  padding-left: 0.3rem;
}

.intro3>p {
  padding-left: 0.3rem;
}

.intro3 .k3 {
  position: relative;
  z-index: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.intro3 .k3::before {
  content: '';
  position: absolute;
  top: 0.47rem;
  left: 0;
  right: auto;
  width: calc((100vw - 16rem)/2 + 100%);
  bottom: 0;
  z-index: -1;
  background: #FCF1E9;
}

.intro3 .k3 ul {
  display: flex;
  justify-content: space-between;
  width: calc((100vw - 16rem)/2 + 100%);
}

.intro3 .k3 ul li {
  margin: 0 0.47rem;
  text-align: center;
}

.intro3 .k3 ul li:last-child {
  margin-right: 0;
}

.intro3 .k3 ul li>p {
  text-indent: 0;
  text-align: center;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 0;
}

.intro4>p {
  padding-left: 0.3rem;
}

.intro4 .k3 {
  position: relative;
  z-index: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.intro4 .k3::before {
  content: '';
  position: absolute;
  top: 1.43rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #633C44;
}

.intro4 .k3 ul {
  display: flex;
  justify-content: center
}

.intro4 .k3 ul li {
  margin: 0 0.14rem;
  text-align: center;
}

.intro4 .k3 ul li>p {
  text-indent: 0;
  text-align: center;
  color: #fff;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 0;
}

.intro5 .k5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro5 .k5 .k5-l {
  width: 55.23%;
  padding-left: 0.3rem;
}

.intro5 .k5 .k5-l>p {
  text-indent: 0;
}

.intro5 .k5 .k5-l>p b {
  color: #21319B;
}

.intro5 .k5 .k5-r {
  width: 41.79%;
}

.intro5 .k5 .k5-r p {
  text-align: right;
  color: #fff;
  background: #21319B;
  margin-left: 1rem;
  line-height: 0.24rem;
  padding: 0.2rem;

}

.intro8 .k8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro8 .k8 .k8-l {
  width: 38.52%;
  position: relative;
  z-index: 1;
  padding-left: 0.3rem;
  padding-bottom: 0.15rem;
}

.intro8 .k8 .k8-l::before {
  content: '';
  position: absolute;
  top: 0.97rem;
  right: 0.55rem;
  left: 0;
  bottom: 0;
  background: #21319B;
  z-index: -1;
}

.intro8 .k8 .k8-l p {
  color: #fff;
  text-indent: 0;
  line-height: 0.24rem;
  padding: 0.2rem 0.8rem 0.05rem 0;
}

.intro8 .k8 .k8-r {
  width: 61.48%;
  padding: 0 0.5rem;
}


.intro9>p {
  padding-left: 0.3rem;
}





@media screen and (max-width: 1600px) {

  .intro1 .k1 .kr .kl-t::before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: calc(100% + 0.2rem);
  }
}


@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .tw ul li a .pic {
    width: 2.2rem;
    height: 1.44rem;
  }

  .tw ul li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx h3 {
    margin-top: 0;
  }

  .tw ul li a .tw-tx .gd {
    margin-top: 0.1rem;
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    display: block;
    padding-top: 0.3rem;
  }

  .list-ld ul li .sz-tx {
    border: 1px solid transparent !important;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .list-ld ul li .xq {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .intro1 .k1 .kl {
    width: 100%;
  }

  .intro1 .k1 .kr {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
    order: 2;
    margin-bottom: 0;
    margin-top: 0.6rem;
    padding-bottom: 0;
  }

  .intro1 .k1 .kr .kl-t img {
    margin: 0 auto;
  }

  .intro1 .k1 .kr .k-tx {
    order: 1;
    margin-top: 0.6rem;
    padding-left: 0;
  }

  .intro1 .k1 .kl p {
    padding-right: 0;
  }

  .intro1 .k1 .kl .kl-t {
    margin-left: 0.3rem;
    padding-left: 0;
    padding-bottom: 0;
  }

  .intro1 .k1 .kl .kl-t img {
    margin: 0 auto;
  }

  .intro1 .k1 .kl .kl-t::before {
    right: 0;
  }

  .intro1 .k1 .kl .kl-t p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t::before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: 100%;
  }

  .intro1 .k1 .kr .kl-t::before {
    left: 0;
  }

  .intro3 .k3,
  .intro4 .k3 {
    margin-left: 0.3rem;
  }

  .intro3 .k3 ul li {
    margin: 0 0.15rem !important;
  }

  .intro4 .k3::before {
    top: 0.5rem;
  }

  .intro5 .k5 .k5-l {
    width: 100%;
  }

  .intro5 .k5 .k5-r {
    width: 100%;
    padding-left: 0.3rem;
    margin-top: 0.3rem;
  }

  .intro5 .k5 .k5-r img {
    margin: 0 auto;
  }

  .intro5 .k5 .k5-r p {
    text-align: center;
    margin-left: 0;
  }

  .intro6 p,
  .intro7 p {
    padding-left: 0.3rem;
  }

  .intro8 .k8 {
    flex-wrap: wrap;
    padding-left: 0.3rem;
  }

  .intro8 .k8 .k8-l {
    width: 100%;
  }

  .intro8 .k8 .k8-l img {
    margin: 0 auto;
  }

  .intro8 .k8 .k8-l p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro8 .k8 .k8-l::before {
    right: 0;
  }

  .intro8 .k8 .k8-r {
    width: 100%;
    padding: 0;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #21319B;
  }

  .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 {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
  }


  .ny-right {
    float: none;
    width: auto;
    margin-top: 0.2rem;
    padding: 0 0 0.3rem 0;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.7rem;
    font-size: 0.2rem;
  }

  .text-list ul li span {
    font-size: 0.16rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .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-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    font-size: 0.2rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .tw {
    margin-top: 0;
  }

  .tw ul li a .tw-tx h3 {
    font-size: 0.2rem;
  }

  .tw ul li a .tw-tx .date {
    font-size: 0.16rem;
  }

  .tw ul li a {
    padding: 0.25rem 0;
  }

  .art-main .art-tit h3 {
    margin-top: 0.15rem;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.2rem !important;
  }

  .yjspy {
    margin-top: 0.2rem;
  }

  .yjspy h4 {
    margin-top: 0.3rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
  }

  .list-ld ul li .xq span {
    font-size: 0.16rem;
    background-size: 0.25rem auto;
    padding-right: 0.35rem;
  }

  .introduction h3 {
    margin-top: 0.2rem;
  }

  .introduction h5 {
    margin-bottom: 0.3rem;
  }

  .intro1 .k1 .kl .kl-t {
    margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .k-tx {
    margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
    margin-top: 0.3rem;
  }

  .intro1 .k1 {
    margin-bottom: 0.3rem;
  }

  .intro {
    margin-top: 0.3rem;
  }

  .intro3 .k3,
  .intro4 .k3 {
    margin-top: 0.3rem;
  }

  .introduction h4,
  .introduction h5,
  .introduction p {
    font-size: 0.2rem;
  }
}

@media screen and (max-width:640px) {}

@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 {
    line-height: 36px;
    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 {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 65.78%;
    margin-bottom: 0.2rem;
  }

  .tw ul li a .date p {
    font-size: 18px;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 100%;
  }

  .list-ld ul li .sz-tx {
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }

  .intro3 .k3 ul {
    flex-wrap: wrap;
  }

  .intro3 .k3 ul li {
    width: 100%;
    margin: 0 0.14rem 0.25rem 0.14rem !important;
  }

  .intro3 .k3 ul li img {
    margin: 0 auto;
  }

  .intro4 .k3 ul {
    flex-wrap: wrap;
  }
}

@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;
  }
}