@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner {
  width: 100%;
  overflow: hidden;
  padding: 1.12rem 0.92rem 0 0.91rem;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.pagination {
  text-align: center;
  font-size: 0;
  padding: 0.4rem 0;
  padding-bottom: 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: #0443A1;
  color: #fff;
  border: 1px solid #0443A1;
}

.pagination a:hover {
  background: #0443A1;
  color: #fff;
  border: 1px solid #0443A1;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-top: 0.38rem;
  padding-bottom: 0.4rem;
  background: url(../images/index-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.nymain .leftNav {
  float: left;
  width: 3rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.9rem;
  font-size: 0.38rem;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: url(../images/left-bg.jpg) no-repeat center;
  background-size: cover;
}

.nymain .leftNav>ul {
  background: linear-gradient(0deg, #F1F3F7 0%, #FCFCFF 100%);
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.nymain .leftNav>ul::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.81rem;
  height: 2.14rem;
  background: url(../images/leftbg.png) no-repeat center;
  background-size: 100% auto;
  z-index: -1;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #0443A1;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding: 0.25rem 0.4rem 0.25rem 0;
}

.nymain .leftNav>ul>li>a::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.26rem;
  width: 0;
  background: linear-gradient(270deg, rgba(13, 79, 165, 0.2) 0%, rgba(13, 79, 165, 0.05) 100%);
  border-radius: 0px 1rem 1rem 0px;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
  width: calc(100% + 0.26rem);
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.33rem;
  background: #0045BF;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.nymain .leftNav>ul>li.on>a {
  font-size: 0.22rem;
  color: #0443A1;
  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: #0443A1;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  font-size: 0.22rem;
  color: #0443A1;
  font-weight: 600;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 0.2rem;
  height: 0.8rem;
  background: url(../images/left-sj1.png) no-repeat center;
  background-size: 0.12rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #0443A1;
  font-weight: 600;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  /* padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0; */
  border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.6rem;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  color: #7E7E7E;
  border-bottom: none;
  position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::after {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0.4rem;
  width: 0.04rem;
  height: 0.04rem;
  background: #BEBEBE;
  border-radius: 50%;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li>ul>li .on {
  color: #0443A1;
  font-weight: 600;
}



.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
  background: #0443A1;
}

.ny-right {
  float: right;
  width: calc(100% - 3.6rem);
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.66rem;
  border-bottom: 1px dashed #BFBFBF;
}

.position>div::after {
  content: '';
  position: absolute;
  bottom: -0.03rem;
  right: -0.06rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
}

.position h3 {
  position: absolute;
  font-size: 0.3rem;
  font-weight: normal;
  color: #2C2C2C;
  text-align: left;
  bottom: 0;
  left: 0;
  padding-left: 0.22rem;
}

.position h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.3rem;
  border-left: 0.05rem solid #0443A1;
  z-index: -1;
}

.position span {
  color: 626262;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  /*height: 0.16rem;*/
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #626262;
  margin: 0 0.1rem;
  vertical-align: middle;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.position-dq {
  color: #0443A1;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  position: relative;
  z-index: 1;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem 0.32rem 0.4rem;
  border-bottom: 1px dashed rgba(4, 67, 160, 0.2);
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
}

.text-list ul li a .date p {
  font-family: Butler-bold;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 1;
  color: #0443A1;
  transition: all 0.5s;
}

.text-list ul li a .date span {
  display: block;
  font-family: Butler-regular;
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.text-list ul li a hr {
  display: block;
  background: none;
  border: none;
  border-left: 1px solid #FFEEEE;
  height: 0.48rem;
  margin: 0 0.4rem;
  transition: all 0.5s;
}

.text-list ul li a .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .list-tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* transition: all 0.5s; */
}

.text-list ul li a .list-tx p {
  font-size: 0.15rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #8D8D8D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.07rem;
  transition: all 0.5s;
}

.text-list ul li:hover a {
  background: url(../images/list-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.text-list ul li:hover a .date p,
.text-list ul li:hover a .date span {
  color: #fff;
}

.text-list ul li:hover a hr {
  border-left-color: rgba(255, 229, 229, 0.17);
}

.text-list ul li:hover a .list-tx h3 {
  color: #fff;
  font-weight: bold;
}

.text-list ul li:hover a .list-tx p {
  color: #D6EBFF;
}

/* 文字列表 */
.list2 {
  margin-top: 0.2rem;
}

.list2 ul li {
  line-height: 0.8rem;
  font-size: 0.2rem;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.list2 ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #0443A1;
  transition: all 0.5s;
}

.list2 ul li em {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #9E9E9E;

  background-size: 0.16rem auto;
  padding-left: 0.26rem;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.list2 ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.list2 ul li:hover span {
  color: #0443A1;
  background: url() no-repeat left center;
  background-size: 0.16rem auto;
}

.list2 ul li:hover {
  left: 0.05rem;
}

.list2 ul li:hover::after {
  width: 100%;
}


/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.36rem;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: Arial !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  margin-bottom: 0.3rem;
  word-break: break-all;
}

.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 div.fbt {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 0.24rem;
  padding: 0.08rem 0.1rem;
}

.art-main .cont-tit div.fbt img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit div.fbt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #666;
  margin: 0.05rem 0.15rem;
}

.art-main .cont-tit div.fbt span a:hover {
  color: #0443A1;
  font-weight: 600;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  display: block;
}

.pnext p+p {
  margin-top: 0.05rem;
}

.pnext p a {
  font-weight: normal;
  color: #666;
}

.pnext p:hover {
  color: #0443A1;
}

.pnext p:hover a {
  color: #0443A1;
}

/* 单篇正文 */
.dpzw-pic {
  padding: 0 0 0.2rem 0.2rem;

  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: #0443A1;
  background: linear-gradient(225deg, transparent 20px, #0443A1 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.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 0.1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>div.info {
  padding: 0.15rem 0.1rem;
  font-size: 0;
}

.img-lists ul li a>div.info p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.img-lists ul li:hover a>div.info {
  background: #fff;
}

.img-lists ul li:hover a>div.info p {
  color: #0443A1;
}

/*领导*/
.zs1 {
  background: #F1F7FF;
  margin-top: 0.5rem;
  padding: 0.2rem;
}

.zs1 ul {
  display: flex;
  flex-wrap: wrap;
}

.zs1 ul+ul {
  margin-top: 0.2rem;
}

.zs1 ul .l {
  width: 0.6rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin: 0.05rem 0;
}

.zs1 ul .r {
  flex: 1;
  min-width: 0;
}

.zs1 ul .r span {
  display: inline-block;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  margin: 0.05rem 0.2rem 0.05rem 0;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.5s;
}

.zs1 ul .r span.on {
  color: #fff;
  border-radius: 0.08rem;
  background: #0443A1;
}

.zs1 ul .r span.on a {
  color: #fff;
}

.list-ld {
  overflow: hidden;
}

.list-ld .k {
  margin-top: 0.6rem;
}

.list-ld .k>h3 {
  font-size: 0.24rem;
  padding: 0.1rem 0.2rem;
  background: linear-gradient(255deg, transparent 15px, #0443A1 0);
  color: #fff;
  border-left: 0.08rem solid #F0A85B;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48%;
  margin-top: 0.4rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.03);
  background: linear-gradient(0deg, #F1F7FF 0%, rgba(255, 255, 255, 0) 100%);
}

.list-ld ul li .sz-pic {
  width: 2.4rem;
}

.list-ld ul li .pic {
  padding-top: 132.08%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  border: 1px solid transparent;
  border-left: none;
  padding: 0.3rem;
  transition: all 0.4s;
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 0.16rem;
}

.list-ld ul li h3 span {
  font-weight: normal;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  transition: all 0.4s;
}

.list-ld ul li p:nth-of-type(2) {
  max-height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.list-ld ul li .xq {
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.1rem;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #000;
  padding-right: 0.47rem;

  background-size: 0.37rem auto;
  opacity: 0.32;
  transition: all 0.4s;
}


.list-ld ul li:hover p {}

.list-ld ul li:hover .sz-tx {
  border-color: #0443A1;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li .xq span {
  opacity: 1;
}


.ldy {
  width: 48%;
  float: left;
}

.ldy2 {
  float: right;
}

.ldy ul li {
  width: 100%;
}


/* 领导机构 */
.ldjg {}

.ldjg-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ldjg-t ul li {
  width: 50%;
}

.ldjg-t ul li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.ldjg-t ul li .tit {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #0443A1;
  width: 2.5rem;
  padding-left: 0.3rem;
  border-left: 0.02rem solid #0443A1;
  margin-right: 0.4rem;
}

.ldjg-t ul li .ldjg-bd {
  flex: 1;
  min-width: 0;
}

.ldjg-t ul li .ldjg-bd a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #111;
  transition: all 0.3s;
}

.ldjg-t ul li .ldjg-bd a:hover {
  color: #0443A1;
}


/* 师资内容 */
.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: #0443A1;
  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: #0443A1;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;

  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-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: #0443A1;
  /* 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 {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.35rem 0;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.tw ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #0443A1;
  transition: all 0.5s;
}

.tw ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.09rem;
  width: 0.17rem;
  height: 0.18rem;
  background: url(../images/more1.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 3.38rem;
  height: 2rem;
  padding-top: 0;
  margin-right: 0.44rem;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
}

.tw ul li a .tx .date {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #0443A1;
  position: relative;
  z-index: 1;
  margin-top: 0.27rem;
  transition: all 0.5s;
}

.tw ul li a .tx .date::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.19rem;
  height: 0.14rem;
  background: url(../images/tw-jt.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #000;
}

.tw ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.44rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  color: #999;
}

.tw ul li:hover a::before {
  left: 0;
  width: 100%;
}

@keyframes move1 {
  0% {
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    left: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.tw ul li:hover a::after {
  animation: move1 0.5s ease-out forwards;
}

.tw ul li:hover a .tx h3 {
  color: #0443A1;
  font-weight: bold;
}

.tw ul li:hover a .tx p {
  color: #333333;
}

/* 组织机构 */
.jgsz {
  max-width: 8.5rem;
  margin: 0 auto;
}

.jgsz-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}

.jgsz-t h3 {
  width: 3.2rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #0443A1;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.jgsz-t h4 a {
  display: block;
  width: 3.2rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #E8F3FE;
  color: #0443A1;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.jgsz-t hr {
  background: none;
  border: 0;
  height: 0.5rem;
  border-left: 1px solid #CECECE;
}


.jgsz-d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  margin-top: 0;
  padding-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.jgsz-d::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.05rem;
  right: 1.05rem;
  border-top: 1px solid #CECECE;
}

.jgsz-d h4 {
  /* margin: 0 0.55rem; */
}

.jgsz-d h4 a {
  display: block;
  width: 2.1rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #E8F3FE;
  color: #0443A1;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.jgsz-d h4 a::before {
  content: '';
  position: absolute;
  top: -110%;
  left: 50%;
  height: 0.6rem;
  border-left: 1px solid #CECECE;
}


/* 岗位职责 */
.gwzz {}

.gw-tit {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #0443A1;
  padding: 0.2rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.gwzz p {
  font-size: 0.16rem;
  line-height: 0.4rem !important;
  color: #242424;
  margin-top: 0.3rem;
}

.gwzz p b {
  font-weight: 700;
}

.gwzz p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* 组织机构 */
.zzjg {
  border-left: 0.02rem solid #0443A1;
  padding-left: 0.3rem;
  margin-top: 0.9rem;
}

.zzjg h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #0443A1;
  margin-bottom: 0.22rem;
}

.zzjg ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.zzjg ul li {
  width: 48%;
  position: relative;
  z-index: 1;
  line-height: 0.34rem;
  font-size: 0.2rem;
  color: #111111;
  transition: all 0.5s;
}

.zzjg ul li::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: -0.05rem;
  right: 0.05rem;
  height: 0;
  border-radius: 0.3rem 0px 0px 0px;
  background: #0443A1;
  z-index: -1;
  transition: all 0.5s;
}

.zzjg ul li div {
  padding: 0.13rem 0;
  transition: all 0.5s;
}

.zzjg ul li a {
  display: inline-block;
  color: #111111;
  transition: all 0.5s;
}

.zzjg ul li:hover div {
  padding: 0.13rem 0.2rem;
  background: #f5f5f5;
}

.zzjg ul li:hover::before {
  height: 90%;
}

.zzjg ul li a:hover {
  font-weight: 600;
  color: #0443A1;
}

/* 综合页 */
.zhy {}

.zhy h4 {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.32rem;

  background-size: 0.28rem auto;
  padding-left: 0.4rem;
}

.zhy1>h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.46rem;
  margin-top: 0.3rem;
}

.zhy1 .box {
  margin-top: 0.37rem;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
  overflow: hidden;
}

.zhy1 .box .l {
  width: 42.96%;
  margin-right: 0.3rem;
  float: left;
}

.zhy1 .box .l img {
  display: block;
  width: 100%;
}

.zhy1 .box .r {
  flex: 1;
  flex-shrink: 0;
}

.zhy1 h4 {
  margin-bottom: 0.25rem;
  display: inline-block;
}

.zhy1 p {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.zhy2 {
  margin-top: 0.37rem;
}

.zhy2 .box .t {
  background: linear-gradient(270deg, #FFFFFF 0%, #DEEBFC 100%);
  padding: 0.05rem 0.2rem;
  margin-top: 0.33rem;
  margin-bottom: 0.25rem;
}

.zhy2 .box .t span {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #0443A1;
}

.zhy2 .box1 .b ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zhy2 .box1 .b ul li a .pic {
  width: 1.51rem;
  padding-top: 0;
  height: 1.8rem;
  background: #E2EEFC;
  margin-right: 0.32rem;
}

.zhy2 .box1 .b ul li a .tx {
  flex: 1;
  flex-shrink: 0;
  padding-top: 0.15rem;
}

.zhy2 .box1 .b ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
}

.zhy2 .box1 .b ul li a .tx p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #999999;
  margin-top: 0.26rem;
}

.zhy2 .box2 .b {
  overflow: hidden;
}

.zhy2 .box2 .b ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}

.zhy2 .box2 .b ul li {
  width: 14.28%;
  margin-bottom: 0.2rem;
}

.zhy2 .box2 .b ul li a {
  display: block;
  margin: 0 0.13rem;
}

.zhy2 .box2 .b ul li a .pic {
  background: #E2EEFC;
  padding-top: 119.2%;
}

.zhy2 .box2 .b ul li a .tx {
  padding-top: 0.14rem;
}

.zhy2 .box2 .b ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
}

.zhy2 .box2 .b ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  margin-top: 0.03rem;
}

.zhy3 {
  margin-top: 0.45rem;
}

.zhy3 .box {}

.zhy3 .box p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
}


.zhy3 .box table {
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.zhy3 .box table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.zhy3 .box table td p {
  text-indent: 0em !important;
  margin-bottom: 0px;
  margin-top: 0 !important;
}

/* 简介页 */
.jjbox p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.jjbox {
  padding-top: 0.6rem;
  overflow: hidden;
}

.jj1 {
  float: left;
}

.jj1 .tx {
  flex: 1;
  min-width: 0;
}

.jjbox>h3 img {
  display: block;
  width: 3.8rem;
  max-width: 100%;
}

.jj1 .picbox {
  width: 6.2rem;
  margin-right: 0.56rem;
}

.jj1 .picbox img {
  display: block;
  max-width: 100%;
}

.jj1 .picbox img+img {
  margin-top: 0.1rem;
}

/* 师资团队 */
.sztd {}

.sz-k {
  margin-top: 0.47rem;
}

.sz-k>h3 {
  background: url(../images/sz-zs.png) no-repeat left 0.035rem;
  background-size: 0.23rem auto;
  padding-left: 0.43rem;
}

.sz-k>h3>span {
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0443A1;
}

.sz-k ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CEE0F3;
  padding: 0 0.15rem 0.3rem 0.15rem;
  margin-top: 0.28rem;
}

.sz-k ul li {
  width: 20%;
  margin-top: 0.3rem;
}

.sz-k ul li a {
  display: block;
  overflow: hidden;
  margin: 0 0.15rem;
}

.sz-k ul li a .pic {
  padding-top: 139.47%;
}

.sz-k ul li a .tx {
  padding: 0.2rem 0 0 0;
  text-align: center;
}

.sz-k ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: bold;
  color: #2c2c2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
}

.sz-k ul li a .tx h4 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.sz-k ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.sz-k ul li:hover a .tx h3 {
  color: #145BA8;
}

/* 师资建设 */
.xsjsbox {
  background: rgba(29, 88, 175, 0.03);
  border: 1px solid #E4E4E4;
  padding: 0.48rem 0.71rem 0.56rem 0.52rem;
}


.sel {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.sy4 .sel {
  flex: 1 1 0px;
  min-width: 0;
  -ms-flex-preferred-size: auto;
}

.sel.active {
  z-index: 2;
}

.jssy .k3box .sel+.sel::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.25rem;
  border-left: 1px solid rgba(216, 216, 216, 0.2);
}

.sel .form-control {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  background-color: transparent;
  background-image: url(../images/sel-down.png);
  background-repeat: no-repeat;
  background-size: 0.18rem auto;
  background-position: calc(100% - 0.2rem) center;
  padding-right: 0.4rem;
  border: 1px solid #C1D4E4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.sel .form-control::placeholder {
  color: #666;
}

.sel .form-control2 {
  width: 3.4rem;
  max-width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  background-color: transparent;
  padding-right: 0.2rem;
  border: 1px solid rgba(6, 54, 139, 0.1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sel .form-control2::placeholder {
  color: #666666;
}

.sel .sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0.1rem 0;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.1);
  z-index: 2;
  display: none;
}

.sel .sub>ul {
  display: block;
  max-height: 3rem;
  overflow-y: auto;
}

.sel .sub>ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.sel .sub>ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.sel .sub>ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2946AC;
}

.sel .sub>ul>li {
  font-size: 14px;
  padding: 10px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  height: auto;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.5s;
}

.sel .sub>ul>li:hover {
  color: #fff;
  background: #1D58AF;
}

.xsjs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xsjs+.xsjs {
  margin-top: 0.1rem;
}

.selbox {
  width: 48%;
  display: flex;
}

.xsjs h3 {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.33rem;
  color: #1D58AF;
  margin-right: 0.2rem;
  width: 1.5rem;
}

.xsjs ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.xsjs.zm ul li {
  font-size: 0.15rem;
  min-width: 0.23rem;
  height: 0.23rem;
  line-height: 0.23rem;
  border-radius: 0.2rem;
  padding: 0 0.05rem;
  text-align: center;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  transition: all 0.5s;
  color: #666;
}

/* .xsjsbox .xsjs.zm ul li {
  width: calc(33.33% - 0.2rem);
  text-align: left;
  height: auto;
} */

.xsjs.zm ul li:first-child {
  border-radius: 50%;
  padding: 0;
}

.xsjs.zm:nth-child(3) ul {
  padding-left: 0.43rem;
}

.xsjs.zm:nth-child(3) ul li {
  width: calc(33.333% - 0.2rem);
  text-align: left;
  height: auto;
}

.xsjs.zm:nth-child(3) ul li:first-child {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 0.23rem;
}

.xsjs.zm ul li.on {
  background: #2946AC;
  color: #fff;
}

.xsjs.zm2 ul li {
  min-width: inherit;
  width: 0.23rem;
  border-radius: 50%;
  padding: 0;
}

.xsjs .ss {
  display: block;
  width: 1.16rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  background: #1D58AF;
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  margin-left: 1rem;
  transition: all 0.5s;
}

.xsjs .ss:hover {
  background: #174589;
}

.szjs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.szjs ul li {
  width: 47%;
  margin-top: 0.45rem;
}

.szjs ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #C0C0C0;
  padding: 0.15rem;
  background: url(../images/sz-bg.png) no-repeat left center;
  background-size: auto 100%;
}

.szjs ul li a .pic {
  width: 2.38rem;
  padding-top: 0;
  height: 3.07rem;
}

.szjs ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.36rem;
}

.szjs ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #07378D;
}

.szjs ul li a .tx .con {
  margin-top: 0.24rem;
}

.szjs ul li a .tx .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #9E9E9E;
}

.szjs ul li a .tx .tx-b {
  position: relative;
  border-top: 1px solid #D8D8D8;
  padding-top: 0.24rem;
  margin-top: 0.24rem;
}

.szjs ul li a .tx .tx-b::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0.2rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/sz-jt.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.szjs ul li:hover a .tx .tx-b::after {
  right: 0;
}

.szjs ul li a .tx .tx-b span {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  letter-spacing: normal;
  color: #666666;
}

/* 6.2组织机构 */
.xxzzjg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xxzzjg>div {
  width: 48.5%;
  display: flex;
  flex-direction: column;
}

.xxzzjg .sz-k ul {
  justify-content: space-between;
  flex: 1;
  align-content: flex-start;
  padding: 0.2rem;
}

.xxzzjg .sz-k ul li {
  width: 100%;
  margin-top: 0;
}

.xxzzjg .sz-k ul li a {
  padding: 0.1rem 0;
}

.xxzzjg .sz-k ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.22rem;
}

.xxzzjg .sz-k ul li a h3::after {
  content: '';
  position: absolute;
  top: 0.12rem;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #1D58AF;
}

/* 院长寄语 */
.d-desc2 {
  overflow: hidden;
  margin-top: 0.3rem;
}

.d-desc2 .pic1 {
  margin-right: 0.52rem;
  padding: 0.14rem 0 0 0.14rem;
  float: left;
  width: 3.2rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.d-desc2 .pic1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0.14rem;
  bottom: 0.14rem;
  background-color: #c5c5c5;
  z-index: -1
}

.d-desc2 .pic1 img {
  display: block;
  width: 100%
}

.d-desc2 .txt {
  padding: 0.54rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.89;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.d-desc2 .txt:after,
.d-desc2 .txt:before {
  content: '';
  position: absolute;
  width: 0.98rem;
  height: 0.86rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1
}

.d-desc2 .txt:before {
  left: 0.1rem;
  top: 0;
  background-image: url(../images/d-yh1.png)
}

.d-desc2 .txt:after {
  right: 0;
  bottom: 1rem;
  background-image: url(../images/d-yh2.png)
}

/* 学院领导 */
.d-ldU1 li+li {
  border-top: 1px dashed rgba(141, 141, 141, .3)
}

.d-ldU1 .inner {
  padding: 0.4rem 0 0.48rem;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start
}

.d-ldU1 .picbox {
  width: 1.94rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.d-ldU1 .picbox:after {
  content: '';
  position: absolute;
  right: -0.08rem;
  bottom: -0.08rem;
  width: 0.64rem;
  height: 0.6rem;
  background: url(../images/d-circle1.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.d-ldU1 .pic {
  padding-top: 139.69%;
}

.d-ldU1 .text {
  width: calc(100% - 1.94rem);
  flex-shrink: 0
}

.d-ldU1 .hd {
  display: -webkit-flex;
  display: flex
}

.d-ldU1 .hd .hd-in {
  padding: 0 0.1rem 0 0.48rem;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end
}

.d-ldU1 .hd .hd-in:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0.06rem;
  height: 1px;
  background-color: #d8d8d8;
  z-index: -1
}

.d-ldU1 .hd .hd-in:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  margin-bottom: -0.03rem
}

.d-ldU1 .hd .name {
  padding-bottom: 0.18rem;
  font-size: 0.28rem;
  color: #2c2c2c;
  font-weight: 700;
  line-height: 1.36;
  position: relative
}

.d-ldU1 .hd .name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 0.02rem;
  background-color: #b01709
}

.d-ldU1 .hd .job {
  padding: 0.06rem 0 0.18rem;
  margin-left: 0.3rem;
  font-size: 0.18rem;
  color: grey;
  line-height: 1.5
}

.d-ldU1 .txt {
  margin-top: 0.26rem;
  padding-left: 0.48rem;
  font-size: 0.18rem;
  color: grey;
  line-height: 1.56
}

.d-ldU1 .info {
  margin-top: 0.24rem;
  padding-left: 0.48rem;
  font-size: 0.18rem;
  color: grey;
  line-height: 1.56;
  word-break: break-all
}

.d-ldU1 .info .item {
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.d-ldU1 .info .icon {
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0;
  text-align: center;
  flex-shrink: 0
}

.d-ldU1 .info .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.d-ldU1 .info span {
  padding-left: 0.12rem;
  flex-grow: 1
}

.d-ldU1 .inner:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

/* 历史沿革 */
.d-his1 {
  padding-top: 1.04rem;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}

.d-his1 .his-logo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.d-his1 .his-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.d-his1 .line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0.06rem;
  width: 0.01rem;
  background-color: #0848a7;
  z-index: -1
}

.d-his1 .line .circle2 {
  position: absolute;
  left: 50%;
  bottom: -0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  border: 0.01rem solid #0848a7;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.d-his1 .list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.d-his1 .item {
  width: 50%;
  position: relative
}

.d-his1 .item .circle {
  position: absolute;
  top: 0.67rem;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #0848a7;
  border-radius: 50%;
  z-index: 2
}

.d-his1 .item .circle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  background-color: rgba(8, 72, 167, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.d-his1 .item .year {
  font-size: 0.46rem;
  color: #b01709;
  line-height: 1.43;
  position: relative;
  font-family: SourceHanSerifCN-Bold;
  display: -webkit-flex;
  display: flex
}

.d-his1 .item .year span {
  padding-bottom: 0.06rem;
  position: relative
}

.d-his1 .item .year span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  right: 0;
  height: 0.02rem;
  background-color: #0848a7
}

.d-his1 .item .year:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 82.17%;
  height: 0.01rem;
  background-color: #d8d8d8
}

.d-his1 .item .year:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0.06rem;
  height: 0.06rem;
  border: 0.01rem solid #d8d8d8;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%)
}

.d-his1 .item .txt {
  margin-top: 0.18rem;
  font-size: 0.18rem;
  color: #2c2c2c;
  line-height: 1.67;
  min-height: 3.34em
}

.d-his1 .item:nth-child(odd) {
  margin-bottom: 0.8rem;
  margin-top: -0.5rem;
  text-align: right
}

.d-his1 .item:nth-child(odd) .circle {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%)
}

.d-his1 .item:nth-child(odd) .year {
  padding-right: 0.42rem;
  justify-content: flex-end
}

.d-his1 .item:nth-child(odd) .year:before {
  right: 0
}

.d-his1 .item:nth-child(odd) .year:after {
  right: 82.17%
}

.d-his1 .item:nth-child(odd) .txt {
  padding-right: 0.4rem
}

.d-his1 .item:nth-child(even) {
  margin-top: 0.5rem;
  text-align: left
}

.d-his1 .item:nth-child(even) .circle {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.d-his1 .item:nth-child(even) .year {
  padding-left: 42px;
  justify-content: flex-start
}

.d-his1 .item:nth-child(even) .year:before {
  left: 0
}

.d-his1 .item:nth-child(even) .year:after {
  left: 82.17%
}

.d-his1 .item:nth-child(even) .txt {
  padding-left: 0.4rem
}

/* 国际项目 */
.gjxm {
  margin-top: 1rem;
}

.gjxm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gjxm ul li {
  width: 47.58%;
}

.gjxm ul li a {
  display: block;
  position: relative;
}

.gjxm ul li a .pic {
  padding-top: 45.85%;
}

.gjxm ul li a .tx {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.65rem;
}

.gjxm ul li a h3 {
  font-family: Arial;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.gjxm ul li a .x {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.gjxm ul li a .x img {
  width: 1.96rem;
}

@keyframes ani_right {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  50% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    opacity: .9
  }

  100% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: .4
  }
}

.gjxm ul li a .x i {
  display: block;
  width: 17px;
  height: 18px;
  background: url(../images/d-btn-bg3.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 7px;
  opacity: .8;
}

.gjxm ul li:hover a .x i {
  animation: 2s linear infinite ani_right;
  -webkit-animation: 2s linear infinite ani_right;
}

/* 教育招生 */
.jyzs {}

.jyzs ul {}

.jyzs ul li {
  margin-top: 0.7rem;
  margin-bottom: 0.1rem;
}

.jyzs ul li a {
  display: flex;
  align-items: center;
}

.jyzs ul li a .picbox {
  width: 4.55rem;
  margin-right: 0.45rem;
}

.jyzs ul li a .pic {
  padding-top: 66.37%;
}

.jyzs ul li a .tx {
  flex: 1;
  min-width: 0;
}

.jyzs ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #4D4D4D;
  position: relative;
  width: 5rem;
}

.jyzs ul li a .tx p:before {
  content: '';
  display: block;
  width: 0.37rem;
  border-bottom: 0.06rem solid #0145BC;
  margin-bottom: 0.4rem;
}

.jyzs ul li a .tx .x {
  display: flex;
  align-items: center;
  margin: 0.2rem 0 0.25rem 0;
}

.jyzs ul li a .tx .x img {
  display: block;
  width: 0.77rem;
}

.jyzs ul li a .tx .x i {
  display: block;
  width: 0.17rem;
  height: 0.18rem;
  background: url(../images/more2.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: .8;
  margin-left: 0.06rem;
}

.jyzs ul li:hover a .tx .x i {
  animation: 2s linear infinite ani_right;
  -webkit-animation: 2s linear infinite ani_right;
}

.jyzs ul li a .tx h3 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0145BC;
}

.jyzs ul li:nth-child(even) a .picbox {
  order: 2;
  margin-right: 0;
  margin-left: 0.45rem;
}

.jyzs ul li:nth-child(even) a .tx {
  order: 1;
}

.jyzs ul li:nth-child(even) a .tx p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: calc(100% - 5rem);
}

.jyzs ul li:nth-child(even) a .tx .x {
  justify-content: flex-end;
}

.jyzs ul li:nth-child(even) a .tx h3 {
  text-align: right;
}

/*  */
.organ {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.organ>div {
  width: 48%;
}

.organ>div .sz-k {
  padding: 0.4rem;
}

.organ>div .sz-k h3 {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #1D1D1D;
}

.organ>div .sz-k hr {
  display: inline-block;
  background: none;
  width: 0.3rem;
  border-bottom: 0.04rem solid #0145BC;
  margin: 0.15rem 0;
}

.organ>div .sz-k ul {
  border: 0;
  padding: 0;
  display: block;
  margin-top: 0;
}

.organ>div .sz-k ul li {
  width: auto;
  margin-top: 0;
}

.organ>div .sz-k ul li a {
  display: block;
  margin: 0;
  font-family: MiSans;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #46669F;
}

.organ .l .sz-k:first-child {
  background: #F0F6FF;
}

.organ .l .sz-k:nth-child(2) {
  background: #FDFAEE;
  margin-top: 0.4rem;
  padding-bottom: 1.73rem;
}

.organ .l .sz-k:nth-child(2) .con+.con {
  margin-top: 0.4rem;
}

.organ .r .sz-k {
  background: #FBF4FF;
}

.organ .r .sz-k h4 {
  font-family: MiSans;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #0145BC;
  margin: 0.15rem 0;
}

/* 研究机构 */
.d-title3 {
  padding-top: 0.14rem;
  margin-bottom: 0.42rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.d-title3 .tit {
  position: relative;
  z-index: 1
}

.d-title3 .tit .cn {
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #2c2c2c;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.d-title3 .tit .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.78rem;
  height: 0.69rem;
  background: url(../images/d-tit-bg4.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1
}

.m-researchl {
  padding-top: 0.2rem;
}

.m-researchl .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.56rem;
}

.m-researchl .item:last-child {
  margin-bottom: 0;
}

.m-researchl .item .box {
  width: 48.5%;
}

.m-researchl .item:nth-child(2) .box {
  width: 100%;
}

.m-researchl .item .con {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px #E3ECFB;
  -moz-box-shadow: 0px 4px 10px 0px #E3ECFB;
  -ms-box-shadow: 0px 4px 10px 0px #E3ECFB;
  -o-box-shadow: 0px 4px 10px 0px #E3ECFB;
  box-shadow: 0px 4px 10px 0px #E3ECFB;
  overflow: hidden;
  padding: 0.2rem 0 0.38rem;
}

.m-researchl .item .con .tit {
  padding: 0 0.42rem;
  position: relative;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #0848A7;
  margin-bottom: 0.14rem;
}

.m-researchl .item .con .tit:after {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.24rem;
  background: #0848A7;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ul-listl1 {
  overflow: hidden;
  padding: 0 0.42rem;
}

.ul-listl1 li {
  margin-bottom: 0.1rem;
}

.ul-listl1 li:last-child {
  margin-bottom: 0;
}

.ul-listl1 .v1 {
  display: block;
  font-size: 0.2rem;
  line-height: 1.5em;
  color: #2C2C2C;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ul-listl1 .v1:hover {
  color: #0848A7;
}

.ul-listl1.w3 li {
  width: 33.33%;
  float: left;
  padding-right: 0.1rem;
}

/* 学院校训 */
.xyxx {}

.xyxx ul {}

.xyxx ul li {
  margin-top: 0.64rem;
}

.xyxx ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0.1rem;
}

.xyxx ul li a::before {
  content: "";
  position: absolute;
  top: 0.33rem;
  right: 0.13rem;
  bottom: 0;
  left: 0;
  background: url(../images/xyxx-libg.jpg) no-repeat left center / cover;
  z-index: -1;
}

.xyxx ul li a .picbox {
  width: 5.56rem;
}

.xyxx ul li a .pic {
  padding-top: 76.07%;
  box-shadow: 0px 0.04rem 0.19rem 0px rgba(6, 39, 90, 0.3);
}

.xyxx ul li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0 0.6rem;
}

.xyxx ul li a .tx h3 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.6rem;
  letter-spacing: normal;
  color: #0243A6;
}

.xyxx ul li a .tx p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #3D3D3D;
  margin-top: 0.36rem;
}

.xyxx ul li:nth-child(odd) a .picbox {
  order: 2;
}

.xyxx ul li:nth-child(odd) a .tx {
  order: 1;
}

.xyxx ul li:nth-child(even) a::before {
  left: 0.13rem;
  right: 0;
  background-image: url(../images/xyxx-libg2.jpg);
}

/* 学系设置 */
.ul-listl2 {
  overflow: hidden;
  margin: 0.5rem -0.29rem 0;
}

.ul-listl2 li {
  width: 50%;
  float: left;
  padding: 0 0.29rem;
  margin-bottom: 0.45rem;
}

.ul-listl2 .con {
  display: block;
  position: relative;
}

.ul-listl2 .con:after {
  content: "";
  position: absolute;
  top: 0.09rem;
  left: -0.08rem;
  bottom: -0.09rem;
  right: 0;
  background: #D9B45D;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}

.ul-listl2 .con .box {
  background: #E4EDFC;
  padding: 0.35rem 0.31rem 0.58rem 0.3rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ul-listl2 .con .tit {
  font-size: 0.22rem;
  line-height: 1.181em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #414141;
  margin-bottom: 0.23rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ul-listl2 .con .tit i {
  display: inline-block;
  vertical-align: middle;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/iconl1.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.06rem;
  margin-top: -0.02rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ul-listl2 .con .desc {
  font-size: 0.16rem;
  line-height: 1.75em;
  color: #808080;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ul-listl2 .con .more {
  position: absolute;
  right: 0.31rem;
  bottom: 0.29rem;
  font-size: 0.18rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #FFFFFF;
  overflow: hidden;
  background: url(../images/bgl1.png) bottom center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 0.83rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ul-listl2 .con:hover:after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.ul-listl2 .con:hover .box {
  background: #0848a7 url(../images/bgl2.jpg) right center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  margin-right: -0.08rem;
}

.ul-listl2 .con:hover .tit {
  color: #fff;
}

.ul-listl2 .con:hover .tit i {
  background-image: url(../images/iconl1-1.png);
}

.ul-listl2 .con:hover .desc {
  color: #fff;
}

.ul-listl2 .con:hover .more {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1300px) {
  .art-main .dpzw .jj-t img {
    width: auto;
  }

  .art-main .dpzw .jj-t .jj-tr {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    padding: 0;
  }

  .nymain {
    padding-top: 0.4rem;
    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;
  }

  .ny-right {
    width: calc(100% - 3.4rem);
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .pagination {
    padding-top: 0.2rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    display: block;
    padding-top: 0.3rem;
  }

  .list-ld ul li .sz-tx {
    border: 1px solid transparent !important;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .list-ld ul li .xq {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .text-list ul li a .date p {
    font-size: 0.3rem;
  }

  .text-list ul li a .date span {
    font-size: 0.16rem;
  }

  .list2 {
    margin-top: 0.2rem;
  }

  .list2 ul li {
    font-size: 0.18rem;
  }

  .list2 ul li em {
    font-size: 0.16rem;
    background-size: 0.14rem auto;
    padding-left: 0.24rem;
  }

  .tw ul li a,
  .tw ul li:hover a {
    padding: 0.2rem 0;
  }

  .dpzw-pic {
    padding: 0 0 0.1rem 0.1rem;
  }

  .dpzw-bd {
    padding: 0.2rem;
  }

  .ldjg-t ul li {
    width: 100%;
  }

  .ldjg-t ul li {
    padding: 0.2rem 0;
  }

  .ldjg-t ul li .tit,
  .ldjg-t ul li .ldjg-bd a {
    font-size: 0.18rem;
  }

  .ldjg-t ul li .tit {
    width: 2rem;
  }

  .zzjg {
    padding-left: 0.2rem;
    margin-top: 0.4rem;
  }

  .zzjg h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .zzjg ul li {
    width: 100%;
    font-size: 0.18rem;
  }

  .sz-ty {
    padding-left: 0.5rem;
  }

  .zs1 {
    margin-top: 0.2rem;
  }

  .list-ld .k {
    margin-top: 0.3rem;
  }

  .zhy1>h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .zhy1 .box {
    margin-top: 0.2rem;
  }

  .zhy1 .box .r {
    flex: none;
    width: 100%;
    order: 1;
    margin-top: 0.2rem;
  }

  .zhy1 .box .l {
    width: 100%;
    order: 2;
    margin-right: 0;
    /* margin-top: 0.2rem; */
    float: none;
  }

  .zhy h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    background-size: 0.24rem auto;
    padding-left: 0.34rem;
  }

  .zhy1 h4 {
    margin-bottom: 0.2rem;
  }

  .zhy2 {
    margin-top: 0.3rem;
  }

  .zhy2 .box2 .b ul li {
    width: 24.28%;
  }

  .zhy2 .box1 .b ul li a .tx h3,
  .zhy2 .box2 .b ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .zhy2 .box1 .b ul li a .tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .zhy3 {
    margin-top: 0.1rem;
  }

  .jjbox {
    padding-top: 0.4rem;
  }

  .jj1 {
    float: none;
  }

  .jj1 .picbox {
    width: 6.2rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }

  .jjbox>h3 img {
    margin: 0 auto;
  }

  .jj1 .tx {
    flex: none;
    width: 100%;
  }

  .sz-k ul li a .tx h3,
  .sz-k>h3>span {
    font-size: 0.2rem;
  }

  .sz-k ul li a .tx h4 {
    font-size: 0.18rem;
  }

  .sz-k ul li a .tx p {
    font-size: 0.16rem;
  }

  .xsjsbox {
    padding: 0.2rem;
  }

  .xsjs .ss {
    margin-left: 0.2rem;
  }

  .szjs ul li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .d-desc2 .pic1 {
    width: 2.2rem;
    margin-right: 0.3rem;
  }

  .d-his1 .item .year {
    font-size: 0.26rem;
  }

  .d-his1 .item .txt {
    font-size: 0.16rem;
  }

  .gjxm {
    margin-top: 0.3rem;
  }

  .gjxm ul li a h3 {
    font-size: 0.26rem;
  }

  .gjxm ul li a .x {
    margin-top: 0.15rem;
  }

  .gjxm ul li a .x img {
    width: 1rem;
  }

  .jyzs ul li {
    margin-top: 0.2rem;
  }

  .jyzs ul li a .tx h3 {
    font-size: 0.3rem;
  }

  .xyxx ul li a .picbox {
    width: 3.56rem;
  }

  .xyxx ul li a .tx {
    padding: 0 0.2rem;
  }

  .xyxx ul li a .tx h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .xyxx ul li a .tx p {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .xyxx ul li a::before {
    top: 0.2rem;
  }

  .xyxx ul li {
    margin-top: 0.3rem;
  }

  .ul-listl2 {
    overflow: hidden;
    margin: 0.5rem -0.15rem 0;
  }

  .ul-listl2 li {
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
  }

  .ul-listl2 .con .box {
    padding: 0.2rem;
  }
}

@media screen and (max-width:920px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #0443A1;
  }

  .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;
    transition: all 0.5s;
  }

  .nymain .leftNav>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
  }

  .nymain {
    padding-top: 0.3rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav>ul::before {
    content: none;
  }

  .nymain .leftNav ul li a {
    padding: 0.2rem;
  }

  .nymain .leftNav>ul>li>a>span {
    top: 0.25rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding-left: 0;
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li>ul>li>a::after {
    left: -0.15rem;
  }

  .nymain .leftNav>ul>li>span {
    height: 0.7rem;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>ul {
    padding: 0.15rem 0 0.15rem 0.34rem;
  }

  .nymain .leftNav>ul::after {
    content: none;
  }


  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .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: 20px;
  }

  .text-list ul li a hr {
    margin: 0 0.2rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul {
    margin-left: -1%;
    margin-right: -1%;
  }

  .img-lists ul li {
    width: 48%;
    margin: 10px 1%;
  }

  .img-lists ul li a>div.info {
    padding: 0.1rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .dpzw p *,
  .art-main .dpzw p {
    font-size: 0.18rem !important;
  }

  .art-main .art-tit h3 {
    margin-top: 0.1rem;
    font-size: 0.22rem;
  }

  .art-main .cont-tit div.fbt span {
    font-size: 14px;
  }

  .zzjg ul li {
    width: 100%;
  }

  .list2 {
    margin-top: 0;
  }

  .list2 ul li {
    line-height: 0.65rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .list-ld ul li .xq span {
    font-size: 0.16rem;
    background-size: 0.25rem auto;
    padding-right: 0.35rem;
  }

  .zs1 {
    margin-top: 0;
  }

  .zs1 ul .r span {
    margin: 0.05rem 0.1rem 0.05rem 0;
  }

  .jj1 .tx h3 img {
    margin: 0 auto;
  }

  .selbox {
    width: 100%;
  }

  .selbox+.selbox {
    margin-top: 0.15rem;
  }

  .xsjs+.xsjs {
    margin-top: 0.2rem;
  }

  .d-desc2 {
    margin-top: 0;
  }

  .d-desc2 .pic1 {
    float: none;
    padding: 0.1rem 0 0 0.1rem;
    margin: 0 auto;
  }

  .d-desc2 .txt {
    padding: 0.3rem 0;
  }

  .d-desc2 .txt:before {
    left: 0;
    top: 0.1rem;
    width: 0.5rem;
    height: 0.44rem;
  }

  .d-desc2 .txt:after {
    right: 0;
    width: 0.5rem;
    height: 0.44rem;
  }

  .d-ldU1 .inner {
    padding: 0.2rem 0;
  }

  .d-ldU1 .picbox:after {
    right: -0.04rem;
    bottom: -0.04rem;
  }

  .d-ldU1 .hd .hd-in {
    padding: 0 0.1rem 0 0.2rem;
  }

  .d-ldU1 .hd .name {
    font-size: 0.26rem;
  }

  .d-ldU1 .hd .job {
    font-size: 0.16rem;
    margin-left: 0.15rem;
  }

  .d-ldU1 .txt {
    padding-left: 0.2rem;
    margin-top: 0.2rem;
  }

  .d-ldU1 .info {
    padding-left: 0.2rem;
    margin-top: 0.2rem;
  }

  .d-ldU1 .info .icon {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }

  .d-ldU1 .picbox {
    width: 1.4rem;
  }

  .d-ldU1 .text {
    width: calc(100% - 1.4rem);
  }

  .d-his1 {
    margin-top: 0.1rem;
  }

  .d-his1 .item:nth-child(even) .txt {
    padding-left: 0.3rem;
  }

  .d-his1 .item:nth-child(odd) .year {
    padding-right: 0.32rem;
  }

  .d-his1 .item:nth-child(odd) .txt {
    padding-right: 0.3rem;
  }

  .d-his1 .item:nth-child(even) .year {
    padding-left: 0.32rem;
  }

  .jyzs ul li a .picbox {
    width: 3rem;
    margin-right: 0.2rem;
  }

  .jyzs ul li a .tx p:before {
    margin-bottom: 0.2rem;
    border-bottom-width: 0.03rem;
  }

  .jyzs ul li a .tx .x {
    margin: 0.2rem 0;
  }

  .jyzs ul li:nth-child(even) a .picbox {
    margin-left: 0.2rem;
  }

  .jyzs ul li a .tx p {
    width: 100%;
  }

  .jyzs ul li:nth-child(even) a .tx p {
    margin-left: 0;
  }

  .organ>div .sz-k {
    margin-top: 0.2rem;
    padding: 0.2rem;
  }

  .organ .l .sz-k:nth-child(2) {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .m-researchl .item .con .tit {
    padding: 0 0.2rem;
  }

  .ul-listl1 {
    padding: 0 0.2rem;
  }

  .ul-listl1 .v1 {
    font-size: 0.18rem;
  }

  .m-researchl .item .con .tit {
    font-size: 0.2rem;
  }

  .ul-listl2 {
    margin: 0.1rem -0.15rem 0;
  }

  .ul-listl2 li {
    width: 100%;
  }

  .ul-listl2 .con .tit {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }

  .ul-listl2 .con .box {
    padding-bottom: 0.4rem;
  }

  .ul-listl2 .con .more {
    opacity: 1;
    visibility: visible;
    color: #414141;
    bottom: 0.1rem;
    right: 0.15rem;
    font-size: 0.16rem;
  }

  .jjbox {
    padding-top: 0.1rem;
  }
}

@media screen and (max-width:640px) {
  .sz-k ul li {
    width: 50%;
  }

  .xxzzjg>div {
    width: 100%;
    margin-top: 0.3rem;
  }

  .xxzzjg>div:first-child {
    margin-top: 0;
  }

  .xxzzjg .sz-k ul {
    margin-top: 0.15rem;
  }

  .organ>div {
    width: 100%;
  }

  .m-researchl .item {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }

  .m-researchl .item .box {
    width: 100%;
  }

  .m-researchl .item .box+.box {
    margin-top: 0.3rem;
  }

  .xyxx ul li a {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .xyxx ul li a .picbox {
    width: 100%;
    order: 1 !important;
  }

  .xyxx ul li a .tx {
    order: 2 !important;
    flex: none;
    width: 100%;
    padding: 0.3rem 0.15rem;
  }

  .xyxx ul li a::before {
    top: 0;
    left: 0 !important;
    right: 0 !important;
  }
}

@media screen and (max-width:480px) {

  .ldy {
    width: 100%;
  }

  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit div.fbt .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 24px;
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li:first-child a {
    padding-top: 0;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 60.17%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    margin: 0 auto;
  }
  .tw ul li a .wt{width: 100%;/* height: auto; */padding-top: 50%;object-fit: cover;}

  .tw ul li a .tx {
    flex: none;
    width: 100%;

  }

.pic img{
   height:auto;
}

  .tw ul li a .tx .date {
    margin-top: 0.15rem;
  }

  .list-ld ul li {
    width: 100%;
  }

  .list-ld ul li .sz-tx {
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }

  .jgsz {
    zoom: 0.5;
  }

  .zhy2 .box2 .b ul li {
    width: 50%;
  }

  .zhy3 .box p {
    margin-top: 0.2rem;
  }

  .sz-k ul li a .pic {
    width: 2rem;
    height: 2.58rem;
  }

  .sz-k ul li a .tx {
    padding: 0.2rem 0.2rem 0 0.2rem;
  }

  .sz-k ul li a .tx .p {
    margin-top: 0.2rem;
  }

  .selbox {
    flex-wrap: wrap;
  }

  .sel {
    flex: none;
    width: 100%;
  }

  .xsjs ul {
    flex: none;
    width: 100%;
  }

  .xsjs .ss {
    margin: 0 auto;
  }

  .szjs ul li a {
    background: none;
  }

  .szjs ul li a .pic {
    margin: 0 auto;
  }

  .szjs ul li a .tx {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0.2rem;
  }

  .szjs ul li a .tx h3 {
    text-align: center;
  }

  .xsjs.zm:nth-child(3) ul li {
    width: calc(100% - 0.2rem);
  }

  /* .xsjsbox .xsjs.zm ul li {
    width: calc(100% - 0.2rem);
  } */

  .d-ldU1 .txt,
  .d-ldU1 .info span {
    font-size: 0.16rem;
  }

  .d-ldU1 .info {
    margin-top: 0.1rem;
  }

  .d-ldU1 .hd .name {
    font-size: 0.22rem;
  }

  .gjxm {
    margin-top: 0;
  }

  .gjxm ul li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .gjxm ul li a .tx {
    padding-left: 0.2rem;
  }

  .gjxm ul li a h3 {
    font-size: 0.2rem;
  }

  .jyzs ul li a {
    flex-direction: column;
  }

  .jyzs ul li a .picbox {
    width: 100%;
    margin: 0 0 0.2rem 0 !important;
    order: 1 !important;
  }

  .jyzs ul li a .tx {
    flex: none;
    width: 100%;
    order: 2 !important;
  }

  .jyzs ul li:nth-child(even) a .tx p {
    display: block;
  }

  .jyzs ul li:nth-child(even) a .tx .x {
    justify-content: flex-start;
  }

  .jyzs ul li:nth-child(even) a .tx h3 {
    text-align: left;
  }

  .xyxx ul li a .tx h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }

  .xyxx ul li a .tx p {
    line-height: 0.24rem;
  }
}

@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 .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  margin: 5px 0px 0px 5px !important;
}

.pb_sys_common .p_t {
  margin-top: 5px !important;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #0443A1 !important;
  background-color: #0443A1 !important;
}