@charset "utf-8";

body {
  overflow-x: hidden;
  background-image: url(../images/zjbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}
.yd_list{
display:none
}

/* 固定定位底部 */
.modulefixedbottom1 {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

/* 分页 */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.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.05rem 0.07rem;
}

.pagination a.active {
  background: #9B0D14;
  color: #fff;
  border: 1px solid #9B0D14;
}

.pagination a:hover {
  background: #9B0D14;
  color: #fff;
  border: 1px solid #9B0D14;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
  position: relative;
  z-index: 1;
}

.nymain .leftNav {
  float: left;
  width: 2.7rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.88rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  background: #9B0D14;
  background: linear-gradient(225deg, transparent 15px, #9B0D14 0);

}

.nymain .leftNav>ul {
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  background: #9B0D14;
  padding: 0.26rem 0.2rem 1.4rem 0.34rem;
  position: relative;
  z-index: 1;
}

.nymain .leftNav>ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.08rem;
  right: 0;
  bottom: 0.12rem;
  background: #fff;
  background: linear-gradient(135deg, transparent 10px, #fff 0);
  z-index: -1;
}

.nymain .leftNav>ul::after {
  content: '';
  position: absolute;
  left: 0.08rem;
  right: 0;
  bottom: 0.12rem;
  height: 1.9rem;
  background: url(../images/section1-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: -1;
}

.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 #9B0D14;
  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;
  padding: 0.18rem 0.4rem 0.18rem 0;
}

.nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.26rem;
  width: 0;
  background: linear-gradient(270deg, rgba(1, 147, 144, 0.2) 0%, rgba(1, 147, 144, 0.05) 100%);
  border-radius: 0px 1rem 1rem 0px;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
  width: calc(100% + 0.26rem);
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.26rem;
  width: 0.04rem;
  height: 0.33rem;
  border-radius: 0.1rem;
  background: #ea881e;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  color: #272727;
  border-bottom: 1px dashed #e5e5e5;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #9B0D14;
  font-weight: 600;
}

.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: #9B0D14;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #9B0D14;
  font-weight: 600;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 0.2rem;
  height: 0.67rem;
  /* background: url(../images/left-sj1.png) no-repeat center;
  background-size: 0.11rem 0.06rem; */
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(-180deg);
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #9B0D14;
  font-weight: 600;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  /* padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0; */
  border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.6rem;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  color: #7E7E7E;
  border-bottom: none;
  position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::after {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0.4rem;
  width: 0.04rem;
  height: 0.04rem;
  background: #BEBEBE;
  border-radius: 50%;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li>ul>li .on {
  color: #9B0D14;
  font-weight: 600;
}



.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
  background: #9B0D14;
}

.ny-right {
  /* float: right;
  width: calc(100% - 3.2rem); */
  min-height: 7rem;
}

.position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0E6D3;
  border-radius: 0.2rem 0 0.2rem 0;
  padding: 0.27rem 0.3rem;
}

.position .fhsy {}

.position .fhsy a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.26rem;
  font-size: 0.18rem;
  transition: all 0.5s;
}

.position .fhsy a img {
  display: block;
  width: 0.22rem;
  margin-left: 0.12rem;
}

.position .weizhi {
  position: relative;
  font-size: 0;
}

.position .weizhi span {
  color: #222;
  font-size: 0.18rem;
  vertical-align: middle;
}

.position .weizhi img {
  height: 0.22rem;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.position .weizhi a {
  font-size: 0.18rem;
  color: #222;
  margin: 0 0.1rem;
  vertical-align: middle;
}

.position .weizhi a:last-child {
  margin-right: 0;
}

.position .weizhi a:hover,
.position .weizhi a.position-dq {
  color: #9B0D14;
}

.position .fhsy a:hover {
  /* background: #9B0D14; */
  /* color: #fff; */
}

.position .fhsy a:hover img:first-child {
  /* display: none; */
}

.position .fhsy a:hover img:nth-child(2) {
  display: block;
}

.nycon {
  margin-top: 0.4rem;
}

.nycon .tit2 {
  position: relative;
  z-index: 1;
  padding-right: 1.2rem;
  margin-bottom: 0.3rem;
}

/* 研究领域 */
.list2 {}

.list2 ul li {
  line-height: 0.34rem;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.list2 ul li+li {
  margin-top: 0.2rem;
}

.list2 ul li a {
  display: block;
  transition: all 0.5s;
}

.list2 ul li:hover {
  left: 0.05rem;
}

/* 列表页 */
.text-list ul li {
  border-bottom: 1px dashed #CDCDCD;
  background: none;
  margin-top: 0;
  line-height: 0.95rem;
  padding: 0;
}

.text-list ul li a {
  background: url(../images/list-zs.png) no-repeat left center;
  background-size: 0.1rem auto;
  padding-left: 0.28rem;
  white-space: break-spaces;
}

.text-list ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.1rem 0px rgba(145, 33, 33, 0.36);
  padding: 0 0.3rem;
}

.text-list ul li:hover span {
  color: #9B0D14;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.24rem;
  font-weight: 600;
  margin-top: 0.36rem;
  word-wrap: break-word;
  padding: 0 .1rem;
}

.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.18rem !important;
  line-height: 2 !important;
  margin-bottom: 0.25rem;
}

.art-main .art-body p strong {
  font-weight: bold;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 95% !important;
  height: auto !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .art-body iframe {
  max-width: 100% !important;
  display: block;
  margin: 0.1rem auto !important;
}

.art-main .art-body table {
  max-width: 100%;
  margin: 0 auto !important;
  border-collapse: collapse;
  float: none;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 0.24rem;
  padding: 0.05rem 0.1rem;
}

.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.16rem;
  color: #999;
  margin: 0.02rem 0.15rem;
}

.art-main .cont-tit p span a:hover {
  color: #9B0D14;
  font-weight: 600;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #555555;
  font-size: 0.18rem;
  display: block;

}

.pnext p a {
  color: #555555;
  word-wrap: break-word;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #9B0D14;
}

.ts-art .art-tit h3 {
  text-align: left;
  font-size: 0.3rem;
}

.art-jg {
  padding-top: 0.2rem !important;
}

.art-jg ul li {
  display: flex;
  flex-wrap: wrap;
}

.art-jg ul li>div {
  line-height: 0.5rem;
  margin-top: 0.23rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(243, 243, 243, 0.3);
  font-size: 0.18rem;
}

.art-jg ul li .tit {
  font-weight: 500;
  padding: 0 0.12rem;
  width: 1.6rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.art-jg ul li .tx {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  margin-left: 0.18rem;
  padding: 0.1rem 0.28rem;
  line-height: 0.3rem !important;
  text-indent: 0;
  word-break: break-all;
}

.art-fj {
  margin-top: 0.48rem;
}

.art-fj h3 {
  line-height: 0.4rem;
  font-size: 0.24rem;
  position: relative;
}

.art-fj ul {
  margin-top: 0.15rem;
}

.art-fj ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin: 0.1rem 0;
    background: none;
    padding: 0;
}

.art-fj ul li:hover a {
  color: #9B0D14;
}

.art-fj dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem -0.2rem 0 -0.2rem;
}

.art-fj dl dd {
  width: 25%;
}

.art-fj dl dd a {
  display: block;
  margin: 0.1rem 0.2rem;
}

.art-fj dl dd a .pic {
  padding-top: 63.41%;
}



/* 图片列表 */

.img-lists ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}

.img-lists ul li {
  float: left;
  width: 25%;
  margin-bottom: 0.3rem;
}

.img-lists ul li a {
  display: block;
  margin: 0 0.15rem;
}

.img-lists ul li a:nth-child(2) {
  margin-top: 0.1rem;
}

.img-lists ul li a .pic {
  padding-top: 65.11%;
}

.img-lists ul li a p {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.img-lists ul li:hover a p {
  color: #9B0D14;
}

/*领导*/
.tit3 {
  padding-bottom: 0.3rem;
}

.tit3 h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  border-left: 0.05rem solid #9B0D14;
  padding-left: 0.15rem;
}

.ld-k+.ld-k {
  margin-top: 0.5rem;
}

.list-ld {
  overflow: hidden;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.list-ld ul li {
  width: 16.66%;
  margin-bottom: 0.3rem;
}

.list-ld ul li a {
  display: block;
  margin: 0 0.2rem;
}

.list-ld ul li .sz-pic {
  width: 2.4rem;
}

.list-ld ul li .pic {
  padding-top: 119.76%;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  line-height: 0.34rem;
  text-align: center;
}

.list-ld ul li p {
  font-size: 0.16rem;
  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: #9B0D14;
}

.list-ld ul li:hover .sz-tx {
  border-color: #9B0D14;
}

.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;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #9B0D14;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #9B0D14;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  background: url(../images/leftNav-q.png) no-repeat left 0.2rem;
  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 0.5rem;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-image: url(../images/sz-dot.png);
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: bold;
  color: #9B0D14;
  text-indent: 0;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 综合页 */
.zhy .title {
  margin-bottom: 0.25rem;
}

.zhy .tit-c h3 {
  font-size: 0.36rem;
}

.zhy .tit-c h3 span {
  font-size: 0.48rem;
}

.zhy-indexbg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31.45%;
  z-index: -1;
}
.zhy-k img{
max-width:100%
}
.zhy-k {
  background: linear-gradient(180deg, #FDF1E3 0%, #FFFFFF 100%);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(191, 191, 191, 0.3);
  border-radius: 0.2rem 0 0.2rem 0;
  margin-top: 0.44rem;
  padding: 0.4rem 0.5rem;
}

.zhy-k .tit2 {
  position: relative;
  z-index: 1;
  padding-right: 1.2rem;
  margin-bottom: 0.3rem;
}

.zhy-k p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.zhy-k .conli ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.zhy5 .con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.zhy5 .con ul li {
  width: 33.33%;
}

.zhy5 .con ul li a {
  display: block;
  margin: 0 0.25rem;

}

.zhy5 .con ul li a:nth-child(2) {
  margin-top: 0.18rem;
}

.zhy5 .con ul li a .pic {
  padding-top: 65.11%;
}

.zhy5 .con ul li a p {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.48rem;
  transition: all 0.5s;
}

.zhy5 .con ul li:hover a p {
  color: #9B0D14
}

.zhy-s456bg {
  position: absolute;
  top: 25%;
  display: block;
  width: 100%;
  z-index: -1;
}



.pages table{width:auto !important;margin-top: 0.4rem;}
 tbody{
     border: none;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #A9181F !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #A9181F !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
    background:none !important;
    box-sizing:border-box;
    margin: 0 0.05rem !important;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.pages .Next:hover ,.pages a.Prev:hover{
   background: #A9181F !important;
  color:#fff !important;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    background: #A9181F !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#A9181F, EndColorStr=#A9181F)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#A9181F), to(#A9181F))!important;
    background: -moz-linear-gradient( top,#A9181F,#A9181F)!important;
    background: -ms-linear-gradient(top,#A9181F 0%,#A9181F 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


@media screen and (max-width: 1024px) {
    .yd_list {
        display: block;
    }
.pc-list{
display: none;
}
  #asideNav {
    display: none;
  }

  .nymain {
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .position .fhsy a {
    font-size: 0.16rem;
  }

  .position .fhsy a img {
    width: 0.16rem;
    margin-right: 0.1rem;
  }

  .position .weizhi span,
  .position .weizhi a {
    font-size: 0.16rem;
  }

  .position .weizhi img {
    height: 0.18rem;
    margin-right: 0.1rem;
  }

  .nycon {
    margin-top: 0.2rem;
  }

  .nycon .tit2 {
    margin-bottom: 0.2rem;
    padding-right: 1rem;
  }

  .pagination {
    padding-top: 0.2rem;
  }

  .sz-ty {
    padding-left: 0.5rem;
  }

  .ts-art .art-tit h3 {
    font-size: 0.24rem;
  }

  .tit3 h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }

  .ld-k+.ld-k {
    margin-top: 0.2rem;
  }

  .position {
    padding: 0.2rem;
  }

  .text-list ul li {
    line-height: 0.75rem;
  }

  .zhy .tit-c h3 {
    font-size: 0.26rem;
  }

  .zhy .tit-c h3 span {
    font-size: 0.3rem;
  }
}

@media screen and (max-width:920px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #9B0D14;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav>ul::before {
    background: #fff;
  }

  .nymain .leftNav ul li a {
    padding-left: 0.2rem;
  }

  .nymain .leftNav>ul>li>a>span {
    top: 0.25rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding-left: 0;
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li>ul>li>a::after {
    left: -0.15rem;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 0.26rem 0.2rem 0.26rem 0.34rem;
  }

  .nymain .leftNav>ul>li>ul {
    padding: 0.15rem 0 0.15rem 0.34rem;
  }

  .nymain .leftNav>ul::after {
    content: none;
  }

  .position {
    flex-direction: column;
  }

  .position .weizhi {
    width: 100%;
    order: 2;
    margin-top: 0.1rem;
  }

  .pagination {
    padding-top: 20px;
  }

  .position .fhsy {
    width: 100%;
    order: 1;
  }

  .position .fhsy a {
    justify-content: flex-start;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul {
    margin: 0 -0.1rem;
  }

  .img-lists ul li {
    width: 50%;
    margin-bottom: 0.15rem;
  }

  .img-lists ul li a {
    margin: 0 0.1rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .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;
  }

  .gg-list ul li {
    padding: 0 0.1rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
    word-wrap: break-word;
  }

  .art-jg ul li .tit {
    width: 1.4rem;
    padding: 0 0.1rem;
  }

  .art-jg ul li>div {
    margin-top: 0.1rem;
  }

  .art-jg ul li .tx {
    padding: 0.1rem;
    margin-left: 0.1rem;
  }

  .art-fj {
    margin-top: 0.25rem;
  }

  .art-fj dl {
    margin: 0.2rem -0.1rem 0 -0.1rem;
  }

  .art-fj dl dd a {
    margin: 0.1rem;
  }

  .zhy-k {
    padding: 0.2rem;
  }

  .zhy-k .tit2 {
    margin-bottom: 0.2rem;
  }

  .zhy5 .con ul {
    margin: 0 -0.1rem;
  }

  .zhy5 .con ul li a {
    margin: 0 0.1rem;
  }

  .zhy5 .con ul li a:nth-child(2) {
    margin-top: 0.1rem;
  }

  .zhy5 .con ul li a p {
    font-size: 0.18rem;
    line-height: 0.34rem;
  }

  .list-ld ul li {
    width: 25%;
    margin-bottom: 0.2rem;
  }

  .list-ld ul {
    margin: 0 -0.1rem;
  }

  .list-ld ul li a {
    margin: 0 0.1rem;
  }

  .list-ld ul li h3 {
    font-size: 0.18rem;
  }


}

@media screen and (max-width:640px) {
.ny-right {
    min-height: 6rem;
}
  .art-fj dl dd {
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
    box-sizing: border-box;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 24px;
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .list-ld ul li {
    width: 50%;
  }

  .zhy5 .con ul li {
    width: 100%;
  }

  .zhy5 .con ul li+li {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width:320px) {}


.text-list .art-main li:hover {
    background: none;
    box-shadow: none;
    padding: 0 0.1rem;
}

.text-list .art-main li {
padding:0;
        line-height: normal;
        border-bottom:none;
.    overflow: visible;
    }

.text-list .art-main .art-body li a {
    background: none;
    background-size: 0.1rem auto;
    padding-left: 0;
    white-space: break-spaces;
}