@charset "utf-8";

@font-face {
  font-family: "SOURCEHANSERIFCN-SEMIBOLD-7";
  src: url(../fonts/SOURCEHANSERIFCN-SEMIBOLD-7.OTF);
  font-weight: normal;
  font-style: normal;
}

.head::after {
  height: 100%;
}

.head.show:after {
  height: 0;
}

.wp {
  width: 16rem;
  margin: 0 auto;
  max-width: 95%;
}

.bg_img {
  position: relative;
  overflow: hidden;
}

.bg_img .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
}

.bg_img:hover .a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .bg_img {
  padding-top: 28.64%;
}

.banner .bg_img:hover .a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
}

.position>div {
  text-align: right;
  font-size: 0;
  line-height: 0.3rem;
  padding-left: 3.5rem;
}

.position span {
  color: #fff;
  font-size: 0.14rem;
  vertical-align: middle;
}

.position a {
  font-size: 0.14rem;
  color: #fff;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #fff;
  opacity: 0.7;
}

/* 分页 */

.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: #0052a9;
  color: #fff;
  border: 1px solid #0052a9;
}

.pagination a:hover {
  background: #0052a9;
  color: #fff;
  border: 1px solid #0052a9;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 2rem;
  background: #f5f5f7 url(../images/nymain-bg.png) no-repeat center bottom;
}

.nymain .leftNav {
  float: left;
  width: 3.1rem;
  margin-top: -1.55rem;
  position: relative;
}

.nymain .leftNav>h2 {
  height: 1.17rem;
  font-size: 0.26rem;
  font-weight: bold;
  overflow: hidden;
  background: url(../images/left-tbg.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nymain .leftNav>h2 .left-tit {
  text-align: center;
}

.nymain .leftNav>h2 .left-tit p {
  font-family: "SOURCEHANSERIFCN-SEMIBOLD-7";
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #d8b95a;
  opacity: 0.07;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nymain .leftNav>h2 .left-tit .t {
  font-size: 0.36rem;
  font-weight: normal;
  color: #fff;
}

.nymain .leftNav>ul {
  background: url(../images/left-ulbg.png) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 1rem;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0.21rem;
  right: 0.2rem;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% 100%;
  width: 0.22rem;
  height: 0.18rem;
  cursor: pointer;
  z-index: 2;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.6rem;
  text-align: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
  position: relative;
}

.nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #fff;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav ul li:first-child a::before {
  top: inherit;
  bottom: 1px;
}

.nymain .leftNav>ul>li.on>a {
  color: #0052a9;
  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: #0052a9;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #0052a9;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #0052a9;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.18rem;
  line-height: 0.46rem;
  color: #666666;
  border-bottom: none;
}

.ny-right {
  float: right;
  width: calc(100% - 3.5rem);
  min-height: 4rem;
}

.lmmc div {
  border-bottom: 3px solid rgba(116, 116, 116, 0.08);
  padding-bottom: 0.15rem;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}

.lmmc div h3 {
  font-size: 0.3rem;
  font-weight: bold;
}

.banner.tl .position>div {
  padding-left: 0;
}

.banner.tl .position .lm-tl {
  position: relative;
  text-align: left;
  padding-left: 0.8rem;
  margin-bottom: 0.2rem;
}

.banner.tl .position .lm-tl p {
  font-family: "SOURCEHANSERIFCN-SEMIBOLD-7";
  text-transform: uppercase;
  font-size: 0.58rem;
  color: #96b2d7;
  opacity: 0.07;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.16;
}

.banner.tl .position .lm-tl h3 {
  font-size: 0.36rem;
  font-weight: normal;
  color: #fff;
}

/* 列表页 */

.text-list {
  /* margin-top: 0.5rem;*/
  padding: 0 0.65rem;
}

.text-list ul {
  /* display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-list ul li {
  /*width: 47%;*/
  position: relative;
  font-size: 0.18rem;
  padding-bottom: 0.47rem;
  transition: all 0.3s;
}

.text-list ul li a {
  display: flex;
}

.text-list ul li .date {
  width: 0.96rem;
  height: 1.08rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Gilroy;
}

.text-list ul li .date b {
  display: block;
  font-size: 0.5rem;
  line-height: 1;
  background-image: -webkit-linear-gradient(right, #0057b7, #0971e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}

.text-list ul li .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 1;
  transition: all 0.3s;
}

.text-list ul li .text-listr {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #e6e6e6;
  padding-left: 0.22rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: 0.12rem;
  transition: all 0.3s;
}

.text-list ul li .text-listr h3 {
  font-size: 0.20rem;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s;
}

.text-list ul li .text-listr p {
  font-size: 0.18rem;
  line-height: 0.30rem;
  height: 0.60rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.3s;
}

.text-list ul li .text-listr .gd {
  font-size: 0.14rem;
  margin-top: 0.45rem;
  color: #232323;
  background: url(../images/text-gd.png) no-repeat left center;
  background-size: 0.15rem auto;
  padding-left: 0.25rem;
  transition: all 0.3s;
}


.text-list ul li:hover .date {
  background: url(../images/text-date.png) no-repeat center;
  background-size: cover;
}

.text-list ul li:hover .date b,
.text-list ul li:hover .date span {
  color: #232323;
}

.text-list ul li:hover .date b {
  background-image: -webkit-linear-gradient(right, #232323, #232323);
}

.text-list ul li:hover .text-listr {
  margin-left: 0;
  background: url(../images/text-bg.png) no-repeat center;
  background-size: cover;
  padding: 0.3rem;
  margin-top: 0;
  margin-bottom: 0;
  border-left: none;
}

.text-list ul li:hover .text-listr h3,
.text-list ul li:hover .text-listr p,
.text-list ul li:hover .text-listr .gd {
  color: #fff;
}

.text-list ul li:hover .text-listr .gd {
  background: url(../images/text-gd2.png) no-repeat left center;
  background-size: 0.15rem auto;
}

/* 内容页 */

.art-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.94rem;
}

.art-main {
  width: 73.12%;
}

.art-main .art-tit {
  position: relative;
  z-index: 1;
}

.art-main .art-tit h3 {
  text-align: left;
  font-size: 0.36rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  color: #333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.2rem !important;
  line-height: 0.38rem !important;
  margin-bottom: 0.2rem !important;
}

.art-main .art-body p * {
  color: #333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.2rem !important;
  line-height: 0.38rem !important;
 /* margin-bottom: 0.5rem !important;*/
word-break: break-all;
}

.art-main .art-body table {
  width: 100% !important;
}


.art-main .art-body table p {
  margin-bottom: 0 !important;
  text-indent: 0 !important;
}

.art-main .art-body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto !important;
}

.art-main .art-body iframe {
  max-width: 100% !important;
}

.art-main .art-body video {
  max-width: 100% !important;
}

.art-main .art-tit .fbt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #dfdfdf;
  padding-top: 0.34rem;
  padding-bottom: 0.1rem;
}

.art-main .cont-tit p {
  font-size: 0;
  /* padding-top: 0.34rem; */
  /* padding-bottom: 0.1rem; */
  flex: 1;
  min-width: 0;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  margin-right: 0.1rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #666;
  margin: 0 0.45rem 0 0;
  line-height: 0.3rem;
}

.art-main .cont-tit .fx {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.art-main .cont-tit .fx span {
  display: block;
  font-size: 0.14rem;
  color: #666;
  background: url(../images/fx.png) no-repeat left center;
  background-size: 0.21rem auto;
  padding-left: 0.31rem;
}

.art-info {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.2rem;
}

.art-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #0052a9;
  opacity: 0.2;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #0052a9;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}

.pnext p a {
  color: #666;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #0052a9;
}

.art-r {
  width: 23.62%;
}

.art-r>h3 {
  line-height: 0.6rem;
  padding: 0 0.23rem;
  background-image: -moz-linear-gradient(0deg, rgb(0, 71, 151) 0%, rgb(0, 136, 251) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 71, 151) 0%, rgb(0, 136, 251) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 71, 151) 0%, rgb(0, 136, 251) 100%);
}

.art-r>h3 span {
  font-size: 0.2rem;
  font-weight: normal;
  color: #fff;
  background: url(../images/art-rzs.png) no-repeat;
  background-size: 0.19rem auto;
  padding-left: 0.29rem;
}

.art-r ul {
  background: url(../images/art-rbg.png) no-repeat center top;
  background-size: cover;
}

.art-r ul li {
  position: relative;
}

.art-r ul li::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  height: 0.57rem;
  right: 0.24rem;
  border-left: 1px solid #eb8e08;
}

.art-r ul li a {
  display: block;
  padding: 0.2rem 0.25rem 0.2rem 0.65rem;
  position: relative;
}

.art-r ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.86rem;
  left: 0.34rem;
  border-left: 1px solid #eb8e08;
}

.art-r ul li a::after {
  content: '';
  position: absolute;
  top: 0.74rem;
  bottom: 0;
  left: 0.34rem;
  border-left: 1px solid #eb8e08;
}

.art-r ul li a .date {
  font-family: "SOURCEHANSERIFCN-SEMIBOLD-7";
  font-size: 0.2rem;
  color: #1c3980;
  position: relative;
  transition: all 0.3s;
}

.art-r ul li a .date::before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: -0.16rem;
  right: 0;
  border-bottom: 1px solid #eb8e08;
}

.art-r ul li a .date::after {
  content: '';
  position: absolute;
  top: 0.22rem;
  left: -0.48rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/art-r1.png) no-repeat;
  background-size: 100% auto;
}

.art-r ul li a>h3 {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
  transition: all 0.3s;
}

.art-r ul li:hover a .date {
  color: #eb8e08;
}

.art-r ul li:hover a>h3 {
  color: #eb8e08;
  font-weight: bold;
}

.xxjj .art-body {
  padding-top: 0 !important;
}

/* 图片列表 */

.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: #0052a9;
}


/*领导*/
.szbg {
  background: #fff url(../images/nymain-bg.png) no-repeat center bottom;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3rem;
}

.list-ld ul li {
  float: left;
  width: 47%;
  margin: 0.35rem 0;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #f5f6fa;
  padding: 0.25rem 0.2rem;
  transition: all 0.3s;
}

.list-ld ul li .pic {
  width: 1.87rem;
  height: 2.38rem;
  padding-top: 0;
  margin-top: -0.5rem;
}

.list-ld ul li .ld-tx {
  flex: 1;
  min-width: 0;
  padding: 0.24rem 0.1rem 0 0.24rem;
  transition: all 0.3s;
}

.list-ld ul li h3 {
  font-size: 0.24rem;
  font-weight: normal;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  transition: all 0.3s;
}

.list-ld ul li h3::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  height: 0.29rem;
  background: url(../images/sz-zs.png) no-repeat right center;
  background-size: auto 100%;
  margin-left: 0.1rem;
  transition: all 0.3s;
}

.list-ld ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.list-ld ul li:hover h3::after {
  background: url(../images/sz-zs2.png) no-repeat right center;
}

.list-ld ul li:hover a {
  background: #f5f6fa;
  box-shadow: 0px 0.02rem 0.32rem 0px rgba(84, 52, 123, 0.2);
}

.list-ld ul li:hover a h3 {
  color: #0052a9;
}

.list-ld ul li:hover h3::after {
  background: url(../images/sz-zs2.png) no-repeat right center;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

/* 成员情况 */
.cyqk {}

.cyqk-t {
  padding: 0 0.3rem;
}

.cyqk-t p {
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
  text-align: justify;
}

.cyqk ul li {
  float: none;
  width: 100%;
  margin: 0.1rem 0 !important;
}

.cyqk ul li a {
  background: url(../images/cyqk-libg.png) no-repeat right center;
  background-size: cover;
}

.cyqk ul li .pic {
  width: 1.4rem;
  height: 1.76rem;
  margin-top: 0;
  background: #021049;
}

.cyqk ul li .ld-tx {
  padding: 0.2rem 0 0 0.3rem;
}

.cyqk ul li .ld-tx h3 {
  margin-bottom: 0.3rem;
}

.cyqk ul li:hover a {
  background: url(../images/cyqk-libg.png) no-repeat right center;
  background-size: cover;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
  display: flex;
  flex-wrap: wrap;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
}

.sz-con .pic1 img {
  display: block;
  width: 2.18rem;
}

.sz-r {
  flex: 1;
  min-width: 0;
  margin-left: 0.64rem;
}

.sz-t {
  margin-top: 0;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #000000;
}

.sz-ty>div {
  margin-top: 0.25rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.35rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.35rem;
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.3rem;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #066ada;
}

.sz-box p {
  font-size: 0.17rem;
  line-height: 0.34rem;
  color: #000;
}

.sz-p p {
  margin-top: 0.3rem;
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.25rem 0;
  transition: all 0.3s;
}

.tw ul li a .pic {
  float: left;
  width: 3.33rem;
  height: 2.08rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.4rem;
}

.tw ul li a .tw-tx .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.45rem;
  padding-top: 0.1rem;
  border-top: 1px solid #e1e1e1;
  transition: all 0.3s;
}

.tw ul li a .tw-tx .date span {
  display: block;
  font-family: "SOURCEHANSERIFCN-SEMIBOLD-7";
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #0052a9;
  transition: all 0.3s;
}

.tw ul li a .tw-tx .date .gd {
  font-size: 0.16rem;
  line-height: 0.26rem;
  background: url(../images/tw-jt1.png) no-repeat right center;
  background-size: 0.09rem auto;
  padding-right: 0.2rem;
  color: #0052a9;
  transition: all 0.3s;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
  transition: all 0.3s;
}

.tw ul li a .tw-tx p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  color: #666;
  transition: all 0.3s;
}

.tw ul li:hover a {
  padding: 0.25rem;
  background: url(../images/tw-bg.png) no-repeat center;
  background-size: cover;
}

.tw ul li:hover a .date {}

.tw ul li:hover a .date span,
.tw ul li:hover a .date .gd {
  color: #fff;
}

.tw ul li:hover a .date .gd {
  background: url(../images/tw-jt2.png) no-repeat right center;
  background-size: 0.09rem auto;
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: #fff;
}

/* 数据统计 */
.tjsj {
  overflow: hidden;
}

.tj-jj {
  margin-bottom: 0.5rem;
}

.tj-jj p {
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.tjsj>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;

}

.tjsj>ul li {
  width: 50%;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);

}

.tjsj>ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.5rem;
}

.tjsj>ul li a h3 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: normal;
  color: #0050aa;
}

.tjsj>ul li a h3::before {
  content: "";
  display: block;
  border-left: 1px solid #0052a9;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.tjsj>ul li a span {
  display: block;
  width: 1rem;
  text-align: center;
  font-size: 0.24rem;
  color: #000;
  margin-left: 0.2rem;
}

/* 学校领导 */
.xxld ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.xxld ul>div {
  width: 50%;
}

.xxld ul>div li {
  width: auto;
  margin: 0 0.2rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
}

.xxld ul>div li>div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.xxld ul>div li>div .xxld-zc {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.5rem;
  color: #0050aa;
}

.xxld ul>div li>div .xxld-zc::before {
  content: "";
  display: block;
  border-left: 1px solid #0052a9;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.xxld ul>div li>div .xxld-m {
  display: block;
  width: 1rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.5rem;
  margin-left: 0.2rem;
}

.xxld ul>div li>div .xxld-m a {
  display: block;
  color: #000;
  transition: all 0.3s;
}

.xxld ul>div li>div .xxld-m a:hover {
  color: #0052a9;
}

.xxld2 {
  margin-top: 0.65rem;
}

.xxld2 ul {
  display: flex;
  flex-wrap: wrap;
}

.xxld2 ul>div {
  width: 50%;
  padding: 0.65rem 0 0.35rem 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
}

.xxld2 ul>div:nth-child(4),
.xxld2 ul>div:nth-child(5) {
  border-bottom: none;
}

.xxld2 ul>div li {
  padding: 0 0.2rem;
}

.xxld2 ul .xxld-m {
  display: flex;
  align-items: center;
  position: relative;
}

.xxld2 ul .xxld-m::before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.37rem;
  background: #0052a9;
  margin-right: 0.2rem;
}

.xxld2 ul .xxld-m a {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
}

.xxld2 ul .xxld-m a:hover {
  color: #0052a9;
}

.xxld2 ul .xxld-zc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.4rem;
  padding-left: 0.27rem;
}

/* 机构设置 */

.zzjg-box {
  margin-top: 0.5rem;
  overflow: hidden;
}

.zzjg-box h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px solid rgba(116, 116, 116, 0.08);
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}

.zzjg-box ul li {
  width: 22%;
  margin: 0.3rem 1.5% 0 1.5%;
  position: relative;
  z-index: 1;
}

.zzjg-box ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 0.24rem;
  background: #000;
  z-index: -1;
  transition: all 0.3s;
}

.zzjg-box ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.35rem;
  width: 0.16rem;
  height: 0.06rem;
  background: url(../images/jg-jt1.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  transition: all 0.3s;
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.7rem 0.15rem 0.25rem;
}

.zzjg-box ul li a span {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #000;
  transition: all 0.3s;
}

.zzjg-box ul li:hover a {
  background: url(../images/jg-bg.png) no-repeat left center;
  background-size: cover;
}

.zzjg-box ul li:hover a span {
  color: #222;
}

.zzjg-box ul li:hover::after {
  background: url(../images/jg-jt2.png) no-repeat;
  background-size: 100% 100%;
}

/* 校园风光 */
.xyfg {}

.s5-c {
  padding: 0 0.25rem;
}

.s5-big ul li a {
  display: block;
}

.s5-big ul li a .pic {
  padding-top: 54.333%;
}

.s5-sml {
  margin-top: -0.56rem;
}

.s5-sml ul {
  padding: 0 0.7rem;
}

.s5-sml ul li {}

.s5-sml ul li a {
  display: block;
  margin: 0 0.08rem;
  text-align: center;
  border: 0.03rem solid transparent;
  border-radius: 0.05rem;
}

.s5-sml ul li.slick-current a {
  border-color: #fdc019;
}

.s5-sml ul li a .pic {
  padding-top: 54.333%;
}

.s5-big .slick-prev,
.s5-big .slick-next {
  width: 0.7rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.5s;
}

.s5-big .slick-prev {
  left: 0;
  background-image: url(../images/xyfg-prev.png);
  background-size: 0.57rem auto;
}

.s5-big .slick-next {
  right: 0;
  background-image: url(../images/xyfg-next.png);
  background-size: 0.57rem auto;
}

.s5-big .slick-prev:hover,
.s5-big .slick-next:hover {
  opacity: 1;
}

.s5-tit {
  margin-top: 0.65rem;
}

.s5-tit ul li a {
  display: block;
}

.s5-tit ul li a h3 {
  font-size: 0.28rem;
  color: #0050a9;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 0.2rem;
}

.s5-tit ul li a p {

  font-size: 0.2rem;
  line-height: 0.36rem;
  text-indent: 2em;
}

/* 访客 */
.fk-box {
  overflow-x: hidden;
}

.fk-box .banner.tl .position>div {
  width: 14rem;
}

.fk-box .position {
  bottom: 1.1rem;
}

.fk-box .banner.tl .position .lm-tl {
  width: 48%;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.fk-box .banner.tl .position .lm-tl p {
  flex: 1;
  min-width: 0;
  position: static;
  opacity: 1;
  font-size: 0.14rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0.2rem;
  margin-left: 0.1rem;
  transform: none;
}

.fk-box .banner.tl .position .lm-tl h3 {
  width: 0.8rem;
}

.fk {
  margin: 0 6.25%;
}

.fk1 {
  background: #fff;
  box-shadow: 0.08rem 0 0.35rem rgba(0, 0, 0, 0.1);
  margin-top: -0.8rem;
}





.fk1 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.91rem;
  border-left: 1px solid #f1f1f1;
  transition: all 0.4s;
}

.fk1 ul li:first-child a {
  border-left: none;
}

.fk1 ul li a .icon1 {
  height: 0.51rem;
}

.fk1 ul li a .icon1 img {
  max-height: 100%;
}

.fk1 ul li a .icon1 img:nth-child(2) {
  display: none;
}

.fk1 ul li:hover a .icon1 img:first-child {
  display: none;
}

.fk1 ul li:hover a .icon1 img:nth-child(2) {
  display: block;
}

.fk1 ul li a h3 {
  font-weight: normal;
  font-size: 0.3rem;
  background-image: -webkit-linear-gradient(90deg, #004797, #0088fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.2rem;
}

.fk1 ul li:hover a {
  background: url(../images/fk1-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.fk1 ul li:hover a h3 {
  background-image: -webkit-linear-gradient(90deg, #fff, #fff);
}

.fk2 {
  margin-top: 0.84rem;
}

.fk2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fk2 ul li {
  width: 46.78%;
}

.fk2 ul li .pic {
  padding-top: 39.08%;
}

.fk2 ul li .fk2-tx {
  padding-top: 0.34rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.04rem solid #0050a9;
  position: relative;
  padding-right: 0.4rem;
}

.fk2 ul li .fk2-tx::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  width: 0.29rem;
  height: 0.26rem;
  background: url(../images/fk2-jt.png) no-repeat;
  background-size: 100% auto;
}

.fk2 ul li .fk2-tx p {
  font-size: 0.14rem;
  color: #7a7a7a;
  line-height: 1;
}

.fk2 ul li .fk2-tx h3 {
  font-size: 0.3rem;
  color: #0050a9;
  margin-top: 0.12rem;
  line-height: 1;
}



.fk3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  z-index: 1;
  margin-top: 1.55rem;
  /* padding-bottom: 11%; */
}

.fk3::before {
  content: '';
  position: absolute;
  top: 0.74rem;
  left: 0.74rem;
  right: auto;
  bottom: -0.88rem;
  width: calc((100vw - 14rem)/2 + 100%);
  background: #f2f3f9;
  opacity: 0.7;
  z-index: -1;
}

.fk3-l {
  width: 67.71%;
}

.fk3-l ul {
  position: relative;

}

.fk3-l ul li:first-child {
  width: 49.26%;
  margin-left: 18.56%;
}

.fk3-l ul li:first-child .pic {
  padding-top: 112.41%;
}

.fk3-l ul li:nth-child(2) {
  width: 30.06%;
  position: absolute;
  left: 0;
  top: 66.47%;
  z-index: 1;
}

.fk3-l ul li:nth-child(2) .pic {
  padding-top: 111.92%;
}

.fk3-l ul li:nth-child(3) {
  width: 38.29%;
  position: absolute;
  left: 61.7%;
  top: 33.33%;
  z-index: 1;
}

.fk3-l ul li:nth-child(3) .pic {
  padding-top: 112.67%;
}


.fk3-r {
  flex: 1;
  min-width: 0;
}

.fk3-r ul {
  margin-left: 35%;
  margin-top: 2rem;
}

.fk3-r ul li {
  padding: 0.2rem 0;
}

.fk3-r ul li a {
  display: block;
  border-left: 0.02rem solid #0052a9;
  padding-left: 0.22rem;
  transition: all 0.4s;
}

.fk3-r ul li a p {
  font-size: 0.2rem;
}

.fk3-r ul li a h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #0050a9;
  transition: all 0.4s;
}

.fk3-r ul li a h4 {
  font-size: 0.3rem;
  color: #0050a9;
  transition: all 0.4s;
}

.fk3-r ul li:hover a h3,
.fk3-r ul li:hover a h4 {
  color: #fdc019;
}

/* 联系我们 */
.lxwm {
  display: flex;
  flex-wrap: wrap;
}

.lxwm-t {
  flex: 1;
  min-width: 0;
}

.lxwm-t ul li {
  display: flex;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.5rem;
}

.lxwm-t ul li:first-child {
  margin-top: 0;
}

.lxwm-t ul li em,
.lxwm-t ul li i {
  display: block;
  width: 0.33rem;
  margin-right: 0.12rem;
}

.lxwm-t ul li img {
  max-width: 100%;
  vertical-align: middle;
}

#container {
  width: 52.08%;
  height: 3.8rem;
}

.custom-content-marker>img {
  width: 20px;
  height: auto;
}

/* 12.17 领导信箱 */

.ldxx {
  max-width: 8.74rem;
  padding: 0 0.24rem;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;

}

.ldxx-k {
  background: #fff;
  box-shadow: 0.07rem 0 0.46rem rgba(91, 113, 163, .35);
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 2rem;
}

.ldxx-k::before {
  content: '';
  position: absolute;
  top: .45rem;
  left: .45rem;
  right: .45rem;
  bottom: .45rem;
  border: 1px dashed #004caa;
  opacity: .1;
  border-radius: .24rem;
  z-index: -1;
}

.ldxx-k::after {
  content: '';
  position: absolute;
  top: .55rem;
  left: .55rem;
  right: .55rem;
  bottom: .55rem;
  border: 2px solid #004caa;
  opacity: .1;
  border-radius: .24rem;
  z-index: -1;
}

.ldxx-pic {
  text-align: right;
}

.ldxx-pic img {
  max-width: 1.58rem;
}

.ldxx-box {
  position: relative;
  z-index: 9;
}

.ldxx-box ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.ldxx-box ul li.tex {
  margin-top: 0.5rem;
}

.ldxx-box ul li label {
  width: 1.5rem;
  text-align: right;
  font-size: 0.22rem;
  line-height: .4rem;
  margin-right: 0.2rem;
}

.ldxx-box ul li .lir {
  flex: 1;
  min-width: 0;
}

.ldxx-box ul li .lir input,
.ldxx-box ul li .lir textarea {
  width: 100%;
}

.ldxx-box ul li .lir input {
  height: 0.4rem;
  line-height: .4rem;
  padding: 0 .15rem;
  font-size: .2rem;
  border-bottom: 1px dashed #0654a6;
}

.ldxx-box ul li .lir textarea {
  border: 1px dashed #0654a6;
  font-size: .2rem;
  line-height: .36rem;
  padding: .1rem;
}

.ldxx-box ul li.end {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

.ldxx-box ul li.end button {
  display: block;
  width: 2.2rem;
  height: 0.6rem;
  line-height: .6rem;
  background: #e4e4e4;
  border-radius: .3rem;
  border: 0;
  font-size: .26rem;
  cursor: pointer;
  transition: all 0.5s;
}

.ldxx-box ul li.end button:hover {
  background: #0250a3;
  color: #fff;
}

.ldxx-box ul li.end button+button {
  margin-left: 0.5rem;
}

.ldxx-d {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% + .48rem);
}

.ldxx-d1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%
}

@media screen and (max-width: 1024px) {
  .wp {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nymain {
    padding-bottom: 1.5rem;
  }

  .nymain .leftNav {
    width: 2.4rem;
  }

  .position>div {}

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .ny-right {
    width: calc(100% - 2.8rem);
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li a .pic {
    width: 2.8rem;
    height: 1.74rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0.2rem;
  }

  .tw ul li a .tw-tx .date span {}

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .text-list {
    padding: 0;
    margin-top: 0.2rem;
  }

  .text-list ul li {
    padding: 0.3rem 0;
  }

  .list-ld ul {
    padding: 0;
  }

  .list-ld ul li {
    width: 100%;
    margin: 0.25rem 0;
  }

  .art-box {
    padding-top: 0.4rem;
  }

  .zzjg-box ul li {
    width: 30.333%;
  }

  .s5-c {
    padding: 0;
  }

  .s5-sml .slick-prev,
  .s5-sml .slick-next {
    bottom: 0.05rem;
  }

  .fk-box .banner.tl .position>div {
    width: auto;
    padding-left: 10px;
  }

  .fk {
    margin: 0;
  }

  .fk3-r ul {
    margin-left: 20%;
  }

  .fk3::before {
    width: calc(100% + 10px);
  }

  .xxld2 {
    margin-top: 0;
  }

  .cyqk-t {
    padding: 0;
  }

}

@media screen and (max-width:900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

}

@media screen and (max-width:768px) {

  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.6rem;
    font-size: 0.2rem;
    font-weight: 600;
    background-size: 100% 100%;
    justify-content: flex-start;
    padding-left: 0.2rem;
  }

  .nymain .leftNav>h2 .left-tit {
    text-align: left;
  }

  .nymain .leftNav>h2 .left-tit p {
    font-size: 0.3rem;
    left: 0;
    transform: translate(0, -50%);
  }

  .nymain .leftNav>h2 .left-tit .t {
    font-size: 0.22rem;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
    right: 0;
    top: 0;
  }

  .nymain {
    padding: 0.3rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }



  .ny-right {
    float: none;
    width: auto;
    margin-top: 0.3rem;
    padding: 0 0 0.3rem 0;
  }

  .position {}

  .position>div {
    padding-left: 10px;
  }

  .position span,
  .position a {
    font-size: 12px;
  }

  .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;
  }

  .nymain .leftNav>ul>li>span {}

  .lmmc div {
    margin-top: 0;
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom-width: 2px;
  }

  .lmmc div h3 {
    font-size: 0.2rem;
  }

  .ny-right.tl {
    margin-top: 0;
  }

  .banner.tl .position>div {
    padding-left: 10px;
  }

  .banner.tl .position .lm-tl {
    padding-left: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .banner.tl .position .lm-tl p {
    font-size: 0.3rem;
  }

  .banner.tl .position .lm-tl h3 {
    font-size: 0.22rem;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    width: 100%;
    padding: 0.2rem 0;
  }

  .text-list ul li .text-listr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-list ul li .date {
    width: 0.7rem;
    height: 0.78rem;
  }

  .text-list ul li .date b {
    font-size: 0.34rem;
  }

  .text-list ul li .date span {
    font-size: 12px;
  }

  .text-list ul li .text-listr h3 {
    font-size: 0.2rem;
  }

  .text-list ul li .text-listr p {
    font-size: 0.16rem;
    height: auto;
    max-height: 0.58rem;
  }

  .text-list ul li .text-listr .gd {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }

  .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.22rem;
  }

  .sz-ty>div p {
    font-size: 0.18rem;
    line-height: 0.34rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.18rem;
  }

  .sz-box h4 {}

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
    margin-bottom: 0.2rem !important;
  }



  .art-main {
    width: 100%;
  }

  .art-box {
    padding-top: 0;
  }

  .art-r {
    margin-top: 0.3rem;
    width: 100%;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
    text-align: center;
  }

  .art-main .art-tit .fbt {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.2rem;
  }

  .art-main .cont-tit p {
    flex: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
  }

  .art-main .cont-tit p span {
    margin: 0 0.2rem;
  }

  .art-info {
    margin-top: 0.3rem;
  }

  .art-r ul li a>h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .art-r ul li a::before {
    bottom: 1.06rem;
  }

  .tjsj>ul li {
    width: 100%;
  }

  .tjsj>ul li a span,
  .tjsj>ul li a h3 {
    font-size: 0.2rem;
  }

  .list-ld ul li p {
    font-size: 0.18rem;
  }

  .list-ld ul li .ld-tx {
    padding: 0 0.1rem 0 0.24rem;
  }

  .sz-con .pic1 img {
    width: 2rem;
  }

  .sz-r {
    margin-left: 0.3rem;
  }

  .zzjg-box ul li {
    width: 47%;
  }

  .zzjg-box h3 {
    font-size: 0.22rem;
  }

  .zzjg-box ul li a span {
    font-size: 0.2rem;
  }

  .s5-tit ul li a h3 {
    font-size: 0.2rem;
  }

  .s5-tit ul li a p {
    font-size: 0.18rem;
  }

  .fk-box .position {
    bottom: 0.1rem;
  }

  .fk1 {
    margin-top: 0.1rem;
  }

  .fk1 ul li a {
    height: 1.2rem;
  }

  .fk1 ul li a h3 {
    font-size: 0.2rem;
  }

  .fk1 ul li a .icon1 {
    height: 0.31rem;
  }

  .fk2 {
    margin-top: 0.5rem;
  }

  .fk2 ul li .fk2-tx p {
    font-size: 0.16rem;
  }

  .fk2 ul li .fk2-tx h3 {
    font-size: 0.2rem;
  }

  .fk2 ul li .fk2-tx::after {
    width: 0.2rem;
    height: 0.18rem;
  }

  .fk3 {
    margin-top: 0.5rem;
  }

  .fk3-l {
    width: 100%;
  }

  .fk3-r {
    flex: none;
    width: 100%;
  }

  .fk3-r ul {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .fk3-r ul li a p {
    font-size: 0.16rem;
  }

  .fk3-r ul li a h3 {
    font-size: 0.22rem;
  }

  .fk3-r ul li a h4 {
    font-size: 0.2rem;
  }

  .fk3::before {
    display: none;
  }

  .fk-box .banner.tl .position .lm-tl {
    width: 100%;
  }

  .fk-box .banner.tl .position .lm-tl h3 {
    width: 0.5rem;
  }

  .lxwm-t ul div {}

  .lxwm-t ul li {
    font-size: 0.2rem;
    margin-top: 0.3rem;
    width: 100%;
  }

  .lxwm-t ul li em {
    width: 0.28rem;
  }

  .lxwm-t ul li em img {
    max-height: 0.26rem;
  }

  #container {
    width: 100%;
    margin-top: 0.4rem;
  }

  .lxwm-t {
    flex: none;
    width: 100%;
  }

  .xxld2 ul>div {
    padding: 0.4rem 0 0.2rem 0;
  }

  .xxld2 ul .xxld-m a {
    font-size: 0.22rem;
  }

  .xxld2 ul .xxld-m::before {
    width: 0.05rem;
    height: 0.3rem;
  }

  .xxld2 ul .xxld-zc {
    padding-left: 0.25rem;
    margin-top: 0.2rem;
  }

  .cyqk ul li .ld-tx {
    padding: 0.2rem 0 0 0.2rem;
  }

  .cyqk ul li .ld-tx h3 {
    margin-bottom: 0.2rem;
  }

  .ldxx {
    margin-top: 0.4rem;
  }

  .ldxx-k {
    padding: .75rem .75rem 2rem;
    box-shadow: 0.07rem 0 0.23rem rgba(91, 113, 163, .35);
  }

  .ldxx-pic img {
    max-width: 1rem;
  }

  .ldxx-k::before {
    top: .25rem;
    bottom: .25rem;
    left: .25rem;
    right: .25rem;
  }

  .ldxx-k::after {
    top: .35rem;
    bottom: .35rem;
    left: .35rem;
    right: .35rem;
  }

  .ldxx-box ul li label {
    width: 1.2rem;
    font-size: .18rem;
  }

  .ldxx-box ul li.end {
    margin-top: 0.3rem;
  }

  .ldxx-box ul li.end button {
    font-size: .18rem;
    width: 100%;
  }

  .ldxx-box ul li.end button+button {
    margin-left: 0;
    margin-top: 0.2rem;
  }

}

@media screen and (max-width:640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .xxld ul>div {
    width: 100%;
  }

  .xxld ul>div li {
    padding: 0.15rem 0;
  }

  .xxld ul>div li>div .xxld-zc,
  .xxld ul>div li>div .xxld-m {
    font-size: 0.2rem;
  }

  .s5-sml {
    margin-top: 0.2rem;
  }

  .s5-sml ul {
    padding: 0 0.5rem;
  }

  .s5-sml .slick-prev,
  .s5-sml .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
  }

  .s5-tit {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width:480px) {
  .banner .bg_img {
    padding-top: 0;
    height: 2rem;
  }

  .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: 45px;
    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%;
    margin-left: 0;
    flex: none;
  }

  .sz-r {}

  .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 a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 60.61%;
    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 .pic {
    width: 1.45rem;
    height: 1.84rem;
  }

  .list-ld ul li h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .sz-con .pic1 {
    width: 100%;
  }

  .sz-con .pic1 img {
    margin: 0 auto;
  }

  .zzjg-box ul {
    margin: 0;
  }

  .zzjg-box ul li {
    width: 100%;
    margin: 0.05rem 0;
  }

  .fk3-r ul {
    margin-top: 1rem;
  }

  .fk2 ul li .fk2-tx {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }

  .fk2 ul li .fk2-tx h3 {
    margin-top: 0.1rem;
  }

  .fk2 ul li .fk2-tx::after {
    bottom: 0.1rem;
  }

  .xxld2 ul>div {
    width: 50%;
  }

  .xxld2 ul>div:nth-child(4) {
    border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  }

  .cyqk ul li a {
    padding: 0.2rem;
  }

  .cyqk ul li .pic {
    width: 1.2rem;
    height: 1.5rem;
  }

  .cyqk-t p {
    font-size: 0.18rem;
  }

  .ldxx-k {
    padding: .75rem .75rem 1rem;
    box-shadow: 0.03rem 0 0.15rem rgba(91, 113, 163, .35);
  }

  .ldxx-box ul li label {
    width: 100%;
    text-align: left;
    line-height: inherit;
  }

  .ldxx-box ul li.tex {
    margin-top: 0.3rem;
  }

  .ldxx-box ul li.tex label {
    margin-bottom: 0.1rem;
  }

  @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;
    }
  }

  .pb_sys_common {
    line-height: 35px !important;
  }