@charset "utf-8";

body {
  overflow-x: hidden;
}

.pc {
  background: #1945BB;
  position: static;
}

.head {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
}

.logo {
  position: static;
}

.logo a>img {
  height: 0.6rem;
}

.head-r {
  margin-top: 0;
}

/* 分页 */
.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 #1945BB;
  padding: 0 0.1rem;
  height: 25px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #1945BB;
  margin: 0 0.05rem;
}

.pagination a.active {
  background: #1945BB;
  color: #fff;
  border: 1px solid #1945BB;
}

.pagination a.btn:hover {
  background: #1945BB;
  color: #fff;
  border: 1px solid #1945BB;
}

.pagination span {
  display: inline-block;
  font-size: 12px;
  margin: 0 0.05rem;
}


.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 #1945BB !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #1945BB !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: #1945BB !important;
  color:#fff !important;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    background: #1945BB !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=#1945BB, EndColorStr=#1945BB)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1945BB), to(#1945BB))!important;
    background: -moz-linear-gradient( top,#1945BB,#1945BB)!important;
    background: -ms-linear-gradient(top,#1945BB 0%,#1945BB 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


.yd_pages{
    line-height:36px;
    height:36px;
    background:#1945BB;
    color:#fff;
    text-align:center;
    margin-top:20px;
    border-radius:10px;   
}

.pc_list{
   display:block;
}

.yd_list{
   display:none;
}



/* 主体 */
.nymain {
  position: relative;
  padding-top: 0.58rem;
  padding-bottom: 0.55rem;
  background: url(../images/section9-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  min-height: 7.33rem;
}

.ny-bgzs {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 62.5%;
  z-index: -1;
  max-height: 100%;
}

.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: #1945BB;
  background: linear-gradient(225deg, transparent 15px, #1945BB 0);

}

.nymain .leftNav>ul {
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  background: #1945BB;
  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 #1945BB;
  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: #1945BB;
  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: #1945BB;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #1945BB;
  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: #1945BB;
  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: #1945BB;
  font-weight: 600;
}



.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
  background: #1945BB;
}

.ny-right {
  /* float: right;
  width: calc(100% - 3.2rem); */
  min-height: 4rem;
}

.position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4FBFF;
  padding: 0.2rem;
  border-radius: 0.2rem 0 0.2rem 0;
}

.position .fhsy {
  margin-left: 0.2rem;
}

.position .fhsy a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.36rem;
  font-size: 0.18rem;
  transition: all 0.5s;
}

.position .fhsy a img {
  display: block;
  width: 0.2rem;
  margin-left: 0.1rem;
}

.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: #1945BB;
}

.position .fhsy a:hover {
  color: #1945BB;
}

.nycon {
  /* background: linear-gradient(180deg, #FFF6F6 0%, #FFFCFC 100%);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(191, 191, 191, 0.3); */
  margin-top: 0.4rem;
  /* padding: 0.4rem 0.5rem 0.6rem 0.5rem; */
}

.nycon .tit2 {
  position: relative;
  z-index: 1;
  padding-right: 0.8rem;
  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 {
  line-height: 0.36rem;
  background: none;
  border-bottom: 1px dashed #CDCDCD;
  border-radius: 0;
  margin-top: 0;
  padding: 0.22rem  0.2rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
  font-size: 0.18rem;
  cursor: default;
}

.text-list ul li a {
  color: #333;
  background: url(../images/list-zs1.png) no-repeat left 0.06rem;
  background-size: 0.1rem auto;
  padding-left: 0.2rem;
  cursor: default;
display: block;
}
.text-list ul li.hashref, .text-list ul li.hashref a{
  cursor:pointer;
}

.text-list ul li span {
  font-size: 0.16rem;
  color: #9E9E9E;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.24rem;
  font-weight: 600;
  margin-top: 0.36rem;
}

.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: 100% ;
  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: #F4FBFF;
  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: #1945BB;
  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;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #1945BB;
}

.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: #F4FBFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.art-jg ul li .tx {
  flex: 1;
  min-width: 0;
  background: #F4FBFF;
  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;
}

.art-fj ul li:hover a {
  color: #1945BB;
}

.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%;
  background: #F4FBFF;
}
.art-fj dl dd a .pic img{
  max-width:100%;
  max-height:100%;
  height:auto;
  width:auto;
  top:50%;
  left:50%;
  transform:translate(-50% , -50%);
}



/* 图片列表 */

.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: #1945BB;
}

/*领导*/
.tit3 {
  padding-bottom: 0.3rem;
}

.tit3 h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  border-left: 0.05rem solid #1945BB;
  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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: #1945BB;
}

.list-ld ul li:hover .sz-tx {
  border-color: #1945BB;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li .xq span {
  opacity: 1;
}

.tit2 h3 span {
  width: 0.32rem;
  height: 0.26rem;
}

.tit2 h3 {
  font-size: 0.26rem;
  color: #1945BB;
}

/* 师资内容 */
.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: #1945BB;
  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: #1945BB;
}

.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: #1945BB;
  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-indexbg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31.45%;
  z-index: -1;
}

.zhy-k {
  background: #F4FBFF;
  border-radius: 0.2rem 0 0.2rem 0;
  margin-top: 0.4rem;
  padding: 0.4rem 0.5rem;
}

.zhy-k .title {
  margin-bottom: 0.25rem;
}

.zhy-k .tit-c p {
  display: none;
  font-size: 0.36rem;
  line-height: 0.26rem;
}

.zhy-k .tit-c h3 {
  margin-top: 0;
  font-size: 0.32rem;
}

.zhy-k>p {
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.zhy-k .conli ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.zhy2 {
  background-image: url(../images/s2-t.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 37.57% auto;
}

.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.2rem;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.zhy5 .con ul li:hover a p {
  color: #1945BB
}

.zhy-s456bg {
  position: absolute;
  top: 25%;
  display: block;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .text-list ul li.hashref:hover {
    background: linear-gradient(94deg, #1E49BC 15%, #0E87C9 91%);
    box-shadow: 0px 0px 0.2rem 0px rgba(3, 75, 152, 0.2);
    padding: 0.22rem 0.3rem;
  }

  .text-list ul li.hashref:hover a {
    color: #fff;
    background: url(../images/list-zs2.png) no-repeat left 0.06rem;
    background-size: 0.1rem auto;
  }
  .text-list ul li.hashref:hover a em{
    color:#fff !important;
  }

  .text-list ul li.hashref:hover span {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {

  .yd_list{
   display:block;
  }
  
  .pc_list{
     display:none;
  }
  .tit2 h3 span {
    width: 0.3rem;
    height: 0.24rem;
  }

  .tit2 h3 {
    font-size: 0.22rem;
  }

  .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.18rem;
    justify-content: flex-start;
  }

  .position .fhsy a img {
    width: 0.18rem;
    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 {
    /* box-shadow: 0px 0.02rem 0.05rem 0px rgba(191, 191, 191, 0.3); */
    margin-top: 0.2rem;
    /* padding: 0.15rem 0.15rem 0.4rem 0.15rem; */
  }

  .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;
  }
}

@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: #1945BB;
  }

  .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-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .weizhi {
    order: 2;
    margin-top: 0.1rem;
  }

  .position .fhsy {
    order: 1;
    margin-left: 0;
  }

  .pagination {
    padding-top: 20px;
    margin-top: 0.2rem;
  }

  .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;
    line-height: 0.7rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
  }

  .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:768px) {
   .art-jg ul li {
     /* display:block; */
   }
  .art-jg ul li .tit{
    width:100%;
    display: block;
    text-align: left;
  }
  .art-jg ul li .tx{
    margin-left:0;
    display: block;
  }
}

@media screen and (max-width:640px) {
  .art-fj dl dd {
    width: 50%;
  }
}

@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: 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) {}