@charset "utf-8";

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.pic img:hover {
  transform: scale(1.1);
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  display: none;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 40px;
}

.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: #6e1881;
  color: #fff;
  border: 1px solid #6e1881;
}

.pagination a:hover {
  background: #6e1881;
  color: #fff;
  border: 1px solid #6e1881;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px;
}

.nymain .wp {
  display: flex;
  flex-wrap: wrap;
}

.nymain .leftNav {
  width: 438px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.nymain .leftNav>h2 {
  color: #fff;
  height: 162px;
  line-height: 210px;
  background: url(../images/left-titbg.png) no-repeat center;
  background-size: 438px 162px;
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 242px;
  margin: 0 auto;
  margin-top: -15px;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a>span {
  display: inline-block;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  transition: all 0.3s;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 24px;
  line-height: 78px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #6e1881;
  font-weight: 600;
}

.nymain .leftNav>ul>li:hover>a>span {
  background-image: url(../images/left-sj2.png);
}

.nymain .leftNav>ul>li.on>a>span,
.nymain .leftNav>ul>li.active>a>span {
  background-image: url(../images/left-sj2.png);
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li:hover>a {
  color: #6e1881;
  font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
  color: #6e1881;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 31px center;
  color: #6e1881;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  background: #fef9ff;
  border-top: 2px solid #eaab19;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 20px;
  line-height: 56px;
  text-align: left;
  color: #818181;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
}

.nymain .leftNav>ul>li>ul>li>a>em {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #818181;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.nymain .leftNav>ul>li>ul>li>a>span {
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(../images/left-sj4.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  vertical-align: middle;
}

.nymain .leftNav>ul>li>ul>li.active>a {
  color: #6e1881;
}

.nymain .leftNav>ul>li>ul>li.active>a>em {
  background: #6e1881;
}

.nymain .leftNav>ul>li>ul>li.active>a>span {
  background-image: url(../images/left-sj5.png);
}

.ny-right {
  flex: 1;
  min-width: 0px;
  min-height: 400px;
}

.position {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.position>div {
  position: relative;
  text-align: left;
  font-size: 0;
}

.position h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.position span {
  color: #666;
  font-size: 16px;
  vertical-align: middle;
}

.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.position a {
  font-size: 16px;
  color: #666;
  margin: 0 5px;
  vertical-align: middle;
}

.position a:hover {
  color: #6e1881;
}

/* 列表页 */
.text-list {
  margin-top: 20px;
}

.text-list ul li {
  line-height: 80px;
  border-bottom: 1px dashed #d8d8d8;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.text-list ul li:hover::after {
  width: 100%;
}

.text-list ul li span {
  display: block;
  float: right;
  font-size: 18px;
  color: #9e9e9e;
  padding-left: 15px;
}

.text-list ul li a {
  display: block;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  background: url(../images/text-zs.png) no-repeat left center;
  background-size: 8px 11px;
  padding-left: 26px;
}

.text-list ul li p {
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999999;
  display: none;
}

.text-list ul li:hover {
  padding: 25px 0;
}

.text-list ul li:hover a {
  font-weight: bold;
  color: #6e1881;
  padding-left: 0;
  background: none;
  line-height: initial;
  margin-top: 16px;
}

.text-list ul li:hover span {
  float: none;
  color: #6e1881;
  line-height: initial;
  padding-left: 0;
}

.text-list ul li:hover p {
  display: block;
  margin-top: 19px;
}

/* 内容页 */
.art-main .art-tit h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  margin-top: 47px;
  word-break: break-all;
}


.art-main .art-tit h4 {
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  margin-top: 47px;
  word-break: break-all;
}


.art-main .art-body {
  padding-top: 30px;
}

.art-main .art-body p,
.art-main .art-body p * {
  font-family: "微软雅黑" !important;
  font-size: 21px;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  text-indent: 2em;
}

.art-main .art-body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 20px;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  max-height: 17px;
  margin-right: 5px;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 32px;
  color: #666;
}

.art-info {
  margin-top: 50px;
  border-top: 1px solid #d8d8d8;
  padding: 15px 0;
}

.pnext p {
  font-size: 18px;
  text-indent: initial;
  line-height: 30px;
  color: #63065f;
  margin: 10px 0;
}

.pnext p a {
  color: #757575;
}

.pnext p:hover a {
  color: #6e1881;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.33%;
  margin: 40px 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.5s;
  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: 63.75%;
}

.img-lists ul li a>div.info {
  padding: 12px;
  font-size: 0;
  text-align: center;
  background: #f6f6f6;
}

.img-lists ul li a>div.info p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-lists ul li:hover a>div.info p {
  color: #6e1881;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -18px;
  margin-right: -18px;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 25px 20px;
}

.list-ld ul li .pic {
  padding-top: 134.36%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
  padding: 10px 0;
}

.list-ld ul li h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 24px;
  background: #6e1881;
}

.list-ld ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 10px;
}

.list-ld ul li:hover h3::after {
  background-color: #6e1881;
}

.list-ld ul li:hover h3 {
  color: #6e1881;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

/* 师资内容 */
.sz-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sz-t {
  width: 220px;
}

.sz-t>img {
  display: block;
  width: 100%;
}

.sz-t h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  color: #333;
}

.sz-t h4 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
  color: #666;
}

.sz-t h5 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  color: #63065f;
  text-align: center;
}

.sz-t h5 img {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  width: 26px;
  height: 23px;
}

.sz-r {
  width: calc(100% - 280px);
}

.sz-r h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  position: relative;
}

.sz-r h3::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #63065f;
}

.sz-boxbg {
  background: rgba(99, 6, 95, 0.02);
  margin-top: 4px;
  padding: 1px 40px 40px 40px;
}

.sz-box {
  margin-top: 45px;
}

.sz-box h4 {
  font-size: 24px;
  line-height: 50px;
  color: #63065f;
  background: url(../images/sz-sj.png) no-repeat left center;
  background-size: 17px 26px;
  padding-left: 35px;
  border-bottom: 1px solid rgba(99, 6, 95, 0.6);
  margin-bottom: 20px;
}

.sz-box p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}

/* 图文列表页  start */
.tw ul li {
  position: relative;
}

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 30px 20px 30px 0;
  position: relative;
}

.tw ul li::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/tw-bg.png) no-repeat;
  background-size: cover;
  display: none;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  float: left;
  width: 311px;
  height: 176px;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 30px;
}

.tw ul li a .tw-tx .date {
  font-size: 18px;
  color: #63065f;
  margin-top: 24px;
}

.tw ul li a .tw-tx h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.tw ul li a .tw-tx p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 24px;
  color: #888;
}

.tw ul li:hover::before {
  display: block;
}

.tw ul li:hover a .tw-tx h3 {
  color: #6e1881;
  font-weight: bold;
  text-decoration: underline;
}

/* 组织机构 */
.zzjg {
  justify-content: flex-start;
  align-items: flex-start;
}

.zzjg ul {
  width: 48%;
  margin-top: 40px;
}

.zzjg ul:nth-child(even) {
  margin-left: 4%;
}

.zzjg ul h3 {
  font-size: 20px;
  font-weight: bold;
  background-size: 30px auto;
  padding-left: 45px;
  line-height: 30px;
  margin-bottom: 25px;
}

.zzjg ul li {
  position: relative;
  line-height: 60px;
  border-bottom: 1px dashed #c5c5c5;
}

.zzjg ul li a {
  display: block;
  font-size: 18px;
  padding-left: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.zzjg ul li:nth-child(2) {
  border-top: none;
}

.zzjg ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #6e1881;
  border-radius: 50%;
  transition: all 0.3s;
}

.zzjg ul li a:hover {
  font-weight: bold;
  color: #6e1881;
}

/*ld_list*/
.ld_list{
    margin-top: 1.041vw;
}
.ld_list li {
	width: 50%;
	margin-bottom: 2.0833vw;
	height: auto;
	overflow: hidden;
        float:left;
}

.ld_list ul li a .pic {
	padding-top: 0;
	width: 11.1979vw;
	float: left;
	position: relative;
	height: 15.2604vw
}

.ld_list ul li a .pic h2 {
	background: #6e1173;
	width: 6.25vw;
	height: 1.6667vw;
	position: absolute;
	z-index: 999;
	bottom: 1.3021vw;
	padding-left: 1.1458vw;
	border-radius: 0 .05rem .05rem 0;
	color: #fff;
	font-size: .9375vw;
	line-height: 1.6667vw;
}

.ld_list ul li a .pic h2 span.wjx{position:relative;left: 0.5vw;color: #FFEB3B;}

.ld_list ul li .tw-tx {
	width: calc(100% - 11.8999vw);
	float: right;
}
.ld_list ul li .tw-tx h2{
	font-size: 1.2vw;
	line-height: 2.4vw;
}
.ld_list ul li .tw-tx p {
	line-height: 1.7708vw;
	margin: 0;
	color: #333;
	font-size: .8375vw;
	height: auto;
	-webkit-line-clamp: 5;
	translate:all 0.3s;
       letter-spacing: -0.5px;
}

.ld_list ul li .tw-tx p:hover {
	color: #6e1173;
	font-weight: 700;
	translate:all 0.3s
}
/*ld_list*/

@media only screen and (min-width: 1199px) {
  .nymain {
    padding-bottom: 3.125vw;
    padding-top: 2.083vw;
    min-height: 500px;
  }

  .nymain .leftNav {
    width: 22.81vw;
  }

  .nymain .leftNav>h2 {
    height: 8.437vw;
    line-height: 10.93vw;
    background-size: 22.81vw 8.437vw;
    font-size: 1.354vw;
  }

  .nymain .leftNav>ul {
    box-shadow: 0 0.208vw 0.52vw 0 rgba(0, 0, 0, 0.1);
    width: 12.6vw;
    margin-top: -0.781vw;
  }

  .nymain .leftNav>ul>li>a>span {
    width: 0.781vw;
    height: 0.781vw;
    margin-left: 0.52vw;
  }

  .nymain .leftNav ul li a {
    font-size: 1.25vw;
    line-height: 4.062vw;
  }

  .nymain .leftNav ul li a:hover {
    background-position: 1.614vw center;
  }

  .nymain .leftNav>ul>li>ul {
    padding-top: 0.52vw;
    padding-bottom: 0.52vw;
    border-top: 0.104vw solid #eaab19;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 1.041vw;
    line-height: 1.916vw;
  }

  .nymain .leftNav>ul>li>ul>li>a>em {
    width: 0.26vw;
    height: 0.26vw;
    margin-right: 0.52vw;
  }

  .nymain .leftNav>ul>li>ul>li>a>span {
    width: 0.572vw;
    height: 0.416vw;
    margin-left: 0.52vw;
  }

  .ny-right {
    width: calc(100% - 23.59vw);
    min-height: 30.83vw;
  }

  .position {
    padding-bottom: 0.781vw;
  }

  .position h3 {
    font-size: 1.562vw;
    margin-top: 0.52vw;
  }

  .position span {
    font-size: 0.833vw;
  }

  .position img {
    height: 0.833vw;
    margin-right: 0.52vw;
  }

  .position a {
    font-size: 0.833vw;
    margin: 0 0.26vw;
  }

  /* 列表页 */
  .text-list {
    margin-top: 1.041vw;
  }

  .text-list ul li {
    line-height: 4.166vw;
  }

  .text-list ul li span {
    font-size: 0.937vw;
    padding-left: 0.781vw;
  }

  .text-list ul li a {
    font-size: 1.041vw;
    background-size: 0.416vw 0.572vw;
    padding-left: 1.354vw;
  }

  .text-list ul li p {
    font-size: 0.937vw;
    line-height: 1.458vw;
    max-height: 2.916vw;
  }

  .text-list ul li:hover {
    padding: 1.302vw 0;
  }

  .text-list ul li:hover a {
    margin-top: 0.833vw;
  }

  .text-list ul li:hover p {
    margin-top: 0.989vw;
  }

  /* 内容页 */
  .art-main .art-tit h3 {
    font-size: 1.562vw;
    line-height: 1.77vw;
    margin-top: 2.447vw;
  }


  .art-main .art-tit h4 {
    font-size: 1.562vw;
    line-height: 1.77vw;
    margin-top: 1.447vw;
  }


  .art-main .art-body {
    padding-top: 1.562vw;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.833vw;
    line-height: 1.562vw !important;
    margin-bottom: 1.041vw !important;
  }

  .art-main .cont-tit p {
    padding: 0 0.52vw;
    line-height: 1.562vw;
    margin-top: 1.041vw;
  }

  .art-main .cont-tit p img {
    max-height: 0.885vw;
    margin-right: 0.26vw;
  }

  .art-main .cont-tit p span {
    font-size: 0.833vw;
    margin: 0 1.666vw;
  }

  .art-info {
    margin-top: 2.604vw;
    padding: 0.781vw 0;
  }

  .pnext p {
    line-height: 1.562vw;
    margin: 0.52vw 0;
  }

  /* 图片列表页 */

  .img-lists ul li {
    margin: 2.083vw 2% 0 2%;
  }

  .img-lists ul li:hover {
    box-shadow: 0 0 0.52vw rgba(51, 51, 51, 0.16);
    top: -0.52vw;
  }

  .img-lists ul li a>div.info {
    padding: 0.625vw;
  }

  .img-lists ul li a>div.info p {
    font-size: 0.937vw;
  }

  /* 师资列表页 */
  .list-ld ul {
    margin-left: -0.937vw;
    margin-right: -0.937vw;
  }

  .list-ld ul li a {
    margin: 1.302vw 1.041vw;
  }

  .list-ld ul li .ld-tx {
    box-shadow: 0 0.104vw 0.416vw 0 rgba(10, 11, 24, 0.1);
    padding: 0.52vw 0;
  }

  .list-ld ul li h3 {
    font-size: 0.937vw;
    padding: 0 0.52vw;
  }

  .list-ld ul li h3::after {
    width: 0.208vw;
    height: 1.25vw;
  }

  .list-ld ul li p {
    font-size: 0.729vw;
    line-height: 1.25vw;
    margin-top: 0.52vw;
    padding: 0 0.52vw;
  }

  /* 师资内容页 */

  .sz-t {
    width: 11.45vw;
  }

  .sz-t h3 {
    font-size: 1.458vw;
    margin-top: 1.302vw;
  }

  .sz-t h4 {
    font-size: 0.937vw;
    margin-top: 0.781vw;
  }

  .sz-t h5 {
    font-size: 0.937vw;
    margin-top: 0.52vw;
  }

  .sz-t h5 img {
    margin-right: 0.26vw;
  }

  .sz-t h5 img {
    width: 1.354vw;
    height: 1.197vw;
  }

  .sz-r {
    width: calc(100% - 14.58vw);
  }

  .sz-r h3 {
    font-size: 1.458vw;
    padding-bottom: 1.041vw;
  }

  .sz-r h3::after {
    bottom: -0.208vw;
    width: 5.208vw;
    height: 0.208vw;
  }

  .sz-boxbg {
    margin-top: 0.208vw;
    padding: 1px 2.083vw 2.083vw 2.083vw;
  }

  .sz-box {
    margin-top: 2.343vw;
  }

  .sz-box h4 {
    font-size: 1.25vw;
    line-height: 2.604vw;
    background-size: 0.885vw 1.354vw;
    padding-left: 1.822vw;
    margin-bottom: 1.041vw;
  }

  .sz-box p {
    font-size: 0.937vw;
    line-height: 1.875vw;
  }

  /* 图文列表页 */
  .tw ul li a {
    padding: 1.562vw 1.041vw 1.562vw 0;
  }

  .tw ul li::before {
    left: -2.083vw;
  }

  .tw ul li a .pic {
    width: 16.19vw;
    height: 9.166vw;
  }

  .tw ul li a .tw-tx {
    padding-left: 1.562vw;
  }

  .tw ul li a .tw-tx .date {
    font-size: 0.937vw;
    margin-top: 1.25vw;
  }

  .tw ul li a .tw-tx h3 {
    font-size: 1.041vw;
    line-height: 1.562vw;
  }

  .tw ul li a .tw-tx p {
    font-size: 0.729vw;
    line-height: 1.25vw;
    height: 2.5vw;
    margin-top: 1.25vw;
  }

}

@media screen and (max-width: 1199px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 56px;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    background: #6e1881;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 50px;
    height: 56px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
  }

  .nymain {
    padding: 25px 0 50px 0;
  }

  .nymain .leftNav {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 18px;
    line-height: 56px;
  }

  .position span,
  .position a {
    font-size: 14px;
  }

  .ny-right {
    width: auto;
    padding: 0;
    flex: auto;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 0;
  }

  .position h3 {
    display: none;
    margin-top: 0;
  }

  .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;
    width: auto;
    margin-top: 0;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 40px;
  }

  .text-list ul li {
    line-height: 65px;
  }

  .text-list ul li a {
    font-size: 16px;
  }

  .text-list ul li span {
    font-size: 14px;
  }

  .text-list ul li p {
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul {
    overflow: hidden;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .img-lists ul li {
    width: 30.33%;
    margin: 15px 1.5%;
  }

  .img-lists ul li a>div.info p {
    font-size: 16px;
  }

  .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;
  }

  .art-main .art-tit h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
  }

  .zzjg ul {
    width: 100%;
  }

  .zzjg ul:nth-child(even) {
    margin-left: 0;
  }

  .tw ul li a {
    padding: 20px;
  }

  .tw ul li a .pic {
    width: 250px;
    height: 141px;
  }

  .tw ul li a .tw-tx h3 {
    font-size: 16px;
  }

  .tw ul li a .tw-tx p {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx .date {
    font-size: 14px;
    margin-top: 20px;
  }

  .list-ld ul li h3 {
    font-size: 16px;
  }

  .sz-t h3 {
    font-size: 22px;
  }

  .sz-t h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .sz-t h5 {
    font-size: 16px;
  }

  .sz-t h5 img {
    width: 16px;
    height: 14px;
  }

  .sz-r h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .sz-boxbg {
    padding: 1px 20px 30px 20px;
  }

  .sz-box h4 {
    font-size: 20px;
    background-size: 10px 15px;
    padding-left: 24px;
  }

  .sz-box p {
    font-size: 16px;
    line-height: 30px;
  }
	/*  */
	.ld_list{
        margin-top: 30px;
    }
        .ld_list li{
    margin-bottom: 30px;
}
        .ld_list ul li .tw-tx h2{
        font-size: 20px;
        line-height: 36px;
    }
        .ld_list ul li .tw-tx p{
        font-size: 15px;
        line-height: 27px;
    }
        .ld_list ul li a .pic{
        width: 170px;
        height: 230px;
    }
        .ld_list ul li .tw-tx{
        width: calc(100% - 190px);
    }
        .ld_list ul li a .pic h2{
        width: 120px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
  .sz-t .pic {
    margin: 0 auto;
  }

  .sz-ty {
    width: 100%;
    margin-top: 15px;
  }

  .sz-box {
    margin-top: 30px;
  }

  .sz-t {
    width: 100%;
  }

  .sz-t>img {
    width: 200px;
    margin: 0 auto;
  }

  .sz-r h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .sz-r {
    width: 100%;
  }

  .sz-boxbg {
    padding: 1px 20px 20px 20px;
  }

  .sz-box h4 {
    font-size: 18px;
    line-height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li {
    width: 47%;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 45px;
    font-size: 14px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .sz-ty>div p {
    line-height: 34px;
  }

  .tw ul li a {
    padding: 20px 0;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 56.59%;
    margin-bottom: 10px;
  }

  .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: 50%;
  }

  .list-ld ul {
    margin-left: -12px;
    margin-right: -12px;
  }

  .list-ld ul li a {
    margin: 15px;
  }

  .sz-t .pic {
    margin: 0 auto;
  }

  .sz-ty {
    width: 100%;
    margin-top: 15px;
  }

  .sz-box {
    margin-top: 30px;
  }

  .tw ul li a .tw-tx p {
    margin-top: 10px;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 10px;
  }
  .art-main .art-tit h3{font-size: 20px;}
}

@media screen and (max-width: 375px) {
  .list-ld ul li .pic {
    margin: 0 auto;
  }

  .list-ld ul li .ld-tx {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .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;
  }
}