@charset "utf-8";

.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 #034b98 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #034b98 !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: #034b98 !important;
  color:#fff !important;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    background: #034b98 !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=#034b98, EndColorStr=#034b98)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#034b98), to(#034b98))!important;
    background: -moz-linear-gradient( top,#034b98,#034b98)!important;
    background: -ms-linear-gradient(top,#034b98 0%,#034b98 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
body {
  overflow-x: hidden;
}

body::before {
  height: 100%;
}

/* 分页 */
.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: #034B98;
  color: #fff;
  border: 1px solid #034B98;
}

.pagination a:hover {
  background: #034B98;
  color: #fff;
  border: 1px solid #034B98;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  padding-top: 0.62rem;
  padding-bottom: 0.55rem;
  background: url(../images/section2-bg.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -0.5rem;
  position: relative;
  z-index: 1;
}

.ny-bg1 {
  display: block;
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  width: 100%;
  max-height: 100%;
  z-index: -1;
}

.section2-bg {
  top: 0.8rem;
}

.section5-bg {
  top: 0.8rem;
  max-height: 100%;
}

.ny-bgzs {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 62.5%;
  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: #034B98;
  background: linear-gradient(225deg, transparent 15px, #034B98 0);

}

.nymain .leftNav>ul {
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  background: #034B98;
  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 #034B98;
  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: #034B98;
  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: #034B98;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #034B98;
  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: #034B98;
  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: #034B98;
  font-weight: 600;
}



.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
  background: #034B98;
}

.ny-right {
  /* float: right;
  width: calc(100% - 3.2rem); */
  min-height: 4rem;
}

.position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: #034B98;
}

.position .fhsy a:hover {
  color: #034B98;
}

.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;
}

.yd_list{display:none;}

/* 研究领域 */
.list2 {}
.list2 ul{height:auto;overflow:hidden;clear:both;}
.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.76rem;
  background: none;
  border-bottom: 1px dashed #CBCBCB;
  padding: 0;
  margin-top: 0;
}

.text-list ul li a {
  display: block;
  background: url(../images/list-d1.png) no-repeat left center;
  background-size: 0.08rem auto;
  padding-left: 0.2rem;
  color: #333;
  position: relative;
  z-index: 1;
}

.text-list ul li span {
  font-size: 0.14rem;
  color: #034B98;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center !important;
  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 ul{
  padding-left: 20px;
}

.art-main .art-body ul li{
    padding-left: 0;
}

.art-main .art-body ul li p{padding-left: 0;text-indent: 0;}

.art-main .art-body p strong {
  font-weight: bold;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 100% !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: #f5f5f5;
  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: #034B98;
  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: #034b98;
    font-size: 0.18rem;
    display: block;
  
    font-weight: 700;
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #034B98;
}

.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: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.art-jg ul li .tx {
  flex: 1;
  min-width: 0;
  background: #fff;
  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: #034B98;
}

.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%;
}


.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: #034B98;
}

/*领导*/
.tit3 {
  padding-bottom: 0.3rem;
}

.tit3 h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  border-left: 0.05rem solid #034B98;
  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%;
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.05);
}

.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: #034B98;
}

.list-ld ul li:hover .sz-tx {
  border-color: #034B98;
}

.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: #034B98;
}

/* 师资内容 */
.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: #034B98;
  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: #034B98;
}

.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: #034B98;
  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 {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.05);
  margin-top: 0.4rem;
  padding: 0.5rem 0.5rem 0.4rem 0.5rem;
}

.zhy-k::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/s2-lsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.zhy-k::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/s2-rsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.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.3rem;
}

.zhy-k>p {
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.zhy-k img{max-width:100%;height:auto !important;}
.zhy-k ul {margin-left: 2em;}
.zhy-k ul li{
  font-size: 0.18rem;
  line-height: 0.34rem;
  
}

.zhy-k .conli ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.zhy5 {
  background: none;
  box-shadow: none;
  padding: 0 !important;
}

.zhy5::before,
.zhy5::after {
  content: none !important;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .2rem;
}

.zhy5 .con ul li:hover a p {
  color: #034B98
}

.zhy-dl {
  position: absolute;
  left: 0;
  bottom: -.75rem;
  display: block;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .text-list ul li:hover {
    background: linear-gradient(90deg, #004B98 -10%, #1B6FC5 108%);
    box-shadow: 0px 0px 0.2rem 0px rgba(3, 75, 152, 0.2);
    padding: 0 0.2rem;
  }

  .text-list ul li:hover a {
    color: #fff;
    background: url(../images/list-d2.png) no-repeat left center;
    background-size: 0.08rem auto;
  }

  .text-list ul li:hover span {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .zhy-k .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit2 h3 span {
    width: 0.3rem;
    height: 0.24rem;
  }

  .tit2 h3 {
    font-size: 0.22rem;
  }

  .nymain {
    padding-top: 0.4rem;
    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;
    justify-content: flex-start;
  }

  .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 {
    /* 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;
  }
.pc_list{display:none;}
.yd_list{display:block;}
  .yd_pages{color:#fff;background:#034b98;width:120px;height:30px;margin:10px auto;line-height:30px;text-align:center;border-radius:5px;}
  .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 {
    margin-top: 0;
    background: none;
  }

  .ny-bg1 {
    bottom: 0;
  }

  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #034B98;
  }

  .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.3rem 0.25rem 0.25rem;
  }

  .zhy-k::before {
    content: '';
    position: absolute;
    top: 0.15rem;
    left: 0.1rem;
    width: 0.26rem;
    height: 0.26rem;
  }

  .zhy-k::after {
    content: '';
    position: absolute;
    top: 0.15rem;
    right: 0.1rem;
    width: 0.26rem;
    height: 0.26rem;
  }

  .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) {
  .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) {}