@charset "utf-8";


body {
  padding-top: 1.22rem;
}

.banner {
  max-width: 17.2rem;
  height: 3.18rem;
  margin: 0 auto;
  background: url(../images/ny-ggban.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.98rem;
}

.join-bg {
  background: url(../images/ny-joinbg.jpg) no-repeat center;
  background-size: cover;
}

.ny-tjban {
  background: url(../images/ny-tjban.jpg) no-repeat center;
  background-size: cover;
}

.jktj-bg {
  max-width: 100%;
  background: url(../images/jktj-ban.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-family: "sys-b";
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.48rem;
  text-align: center;
  color: #0D6A9F;
}

.ejdh {
  margin-top: 0.44rem;
}

.ejdh ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ejdh ul li {
  margin: 0.1rem 0.1rem;
}

.ejdh ul li a {
  display: block;
  padding: 0 0.1rem;
  min-width: 1.5rem;
  border-radius: 0.1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  font-family: "sys-b";
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.58rem;
  color: #0D689B;
  transition: all 0.5s;
}

.ejdh ul li:hover a,
.ejdh ul li.on a {
  background: #0D689B;
  color: #fff;
}

.jktj-bg .title {
  font-size: 0.46rem;
}

.jktj-bg .ejdh {
  margin-top: 1.24rem;
}

.jktj-bg .ejdh ul li a {
  border-radius: 0.4rem;
}

.foot {
  padding-top: 1.2rem;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 1rem;
}

.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: #0D689B;
  color: #fff;
  border: 1px solid #0D689B;
}

.pagination a:hover {
  background: #0D689B;
  color: #fff;
  border: 1px solid #0D689B;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.nymain .wp {
  width: 15rem;
}

.nymain16 .wp {
  width: 16rem;
}

.nymain .leftNav {
  float: left;
  width: 2.54rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.9rem;
  color: #fff;
  background: #0D689B;
  font-size: 0.3rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.nymain .leftNav>ul {
  background: #f5f5f5;
  background-size: cover;
  padding: 0.1rem 0 0.28rem 0;
}

.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 #0D689B;
  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;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  background: url() no-repeat;
  background-size: 100% auto;
  width: 0.12rem;
  height: 0.14rem;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.1rem 0;
  color: #555;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #0D689B;
  font-weight: 700;
}

.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: #0D689B;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #0D689B;
  font-weight: 700;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #0D689B;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #888;
  border-bottom: none;
  margin: 0.05rem 0;
}

.ny-right {
  min-height: 6rem;
  margin-top: 0.6rem;
}

.position>div {
  position: relative;
  font-size: 0;
  line-height: 0.3rem;
}

.position span {
  color: #666;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.22rem;
  vertical-align: middle;
  margin-right: 0.18rem;
}

.position a {
  font-size: 0.16rem;
  color: #666;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #0D689B;
}

/* 文字列表页 */
.text-list {}

.text-list ul li {
  line-height: 0.9rem;
  border-bottom: 1px dashed #D8D8D8;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.23rem;
  position: relative;
  z-index: 1;
}

.text-list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #0D689B;
}

.text-list ul li span {
  float: right;
  display: block;
  font-family: "sys-r";
  font-size: 0.16rem;
  padding-left: 0.3rem;
  margin-left: 0.3rem;
  color: #0D689B;
  position: relative;
  z-index: 1;
}

.text-list ul li span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.18rem;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.text-list ul li:hover {
  border-bottom-color: #0D689B;
}

.text-list ul li:hover a {
  color: #0D689B;
}

.text-list ul li:hover {
  left: 0.05rem;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body div {
  /* text-indent: 2em; */
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
}

.art-main .art-body p,
.art-main .art-body p * {
  /* text-indent: 2em; */
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
  margin-bottom: 0.3rem !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
}

.art-main .art-body video{max-width:100%;}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding: 0.17rem 0;
  line-height: 0.2rem;
  border-bottom: 1px solid #E8E8E8;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  margin-right: 0.1rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #8D8D8D;
  margin: 0.08rem 0.16rem;
  position: relative;
  z-index: 1;
}

.art-main .cont-tit p span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.16rem;
  height: 0.14rem;
  border-left: 1px solid #DEDEDE;
}

.art-main .cont-tit p span:first-child:before {
  content: none;
}

.art-info {
  border-top: 1px solid #D8D8D8;
  margin-top: 0.6rem;
}

.pnext {
  margin-top: 0.4rem;
}

.pnext p {
  font-size: 0.18rem;
  text-indent: initial;
  line-height: 0.24rem;
  color: #0D689B;
  padding: 0.1rem 0;
}

.pnext p a {
  font-weight: normal;
  transition: all 0.5s;
}

.pnext p:hover a {
  color: #0D689B;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #0D689B;
}


/*领导*/
.list-ld {}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 46.66%;
  margin-bottom: 0.6rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.08rem;
  background: #FCFCFC;
  box-shadow: 0px 0.04rem 0.2rem 0.06rem rgba(85, 85, 85, 0.16);
  padding: 0.4rem 0.36rem;
  transition: all 0.5s;
}

.list-ld ul li .sz-pic {
  width: 2.26rem;
  margin-right: 0.65rem;
}

.list-ld ul li .pic {
  padding-top: 150.44%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
}

.list-ld ul li h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin-bottom: 0.35rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.list-ld ul li .xq {
  margin-top: 0.8rem;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #0D6A9F;
  padding-right: 0.24rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.11rem auto;
}

.list-ld ul li:hover a {
  box-shadow: 0px 0.04rem 0.2rem 0.06rem rgba(13, 106, 159, 0.16);
}

.list-ld ul li:hover p {
  color: #0D689B;
  opacity: 0.8;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}


/* 师资内容 */
.sz-con {
  display: flex;
  flex-wrap: wrap;
}

.sz-con .pic1 {
  width: 2.26rem;
  margin-right: 0.68rem;
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%;
}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
}

.sz-ty {}

.sz-ty h3 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: bold;
}

.sz-ty>div {
  margin-top: 0.35rem;
}

.sz-ty>div p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sz-ty .xq {
  margin-top: 0.35rem;
}

.sz-ty .xq span {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #0D6A9F;
  padding-right: 0.24rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.11rem auto;
}

.sz-d {
  padding-top: 0.2rem;
}

.sz-box {
  margin-top: 0.5rem;
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  background: url(../images/sz-f.png) no-repeat left center;
  background-size: 0.05rem auto;
  padding-left: 0.15rem;
  margin-right: 0.26rem;
}

.sz-box h4::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #D8D8D8;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.4rem;
}

/* 图文列表页  start */
.tw {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.tw ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.4rem;
  width: calc(100% + 0.8rem);
  background: url(../images/tw-libg.jpg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.tw ul li a .pic {
  width: 3.4rem;
  height: 2.3rem;
  padding-top: 0;
  margin-right: 0.4rem;
}

.tw ul li a .tw-tx {
  flex: 1;
  min-width: 0;
}

.tw ul li a .tw-tx .date {
  font-family: "sys-r";
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #0D689B;
  background: url(../images/tw-sj.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
  margin-top: 0.17rem;
  transition: all 0.5s;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.27rem;
  color: #999;
  transition: all 0.5s;
}

.tw ul li:hover a::before {
  width: calc(100% + 0.8rem);
  opacity: 1;
  visibility: visible;
}

.tw ul li:hover a .tw-tx h3 {
  font-weight: bold;
  color: #fff;
}

.tw ul li:hover a .tw-tx .date {
  background: url(../images/tw-sj2.png) no-repeat left center;
  background-size: 0.16rem auto;
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: #fff;
}

/* 管理团队 */
.gltd {
  position: relative;
  z-index: 1;
}

.gltd ul li a {
  display: block;
  position: relative;
  z-index: 1;
  background: #BCBABB;
}

.gltd ul li a .sz-pic {
  position: relative;
  z-index: 1;
}

.gltd ul li a .pic {
  padding-top: 135.29%;
}

.gltd ul li a .gltd-t {
  position: absolute;
  left: 0.34rem;
  top: 0.25rem;
}

.gltd ul li a .gltd-t h3 {
  font-size: 0.24rem;
  color: #fff;
}

.gltd ul li a .gltd-t h4 {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.1rem;
}

.gltd ul li a .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.25rem 0.34rem;
  background: linear-gradient(270deg, #0D6A9F 0%, rgba(13, 106, 159, 0.1) 100%);
}

.gltd ul li a .txt p {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.14rem;
  position: relative;
  z-index: 1;
}

.gltd ul li a .txt p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #fff;
}

.gltd .swiper-button-prev,
.gltd .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(51, 51, 51, 0.18);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.29rem auto;
  transition: all 0.5s;
}

.gltd .swiper-button-prev:hover,
.gltd .swiper-button-next:hover {
  background-color: rgba(13, 106, 159, 0.6);
}

.gltd .swiper-button-prev {
  left: -0.8rem;
  background-image: url(../images/gltd-prev.png);
}

.gltd .swiper-button-next {
  right: -0.8rem;
  background-image: url(../images/gltd-next.png);
}

/* 招标采购 */
.zbcg .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zbcg .k {
  width: 48.2%;
  margin-bottom: 0.55rem;
}

.zbcg .k .k-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zbcg .k .k-title h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  padding-bottom: 0.18rem;
  border-bottom: 0.04rem solid #0D6A9F;
}

.zbcg .k .k-title .more a {
  display: block;
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #9E9E9E;
  padding-right: 0.24rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.11rem auto;
  transition: all 0.5s;
}

.zbcg .k .k-title .more:hover a {
  color: #0D6A9F;
}

.zbcg .k ul {
  margin-top: 0.2rem;
}

.zbcg .k ul li {
  overflow: hidden;
  line-height: 0.84rem;
  font-size: 0.18rem;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.zbcg .k ul li span {
  display: block;
  float: right;
  font-family: "sys-r";
  font-size: 0.16rem;
  font-weight: 500;
  color: #666666;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.zbcg .k ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.26rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.zbcg .k ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #0D6A9F;
}

.zbcg-dpic {
  display: block;
  max-width: 100%;
  margin-top: 0.25rem;
}

.zbcg .k ul li:hover {
  left: 0.05rem;
  border-bottom-color: #0D6A9F;
}

.zbcg .k ul li:hover a,
.zbcg .k ul li:hover span {
  color: #0D6A9F;
}

/* 预约挂号 */
.yygh {
  background: url(../images/yygh.jpg) no-repeat center;
  background-size: cover;
  padding: 0.4rem 0.9rem 1.2rem 0.9rem;
}

.yygh>h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333333;
}

.yygh ul {
  margin-top: 0.4rem;
  position: relative;
  z-index: 1;
}

.yygh ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.24rem;
  bottom: 0;
  width: 0.24rem;
  border-radius: 0.15rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(13, 106, 159, 0.3);
  z-index: -1;
}

.yygh ul li {
  display: flex;
  margin-bottom: 0.65rem;
}

.yygh ul li .num {
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.62rem;
  text-align: center;
  background: #0D6A9F;
  border-radius: 50%;
  border: 0.04rem solid #fff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(13, 106, 159, 0.3);
  font-family: "sys-b";
  font-size: 0.34rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 0.37rem;
}

.yygh ul li .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
}

.yygh ul li .tx h3 {
  font-size: 0.24rem;
  line-height: 0.4rem;
}

.yygh ul li .tx p {
  font-size: 0.16rem;
  line-height: 0.4rem;
}

.yygh ul li .tx p b {
  font-size: 0.26rem;
  font-weight: bold;
  color: #0D6A9F;
}

.yygh ul li .txb {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.yygh ul li .txb>img {
  display: block;
  width: 1.2rem;
  margin-right: 0.2rem;
}

.yygh ul li .txb p {
  flex: 1;
  min-width: 0;
  max-width: 7.6rem;
}

.yygh ul li:nth-child(8) .num {
  opacity: 0;
}

.yygh ul li:nth-child(8) .tx {
  text-align: center;
}

.yygh ul li:nth-child(8) .tx p {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.42rem;
  text-align: center;
  color: #0D6A9F;
}

/* 东院区 */

.dyq {}

.dyq1 h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.24rem;
}

.dyq1 p {
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.dyq2 {
  margin-top: 0.4rem;
  overflow: hidden;
}

.dyq2 h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #0D6A9F;
}

.dyq2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.12rem;
  margin-left: -0.23rem;
  margin-right: -0.23rem;
}

.dyq2 ul li {
  width: 25%;
  margin-top: 0.28rem;
}

.dyq2 ul li a {
  display: block;
  margin: 0 0.23rem;
  line-height: 0.64rem;
  border: 1px solid #D8D8D8;
  font-size: 0.18rem;
  text-align: center;
 transition: all 1s;
}

.dyq2 ul li:hover a {
  /*background: url(../images/tw-libg.jpg) no-repeat right bottom;*/
  background-size: cover;
  color: #fff;
    background: #0D6A9F;
}

.dyq3 {
  margin-top: 1.42rem;
  text-align: right;
  margin-bottom: 0.9rem;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.dyq3::before {
  content: '';
  position: absolute;
  top: -0.64rem;
  left: 0;
  width: 55.55%;
  height: 51.8%;
  background: #DFF0FA;
  z-index: -1;
}

.dyq3::after {
  content: '';
  position: absolute;
  top: 100%;
  right: -0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #0D6A9F;
  z-index: -1;
}

.dyq3 img {
  max-width: 100%;
}

/* 科室介绍 */
.ksjs .dyq2 h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}

.ksjs .dyq2 h3 img {
  display: block;
  margin-right: 0.3rem;
  width: 0.7rem;
}

/* 科室介绍综合页 */
.kszhy1 p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  max-height:1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.kszhy2 .sz-box h4 {
  margin-bottom: 0;
}

.kszhy2 .kszj {
  padding: 0 0.2rem 0.2rem 0.2rem;
}

.kszhy2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kszhy2 ul li {
  width: 46.66%;
}

.kszhy2 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.08rem;
  background: #FCFCFC;
  box-shadow: 0px 0.04rem 0.2rem 0.06rem rgba(85, 85, 85, 0.16);
  margin-top: 0.6rem;
  padding: 0.4rem;
}

.kszhy2 ul li a .kszhy-pic {
  width: 2.26rem;
  margin-right: 0.55rem;
}

.kszhy2 ul li a .kszhy-pic .pic {
  padding-top: 150.44%;
}

.kszhy2 ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
}

.kszhy2 ul li a .tx h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.kszhy2 ul li a .tx h5 {
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
}

.kszhy2 ul li a .tx h5 span {
  display: inline-block;
  border-radius: 0.17rem;
  background: #E2F3FC;
  line-height: 0.3rem;
  padding: 0 0.2rem;
  font-family: Arial;
  font-size: 0.16rem;
  color: #0D6A9F;
}

.kszhy2 ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 1.2rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.kszhy2 ul li a .tx .gd {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-transform: uppercase;
  color: #0D6A9F;
  padding-right: 0.24rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.11rem auto;
}

.kszhy2 .buttom-box {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kszhy2 .swiper-button-next,
.kszhy2 .swiper-button-prev {
  position: static;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #E2F3FC;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.32rem auto;
  margin-top: 0;
  transition: all 0.5s;
}

.kszhy2 .swiper-button-prev {
  background-image: url(../images/ks-prev1.png);
}

.kszhy2 .swiper-button-prev:hover {
  background-color: #0D6A9F;
  background-image: url(../images/ks-prev2.png);
}

.kszhy2 .swiper-button-next {
  margin-left: 0.8rem;
  background-image: url(../images/ks-next1.png);
}

.kszhy2 .swiper-button-next:hover {
  background-color: #0D6A9F;
  background-image: url(../images/ks-next2.png);
}

.kszhy1 .sz-box,
.kszhy3 .sz-box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.kszhy1 .sz-box h4,
.kszhy3 .sz-box h4{
  flex: 1;
  min-width: 0;
}

.kszhy1 .sz-box .more,
.kszhy3 .sz-box .more {
  margin-left: 0.24rem;
}

.kszhy1 .sz-box .more a,
.kszhy3 .sz-box .more a {
  display: block;
  line-height: 0.4rem;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #9E9E9E;
  padding-right: 0.24rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.11rem auto;
  transition: all 0.5s;
}

.kszhy1 .sz-box .more:hover a,
.kszhy3 .sz-box .more:hover a {
  color: #0D689B;
}

.kszhy3 ul li {
  overflow: hidden;
  line-height: 0.8rem;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}

.kszhy3 ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #0D6A9F;
  transition: all 0.5s;
}

.kszhy3 ul li span {
  display: block;
  float: right;
  color: #9E9E9E;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.kszhy3 ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.kszhy3 ul li:hover {
  left: 0.05rem;
}

.kszhy3 ul li:hover::after {
  width: 100%;
}

.kszhy3 ul li:hover a,
.kszhy3 ul li:hover span {
  color: #0D6A9F;
}

/* 网站地图 */
.map {}

.map a {
  transition: all 0.5s;
}

.map>h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D8D8D8;
}

.map .k {
  padding: 0.3rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.map .k h3 a {
  display: block;
  font-size: 0.22rem;
  line-height: 0.22rem;
}

.map .k ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.map .k ul li {
  margin-right: 0.8rem;
  margin-top: 0.26rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
}

.map .k ul li a {
  display: block;
}

.map a:hover {
  font-weight: bold;
  color: #0D6A9F;
}

/* 联系我们 */
.lxwm>h3 {
  color: #333333;
}

.lxwm ul li {
  margin-top: 0.4rem;
}

.lxwm ul li a {
  padding: 0.2rem 0.1rem 0.16rem 0.1rem;
}

.lxwm ul li h3 {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #333333;
}

.lxwm ul li p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: center;
  color: #0D6A9F;
  margin-top: 0.16rem;
}

.lxwm ul li:hover h3,
.lxwm ul li:hover p {
  color: #FCF9F7;
}

/* 联系我们综合页 */
.lxzhy {}

.lxzhy1 ul,
.lxzhy2,
.lxzhy3,
.lxzhy4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lxzhy1 ul li,
.lxzhy2 ul,
.lxzhy3 ul,
.lxzhy4 ul li {
  width: 49.33%;
}

.lxzhy1 ul li a {
  height: 3.8rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lxzhy1 ul li a .icon {
  width: 1rem;
  height: 1rem;
}

.lxzhy1 ul li a .icon img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.lxzhy1 ul li a p {
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  margin-top: 0.7rem;
  transition: all 0.5s;
}

.lxzhy1 ul li:hover a .icon img{
  /*animation: jello 1.5s linear;*/
  transform:scale(1.1);
}

.lxzhy1 ul li:hover a p {
  color: #0D6A9F;
}

.lxzhy2 {
  margin-top: 0.2rem;
}

.lxzhy2 ul:first-child li {
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
}

.lxzhy2 ul:first-child li+li {
  margin-top: 0.2rem;
  height: 3.5rem;
}

.lxzhy2 ul:first-child li h3 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0D6A9F;
  margin-bottom: 0.3rem;
}

.lxzhy2 ul:first-child li p {
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
}

.lxzhy2 ul:nth-child(2) li img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.lxzhy3 {
  margin-top: 0.2rem;
}

.lxzhy3 ul {
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0.4rem 0.2rem 0.4rem 0.8rem;
}

.lxzhy3 ul li {
  font-size: 0.22rem;
  line-height: 0.56rem;
  margin-top: 0.45rem;
}

.lxzhy3 ul li:first-child {
  margin-top: 0;
}

.lxzhy3 ul li b {
  color: #0D6A9F;
}

.lxzhy3 ul:nth-child(2) {
  padding: 0.4rem 0.8rem;
}

.lxzhy3 ul:nth-child(2) li {
  border-top: 1px solid #CACACA;
  padding: 0.35rem 0;
  margin-top: 0;
}

.lxzhy3 ul:nth-child(2) li:first-child {
  border-top: 0;
}

.lxzhy3 ul:nth-child(2) li:first-child h3 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0D6A9F;
}

.lxzhy3 ul:nth-child(2) li:first-child p {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.5rem;
}

.lxzhy3 ul:nth-child(2) li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lxzhy3 ul:nth-child(2) li:nth-child(2) .l h3,
.lxzhy3 ul:nth-child(2) li:nth-child(3) h3 {
  font-size: 0.24rem;
  font-weight: bold;
}

.lxzhy3 ul:nth-child(2) li:nth-child(2) .l p,
.lxzhy3 ul:nth-child(2) li:nth-child(3) p {
  font-size: 0.18rem;
}

.lxzhy3 ul:nth-child(2) li:nth-child(2) .r {
  width: 1rem;
}

.lxzhy3 ul:nth-child(2) li:nth-child(2) .r img {
  display: block;
  width: 100%;
}

.lxzhy4 {
  margin-top: 0.2rem;
}

.lxzhy4 ul li {
  padding: 0.5rem 0;
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lxzhy4 ul li h3 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0D6A9F;
}

.lxzhy4 ul li p {
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.3rem;
}

.lxzhy5 {
  margin-top: 0.2rem;
}

.lxzhy5 ul {
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
}

.lxzhy5 ul li h3 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  color: #0D6A9F;
}

.lxzhy5 ul li p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

.lxzhy5 ul li p b {
  font-weight: bold;
}

/* 组织架构 */
.zzjg h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0D6A9F;
  text-align: center;
}

.zzjg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 0.58rem;
}

/* 廉洁举报 */
.ljjb>h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.22rem;
  text-align: center;
}

.ljjb1 {
  margin-top: 0.65rem;
}

.ljjb1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ljjb1 ul li {
  margin-left: 0.9rem;
}

.ljjb1 ul li a {
  display: block;
}

.ljjb1 ul li a .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #0D6A9F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ljjb1 ul li:nth-child(2) a .icon {
  background: #60AADB;
}

.ljjb1 ul li a .icon img {
  width: 0.3rem;
}

.ljjb1 ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.2rem;
  text-align: center;
  color: #666666;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.ljjb1 ul li:hover a .icon img {
  animation: icon-yh 1s linear;
}

.ljjb1 ul li:hover a h3 {
  color: #0D6A9F;
}

.ljjb2 .qh-tit {
  margin-top: 0.5rem;
}

.ljjb2 .qh-tit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.3rem;
}

.ljjb2 .qh-tit ul li {
  width: 25%;
}

.ljjb2 .qh-tit ul li a {
  display: block;
  /* width: 3.3rem; */
  margin: 0 0.3rem;
  line-height: 0.86rem;
  text-align: center;
  background: #FAFAFA;
  font-size: 0.22rem;
  position: relative;
  z-index: 1;
}

.ljjb2 .qh-tit ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.02rem solid #0D6A9F;
  transform: scaleX(0);
  transition: all 0.5s;
}

.ljjb2 .qh-tit ul li.on a {
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.16);
}

.ljjb2 .qh-tit ul li.on a::after {
  transform: none;
}

.ljjb2 .qh-bd {
  margin-top: 0.54rem;
  background: #FAFAFA;
  padding: 0.5rem 0.8rem 0.7rem 0.8rem;
}

.ljjb2 .qh-bd h3 {
  font-size: 0.22rem;
  font-weight: 400;
}

.ljjb2 .qh-bd p {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.32rem;
}



.ljjb2 .qh-bd {
  position: relative;
}

.ljjb2 .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.ljjb2 .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

/* 历史沿革 */
.history h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
}

.history .k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.his-tx {
  width: 41.33%;
  padding-top: 0.86rem;
}

.his-tx ul li a {
  display: flex;
}

.his-tx ul li a .date {
  width: 1rem;
  margin-right: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.his-tx ul li a .tx {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.4rem;
}

.his-nf {
  width: 19.33%;
}

.his-nf ul li {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
  text-align: center;
  color: #EEEEEE;
  padding: 0.15rem 0;
  transition: all 0.5s;
}

.his-nf ul li.slick-current {
  color: #0D6A9F;
}

.his-nf .slick-list {
  margin: 0.2rem 0;
}

.his-nf .slick-prev,
.his-nf .slick-next {
  position: static;
  transform: none;
  width: 0.46rem;
  height: 0.46rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.his-nf .slick-prev {
  background-image: url(../images/his-prev1.png);
}

.his-nf .slick-prev:hover {
  background-image: url(../images/his-prev2.png);
}

.his-nf .slick-next {
  background-image: url(../images/his-next1.png);
}

.his-nf .slick-next:hover {
  background-image: url(../images/his-next2.png);
}

.his-r {
  width: 24.66%;
  padding-top: 0.86rem;
}

.his-r ul li a {
  display: block;
}

.his-r ul li a .pic {
  padding-top: 66.76%;
}

.his-r ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.4rem;
  margin-top: 0.24rem;
}

/* 加入我们 */
.join ul li {
  margin-bottom: 0.32rem;
}

.join ul li a {
  display: block;
  border-radius: 0.3rem;
  background: #F8FAFF;
  padding: 0.5rem 0.74rem;
  transition: all 0.5s;
}

.join ul li a h3 {
  display: flex;
  align-items: flex-start;
  font-size: 0.24rem;
  line-height: 0.26rem;
  transition: all 0.5s;
}

.join ul li a h3 img {
  display: block;
  width: 0.26rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.join ul li a p {
  margin-left: 0.76rem;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #666666;
}

.join ul li a p span {
  display: inline-block;
  color: #D8D8D8;
  margin: 0 0.12rem;
}

.join ul li:hover a {
  box-shadow: 0px 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.16);
}

.join ul li:hover a h3 {
  color: #0D6A9F;
}

/* 加入我们综合页 */
.jozhy .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jozhy .k1 .k1-l {
  width: 57.33%;
}

.jozhy .k1 .k1-l h3 {
  font-family: "sys-b";
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0D6A9F;
}

.jozhy .k1 .k1-l h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.38rem;
}

.jozhy .k1 .k1-l h4 {
  margin-top: 0.45rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #666666;
}

.jozhy .k1 .k1-l h5 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin-top: 0.15rem;
}

.jozhy .k1 .k1-l p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.5rem;
}

.jozhy .k1 .k1-r {
  width: 36.66%;
  text-align: center;
  font-size: 0;
}

.jozhy .k1 .k1-r img {
  max-width: 100%;
}

.jozhy .k2 {
  padding: 0.9rem 0;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jozhy .k2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((-100vw + 15rem)/2);
  width: 100vw;
  z-index: -1;
  background: #F2F6FF;
}

.jozhy .k2 ul {
  width: 24%;
}

.jozhy .k2 ul li {
  background: url(../images/jozhy-k2bg1.png) no-repeat;
  background-size: cover;
  border-radius: 0.12rem;
  height: 7.2rem;
  padding: 0.4rem 0.5rem;
  color: #fff;
}

.jozhy .k2 ul:nth-child(2) li {
  background: url(../images/jozhy-k2bg2.png) no-repeat;
  background-size: cover;
}

.jozhy .k2 ul:nth-child(3) li {
  height: 3.55rem;
  background: url(../images/jozhy-k2bg3.png) no-repeat;
  background-size: cover;
}

.jozhy .k2 ul:nth-child(3) li:nth-child(2) {
  background: url(../images/jozhy-k2bg4.png) no-repeat;
  background-size: cover;
  margin-top: 0.1rem;
}

.jozhy .k2 ul:nth-child(4) li {
  background: url(../images/jozhy-k2bg5.png) no-repeat;
  background-size: cover;
}

.jozhy .k2 ul li h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.34rem;
}

.jozhy .k2 ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.17rem;
}

.jozhy .k3 {
  margin-top: 0.9rem;
}

.jozhy .k3>h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.jozhy .k3 .qh-tit {
  margin-top: 0.65rem;
}

.jozhy .k3 .qh-tit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.jozhy .k3 .qh-tit ul li {
  margin-right: 0.84rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.jozhy .k3 .qh-tit ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 0.03rem solid #333;
  transition: all 0.5s;
}

.jozhy .k3 .qh-tit ul li.on {
  font-weight: bold;
}

.jozhy .k3 .qh-tit ul li:last-child {
  margin-right: 0;
}

.jozhy .k3 .qh-tit ul li.on::after {
  transform: none;
}

.jozhy .k3 .qh-bd {
  position: relative;
  padding: 0.9rem 0;
}

.jozhy .k3 .qh-bd::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((-100vw + 15rem) / 2);
  width: 100vw;
  z-index: -1;
  background: #F8FAFF;
}

.jozhy .k3 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.jozhy .k3 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.jozhy .k3 .shzp {
  overflow: hidden;
}

.jozhy .k3 .shzp ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.4rem 0 -0.4rem;
}

.jozhy .k3 .shzp ul li {
  width: 33.33%;
  margin-top: 0.5rem;
}

.jozhy .k3 .shzp ul li a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.4rem;
  background-color: #fff;
}

.jozhy .k3 .shzp ul li a .l {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.36rem;
}

.jozhy .k3 .shzp ul li a .l h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.jozhy .k3 .shzp ul li:hover a .l h3 {
  color: #0D6A9F;
}

.jozhy .k3 .shzp ul li a .r {
  width: 1.28rem;
}

.jozhy .k3 .shzp ul li a .r .pic {
  padding-top: 125%;
}

.jozhy .k3 .xyzp {
  position: relative;
  z-index: 1;
}

.jozhy .k3 .xyzp .pic1,
.jozhy .k3 .xyzp .pic1 img {
  width: 100%;
}

.jozhy .k3 .xyzp .tx {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jozhy .k3 .xyzp .tx>img {
  display: block;
  max-width: 100%;
}

.jozhy .k3 .xyzp .tx .gd a {
  display: block;
  border-radius: 0.6rem;
  background: #FFFFFF;
  width: 1.9rem;
  line-height: 0.52rem;
  font-size: 0.18rem;
  text-align: center;
  color: #43A2D1;
  margin-top: 0.95rem;
  transition: all 0.5s;
}

.jozhy .k3 .xyzp .tx .gd:hover a {
  background: #0D6A9F;
  color: #fff;
}

.jozhy .k4 {
  padding: 1.52rem 0;
}

.jozhy .k4 h3 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.16rem;
}

.jozhy .k4 .swiper-slide {
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 0.7rem;
  letter-spacing: 0.02em;
  color: #DBDBDB;
  transition: all 0.5s;
}

.jozhy .k4 .swiper-slide-active {
  color: #333;
}

.jo-bg {
  background: url(../images/jozhy-k4bg.png) no-repeat center;
  background-size: cover;
}


/* 健康体检 */
.jktj ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

.jktj ul:first-child {
  margin-top: 0;
}

.jktj ul .jktj-pic {
  width: 68%;
  border-radius: 0.15rem;
  background: #D8D8D8;
  overflow: hidden;
  font-size: 0;
}

.jktj ul .jktj-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.jktj ul .jktj-tx {
  width: calc(32% + 1.4rem);
  border-radius: 0.15rem;
  background: #FFFFFF;
  padding: 0.54rem 0.52rem;
  margin-right: -1.4rem;
  position: relative;
  z-index: 1;
}

.jktj ul .jktj-tx h3 {
  font-size: 0.24rem;
  line-height: 0.38rem;
  transition: all 0.5s;
}

.jktj ul .jktj-tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.28rem;
  transition: all 0.5s;
}

.jktj ul:nth-child(even) .jktj-tx {
  order: 2;
  margin-left: -1.4rem;
  margin-right: 0;
}

.jktj ul:nth-child(even) .jktj-pic {
  order: 1;
}

.jktj ul:nth-child(4) .jktj-pic {
  width: 100%;
}

.jktj ul:hover .jktj-pic img {
  transform: scale(1.1);
}

.jktj ul:hover .jktj-tx {
  box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}

.jktj ul:hover .jktj-tx h3 {
  color: #0D6A9F;
}

.jktj ul:hover .jktj-tx p {
  color: #0D6A9F;
  opacity: 0.8;
}

.tj-list {
  overflow: hidden;
}

.tj-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18rem;
}

.tj-list ul li {
  width: 33.333%;
}

.tj-list ul li a {
  display: block;
  margin: 0 0.18rem 0.4rem 0.18rem;
}

.tj-list ul li a .pic {
  padding-top: 67.22%;
}

.tj-list ul li a .tx {
  background: #FFFFFF;
  padding: 0.22rem 0.3rem;
  transition: all 0.5s;
}

.tj-list ul li a .tx p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.tj-list ul li:hover a .tx {
  background-color: #0D6A9F;
}

.tj-list ul li:hover a .tx p {
  color: #fff;
}

.tj-ny .k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tj-ny .k .l {
  width: 46.66%;
}

.tj-ny .k1 .l .tj-pic {
  overflow: hidden;
}

.tj-ny .k1 .l .tj-pic img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}

.tj-ny .k1 .l .tj-pic:hover img {
  transform: scale(1.1);
}

.tj-ny .k1 .r h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0.24rem;
}

.tj-ny .k1 .r p {
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.tj-ny .k1 .r .tel {
  display: inline-block;
  border-radius: 0.05rem;
  background: #43A2D1;
  margin-top: 0.43rem;
  padding: 0.12rem 0.5rem;
}

.tj-ny .k1 .r .tel p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.tj-ny .k1 .r .tel p img {
  display: block;
  width: 0.18rem;
  margin-right: 0.1rem;
}

.tj-ny .k .r {
  width: 48%;
}

.tj-ny .k2 {
  margin-top: 0.4rem;
}

.tj-ny .k2 .l table {
  width: 100%;
  border-collapse: collapse;
}

.tj-ny .k2 .l table td {
  font-size: 0.18rem;
  line-height: 0.5rem;
  text-align: center;
  border-top: 1px solid #D3D3D3;
}

.tj-ny .k2 .l table tr:first-child td {
  border-top: 0;
}

.tj-ny .k2 .l table td:first-child {
  width: 1rem;
  text-align: center;
  border-right: 1px solid #D3D3D3;
}

.tj-ny .k2 .r {
  border-radius: 0.15rem;
  background: #FFFFFF;
  padding: 0.3rem 0.5rem;
}

.tj-ny .k2 .r h3 {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.42rem;
  margin-bottom: 0.13rem;
}

.tj-ny .k2 .r p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.4rem;
}





@media screen and (max-width: 1700px) {
  .gltd .swiper-button-prev {
    left: -0.3rem;
  }

  .gltd .swiper-button-next {
    right: -0.3rem;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
  .dyq3::before {
    left: -4%;
  }

  .dyq3::after {
    right: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (max-width: 1024px) {

  .nymain .wp,
  .nymain16 .wp {
    width: auto;
  }

  .banner {
    padding: 0.4rem 0.2rem;
    height: auto;
  }

  .title {
    font-size: 0.26rem;
  }

  .ejdh {
    margin-top: 0.3rem;
  }

  .ejdh ul li a {
    line-height: 0.46rem;
    font-size: 0.2rem;
    min-width: 1.2rem;
  }

  .foot {
    padding-top: 0;
  }

  .nymain {
    padding-bottom: 0.6rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .ny-right {
    margin-top: 0.3rem;
  }

  .pagination {
    padding-top: 0.5rem;
  }

  .tw ul li a {
    padding: 0.3rem 0;
  }

  .tw ul li a .pic {
    width: 2.4rem;
    height: 1.62rem;
  }

  .tw ul li a .tw-tx h3 {
    font-size: 0.2rem;
  }

  .tw ul li a .tw-tx .gd {
    margin-top: 0.1rem;
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-bottom: 0.3rem;
  }

  .list-ld ul li a {
    display: block;
    padding: 0.3rem;
  }

  .list-ld ul li h3 {
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .list-ld ul li .xq {
    margin-top: 0.2rem;
  }

  .art-main .cont-tit p span {
    font-size: 0.16rem;
  }

  .sz-ty h3,
  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .gltd .swiper-button-prev,
  .gltd .swiper-button-next {
    display: none;
  }

  .gltd ul li a .gltd-t {
    left: 0.2rem;
    top: 0.2rem;
  }

  .gltd ul li a .gltd-t h3 {
    font-size: 0.2rem;
  }

  .gltd ul li a .txt {
    padding: 0.2rem;
  }

  .gltd ul li a .txt p {
    font-size: 0.16rem;
  }

  .zbcg .k .k-title h3 {
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom-width: 0.03rem;
  }

  .zbcg .k .k-title .more a {
    font-size: 0.16rem;
  }

  .yygh {
    padding: 0.4rem;
  }

  .dyq1 h3,
  .dyq2 h3 {
    font-size: 0.26rem;
  }

  .dyq1 p {
    font-size: 0.18rem;
  }

  .dyq3 {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .dyq3::before {
    top: -0.2rem;
    left: -0.2rem;
  }

  .dyq3::after {
    right: -0.2rem;
    width: 0.2rem;
    height: 0.2rem;
  }

  .dyq2 ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .dyq2 ul li {
    width: 50%;
  }

  .dyq2 ul li a {
    margin: 0 0.12rem;
  }

  .ksjs .dyq2 h3 {
    font-size: 0.26rem;
  }

  .ksjs .dyq2 h3 img {
    width: 0.5rem;
    margin-right: 0.2rem;
  }

  .zzjg h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .ljjb1 ul li a h3 {
    font-size: 0.18rem;
  }

  .ljjb2 .qh-tit ul {
    margin: 0 -0.15rem;
  }

  .ljjb2 .qh-tit ul li a {
    font-size: 0.2rem;
    margin: 0 0.15rem;
    line-height: 0.6rem;
  }

  .ljjb2 .qh-bd {
    margin-top: 0.3rem;
    padding: 0.3rem;
  }

  .ljjb2 .qh-bd h3 {
    font-size: 0.2rem;
  }

  .kszhy .sz-box h4 {
    margin-bottom: 0.2rem;
  }

  .kszhy1 p {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }

  .kszhy2 ul li {
    width: 48%;
  }

  .kszhy2 ul li a {
    padding: 0.2rem;
    margin-top: 0.3rem;
  }

  .kszhy2 ul li a .kszhy-pic {
    margin: 0 auto;
  }

  .kszhy2 ul li a .tx {
    flex: none;
    width: 100%;
  }

  .kszhy2 ul li a .tx h3,
  .kszhy2 ul li a .tx h5 {
    text-align: center;
  }

  .kszhy2 ul li a .tx h3 {
    font-size: 0.24rem;
  }

  .kszhy2 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .kszhy2 ul li a .tx .gd {
    margin-top: 0.2rem;
  }

  .kszhy2 .buttom-box {
    margin-top: 0.4rem;
  }

  .kszhy2 .swiper-button-next,
  .kszhy2 .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.22rem auto;
  }

  .kszhy2 .swiper-button-next {
    margin-left: 0.4rem;
  }

  .lxzhy1 ul li a {
    height: auto;
    padding: 0.4rem 0.2rem;
  }

  .lxzhy1 ul li a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .lxzhy1 ul li a p {
    margin-top: 0.3rem;
  }

  .lxzhy1 ul li a p {
    font-size: 0.2rem;
  }

  .lxzhy2 ul:first-child li {
    height: auto;
    padding: 0.4rem 0.2rem;
  }

  .lxzhy2 ul:first-child li h3 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .lxzhy2 ul:first-child li p {
    line-height: 0.4rem;
  }

  .lxzhy2 ul:first-child li+li {
    height: auto;
  }

  .lxzhy3 ul li {
    font-size: 0.2rem;
  }

  .lxzhy3 ul:nth-child(2) li:first-child h3 {
    font-size: 0.24rem;
  }

  .lxzhy4 ul li {
    padding: 0.4rem 0.2rem;
  }

  .lxzhy4 ul li h3 {
    font-size: 0.24rem;
  }

  .lxzhy4 ul li p {
    line-height: 0.26rem;
    margin-top: 0.2rem;
  }

  .lxzhy5 ul {
    padding: 0.4rem 0.3rem;
  }

  .lxzhy5 ul li h3 {
    font-size: 0.24rem;
  }

  .his-tx ul li a .date {
    width: 0.6rem;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .his-nf ul li {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }

  .his-nf .slick-prev,
  .his-nf .slick-next {
    width: 0.4rem;
    height: 0.4rem;
  }

  .his-r ul li a h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .join ul li a {
    padding: 0.3rem 0.2rem;
  }

  .join ul li a h3 {
    font-size: 0.2rem;
  }

  .join ul li a h3 img {
    margin-right: 0.2rem;
  }

  .join ul li a p {
    margin-left: 0.46rem;
    margin-top: 0.2rem;
    font-size: 0.18rem;
  }

  .jktj-bg {
    height: auto;
    padding: 0.4rem 0.2rem;
  }

  .jktj-bg .title {
    font-size: 0.26rem;
  }

  .jktj-bg .ejdh {
    margin-top: 0.3rem;
  }

  .jktj ul {
    margin-top: 0.4rem;
  }

  .jktj ul .jktj-tx {
    padding: 0.3rem;
  }

  .jktj ul .jktj-tx h3 {
    font-size: 0.2rem;
  }

  .jktj ul .jktj-tx p {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .tj-list ul li {
    width: 50%;
  }

  .tj-list ul li a .tx {
    padding: 0.1rem 0.2rem;
  }

  .tj-list ul li a {
    margin: 0 0.15rem 0.3rem 0.15rem;
  }

  .tj-list ul {
    margin: 0 -0.15rem;
  }

  .tj-ny .k1 .r h3 {
    font-size: 0.26rem;
  }

  .tj-ny .k2 .l table td {
    font-size: 0.2rem;
  }

  .jozhy .k1 .k1-l h3 {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }

  .jozhy .k1 .k1-l h4 {
    font-size: 0.2rem;
    line-height: 0.26rem;
    margin-top: 0.2rem;
  }

  .jozhy .k1 .k1-l h5 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.26rem;
  }

  .jozhy .k1 .k1-l p {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }

  .jozhy .k2 {
    padding: 0.4rem 0;
    margin-top: 0.4rem;
  }

  .jozhy .k2::before,
  .jozhy .k3 .qh-bd::before {
    left: -0.2rem;
  }

  .jozhy .k2 ul li {
    padding: 0.3rem;
  }

  .jozhy .k2 ul li h3 {
    font-size: 0.24rem;
  }

  .jozhy .k3 {
    margin-top: 0.4rem;
  }

  .jozhy .k3>h3 {
    font-size: 0.26rem;
  }

  .jozhy .k3 .qh-tit {
    margin-top: 0.3rem;
  }

  .jozhy .k3 .qh-tit ul li {
    font-size: 0.2rem;
    margin-right: 0.3rem;
    padding-bottom: 0.15rem;
  }

  .jozhy .k3 .shzp ul {
    margin: -0.4rem -0.2rem 0 -0.2rem;
  }

  .jozhy .k3 .qh-bd {
    padding: 0.4rem 0;
  }

  .jozhy .k3 .shzp ul li {
    margin-top: 0.4rem;
  }

  .jozhy .k3 .shzp ul li a {
    margin: 0 0.2rem;
  }

  .jozhy .k3 .shzp ul li a .l {
    padding: 0.2rem;
  }

  .jozhy .k3 .shzp ul li a .l h3 {
    font-size: 0.2rem;
  }

  .jozhy .k4 {
    padding: 0.5rem 0 1rem 0;
  }

  .jozhy .k4 h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.5rem;
  }

  .jozhy .k4 .swiper-slide {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #0D689B;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
   
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.7rem;
    font-size: 0.2rem;
  }

  .text-list ul li span {
    font-size: 0.18rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
  }

  .art-main .art-body p,
  .art-main .art-body p *,
  .art-main .art-body div {
    font-size: 0.2rem !important;
    line-height: 0.4rem !important;
  }

  .pnext p {
    font-size: 0.2rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }


  .zbcg .k {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .zbcg .k ul li {
    font-size: 0.2rem;
    line-height: 0.7rem;
  }

  .zbcg .k ul li span {
    font-size: 0.18rem;
  }

  .yygh {
    padding: 0.2rem;
  }

  .yygh>h3 {
    font-size: 0.22rem;
  }

  .yygh ul li .num {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.52rem;
    font-size: 0.22rem;
    margin-right: 0.2rem;
  }

  .yygh ul li .tx {
    padding-top: 0.1rem;
  }

  .yygh ul li .tx h3 {
    font-size: 0.2rem;
  }

  .yygh ul li .tx p {
    font-size: 0.18rem;
  }

  .yygh ul li .tx p b {
    font-size: 0.22rem;
  }

  .yygh ul li .tx p {
    line-height: 0.3rem;
  }

  .yygh ul li:nth-child(8) .tx p {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .yygh ul li .txb>img {
    width: 1rem;
  }

  .yygh ul li .txb {
    align-items: flex-start;
  }

  .yygh ul::before {
    left: 0.22rem;
    width: 0.15rem;
  }

  .map>h3 {
    font-size: 0.26rem;
  }

  .map .k ul li {
    font-size: 0.2rem;
    margin-right: 0.4rem;
  }

  .lxzhy1 ul li,
  .lxzhy2 ul,
  .lxzhy3 ul,
  .lxzhy4 ul li {
    width: 100%;
  }

  .lxzhy1 ul li+li,
  .lxzhy2 ul:nth-child(2),
  .lxzhy3 ul:nth-child(2),
  .lxzhy4 ul li+li {
    margin-top: 0.2rem;
  }

  .his-nf {
    width: 100%;
    order: 1;
  }

  .his-tx {
    width: 100%;
    order: 2;
  }

  .his-r {
    width: 100%;
    order: 3;
  }

  .his-nf ul li {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }

  .his-tx ul li a .tx {
    font-size: 0.2rem;
  }

  .jktj ul .jktj-tx {
    order: 2;
    width: 100%;
    margin-left: 0 !important;
  }

  .jktj ul .jktj-pic {
    order: 0;
    width: 100%;
  }

  .tj-ny .k .l {
    width: 100%;
  }

  .tj-ny .k .r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .jozhy .k1 .k1-l {
    width: 100%;
  }

  .jozhy .k1 .k1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .jozhy .k2 ul {
    width: 100%;
  }

  .jozhy .k2 ul li {
    height: auto !important;
    margin-top: 0.2rem;
  }

  .jozhy .k2 ul:first-child li {
    margin-top: 0;
  }

  .jozhy .k2 ul:nth-child(3) li:nth-child(2) {
    margin-top: 0.2rem;
  }

  .jozhy .k3 .shzp ul li {
    width: 50%;
  }

  .jozhy .k3 .shzp ul {
    margin: -0.2rem -0.2rem 0 -0.2rem;
  }

  .jozhy .k3 .shzp ul li {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 36px;
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
    line-height: 30px;
  }

  .sz-con {
    justify-content: center;
  }

  .sz-con .pic1 {
    margin-right: 0;
  }

  .sz-r {
    width: 100%;
    flex: none;
    padding-top: 0;
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    text-align: center;
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    white-space: normal;
    word-break: normal;
    overflow:
      visible;
    text-overflow: initial;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 67.64%;
    margin-right: 0;
  }

  .tw ul li a .tw-tx {
    flex: none;
    width: 100%;
    padding-top: 0.3rem;
  }

  .list-ld ul li {
    width: 100%;
  }

  .ljjb1 ul {
    justify-content: space-between;
  }

  .ljjb1 ul li {
    width: 48%;
    margin-left: 0;
  }

  .ljjb1 ul li a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .ljjb1 ul li a h3 {
    line-height: 0.26rem;
    margin-top: 0.2rem;
    word-wrap: break-word;
  }

  .ljjb2 .qh-tit {
    margin-top: 0.3rem;
  }

  .ljjb2 .qh-tit ul li {
    width: 50%;
    margin-top: 0.2rem;
  }

  .kszhy2 ul li {
    width: 100%;
  }

  .lxzhy3 ul,
  .lxzhy3 ul:nth-child(2) {
    padding: 0.4rem 0.2rem;
  }

  .lxzhy3 ul li {
    margin-top: 0.2rem;
  }

  .lxzhy3 ul:nth-child(2) li {
    padding: 0.2rem 0;
  }

  .jozhy .k3 .shzp ul li {
    width: 100%;
  }
}

@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;
  }
}


.gltd-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.gltd-b ul {
  width: 48.5%;
  background-color: #f5f6f9;
  padding: 0.4rem;
}

.gltd-b ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.15rem;
}

.gltd-b ul li:first-child {
  margin-top: 0;
}

.gltd-b ul li .tit {
  width: 1rem;
  text-align: right;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0D6A9F;
  margin-right: 0.2rem;
}

.gltd-b ul li .tx {
  flex: 1;
  min-width: 0;
    display: flex;
}

.gltd-b ul li .tx a {
  display: inline-block;
  /*margin-right: 0.5rem;*/
  line-height: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  transition: all 0.5s;
}

.gltd-b ul li .tx a:hover {
  color: #0D6A9F;
}