@charset "utf-8";

body {
  padding-top: 1.42rem;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  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 0.07rem;
}

.pagination a.active {
  background: #006EBF;
  color: #fff;
  border: 1px solid #006EBF;
}

.pagination a:hover {
  background: #006EBF;
  color: #fff;
  border: 1px solid #006EBF;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 0;
}

.nymain .leftNav {
  float: left;
  width: 3rem;
  position: relative;
  margin-top: -0.8rem;
}

.nymain .leftNav>h2 {
  height: 0.8rem;
  color: #fff;
  background: url(../images/left_tbg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.24rem;
  font-weight: bold;
  overflow: hidden;
  padding-left: 0.67rem;
  display: flex;
  align-items: center;
}

.nymain .leftNav>ul {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  background: #F9FCFF url(../images/left-bg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::after {
  content: '';
  position: absolute;
  top: 0.325rem;
  left: 0;
  width: 0.14rem;
  border-bottom: 1px solid #006EBF;
}

/* .nymain .leftNav>ul>li::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  left: 0;
  bottom: 0;
  width: 0.06rem;
  height: 0.41rem;
  background: url(../images/left-x.png) no-repeat;
} */

.nymain .leftNav>ul>li:last-child:before {
  display: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.24rem;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.14rem;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-left: 0.67rem;
  padding: 0.18rem 0.1rem 0.18rem 0.67rem;
  color: #555;
  font-weight: 400;
}

.nymain .leftNav>ul>li.on>a {
  color: #006EBF;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::after,
.nymain .leftNav>ul>li.active::after,
.nymain .leftNav>ul>li:hover::after {
  top: 0.27rem;
  width: 0.25rem;
  height: 0.12rem;
  background: url(../images/left_on.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.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: #006EBF;
  font-weight: 700;
}

.nymain .leftNav>ul>li.active>a {
  color: #006EBF;
  font-weight: 700;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #006EBF;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  /* padding-top: 0.1rem;
  padding-bottom: 0.1rem; */
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul li a {
  font-size: 0.15rem;
  line-height: 0.28rem;
  padding: 0.1rem;
  padding-left: 0.67rem;
  color: #666666;
  border-bottom: none;
}

.nymain .leftNav>ul>li>ul li.active>a {
  color: #006EBF;
  font-weight: bold;
}

.nymain .leftNav>ul>li>ul li ul li a {
  padding: 0.05rem;
  padding-left: 0.85rem;
}

.ny-right {
  float: right;
  width: calc(100% - 3.7rem);
  min-height: 4rem;
  background: #fff;
  margin-top: 0.46rem;
}

.position {
  background: url(../images/lmmc.png) no-repeat left center;
  background-size: 0.49rem 0.49rem;
  padding-left: 0.55rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.49rem;
  border-bottom: 1px solid #006EBF;
}

.position>div::before {
  content: '';
  position: absolute;
  bottom: -0.03rem;
  left: -0.05rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  border: 1px solid #006EBF;
}

.position>div::after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  right: -0.5rem;
  width: 0.5rem;
  height: 0.24rem;
  background: url(../images/weizi_rbg.png) no-repeat;
  background-size: 100% 100%;
}

.position h3 {
  position: absolute;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: left;
  bottom: 0;
  left: 0.05rem;
  color: #006EBF;
}

.position span {
  color: rgba(51, 51, 51, 0.3);
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #333;
  margin: 0 0.1rem;
  vertical-align: middle;
}

.position a:hover,
.position a.current {
  color: #006EBF;
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li {
  position: relative;
  line-height: 0.7rem;
  border-top: 1px dashed #CBCBCB;
  font-size: 0.16rem;
  transition: all 0.3s;
}

.text-list ul li:first-child {
  border-top: 0;
}

.text-list ul li a {
  display: block;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 0.3rem;
}

.text-list ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.07rem;
  height: 0.07rem;
  border: 1px solid #006EBF;
  border-radius: 50%;
}

.text-list ul li span {
  float: right;
  font-size: 0.14 rem;
  padding-left: 0.31rem;
  color: #006EBF;
  background: url(../images/time.png) no-repeat 0.1rem center;
  background-size: 0.11rem auto;
}

.text-list ul li:hover+li {
  border-top: 1px solid #006EBF;
}

.text-list ul li:hover a {
  color: #006EBF;
}



/* 内容页 */
.art-main {
  margin-top: 0.46rem;
}

.art-main .art-tit {
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, rgba(245, 241, 255, 0) 0%, #F3F9FF 49%, #F5FAFF 92%);
  padding: 0.3rem;
}

.art-main .art-tit h3 {
  color: #333;
  font-weight: normal;
  font-size: 0.24rem;
  position: relative;
  text-align: center;
}

.art-td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  line-height: 0.2rem;
  background: bottom;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  max-height: 0.17rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.15rem;
  color: #999;
  margin: 0.15rem 0.15rem 0;
}

.art-main .art-body {
  padding-top: 0.35rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #555;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.4rem !important;
  margin-bottom: 0.3rem !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-info {
  border-top: 1px solid #eee;
  margin-top: 0.4rem;
  position: relative;
}

.art-info::after {
  content: '';
  position: absolute;
  top: -0.02rem;
  left: 0;
  width: 0.94rem;
  height: 0.04rem;
  background: url(../images/pnext1.png) no-repeat;
  background-size: 100% 100%;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  font-size: 0.18rem;
  text-indent: initial;
  line-height: 0.36rem;
  color: #006EBF;
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #006EBF;
}

/* 简介页 */
.jjbox {
  position: relative;
  z-index: 1;
  margin: 0.4rem 0;
  overflow: hidden;
}

.jjbox::before {
  content: '';
  position: absolute;
  top: 0.22rem;
  left: 0.3rem;
  width: 100%;
  height: 2.46rem;
  background: url(../images/jj-x.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.jjbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jjbox ul li:first-child {
  margin-top: 1.05rem;
}

.jjbox ul li:nth-child(3) {
  margin-top: 1.67rem;
}

.jjbox ul li .jjicon {
  width: 1.43rem;
  height: 1.43rem;
  margin: 0 auto;
  background: url(../images/jjbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jjbox ul li .jjicon img {
  display: block;
  max-width: 0.7rem;
  max-height: 0.66rem;
  margin: 0;
}

.jjbox ul li .tx {
  margin-top: 0.17rem;
}

.jjbox ul li .tx p {
  font-size: 0.16rem !important;
  color: #333333;
  margin-bottom: 0 !important;
  max-width: 2.2rem;
}

.jjbox ul li .tx p b {
  font-size: 0.36rem !important;
  font-weight: bold;
  color: #006EBF;
}

.jjbox ul li .tx p:first-child {
  text-align: center;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #006EBF;
}


/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #A8272B;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #006EBF;
}

.list-ld ul li:hover h3 {
  color: #006EBF;
}


.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.ld {}

.ld h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #2C2C2C;
  margin-top: 0.5rem;
  padding-left: 0.35rem;
  position: relative;
}

.ld h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: #006EBF;
}

.ld h4 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 0.3rem;
}

.ld ul {
  display: flex;
  flex-wrap: wrap;
}

.ld ul li {
  width: 20%;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}

.ld ul li a {
  display: block;
  margin: 0 0.15rem;
  padding: 0.15rem 0.3rem;
  background: #f8f8f8;
  border-left: 0.03rem solid #006EBF;
  transition: all 0.5s;
}

.ld ul li:hover a {
  background: #006EBF;
  color: #fff;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
  font-size: 0.18rem;
  line-height: 0.3rem;

}

.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: #006EBF;
  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: #006EBF;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
}

.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: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}

.sz-box h4 span {
  display: inline-block;
  font-family: 'sySong';
  font-size: 0.26rem;
  font-weight: bold;
  color: #006EBF;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #cfcfcf;
  transition: all 0.3s;
}

.tw ul li a .pic {
  width: 3.56rem;
  height: 2.33rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.32rem;
  padding-top: 0.17rem;
}

.tw ul li a .tw-tx .date {
  margin-top: 0.55rem;
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #333333;
  background: url(../images/date1.png) no-repeat left center;
  background-size: 0.15rem auto;
  padding-left: 0.25rem;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #333333;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3D3D3D;
  opacity: 0.6;
  margin-top: 0.34rem;
}

.tw ul li:hover a {}

.tw ul li:hover a .date {
  color: #006EBF;
  background-image: url(../images/date2.png);
}

.tw ul li:hover a .tw-tx h3 {
  color: #006EBF;
}

.tw ul li:hover a .tw-tx p {
  color: #006EBF;
}

/* 链接列表 */

.s2-c ul {
  display: flex;
  flex-wrap: wrap;
}

.s2-c ul li {
  width: 16.25%;
  margin-left: 4.6875%;
  margin-top: 0.56rem;
}

.s2-c ul li:nth-child(5n+1) {
  margin-left: 0;
}

.s2-c ul li a {
  display: block;
  position: relative;
}

.s2-c ul li a .pic {
  padding-top: 100%;
}

.s2-c ul li a h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.28rem;
  text-align: center;
  color: #FFFFFF;
  pointer-events: none;
}

/* 校园风光 */

.group-big {
  margin-top: 0.4rem;
}

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 52.01%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.group-big li a img {
  display: block;
  width: 100%;
}


.group-sml {
  background: #003A80;
  padding: 0.3rem;
  overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
  transform-origin: bottom;
  border: 0.05rem solid #fff;
}

.group-sml li a {
  display: block;
  margin: 0 0.05rem;
  border: 0.05rem solid transparent;
}

.group-sml li a .pic {
  padding-top: 61.62%;
  position: relative;
  overflow: hidden;
}

.group-sml li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.3s;
}

.group-sml li.slick-current a img {
  opacity: 1;
}

.group-sml .slick-prev,
.group-sml .slick-next {
  width: 0.6rem;
  height: 0.6rem;
}

.group-sml .slick-list {
  margin: 0 0.4rem;
}



/* 师资2 */
.sz2-list {
  margin-top: 0.5rem;
}

.sz2-t {
  background: linear-gradient(270deg, #F1F8FF 0%, #F6F3FF 100%);
  padding: 0.4rem;
}

.sz2-t h3 {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #006EBF;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 54, 117, 0.1);
}

.sz2-t p {
  margin-top: 0.2rem;
}

.sz2-t p a {
  display: inline-block;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #666666;
  padding: 0.1rem 0.15rem;
}

.sz2-t p a.on {
  border-radius: 1rem;
  background: #006EBF;
  color: #fff;
}

.sz2-list ul {
  margin-top: 0.5rem;
}

.sz2-list ul li {
  line-height: 0.6rem;
  display: flex;
  justify-content: center;
}

.sz2-list ul li:nth-child(odd) {
  background: linear-gradient(90deg, #F4FAFF 0%, #F5FAFF 100%);
}

.sz2-list ul li.bt {
  background: linear-gradient(270deg, #003A7E 0%, #006EBF 100%);
}

.sz2-list ul li.bt span {
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  font-size: 0.2rem;
}

.sz2-list ul li span {
  display: block;
  width: 25%;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.17rem;
  color: #666666;
}

.sz2-list ul li span a {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.17rem;
  color: #666666;
}

.sz2-list ul li span a:hover {
  color: #006EBF;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .position>div::after {
    bottom: -0.05rem;
    right: -0.33rem;
    width: 0.33rem;
    height: 0.38rem;
  }
}

@media screen and (max-width: 1200px) {
  .jjbox::before {
    display: none;
  }

  .jjbox ul li {
    margin-top: 0;
    width: 50%;
  }

  .jjbox ul li:first-child {
    margin-top: 0;
  }

  .jjbox ul li .jjicon {
    width: 1rem;
    height: 1rem;
  }

  .jjbox ul li .jjicon img {
    max-width: 0.5rem;
    max-height: 0.5rem;
  }

  .jjbox ul li .tx p {
    max-width: 100%;
    text-align: center;
    line-height: 0.3rem !important;
  }

  .jjbox ul li:nth-child(3),
  .jjbox ul li:nth-child(4) {
    margin-top: 0.3rem;
  }

  .jjbox ul li .tx p b {
    font-size: 0.3rem !important;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .nymain .leftNav>ul>li>a::after {}

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .position>div::after {
    display: none;
  }

  .tw ul li a {
    padding: 0.3rem 0;
  }

  .tw ul li a .pic {
    width: 2.3rem;
    height: 1.5rem;
  }

  .tw ul li a .tw-tx {
    padding-top: 0.08rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0.15rem;
  }

  .tw ul li a .tw-tx h3 {}

  .tw ul li a .tw-tx p {
    margin-top: 0.1rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .s2-c ul li {
    width: 21.25%;
    margin-top: 0.4rem;
  }

  .s2-c ul li:nth-child(5n+1) {
    margin-left: 4.666%;
  }

  .s2-c ul li:nth-child(4n+1) {
    margin-left: 0;
  }

}

@media screen and (max-width:900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.18rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #006EBF;
    justify-content: space-between;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {}


  .ny-right {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
    background: none;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
    padding-top: 0;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.6rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    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;
  }

  .group-sml .slick-list {
    margin: 0 0.3rem;
  }

  .group-sml .slick-prev,
  .group-sml .slick-next {
    width: 0.45rem;
    height: 0.45rem;
  }

  .sz2-t {
    padding: 0.2rem;
  }

  .sz2-list ul li span {
    width: 40%;
  }

  .art-main {
    margin-top: 0;
  }

  .art-main .art-tit {
    padding: 0.2rem;
  }
}

@media screen and (max-width:640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }

  .s2-c ul li {
    width: 48%;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .s2-c ul li:nth-child(even) {
    margin-left: 4%;
  }

  .s2-c ul li a h3 {
    font-size: 0.2rem;
  }
}

@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 {
    font-size: 14px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .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;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li:first-child a {
    padding-top: 0.1rem;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 65.44%;
    margin-bottom: 0.1rem;
  }

  .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: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .group-big .slick-list {
    margin: 0 0.4rem;
  }

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.29rem;
    height: 0.41rem;
    opacity: 0.2;
    transition: all 0.3s;
  }

  .group-big .slick-dots {
    margin: 0 0.4rem;
    width: calc(100% - 0.8rem);
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .group-sml {
    margin-top: 0.25rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

}

@media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}

.tw ul.xrld li a .pic {width: 1.65rem;}
.tw ul.xrld li a .tw-tx p {
height:0.3rem;
margin-top:0.15rem;
}