@charset "utf-8";

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 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 0.07rem;
}

.pagination a.active {
  background: #0a4482;
  color: #fff;
  border: 1px solid #0a4482;
}

.pagination a:hover {
  background: #0a4482;
  color: #fff;
  border: 1px solid #0a4482;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1rem;
  min-height: 5rem;
}

.nymain .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 80%;
  z-index: -1;
}

.nymain .leftNav {
  float: left;
  width: 2.6rem;
  position: relative;
  background: #0a4482;
}

.nymain .leftNav>h2 {
  line-height: 1rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  padding: 0 0.25rem 1rem 0.25rem;
  background: #FFFFFF;
  margin-left: 0.15rem;
  margin-bottom: -0.4rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
}

.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 #0a4482;
  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;
  z-index: 1;
  padding: 0.29rem 0.2rem;
  border-top: 1px dashed rgba(1, 63, 143, 0.2);
}

.nymain .leftNav>ul>li:first-child>a {
  border-top: none;
}

/* .nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #0a4482;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before {
  width: 100%;
} */

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.22rem;
  color: #424242;
  line-height: 0.32rem;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li.on:hover>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li:hover>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #014A97;
  font-weight: 600;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.9rem;
  background: url(../images/left-sj1.png) no-repeat center;
  background-size: 0.09rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span,
.nymain .leftNav>ul>li.active>span {
  transform: rotate(90deg);
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  margin-top: -0.2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.15rem;
  line-height: 0.26rem;
  padding: 0.07rem 0.2rem;
  color: #787878;
}

.nymain .leftNav>ul>li>ul>li:hover a,
.nymain .leftNav>ul>li>ul>li.on a {
  color: #014A97;
  font-weight: 600;
}

.media {
  float: left;
  display: block;
  margin-right: 0.3rem;
  margin-top: 0;
}

.media li+li {
  margin-left: 0;
  margin-top: 0.2rem;
}

.media li span {
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateX(0) translateY(-50%);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.15);
}

.media li span:before {
  left: auto;
  right: 100%;
  bottom: auto;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-bottom-color: transparent;
  border-right-color: #fff;
}

.ny-news {
  float: right;
  width: 3.2rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.2rem;
  border: 1px solid #eeeeee;
  margin-left: 0.5rem;
}

.ny-news>h3 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  border-left: 0.04rem solid #e6162d;
  padding-left: 0.2rem;
}

.ny-news ul {
  margin-top: 0.1rem;
}

.ny-news ul li a {
  display: block;
  padding: 0.15rem 0;
  border-top: 1px dashed #eeeeee;
}

.ny-news ul li:first-child a {
  border-top: 0;
}

.ny-news ul li a span {
  color: #e6162d;
  font-size: 12px;
  position: relative;
  padding-left: 0.2rem;
}

.ny-news ul li a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #e6162d;
}

.ny-news ul li a h3 {
  font-size: 0.16rem;
  font-weight: normal;
  margin-top: 0.1rem;
  padding-left: 0.2rem;
}

.ny-right {
  float: left;
  width: calc(100% - 4.7rem);
}

.gg-tit {
  color: #0351a3;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #0a4482;
}

.gg-tit h3 {
  font-size: 0.24rem;
  color: #0a4482;
}

.gg-tit p {
  margin-left: 0.18rem;
  font-size: 0.14rem;
  color: #999999;
}

.position {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  margin-top: 0.2rem;
}

.position h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4482;
  display: flex;
  align-items: center;
}

.position h3::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #D8D8D8;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.position span {
  color: #7C7C7C;
  font-size: 0.16rem;
  vertical-align: middle;
  margin: 0 0.06rem;
}

.position img {
  height: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.16rem;
  color: #7C7C7C;
  vertical-align: middle;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.active {
  color: #0a4482;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  margin-bottom: 0.31rem;
  position: relative;
  z-index: 1;
}

.text-list ul li:first-child {
  margin-top: 0.6rem;
}

.text-list ul li::after {
  content: "";
  position: absolute;
  left: -0.06rem;
  right: 0;
  bottom: -0.06rem;
  height: 80%;
  border-radius: 0.3rem 0px 0px 0px;
  background: #0a4482;
  box-shadow: 0px 0px 0.1rem 0px rgba(145, 159, 184, 0.31);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.24rem 0.4rem 0.34rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0.06rem 0.37rem 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
  font-family: Arial;
}

.text-list ul li a .date p {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 1;
  color: #0a4482;
}

.text-list ul li a .date span {
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #666;
}

.text-list ul li a hr {
  display: block;
  background: none;
  border: none;
  border-left: 1px solid rgba(24, 83, 185, 0.12);
  height: 0.85rem;
  margin: 0 0.2rem;
}

.text-list ul li a .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .list-tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #272727;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.text-list ul li a .list-tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #AEB2B9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.text-list ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.text-list ul li:hover a .list-tx h3 {
  color: #0a4482;
  font-weight: bold;
}

/* 文字列表 */
.list2 {}

.list2 ul li {
  padding: 0.25rem 0;
  border-bottom: 1px dashed #eeeeee;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.list2 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #0a4482;
  transition: all 0.5s;
}

.list2 ul li a {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.list2 ul li .date {
  /*  border-left: 0.03rem solid #0a4482; */
  padding-left: 0.23rem;
  margin-right: 0.34rem;
  font-size: 0.16rem;
  color: #0a4482;
}

.list2 ul li .date b {
  display: block;
  color: #999;
  font-size: .14rem;
  font-weight: normal;
  text-align: center;
}

.list2 ul li .date span {
  display: block;
  font-weight: bold;
  margin-top: 0.05rem;
}

.list2 ul li .tx {
  flex: 1;
  min-width: 0;
}

.list2 ul li .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #000;
}

.list2 ul li .tx p {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
}

.list2 ul li .tx .b {
  margin-top: 0.1rem;
}

.list2 ul li .tx .b span {
  font-size: 0.16rem;
  color: #999;
  display: inline-block;
  margin-right: 0.2rem;
}

.list2 ul li .tx .b span:last-child {
  margin-right: 0;
}

.list2 ul li:hover .tx h3 {
  color: #0a4482;
  font-weight: bold;
}

.list2 ul li:hover::after {
  left: 0;
  width: 100%;
}

/* 内容页 */
.art-main .art-tit h3 {
  color: #333;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.6;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 2 !important;
  margin-bottom: 0.25rem;
}

.art-main .art-body p strong {
  font-weight: bold;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 100% !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 .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}

.art-main .cont-tit p {
  font-size: 0;
  border-top: 1px solid #eeeeee;
  margin-top: 0.2rem;
  padding: 0.1rem 0 0.05rem 0;
}

.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.05rem 0.3rem 0.05rem 0;
}

.art-main .cont-tit p span:last-child {
  margin-right: 0;
}

.art-main .cont-tit p span a:hover {
  color: #0a4482;
  font-weight: 600;
}

.art-info {
  border-top: 1px dashed #eeeeee;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #0a4482;
  font-size: 0.18rem;
  font-weight: bold;
}

.pnext p a {
  color: #333;
  font-weight: normal;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #0a4482;
  font-weight: bold;
}

/* 单篇正文 */
.dpzw-pic {
  padding: 0 0 0.2rem 0.2rem;
  background: url(../images/dpzw-picgg.png) no-repeat left bottom;
  background-size: 36.73% 80%;
}

.art-main .art-body .dpzw-pic img {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

.dpzw-bd {
  background: rgba(255, 255, 255, 0.49);
  padding: 0.3rem 0.5rem;
  margin-top: 0.2rem;
}

.art-main .art-body .dpzw-zs img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0.2rem;
}

/* 中心概况 */
.art-main .dpzw p *,
.art-main .dpzw p {
  font-weight: 400;
  font-size: 0.16rem !important;
  color: #272727;
  text-indent: 0 !important;
}

.art-main .dpzw p b {
  font-weight: 700;
}

.art-main .dpzw .jj-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}

.art-main .dpzw .jj-t img {
  display: block;
  width: 45.22%;
}

.art-main .dpzw .jj-t .jj-tr {
  flex: 1;
  min-width: 0;
  background: #0a4482;
  background: linear-gradient(225deg, transparent 20px, #0a4482 0);
  padding: 0.26rem 0.3rem;
  color: #fff;
  line-height: 0.3rem !important;
  margin-bottom: 0 !important;
  text-indent: 2em !important;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.3rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.img-lists ul li:hover {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 56.25%;
}

.img-lists ul li a>div.info {
  background: #fff;
  padding: 0.12rem 0.1rem;
  font-size: 0;
  text-align: center;
  transition: all 0.5s;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

.img-lists ul li:hover a>div.info {
  background: #0a4482;
}

.img-lists ul li:hover a>div.info p {
  color: #fff;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.list-ld ul li {
  width: 25%;
}

.list-ld ul li:nth-child(4)~li {
  margin-top: 0.48rem;
}

.list-ld ul li a {
  display: block;
  margin: 0 0.2rem;
  background: #fff;
  border: 1px solid #E4E4E4;
  position: relative;
}

.list-ld ul li .sz-pic {
  position: relative;
}

.list-ld ul li .sz-pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.05rem solid transparent;
  z-index: 1;
  transition: all 0.4s;
}

.list-ld ul li .pic {
  padding-top: 141.5%;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.56rem;
  text-align: center;
  letter-spacing: normal;
  transition: all 0.4s;
}

.list-ld ul li:hover a {
  background: #0a4482;
}

.list-ld ul li:hover .sz-pic::after {
  border-color: #0a4482;
}

.list-ld ul li:hover h3 {
  color: #ffffff;
  font-weight: bold;
}

/* 师资内容 */
.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: #0a4482;
  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: #0a4482;
}

.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: #0a4482;
  /* line-height: 0 !important; */
  text-indent: 0;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  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 {
  margin-top: 0.4rem;
}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: transparent;
  transition: all 0.5s;
}

.tw ul li a .picbox {
  width: 2.46rem;
  margin-right: 0.36rem;
  transition: all 0.5s;
}

.tw ul li a .pic {
  padding-top: 56.25%;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
  border-bottom: 1px dashed #eeeeee;
}

.tw ul li a .tx .date {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.1rem;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  transition: all 0.3s;
}

.tw ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.1rem;
}

.tw ul li:hover a .tx h3 {
  font-weight: bold;
  color: #0a4482;
}


@media screen and (max-width: 1024px) {
  .nymain {
    padding-bottom: 0.3rem;
  }

  .nymain .wp .clearfix {
    display: flex;
    flex-direction: column;
  }

  .position {
    margin-bottom: 0.2rem;
  }

  .media {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    order: 3;
  }

  .media li+li {
    margin-left: 0.2rem;
    margin-top: 0;
  }

  .media li a {
    width: 0.4rem;
    height: 0.4rem;
  }

  .media li span {
    top: calc(100% + 0.1rem);
    left: 50%;
    transform: translateX(-50%);
  }

  .media li span:before {
    border-bottom-color: #fff;
    bottom: 100%;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }

  .ny-right {
    width: 100% !important;
    margin-top: 0.3rem;
    order: 1;
  }

  .ny-news {
    margin-left: 0;
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.2rem 0.1rem 0.1rem;
    order: 2;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .list2 ul li {
    padding: 0.2rem 0;
  }

  .list2 ul li .date {
    padding-left: 0.13rem;
    margin-right: 0.24rem;
  }

  .list2 ul li .tx h3 {
    font-size: 0.18rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
  }

  .art-main .art-body {
    padding-top: 0.15rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    margin-bottom: 0.2rem;
  }

  .tw ul li {
    margin-top: 0.2rem;
  }

  .tw ul li a .picbox {
    margin-right: 0.2rem;
  }

  .img-lists ul {
    margin-left: -1%;
    margin-right: -1%;
  }

  .img-lists ul li {
    width: 48%;
    margin: 0.2rem 1% 0 1%;
  }
}

@media screen and (max-width: 480px) {
  .tw ul li a .picbox {
    width: 100%;
    margin-right: 0;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
    padding: 0.1rem 0 0.2rem 0;
  }
}