﻿@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input,
textarea {

  outline: none;
  font-family: '微软雅黑';
  -webkit-appearance: none;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {

  color: #666;
}



input:-moz-placeholder,
textarea:-moz-placeholder {

  color: #666;
}



input::-moz-placeholder,
textarea::-moz-placeholder {

  color: #666;
}



input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

  color: #666;
}

body {
  font-size: 0.28rem;
  font-family: '微软雅黑';
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

.c5-right .c5-right4,
.c7-img,
.searpc {
  display: none;
}

.pc {
  display: none !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.menu-btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 10px;
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  background: #fff;
  border-radius: 10px;
}

.menu-btn .line {
  top: 0;
  bottom: 0;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  background: #6EB92D;
  border-radius: 10px;
}

.menu-btn .line::before {
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}


.menu-btn .line::after {
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

.menu-btn .line::before,
.menu-btn .line::after {
  content: '';
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-open .line {
  background: transparent;
}

.menu-open .line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open .line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.slidewrapper {
  margin-top: 1.7rem
}



.logo,
.pc {
  display: none;
}

.logo1 {
  height: 1.3rem;
}

.logo2 {
  height: 1.5rem;
}

.head-logo {
  position: relative;
  display: flex;
  padding: .2rem .42rem;
}

.headTitle {
  padding: .2rem 0;
  border-bottom: #D0D5DC 1px solid;
  display: flex;
  justify-content: center;
}

.hList {
  position: relative;
  color: #152D4E;
  padding: 0 .24rem;
  margin: 0 .1rem;
  height: .5rem;
  line-height: .5rem;
  display: inline-block;
}

.hList:nth-child(2)::before,
.hList:nth-child(3)::before {
  position: absolute;
  content: '';
  border-left: 1px solid #D0D5DC;
  left: 0px;
  height: 10px;
  top: .15rem;
}

.hList.active {
  background: #EF8136;
  border-radius: 120px;
  line-height: .5rem;
  color: #fff;
}

.searcher {
  width: .52rem;
  position: absolute;
  right: 1.6rem;
  top: .55rem;
}

.search2 {
  display: none;
}

.searchBox {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  padding: .8rem .42rem;
  left: 0;
  right: 0;
  top: 1.7rem;
  z-index: 999;
  display: none;
  border-top: 1px solid #ddd;
}

.searchBox.active {
  display: block;
}

.searC {
  position: relative;
  height: .8rem;
  margin: 0 auto;
}

.searpc{display:none!important;}

.searC input {
  width: 100%;
  height: 1rem;
  background: #E7EAED;
  border-radius: 40px;
  border: transparent 1px solid;
  padding-left: .32rem;
  font-size: .3rem;
  line-height: 1rem;
}


.searC img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: .22rem .4rem;
}

.nav-con {
  position: absolute;
  left: 0;
  top: 1.7rem;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: none;
  height: calc(100vh - 2.53rem);
  overflow-y: auto;
}

.menu-open .nav-con {
  display: block;
}

.nav-con ul li {
  border-bottom: 1px solid #D0D5DC;
  position: relative;
  font-size: .32rem;
}

.nav-con ul li>a {
  line-height: 1rem;
  padding: 0 .42rem;
  color: #152D4E;
}

.nav-main .arr {
  background: url(../imgs/add.png) no-repeat center center;
  width: 0.2rem;
  position: absolute;
  right: 0.32rem;
  height: 0.2rem;
  top: .38rem;
  opacity: .6;
}

.nav-main ul li.on .arr {
  background: url(../imgs/jian.png) no-repeat center center;
}

.nav-bd {
  width: 100%;
  background: #f6f9f3;
  border-top: 1px solid #D0D5DC;
  display: none;
}

.nav-main ul li.on .nav-bd {
  display: block;
}

.nav-bd a {
  display: block;
  border-top: 1px solid #D0D5DC;
  line-height: 1rem;
  margin: 0 .42rem;
  color: #152D4E;
}

.nav-bd a:nth-child(1) {
  border-top: 0;
}


.nav-bdcon {
  width: 50%;
  float: left;
  padding: 0 0 0 .6rem;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.nav-bdcon:nth-child(1),
.nav-bdcon:nth-child(2) {
  padding-top: 1.2rem
}

.nav-tit {
  position: relative;
  line-height: .9rem;
  color: #fff;
  font-size: .6rem;
  margin-bottom: .6rem;
}

.nav-tit:before {
  position: absolute;
  content: '';
  width: .5rem;
  height: 1px;
  background: rgba(255, 255, 255, .13);
  left: -.6rem;
  top: .4rem;
}

.nav-tit span {
  width: .9rem;
  height: .9rem;
  background: rgba(255, 255, 255, .2);
  float: left;
  border-radius: 5px;
  margin-right: .3rem;
}

.nav-tit span img {
  width: 100%
}

.nav-bdcon ul {
  margin-bottom: 1.2rem
}

.nav-bdcon ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: .4rem;
}

.nav-bdcon ul li a {
  color: #afc8f4;
  font-size: .36rem;
}

.nav-bdcon ul li a:hover:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  left: 2px;
  top: 12px;
}

.mySwiper1 {
  width: 100%;
}

.mySwiper1 .swiper-pagination-bullet {
  width: 0.8rem;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.swiper-slide {
  overflow: hidden;

}

.swiperyd {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.swiper-container {
  width: 100%;
  height: 100%;
}

.mySwiperyd .swiper-slide .swiper-list {
  width: 100%;
  height: 100%
}

.search {
  display: none;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem .3rem .2rem 0.5rem;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.search-txt {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.search-txt input {
  display: block;
  width: 100%;
  height: 0.8rem;
  font-size: 1.2em;
  border: 0;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.search-btn {
  position: relative;
  margin-left: 0.2rem;
  width: 0.8rem;
  text-align: center;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../images/sear1.png) no-repeat center right;
  border: 0
}

.mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.mySwiper1 .swiper1-pagination {
  font-size: .4rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  margin-top: .2rem;
}

.mySwiper1 span.swiper-pagination-current {
  font-size: .6rem;
  margin-top: -.2rem;
}

.swiper-slide {
  overflow: hidden;
}

.mySwiper1 .swiper-slide img {
  width: 100%;
  display: block;
}

.mySwiper1 .swiper-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  left: inherit !important;
  right: 1rem !important;
  top: 0 !important;
  margin-top: 0 !important;
  background: url('../imgs/left.png') no-repeat center center !important;
  border: 1px solid #fff;
  background-size: .3rem !important;
}

.mySwiper1 .swiper-button-prev:hover {
  background: #fff url('../imgs/lefton.png') no-repeat center center !important;
  background-size: .3rem !important;
}

.mySwiper1 .swiper-button-next {
  width: 1rem !important;
  height: 1rem !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  border: 1px solid #fff;
  background: url('../imgs/right.png') no-repeat center center !important;
  background-size: .3rem !important;
}

.mySwiper1 .swiper-button-next:hover {
  background: #fff url('../imgs/righton.png') no-repeat center center !important;
  background-size: .3rem !important;
}

.mySwiper1 .main {
  left: 0.42rem;
  right: .42rem;
  position: absolute;
  bottom: .5rem;
  height: 1rem;
  z-index: 9999;
}

.mySwiper1c {
  position: relative;
}

.nsContent1 {
  padding: .7rem .42rem;
}

.nsContent1c {
  background: #fff;

}

.nsTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}

.nsTit ul {
  display: flex;
  align-items: center;
}

.nsTit ul li {
  margin-right: .5rem;
  display: flex;
  align-items: center;
  color: rgba(31, 48, 61, .5);
  font-size: .4rem;
  font-weight: bold;
  cursor: pointer;
}

.nsTit ul li span {
  font-size: .4rem;
  font-weight: bold;
}

.newicimg {
  display: block;
  margin-right: .1rem;
  width: .55rem;
}

.newicimgon {
  display: none;
  margin-right: .1rem;
  width: .55rem;
}

.nsTit ul li:hover,
.nsTit ul li.on {
  color: #1F303D;
}

.nsTit ul li:hover span,
.nsTit ul li.on span {
  color: #6EB92D;
}

.nsTit ul li:hover .newicimg,
.nsTit ul li.on .newicimg {
  display: none;
}

.nsTit ul li:hover .newicimgon,
.nsTit ul li.on .newicimgon {
  display: block;
}

.nsTit>a {
  color: #1F303D;
  display: flex;
  align-items: center;
}

.nsTit>a img {
  margin-left: .2rem;
  width: .4rem;
}



.nsContent1c-bd {
  display: none;
}

.nsContent1c-bd.on {
  display: block;
}

.nsContent1c-bd1 {
  border: 1px solid #DDDDDD;

}

.nsContent1c-bd1a {
  width: 100%;
}

.nsContent1c-bd1b {
  padding: .4rem .4rem 0 .4rem;
}

.nsContent1c-bd1b>a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1F303D;
  font-size: .38rem;
}

.nsContent1c-bd1b>a:hover {
  color: #6EB92D;
}

.nsContent1c-bd1b span {
  color: #1F303D;
  opacity: .6;
  margin: .2rem 0;
  display: block;
}

.nsContent1c-bd1bc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1F303D;
  opacity: .8;
  font-size: .32rem;
  line-height: .5rem;
}

.nsContent1c-bd1bmore {
  border-top: 1px solid #DDDDDD;
  padding: .4rem 0;
  margin-top: .4rem;
}

.nsContent1c-bd1bmore a {
  color: #1F303D;
  display: flex;
  align-items: center;
}

.nsContent1c-bd1bmore a img {
  margin-left: 10px;
  width: .4rem;
}

.nsContent1c-bd1bmore a:hover {
  color: #6EB92D;
}

.nsContent1c-bd2 {
  border: 1px solid #DDDDDD;
  border-top: 0;
}

.nsContent1c-bd2 .list {
  padding: .5rem .42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nsContent1c-bd2 .list:nth-child(2) {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.nsContent1c-bd2 .list>a>img {
  width: 2.3rem;
  height: 1.8rem;
  display: block;
}

.nsContent1c-bd2 .listr {
  flex: 1;
  margin-left: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(31, 48, 61, .6);
  height: 1.8rem;
}

.nsContent1c-bd2 .listr a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1F303D;
  font-size: .32rem;
}

.nsContent1c-bd2 .listr a:hover {
  color: #6EB92D;
}

.nsContent2 {
  background: url('../imgs/aboutus/ab-bg.jpg') no-repeat center;
  background-size: auto 100%;
  padding: 1rem .42rem;
  position: relative;
}


.nsContent2c1a {
  color: #fff;
  font-size: .5rem;
  font-weight: bold;
  line-height: .8rem;
}

.nsContent2c1b {
  width: 5.5rem;
  border-radius: 120px;
  margin: .6rem 0;
}

.nsContent2c1b img {
  width: 100%;
}

.nsContent2c2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nsContent2c2 .list {
  width: 49%;
  background: rgba(51, 51, 51, .3);
  border-radius: 8px;
  padding: .5rem .42rem;
  transition: all .1s ease-in-out;
  margin: .1rem 0;
}

.nsContent2c2 .list1 {
  text-align: center;
  display: none;
}

.nsContent2c2 .list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0s;
  margin-top: -.2rem;
}

.nsContent2c2 .list2>a {
  color: #FFFFFF;
  font-size: .32rem;
  transition: all 0s;
}

.nsContent2c2 .list2r .icon {
  width: 1.2rem;
}

.nsContent2c2 .list2 .more {
  display: none;
  transition: all 0s;

}





.nsContent3 {
  background: #D2E5F0 url('../imgs/compty/com-bg.png') no-repeat center top;
  position: relative;
  background-size: 250%;
  padding: 1rem 0 0 0;
}


.nsContent3tit {
  text-align: center;
  font-weight: bold;
  font-size: .5rem;
  line-height: .6rem;
  color: #1F303D;
}



.nsContent3tit span {
  color: #6EB92D;
  font-size: .5rem;
}

.nsContent3c {
  margin-top: 1rem;
}

.nsContent3c .item {
  position: relative;
  padding: .8rem .42rem;
}

.nsContent3c .item:nth-child(1) {
  background: url('../imgs/compty/com-bg1.jpg') center;
  background-size: auto 100%;
}

.nsContent3c .item:nth-child(2) {
  background: url('../imgs/compty/com-bg2.jpg') center;
  background-size: auto 100%;
}

.nsContent3con1 {
  color: #fff;
  font-size: .32rem;
  transition: all 0s;
}

.nsContent3con1a {
  font-size: 1rem;
  font-weight: bold;
  display: flex;
}

.nsContent3con1a span {
  font-size: .8rem;
  position: relative;
  margin-left: .2rem;
}

.nsContent3con1a span::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background: #6EB92D;
  bottom: 5px;
  left: 2px;
}

.nsContent3con1b {
  font-size: .32rem;
  margin: .5rem 0;
}

.nsContent3con1 a {
  color: #fff;
  display: flex;
  align-items: center;

}

.nsContent3con1 a img {
  margin-left: 10px;
  width: .4rem;
}

.nsContent3c .item.on .nsContent3con1 a {
  opacity: 1;
  transition: all 0s;
}

.nsContent3con2 {
  margin-top: .8rem;
}

.nsContent3con2 ul {
  display: flex;
  flex-wrap: wrap;
}

.nsContent3con2 ul li {
  width: 49%;
  margin: 0 2% 2% 0;
}

.nsContent3con2 ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.4rem;
  color: #fff;
  font-size: .32rem;
  align-items: center;
  background: rgba(0, 0, 0, .3);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.nsContent3con2 ul li:nth-child(2n) {
  margin-right: 0;
}

.nsContent3con2 ul li img {
  margin-bottom: .1rem;
  width: 1.2rem;
}

.nsContent3con2 ul li img:nth-child(2) {
  display: none;
}

.nsContent3c .item:nth-child(2) .nsContent3con2 {
  margin-top: 2.6rem;
}

.nsContent3con2 ul li a:hover {
  background: rgba(255, 255, 255, .8);
  color: #1F303D;
  transform: scale(1.1);
  position: relative;
  z-index: 9999;
}

.nsContent3con2 ul li a:hover img:nth-child(1) {
  display: none;
}

.nsContent3con2 ul li a:hover img:nth-child(2) {
  display: block;
}

.nsContent3c .item.on .nsContent3con2 {
  display: block;

}

.nsContent4 {
  background: url('../imgs/aboutCom/bg.jpg') no-repeat center;
  background-size: auto 100%;
     margin-bottom:-1.3rem
}

.nsContent4 .main {
  position: relative;
  padding: 3.8rem 0;
}

.nsContent4-1 {
  text-align: center;
  color: #1F303D;
  font-size: .4rem;
  font-weight: bold;
  padding: 0 3rem;
}

.nsContent4-1 span {
  color: #6EB92D;
  font-size: .4rem;
}

.nsContent4-2 {
  color: #1F303D;
  opacity: .8;
  font-size: .32rem;
  line-height: .5rem;
  text-align: center;
  margin: .5rem 0;
  padding: 0 2rem;
}

.nsContent4 a {
  width: 3.6rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  background: #6EB92D;
  border-radius: 60px;
  margin: 0 auto;
}

.nsContent4 a:hover {
  background: #57971f;
}

.nsContent4 a img {
  margin-left: 10px;
  width: .3rem;
}

.nsContent4 .imgicon {
  position: absolute;
}

.icon0,
.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6 {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
  animation-duration: 1.8s;
}

.icon7,
.icon8,
.icon9,
.icon10,
.icon11,
.icon12 {
  -webkit-animation-name: mk_right_to_right;
  animation-name: mk_right_to_right;
  animation-duration: 1.8s;
}

.icon0 {
  left: 2rem;
  top: 1rem;
}

.icon1 {
  left: .5rem;
  top: 3rem;
}

.icon2 {
  left: .3rem;
  top: 5rem;
  width: .8rem;
}

.icon3 {
  right: 1.4rem;
  top: 12rem;
  width: 1rem;
}

.icon4 {
  left: .5rem;
  top: 10rem;
  width: 1rem;
}

.icon5 {
  left: .5rem;
  top: 7rem;

}

.icon6 {
  left: .1rem;
  top: 12rem;
}

.icon7 {
  right: 1rem;
  top: 1.2rem;
  width: 1.5rem;
}

.icon8 {
  right: .8rem;
  top: 4rem;
  width: .3rem;
}

.icon9 {
  right: .2rem;
  top: 4rem;
  width: 1.2rem;
}

.icon10 {
  right: .4rem;
  top: 7rem;
  width: 1rem;
}

.icon11 {
  right: .4rem;
  top: 9rem;
  width: .8rem;
}

.icon12 {
  right: .4rem;
  top: 10rem;
  width: .2rem;
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.foot {
  background: #21A371;
  background-size: 100%;
  margin-top: 1rem;
  padding: 1rem 0 0 0;
  position: relative;
}

.foot::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  top: -.5rem;
  background: url('../imgs/ftbg.png') no-repeat center;
  background-size: 100%;
}


.foot1-left {
  text-align: center;
}

.foot1-left a img {
  width: 2rem;
}

.foot1-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .5);
  padding: .5rem 0;
}

.foot1-right img {
  margin-bottom: 20px;
  width: 2.8rem;
}

.foot1-nav1 {
  text-align: center;
}

.foot1-nav1tit {
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
  margin-top: .5rem;
}

.foot1-nav1 ul {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.foot1-nav1 ul li {
  margin: 0 0 .3rem 0;
  width: 50%;
}



.foot1-nav1 ul li a {
  color: rgba(255, 255, 255, .5);
  font-size: .32rem;
}

.foot1-nav1 ul li a:hover {
  color: #fff;
}

.foot1-nav1c {
  color: rgba(255, 255, 255, .5);
  line-height: .7rem;
  font-size: .32rem;
  margin-top: .5rem;
}


.foot2 {
  color: rgba(255, 255, 255, .5);
  padding: .6rem .42rem;
  border-top: 1px solid rgba(221, 221, 221, .2);
}

.foot2 .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: .5rem;
}

.foot2 .main a {
  color: rgba(255, 255, 255, .5);
}

.foot2 .main a:hover {
  color: #fff;
}

.foot2 .main span {
  text-align: center;
}


.foot2 .main span img {
  margin: -5px 5px;
  width: .4rem;
}


.keyj-con {padding:0px!important;overflow: hidden;background: url(../images/images/-kxyj-bg.png) no-repeat;background-size: 100%;}
.keyj-con .main{display: block;}
.keyj-con .main .lead-conl-2{width:100%;float:none;display: block;background:none;padding:60px 0;margin-bottom:60px;margin-top: 0px;border-bottom:1px solid  #CCCCCC;}

.lead-conl-2 {}
.keyj-con .main .lead-conl-2{width:100%;text-align:center;margin-left: 0px;}
.keyj-con .main .lead-conl-2 ul{/* overflow-x: scroll; *//* white-space: nowrap; */}
.keyj-con .main .lead-conl-2 ul li{display: inline-block;width: 43%;height: 1rem;border: 2px solid rgba(0,64,152,0.2);border-radius: 30px;position: relative;line-height: 1rem;margin-bottom: .3rem;}
.keyj-con .main .lead-conl-2 ul li a{
    font-weight: 400;
    color: #004098;
    /* display: block; */
    margin-left: 0.4rem;
    border: none;
    display: inline;
    line-height: 1rem;
}
.keyj-con .main .lead-conl-2 ul li:hover,.keyj-con .main .lead-conl-2 ul li.on{background: #004098;color: #fff;}
.keyj-con .main .lead-conl-2 ul li:hover a,.keyj-con .main .lead-conl-2 ul li.on a{ color: #fff;}
.keyj-con .main .lead-conl-2 ul li:before{content:'';background: url(../images/images/Tab-icon01.svg)  no-repeat;width: 0.6rem;height: 0.6rem;z-index: 99;position: absolute;display: block;left: 1em;top: 0.2rem;}
.fullw{padding: 5%;background: #ffff;}
.keyj-con .main .lead-conl-2 ul li:hover:before,.keyj-con .main .lead-conl-2 ul li.on:before{background: url(../images/images/Tab-icon01-on.svg)  no-repeat;}

.keyj-con .main .lead-conl-2 ul li:nth-child(2):before{background: url(../images/images/Tab-icon02.svg)  no-repeat;}
.keyj-con .main .lead-conl-2 ul li:nth-child(2):hover:before,.keyj-con .main .lead-conl-2 ul li:nth-child(2).on:before{background: url(../images/images/Tab-icon02-on.svg)  no-repeat;}
.keyj-con .main .lead-conl-2 ul li:nth-child(3):before{background: url(../images/images/Tab-icon03.svg)  no-repeat;}
.keyj-con .main .lead-conl-2 ul li:nth-child(3):hover:before,.keyj-con .main .lead-conl-2 ul li:nth-child(3).on:before{background: url(../images/images/Tab-icon03-on.svg)  no-repeat;}
.keyj-con .main .lead-conl-2 ul li:nth-child(3):hover:before{background: url(../images/images/Tab-icon03-on.svg)  no-repeat;}

.keyj-con .main .lead-conl-2 ul li:nth-child(4) a{margin-left:30px;}
.keyj-con .main .lead-conl-2 ul li:nth-child(4):before{background: url(../images/images/Tab-icon04.svg)  no-repeat;}
.keyj-con .main .lead-conl-2 ul li:nth-child(4):hover:before,.keyj-con .main .lead-conl-2 ul li:nth-child(4).on:before{background: url(../images/images/Tab-icon04-on.svg)  no-repeat;}

.fullw ul li{padding:30px 30px 0px 30px;border: 1px solid #DFDFDF;transition:all .5s ease;}
.fullw ul li:hover{margin-top:-1%;}
.fullw ul li .cul-conbd{padding:0;}
.fullw ul li .cul-conbd .ac-conr1-1{padding:36px 0px 31px 0px;font-size: 13px;font-family: Microsoft YaHei;font-weight: 400;}
.fullw ul li .cul-conbd .cul-conbd1{/* height:auto; */padding-bottom: 0.2rem;min-height: .6rem;}
.fullw ul li .cul-conbd .cul-conbd1 span{font-size: 20px;}
.fullw ul li .cul-conbd .intro{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #888888;line-height: 24px;}
.fullw ul li .cul-conbd .tit{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004098;
    padding: 30px 0px;
    display: block;
    margin-bottom: 0px;
}
.fullw ul li:hover .cul-conbd .intro{color:#fff;}
.fullw ul li:hover .cul-conbd .tit{color:#fff;}
#yjzx ul li .cul-conbd .cul-conbd1{text-align:center;padding-bottom: 0px;}
#yjzx ul li .cul-conbd .cul-conbd1 span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
}
#yjzx ul li:hover .cul-conbd .cul-conbd1 span{color:#fff;}

#yjfx ul li{width: 100%;height: 4.2rem;background: url(../images/images/yjfx-img01@2x.jpg)  no-repeat;background-size:100% 100%;border-radius:20px;padding: .5rem;margin-bottom: 0.3rem;}
#yjfx ul li:nth-child(2n){margin-right:0%;}
#yjfx ul li:nth-child(3n){
    margin-right: 2.2%;
}
#yjfx ul li:nth-child(2){background: url(../images/images/yjfx-img02@2x.jpg)  no-repeat;    background-size: 100% 100%;}
#yjfx ul li:nth-child(3){background: url(../images/images/yjfx-img03@2x.jpg)  no-repeat;    background-size: 100% 100%;}
#yjfx ul li:nth-child(4){background: url(../images/images/yjfx-img04@2x.jpg)  no-repeat;    background-size: 100% 100%;}
#yjfx ul li:nth-child(5){background: url(../images/images/yjfx-img05@2x.jpg)  no-repeat;    background-size: 100% 100%;}
#yjfx ul li:nth-child(6){background: url(../images/images/yjfx-img06@2x.jpg)  no-repeat;     background-size: cover;}
#yjfx ul li:nth-child(7){background: url(../images/images/yjfx-img07@2x.jpg)  no-repeat; background-size: cover}
#yjfx ul li:nth-child(8){background: url(../images/images/yjfx-img08@2x.jpg)  no-repeat;     background-size: cover;}
#yjfx ul li:nth-child(9){background: url(../images/images/yjfx-img09@2x.jpg)  no-repeat;     background-size: cover;}
#yjfx ul li:nth-child(10){background: url(../images/images/yjfx-img10@2x.jpg)  no-repeat;     background-size: cover;}

#yjfx ul li i{width: 40px;height: 40px;display:block;background: url(../images/images/yjfx-icon01.svg)  no-repeat;margin-left: 7px;margin-bottom: 20px;background-size: cover!important;}
#yjfx ul li:nth-child(2) i{background: url(../images/images/yjfx-icon02.svg)  no-repeat;}
#yjfx ul li:nth-child(3) i{background: url(../images/images/yjfx-icon03.svg)  no-repeat;}
#yjfx ul li:nth-child(4) i{background: url(../images/images/yjfx-icon04.svg)  no-repeat;}
#yjfx ul li:nth-child(5) i{background: url(../images/images/yjfx-icon05.svg)  no-repeat;}
#yjfx ul li:nth-child(6) i{background: url(../images/images/yjfx-icon06.svg)  no-repeat;}
#yjfx ul li:nth-child(7) i{background: url(../images/images/yjfx-icon07.svg)  no-repeat;}
#yjfx ul li:nth-child(8) i{background: url(../images/images/yjfx-icon08.svg)  no-repeat;}
#yjfx ul li:nth-child(9) i{background: url(../images/images/yjfx-icon09.svg)  no-repeat;}
#yjfx ul li:nth-child(10) i{background: url(../images/images/yjfx-icon10.svg)  no-repeat;}
#yjfx ul li .cul-conbd .cul-conbd1 span{font-size: 0.5rem;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;line-height: 0.6rem;}
#yjfx ul li .cul-conbd .intro{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* 专科特色 */
.speBanner {
  width: 100%;
  position: relative;
}

.speBanner>img {
  width: 100%;
  display: block;
}

.btColor {
  display: flex;
}

.btColor .list {
  flex: 1;
  height: 3px;
}

.btColor .list:nth-child(1) {
  background: #67C15B;
}

.btColor .list:nth-child(2) {
  background: #69C2D0
}

.btColor .list:nth-child(3) {
  background: #EF8136;
}

.btColor .list:nth-child(4) {
  background: #F4BB3E;
}

.btColor .list:nth-child(5) {
  background: #B18FDD;
}

.btColor .list:nth-child(6) {
  background: #D06999;
}

.banLeft {
  padding: 0 .42rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  font-size: .5rem;
  top: 1.5rem;
  position: absolute;
}

.banLeft-bd {
  font-weight: normal;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  font-size: .28rem;
}

.banLeft-bd img {
  width: .4rem;
}

.banLeft-bd a {
  color: #fff;
  margin: 0 .2rem;
}

.banRight {
  background: #2244AB url('../img/specialty/banbg.png') no-repeat center center;
  background-size: auto 85%;
  padding: .5rem;
  color: #fff;
  font-size: .3rem;
}

.banRight-top {
  font-size: .4rem;
  font-weight: bold;
}

.banRight-bd {
  margin: .4rem 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: .5rem;
}

.banRight-more {
  display: flex;
  align-items: center;
}

.banRight-more img {
  width: 1rem;
  margin-right: .3rem;
}

.spcontent1 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: .8rem .42rem .5rem .42rem;
  position: relative;
}

.spcontent1 .main {
  position: relative;
}

.spcontent1 .tit-top {
  opacity: 1;
  visibility: visible;
}

.mySwiper7 {
  width: 100%;
  overflow: hidden;
  margin-top: .6rem;
  padding-bottom: 1.6rem;
  position: relative;
}



.mySwiper7::before {
  position: absolute;
  content: '';
  width: 39%;
  border-radius: 0 0 0 16px;
  height: 10px;
  left: 0;
  bottom: .6rem;
  border-left: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.mySwiper7::after {
  position: absolute;
  content: '';
  width: 39%;
  border-radius: 0 0 16px 0;
  height: 10px;
  right: 0;
  bottom: .6rem;
  border-right: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.swiper-button-prev7 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  left: 41% !important;
  top: auto !important;
  bottom: .3rem !important;
}

.swiper-button-next7 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 41% !important;
  top: auto !important;
  bottom: .3rem !important;
}

.tit-topSp {
  display: flex;
  justify-content: space-between;
}

.tit-topSp>img {
  width: 3.2rem;
}

.tit-topSp a {
  color: #152D4E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit-topSp a img {
  margin-right: .16rem;
  width: 1rem;

}


.mySwiper7 .list {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiper7 .list>img {
  width: 100%;
}





.mySwiper7 .list .txt {
  position: absolute;
  left: -.2rem;
  right: -.2rem;
  bottom: -.2rem;
  color: #fff;
  font-size: .3rem;
  background: url('../img/c2-banbg.png');
  background-size: 100%;
  height: 3.6rem;
  padding: 1.2rem .4rem 0 .4rem;
}

.txt .txt1 {
  display: flex;
  justify-content: space-between;
  font-size: .4rem;
  align-items: center;
  margin-bottom: .2rem;
}

.txt .txt1 a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-right.png');
  background-size: 100% 100%;
}

.txt:hover a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-righton.png');
  background-size: 100% 100%;
}

.mySwiper7 .list .txt span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}


.sp2Left {

  height: 6rem;
  background: url('../img/specialty/sp2bg.jpg') no-repeat center;
  background-size: 100% auto;
  display: flex;
  padding: .42rem;
  justify-content: flex-end;
}

.sp2Left img {
  width: 1.5rem;
  height: 3.9rem;
}

.sp2Right {
  background: #E7EAED;
  padding: .8rem .42rem 1.8rem .42rem;
  position: relative;

}

.mySwiper8 {
  overflow: hidden;
  position: relative;

}

.sp2Right::before {
  position: absolute;
  content: '';
  width: 32%;
  border-radius: 0 0 0 16px;
  height: 10px;
  left: .42rem;
  bottom: 1.1rem;
  border-left: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.sp2Right::after {
  position: absolute;
  content: '';
  width: 33%;
  border-radius: 0 0 16px 0;
  height: 10px;
  right: .42rem;
  bottom: 1.1rem;
  border-right: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.mySwiper8 .list {
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mySwiper8 .list1,
.mySwiper8 .list2,
.mySwiper8 .list3,
.mySwiper8 .list4 {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mySwiper8 .list2 {
  margin-left: -.8rem;
  z-index: 2
}

.mySwiper8 .list3 {
  margin-top: -.8rem;
  z-index: 4
}

.mySwiper8 .list4 {
  margin-top: -.8rem;
  margin-left: -.8rem;
  z-index: 3
}

.mySwiper8 .list1c {
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  line-height: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  text-align: center;
}

.mySwiper8 .list1 .list1c {
  background: #2244AB;
}

.mySwiper8 .list2 .list1c {
  background: #67C15B;
}

.mySwiper8 .list3 .list1c {
  background: #69C2D0;
}

.mySwiper8 .list4 .list1c {
  background: #EF8136;
}


.mySwiper8 .list img {
  height: 100%;
}

.mySwiper8 .list1c:hover {
  background: transparent;
}

.swiper-button-prev8 {
  width: .64rem !important;
  height: .64rem !important;
  background: url(../img/c1-left.png) !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  left: 41% !important;
  top: auto !important;
  bottom: .8rem !important;
}

.swiper-button-next8 {
  width: .64rem !important;
  height: .64rem !important;
  background: url(../img/c1-next.png) !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 41% !important;
  top: auto !important;
  bottom: .8rem !important
}

.spcontent3 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: .6rem .42rem;

}


.sp3Left {
  background: #FFFFFF;
  border-radius: .32rem;
  border: 1px solid #D0D5DC;
  padding: 0 .5rem;
  border-bottom: 3px solid #2244AB;
}

.sptit {
  border-bottom: 1px solid rgba(21, 45, 78, .2);
  height: 1.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: .4rem;
  color: #152D4E;
  font-weight: bold;
  align-items: center;
}

.sptit::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #2244AB;
  border-radius: 10px;
}

.moreimg {
  display: none;
}

.sptit .more {
  display: flex;
  align-items: center;
  color: rgba(21, 45, 78, .7);
  font-size: .32rem;
  font-weight: normal;
}

.moreimg1 {
  width: .8rem;
  height: .8rem;
  background: url('../img/specialty/jtimg1.png');
  background-size: 100% 100%;
  margin-right: .2rem;
}

.sptit .more:hover .moreimg1 {
  background: url('../img/specialty/jtimg2.png');
  background-size: 100% 100%;
}

.sp3Left {
  padding-bottom: .6rem;
}

.sp3Left ul li {
  margin-top: .5rem;
  cursor: pointer;
}

.sp3Left ul li a {
  color: #152D4E;
  font-size: .32rem;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sp3Left ul li span {
  display: block;
  margin-top: .2rem;
  color: #152D4E;
  position: relative;
  opacity: .6;
}

.sp3Left ul li span::before {
  position: absolute;
  content: '';
  width: 6rem;
  height: 1px;
  background: #D0D5DC;
  right: 0;
  bottom: .18rem;
}

.sp3Left ul li:hover a {
  color: #2244AB;
}

.sp3Left ul li:hover span::before {
  background: #2244AB;
}

.sp3Right {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D0D5DC;
  padding: 0 .5rem;
  border-bottom: 3px solid #2244AB;
  margin-top: .3rem;
}

.sp3Right .listc {
  padding: .5rem 0 .3rem 0;

}

.listc-left {
  border-radius: 8px;
  overflow: hidden;
}

.listc-leftc {
  position: relative;
  display: none;
}

.listc-leftc>img {
  width: 100%;
}

.listc-leftc.on {
  display: block;
}

.listc-leftc a {
  width: 100%;
  line-height: 1rem;
  color: #fff;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}

.listc-left img {
  width: 100%;
  display: block;
}

.listc-right {
  flex: 1;
}

.listc-right ul li {
  position: relative;
}

.listc-right ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #2244AB;
  border-radius: 20px;
  left: .4rem;
  top: .54rem;
}

.listc-right ul li a {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;

  background: #E7EAED;
  padding-left: .8rem;
  color: #152D4E;
  border-radius: 8px;
  margin-top: .3rem;
  cursor: pointer;
  line-height: 1.2rem;
  font-size: .32rem;
}

.listc-right ul li:hover::before {
  background: #fff;
}

.listc-right ul li:hover a {
  background: #2244AB;
  color: #fff;
}

.listc-right ul li:hover::after {
  position: absolute;
  content: '';
  left: 0;
  top: .5rem;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

/* 医院资讯 */
.newBanner {
  padding-bottom: 0;
}



.newBd {
  background: rgba(255, 255, 255, 0.1);
}

.newBd .main {
  padding: .5rem .42rem;
  position: relative;
}

.newBd  .newList .list{margin-bottom: 0.8rem;}


.newNav {
  position: absolute;
  left: .42rem;
  top: -1.1rem;
  right: .42rem;
  display: flex;
  justify-content: space-between;
}

.newNav a {
  width: 19.2%;
  line-height: .8rem;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  color: #fff;
  font-size: .32rem;
  position: relative;
  font-weight: bold;
}

.newNav a.on,
.newNav a:hover {
  background: #fff;
  color: #2244AB;
}

.newNav a.on::before,
.newNav a:hover::before {
  position: absolute;
  content: '';
  width: .6rem;
  height: 3px;
  background: #2244AB;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newList .list {
  margin: .42rem;
  background: #fff;
  padding: .3rem;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 3px solid transparent;
  border: 1px solid rgba(25, 37, 51, 0.2)
}



.newList .list a>img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.newList .list-right {
  transition: all 0s ease-in-out;
  display: flex;
  align-items: flex-start;
  margin-top: .3rem;
}

.newList .list-right1 {
  width: 1.8rem;
  margin-right: .1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #008a5a;
  font-weight: bold;
  font-size: .32rem;
  transition: all 0s ease-in-out;
  text-align: center;
}

.newList .list-right1 strong {
  font-size: .8rem;
  transition: all 0s ease-in-out;
}

.newList .list-right2 {
  flex: 1;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #152D4E;
  font-size: .4rem;
  font-weight: bold;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit em{color:#a6050a;font-style:normal;font-size: .4rem;font-weight: bold;}

.newList .list-right2c {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #152D4E;
  opacity: .8;
  line-height: .45rem;
  margin: .2rem 0 .3rem 0;
  transition: all 0s ease-in-out;
}

.newMore {
  color: #152D4E;
  width: 2.5rem;
  height: .8rem;
  border: 1px dashed rgba(21, 45, 78, .2);
  text-align: center;
  line-height: .8rem;
  display: block;
  position: relative;
  transition: all 0s ease-in-out;
}

.newMore::before {
  position: absolute;
  content: '';
  background: url('../img/new/left.png') no-repeat;
  width: 3px;
  height: .8rem;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.newMore::after {
  position: absolute;
  content: '';
  background: url('../img/new/right.png') no-repeat;
  width: 3px;
  height: .8rem;
  background-size: 100% 100%;
  right: 0;
  top: 0;
}

.newList .list:hover .newMore {
  color: #fff;
  background: #008A5A;
  border: 0
}

.newList .list:hover .newMore::before {
  background: none;
}

.newList .list:hover .newMore::after {
  background: none;
}

.newList .list:hover {
  box-shadow: 0px 0px 15px 0px rgba(25, 37, 51, 0.2);
  border: 1px solid #008A5A;
}


.page {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.28rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page a {
  color: #152D4E;
  width: 2rem;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  width: .8rem;
  line-height: .8rem;
  margin: 0 .2rem .2rem 0;

}


.page a:hover,
.page a.current {
  background: #008A5A;
  color: #fff
}

.page input,
.page select {
   background: rgba(21, 45, 78, .2);
  padding: 0 .2rem;
  border-radius: 30px;
  margin: 0 .1rem;
  border: 0;
  line-height: .8rem;
     height: .8rem;
  width: 2rem;
}

.page a:last-child {
  width: 2rem;
  margin: 0 .1rem;
}

.page img {
  width: .8rem;
  height: .8rem;
  display: block;
}


.page a:hover {
  background: #2244AB;
  color: #fff
}


/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: url('../images/partyMasses/pa-bg.png') no-repeat center bottom;
  padding: .42rem;
}


.partyC1left {
  background: url('../images/partyMasses/pcon2bg.jpg') no-repeat center top;
  background-size: 100%;
  padding: .5rem .42rem;
  position: relative;
}

.partyC1left-tit {
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #fff;
  position: relative;
}

.partyC1left-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.partyC1left-tit .l1 {
  width: .2rem;
  height: .3rem;
}

.partyC1left-tit .l2 {
  width: .6rem;
  height: .4rem;
}

.partyC1leftMore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6);
  position: absolute;
  right: .42rem;
  top: .5rem;
}

.partyC1leftMore .micon {
  width: .8rem;
  height: .8rem;
  background: url('../images/partyMasses/more1.png');
  background-size: 100% 100%;
  margin-right: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../images/partyMasses/more3.png');
}



.partyC1right1 {}

.partyC1right1 .list {
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .08);
  position: relative;
  margin-top: .3rem;
}

.partyC1right1 .list img {
  height: 2.4rem;
  border-radius: 5px;
    margin:.2rem
}

.partyC1right1 .listc {
  padding: .3rem .3rem 0 .3rem;

}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right1 .listc2,
.partyC1right2 .listc2 {
  color: #A6050A;
  font-weight: bold;
  display: flex;
  margin-top: .3rem;
  align-items: center;
}

.partyC1right1 .listc2 strong,
.partyC1right2 .listc2 strong {
  font-size: .4rem;
  margin-right: .2rem;
}

.partyC1right1 .list:hover .listc {
  background: #A6050A;
}

.partyC1right1 .list:hover .listc1 {
  color: #fff;
}

.partyC1right1 .list:hover .listc2 {
  color: #fff;
}

.partyC1right1 .list:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #B4A37E;
}

.partyC1right2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partyC1right2 .list {
  width: 48.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .4rem;
  background: #fff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.partyC1right2 .list:hover .listc1 {
  color: #A6050A;
}


.partyC1right2 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right2more {
  display: inline-block;
  color: #A6050A;
  margin-top: .1rem;
  border-bottom: 1px solid #A6050A;
  padding-bottom: .15rem;
  padding-right: .3rem;
  background: url('../images/partyMasses/pcon2-img7.png') no-repeat right bottom;
  background-size: .15rem;
  margin-top: -.45rem;
}


.partyContent1img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  display: none;

}


.partyContent3 {
  background: url('../images/partyMasses/pcon4bg.jpg') no-repeat center top;
  background-size: auto 4rem;
  padding: .42rem;
}



.partyContent3 .sptit {
  position: relative;
  color: #fff;
  border: 0;
  height: .8rem;
  margin-top: .08rem;
}

.partyContent3 .sptit::before {
  background: none;
}

.partyContent3 .more {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, .6);
}

.partyContent3 .moreimg1 {
  background: url('../images/partyMasses/more1.png');
  background-size: 100% 100%;
}

.partyContent3 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more3.png');
  background-size: 100% 100%;
}


.partyContent3 ul li {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .32rem;
  cursor: pointer;
  display: flex;
}

.partyContent3 ul li>img {
  height: 2.4rem;
  display: block;
  border-radius: 5px;
}

.partyContent3 ul li .listc {
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyContent3 ul li .listc1 {
  color: #454545;
  line-height: .5rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyContent3 ul li .listc2 {
  color: #888888;
}



.partyContent3 ul li:hover .listc1 {
  color: #A6050A;
}

.partyContent4 {
  background: url('../images/partyMasses/pcong5bg.png') no-repeat center;
  background-size: auto 100%;
  padding: .3rem .42rem .42rem .42rem;
}


.partyContent4 .sptit {
  border: 0;
  height: .8rem;
  color: #454545;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent4 .sptit .moreimg1 {
  background: url('../images/partyMasses/more2.png');
  background-size: 100% 100%;
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more2on.png');
  background-size: 100% 100%;
}

.partyContent4l {
  margin-bottom: .5rem;
}

.partyContent4lc {
  margin-top: .3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 3px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
}

.partyContent4lc-1>img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.partyContent4lc-1 a {
  line-height: 1rem;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 0 .3rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.partyContent4lc-2 {
  padding: 0 .5rem .5rem .5rem;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: .4rem 0;
}

.partyContent4lc-2 ul li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #454545;
  font-size: .32rem;
}

.partyContent4lc-2 ul li a:hover {
  color: #C11600;
}

.m-ins-navbox {
        height: 1rem;
        background-color: #fff;
        position: relative;
        display: flex;
        justify-content: space-between;
        background: #008A5A;
}

.m-ins-navbox .right {
  position: relative;
  flex: 1;
}

.m-ins-navbox .right .tit {
  display: block;
  padding-left: .5rem;
  color: #2244AB;
  line-height: 1rem;
  background: url('../img/new/ico_36.png') no-repeat 93% center;
  background-size: auto 40%;
  cursor: pointer;
  font-size: .34rem;
}

.m-ins-navbox .right .subbox {
  width: 100%;
  position: absolute;
  top: 1rem;
  background-color: #fff;
  z-index: 2;
  display: none;
  left: 0;
}

.m-ins-navbox .right .subbox a {
  display: block;
  padding-left: .5rem;
  line-height: 1rem;
  border-top: 1px solid #e5e5e5;
  background: url('../img/new/ico_37.png') no-repeat 92% center;
  background-size: auto 30%;
  color: #152D4E;
  opacity: .8;
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}




/* 科学研究 */
.kxBanner {
  background: url('../images/kx/bg.png') no-repeat center;
  height: 3.5rem;
  background-size: 100% 100%;
}

.kxBanner .main {
  position: relative;
}

.kxTit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: .4rem 0 0 .4rem;
}

.kxTit1 {
  display: flex;
  align-items: center;
  color: #fff;
}

.kxTit1 img {
  width: .4rem;
}

.kxTit1 a {
  color: #fff;
  margin: 0 10px;
}

.kxTit2 {
  padding-top: .35rem;
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  position: relative;
  color: #fff;
}

.kxTit2::before {
  position: absolute;
  content: '';
  width: .8rem;
  height: 4px;
  background: #52BCCC;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 1.1rem;

}

.kx-content1 {
  background: url('../images/kx/kx-bg1.png') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: .6rem;
}

.kx-tit {
  text-align: center;
  font-size: .42rem;
  font-weight: bold;
  color: #192533;
}

.kx-content1c {
  padding: .5rem .42rem;
}

.kx-content1cl {
  display: flex;
  justify-content: space-between;
}

.kx-content1cl>img {
  width: 40%;
  height: 5.5rem;
}

.kx-content1cl-1 {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.kx-content1cl-1 img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin-bottom: .2rem;
}



.kx-content1cr {
  color: #192533;
  line-height: .5rem;
  margin-top: .3rem;
  font-size: .32rem;
}

.kx-content2 {
  /* background: url('../images/kx/kx-bg2.png') no-repeat center top; */
  background-size: 100%;
  padding: .8rem .42rem;
  margin-top: -.5rem;
}

.kx-content2 .kx-tit {
  color: #fff;
}

.kx-content2-1 {
  margin: .5rem 0;
}



.kx-content2-1 ul li {
  padding: .5rem .5rem .3rem .5rem;
  margin-bottom: .3rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
}

.kx-content2-1tit {
  margin-bottom: .2rem;
  display: flex;
  justify-content: space-between;
  font-size: .4rem;
  font-weight: bold;
  color: #009166;
}

.kx-more {
  display: flex;
  align-items: center;
  color: rgba(25, 37, 51, .8);
  font-weight: normal;
  font-size: .32rem;
}

.kx-more span {
  width: .45rem;
  height: .45rem;
  margin-left: .2rem;
  background: url('../images/kx/more.png') no-repeat center center;
  background-size: 100% 100%;
}

.kx-more:hover {
  color: #009166;
}

.kx-more:hover span {
  background: url('../images/kx/moreon.png') no-repeat center center;

}

.kx-content2-1 ul li .list {
  border-bottom: 1px solid rgba(25, 37, 51, .15);
  padding: .3rem 0;
  color: rgba(25, 37, 51, .6);
}

.kx-content2-1 ul li .list:last-child {
  border: 0
}

.kx-content2-1 ul li .list a {
  font-size: .32rem;
  color: #192533;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: .2rem;
}

.kx-content2-1 ul li .list a>img {
  width: 100%;
  display: block;
  margin-bottom: .2rem;
}

.kx-content2-1 ul li .list a:hover {
  color: #009166;
}

.kx-content2-2 {
  /* box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1); */
  border-radius: 8px;
  padding: .5rem;
}

.kx-content2-2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kx-content2-2 ul li {
  border-bottom: 1px solid rgba(25, 37, 51, .15);
  padding: .3rem 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.kx-content2-2 ul li img {
  width: 3rem;
  height: 2rem;
  display: block;
}

.kx-content2-2r {
  flex: 1;
  margin-left: .3rem;
  color: rgba(25, 37, 51, .6);
}

.kx-content2-2 ul li:nth-child(3),
.kx-content2-2 ul li:nth-child(4) {
  border: 0
}

.kx-content2-2r a {
  color: #192533;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .5rem;
}

.kx-content2-2r a:hover {
  color: #008F68;
}

.kx-content3 {
  padding: 0 .42rem 1rem .42rem;
}


.kx-content3l-tit {
  display: flex;
  justify-content: space-between;
}

.kx-content3l-tit .kx-tit1 {
  display: flex;
  flex-direction: column;
}

.kx-content3l-tit .kx-tit1 strong {
  font-weight: bold;
  font-size: .42rem;
  color: #192533;
}

.kx-content3l-tit .kx-tit1 ul {
  display: flex;
  align-items: center;
  margin: .3rem 0;
}

.kx-content3l-tit .kx-tit1 ul li {
  color: #192533;
  font-size: .36rem;
  margin-right: .4rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding-left: .3rem;
}

.kx-content3l-tit .kx-tit1 ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.2;
  left: 0;
  top: .2rem;
}

.kx-content3l-tit .kx-tit1 ul li:hover::before,
.kx-content3l-tit .kx-tit1 ul li.on::before {
  background-color: #009166;
  opacity: 1
}

.kx-content3l-tit .kx-tit1 ul li:hover,
.kx-content3l-tit .kx-tit1 ul li.on {
  color: #009166;
}



.kx-content3l-bd.on {
  display: block;
}

.kx-content3l-bd ul {
  display: flex;
  flex-wrap: wrap;
}

.kx-content3l-bd ul li {
  width: 49%;
  margin: .5rem 2% 0 0;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  border-bottom: 3px solid #009166;
  padding: .4rem;
  color: rgba(25, 37, 51, .6);
}

.kx-content3l-bd ul li:nth-child(2n) {
  margin-right: 0;
}

.kx-content3l-bd ul li a {
  color: #192533;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .6rem;
}

.kx-content3l-bd ul li:hover a {
  color: #008F68;
}

.kx-content3r {
  margin-top: .8rem;
}

.kx-content3l .kx-content3l-tit {
  flex-direction: column
}

.kx-content3r-bd {
  margin-top: .4rem;
}

.kx-content3r-bd ul li {
  height: 1.4rem;
  margin-bottom: .3rem;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 .4rem 0 .8rem;
  position: relative;
}

.kx-content3r-bd ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #009166;
  border-radius: 40px;
  left: .5rem;
  top: .65rem;
}

.kx-content3r-bd ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #192533;
  font-size: .36rem;
  align-items: center;
}

.kx-content3r-bd ul li a span.txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kx-content3r-bd ul li a span.down {
  width: .7rem;
  height: .7rem;
  background: url('../images/kx/kx3-img1.png');
  background-size: 100% 100%;
}

.kx-content3r-bd ul li:hover a {
  color: #008C6C;
}

.kx-content3r-bd ul li:hover a span.down {
  background: url('../images/kx/kx3-img2.png');
  background-size: 100% 100%;
}

.kx-content3r-bd ul li:last-child {
  margin-bottom: 0;
}

.kx-content4 {
  background: url('../images/kx/kx4-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 1.5rem .42rem 3rem .42rem;
  margin-bottom: -2rem;
}



.kx-content4l-bd {
  margin-top: .4rem;
}

.kx-content4l-bd ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kx-content4l-bd1 {
  display: flex;
  flex-direction: column;
  color: #009166;
  font-size: .32rem;
  align-items: center;
}

.kx-content4l-bd1 strong {
  font-size: .7rem;
}

.kx-content4l-bd2 {
  flex: 1;
  border-bottom: 1px solid rgba(25, 37, 51, .15);
  margin-left: .4rem;
}

.kx-content4l-bd2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .32rem;
  color: #192533;
  line-height: 1.5rem;
}

.kx-content4l-bd2 a:hover {
  color: #008C6C;
}

.kx-content4r {
  margin-top: .8rem;
}

.kx-content4r-bd {
  margin-top: .4rem;
}

.kx-content4r-bd ul li {
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  height: 3.2rem;
}

.kx-content4r-bd ul li:last-child {
  margin-bottom: 0;
}

.kx-content4r-bd ul li a {
  width: 100%;
  color: #fff;
  font-size: .4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.kx-content4r-bd ul li:nth-child(1) {
  background: url('../images/kx/kx4-img1.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li:nth-child(2) {
  background: url('../images/kx/kx4-img2.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li:nth-child(3) {
  background: url('../images/kx/kx4-img3.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li a img {
  width: .8rem;
}

/* 医学教育 */
.yxBanner {
  background: url('../images/yx/bg.png') no-repeat center;
  height: 3.5rem;
  background-size: 100% 100%;
}

.yxBanner .main {
  position: relative;
}

.yx-content1 {
  padding: 0 .42rem .5rem .42rem;
}

.yx-content1 .c6-more {
  float: right;
}

.yx-content1c {
  margin-top: .4rem;
}

.yx-content1c ul {
  display: flex;
  flex-wrap: wrap;
}

.yx-content1c ul li {
  width: 48%;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  margin: 0 2% 2% 0;
}

.yx-content1c ul li:nth-child(2n) {
  margin-right: 0;
}

.yx-content1c ul li img {
  width: 100%;
  display: block;
}

.yx-content1c-bd {
  padding: .3rem;
  color: rgba(25, 37, 51, .6);
}

.yx-content1c-bd a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .3rem;
  color: #192533;
  margin-bottom: .4rem;
}

.yx-content1c ul li:hover {
  border-bottom: 6px solid #009166;
  margin-top: -10px;
}

.yx-content1c ul li:hover a {
  color: #008C6C;
}

.yx-content2 {
  background: url('../images/yx/yx2-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 1.5rem .42rem;
}



.yx-content2l,
.yx-content2r {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: .5rem;
}

.yx-content2l-tit {
  color: #192533;
  font-size: .4rem;
}

.yx-content2l ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .5rem;
}

.yx-content2l ul li {
  width: 49%;
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
  height: 2rem;
}



.yx-content2l ul li a {
  width: 100%;
  color: #fff;
  font-size: .4rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.yx-content2l ul li a img {
  width: .6rem;
}

.yx-content2l ul li:nth-child(1) {
  background: url('../images/yx/yx2-img1.png');
  background-size: 100% 100%;
}

.yx-content2l ul li:nth-child(2) {
  background: url('../images/yx/yx2-img2.png');
  background-size: 100% 100%;
}

.yx-content2l ul li:nth-child(3) {
  background: url('../images/yx/yx2-img3.png');
  background-size: 100% 100%;
  
}

.yx-content2l ul li:nth-child(4) {
  background: url('../images/yx/yx2-img4.png');
  ;
  background-size: 100% 100%;

}


.yx-content2l ul li:nth-child(5) {
  background: url('../images/yx/yx2-img9.png');
  background-size: 100% 100%;
}


.yx-content2r {
  margin-top: .5rem;
}

.yx-content2r ul li {
  padding: .4rem 0;
  border-bottom: 1px solid rgba(25, 37, 51, .15);
}

.yx-content2r ul li a {
  color: #192533;
  font-size: .32rem;
  display: flex;
  justify-content: space-between;
}

.yx-content2r ul li span.txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}

.yx-content2r ul li a span.time {
  color: rgba(25, 37, 51, .6);

}

.yx-content2r ul li a:hover {
  color: #008C6C;
}

.yx-content3 {
  background: url('../images/yx/yx3-bg.png') no-repeat center bottom;

  padding: 0 .42rem 4rem .42rem;
  margin-bottom: -2rem;
}


.yx-content3c {
  background: #fff;
}

.yx-content3c1 {
  padding: .42rem .42rem .2rem .42rem;
  margin-top: .4rem;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yx-content3c1 ul {
  margin-top: .5rem;
}

.yx-content3c1 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}



.yx-content3c1a {
  display: flex;
  flex-direction: column;
  color: #009166;
  font-size: .32rem;
  align-items: center;
}

.yx-content3c1a strong {
  font-size: .8rem;
}

.yx-content3c1b {
  flex: 1;
  margin-left: .4rem;
  font-size: .32rem;
}

.yx-content3c1b a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .34rem;
  color: #192533;
  margin-bottom: .1rem;
}

.yx-content3c1b a:hover {
  color: #008C6C;
}

.yx-content3c1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(25, 37, 51, .6);

}

.yx-content3c2 {
  margin-top: 0.5rem;
}

.yx-content3c2a {
  background: #fff;
  padding: .42rem;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yx-content3c2aimg {
  position: relative;
  margin-top: .5rem;
}

.yx-content3c2aimg img {
  width: 100%;
  display: block;
}

.yx-content3c2aimg a.yxb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1rem;
  background: rgba(0, 0, 0, .5);
  color: #fff;

  padding: 0 .2rem;
}

.yx-content3c2aimg span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .32rem;
  text-align: center;
}

.yx-content3c2b {
  display: flex;
}

.yx-content3c2b ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.yx-content3c2b ul li {
  width: 50%;
}

.yx-content3c2b ul li a {
  width: 100%;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  justify-content: center;
}

.yx-content3c2b ul li img {
  width: 1.8rem;
}

.yx-content3c2b ul li:nth-child(1) {
  background: url('../images/yx/yx3-img2.png');
}

.yx-content3c2b ul li:nth-child(2) {
  background: url('../images/yx/yx3-img3.png');
}

.yx-content3c3 {
  background: #246BB2 url('../images/yx/yx3-bg1.png') no-repeat right bottom;
  background-size: 60%;
  padding: .5rem .42rem;
}

.yx-content3c3 .yx-content2l-tit {
  color: #fff;
  margin-bottom: .5rem;
}

.yx-content3c3 .kx-more {
  color: #fff;
}

.yx-content3c3 .kx-more span {
  background: url('../images/kx/kx4-jt.png');
  background-size: 100% 100%;
}

.yx-content3c3 .list {
  margin-bottom: .3rem;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: .4rem 0;
}

.yx-content3c3 .list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: .36rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.yx-content3c3 .list a img {
  margin-right: .3rem;
  width: .8rem;
  ;
}

.yx-content3c3 .list1 {
  border: 1px solid rgba(255, 255, 255, .2);
  padding: .5rem;
}

.yx-content3c3 .list1a {
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
}

.yx-content3c3 .list1 ul li {
  margin-top: .3rem;
  color: rgba(255, 255, 255, .8);
}

.yx-content3c3 .list1 ul li a {
  color: #fff;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: .1rem;
}

/* 科室导航 */
/* .ksBanner {
  background: url('../images/ks/bg.png') no-repeat center top;
  background-size: 100%;
} */


.ksBanner .ksTit {
  padding: .42rem;
}

.ksTit>img {
  width: 100%;
  display: block;
}

.ksBanner .main {
  position: relative;
}

.ksTit1 {
  display: flex;
  align-items: center;
  color: #192533;
}

.ksTit1 a {
  color: #192533;
  margin: 0 .2rem;
}

.ks-content1 {

  background: #008A5A;
  padding: .5rem .42rem;
  color: #fff;
}

.ks-content1tit {
  font-size: .4rem;
  font-weight: bold;
  position: relative;
}



.ks-conttent1c {
  color: #fff;
  font-size: .3rem;
  line-height: .5rem;
  margin-top: .4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ks-conttent1more {
        color: #21A371;
        display: flex
;
        align-items: center;
        display: flex
;
        justify-content: center;
        margin-top: .5rem;
        background: #fff;
        border-radius: 50px;
        width: 3rem;
        height: 1rem;
        font-size: .32rem;
}
    .ks-conttent1more img {
        width: .35rem;
        margin-left: .2rem;
    }
.ks-conttent1more span {
  width: .7rem;
  height: .7rem;
  background: url('../images/ks/more.png');
  background-size: 100% 100%;
  margin-left: .3rem;
}

.ks-content2 {
  padding: .5rem .42rem;
  background: url('../images/c1-bg.png') no-repeat center bottom;
  background-size: 100%;
}

.ks-content2 .c2-tit {
  display: flex;
  justify-content: space-between;
}

.ks-content2 .c2-tit .tit {
  margin-bottom: 0;
}

.mySwiper4 {
  overflow: hidden;
  margin-top: .5rem;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.5rem;
}

.mySwiper4 .swiper-slide {
  display: flex;

  flex-wrap: wrap;
}



.mySwiper4list:nth-child(3n) {
  margin-right: 0;
}

.mySwiper4-1 {
  position: relative;
  overflow: hidden;
}

.mySwiper4-1>img {
  width: 100%;
  display: block;
}


.mySwiper4-2 {
  display: block;
  padding: .2rem .4rem;
  font-size: .36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #192533;
  background: #E9EAEB;
  transition: all 0s ease-in-out;
  font-weight: bold;
}

.mySwiper4-2 span {
  transition: all 0s ease-in-out;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: .1rem;
  font-weight: normal;
}

.mySwiper4-1b {
  display: none;
  color: #fff;
  font-size: 16px;
}

.mySwiper4-1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mySwiper4list:hover .mySwiper4-2 {
  transition: all 0s ease-in-out;
  background: #008A5A;
  color: #fff;
}

.mySwiper4list:hover .mySwiper4-1b {
  bottom: 0;
}

.mySwiper4list:hover .mySwiper4-2>span {
  display: none;
}

.mySwiper4list:hover .mySwiper4-1b {
  display: block;
}


.swiper4-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 38% !important;
}

.swiper4-button-prev:hover {
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;

}

.swiper4-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 38% !important;
}

.swiper4-button-next:hover {
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;

}

.ks-content3 {
  background: #EBEDEF;
  padding: .8rem .42rem;
}

.ks-content3 .c2-tit {
  display: flex;
  justify-content: space-between;
}

.ks-content3 .c2-tit .tit {
  margin-bottom: 0;
}



.ks-content3l-bd ul li {
  margin-top: .6rem;

}

.ks-content3l-bd1 {
  display: flex;
  color: #009166;
  align-items: flex-end;
}

.ks-content3l-bd1 strong {
  font-size: .6rem;
  margin: 0 .1rem 0 0;
  line-height: .6rem;
}



.ks-content3l-bd2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .32rem;
  color: #192533;
  margin-top: .1rem;
}

.ks-content3l-bd2 a:hover {
  color: #008C6C;
}

.ks-content4 {
  background: url('../images/c1-bg.png') no-repeat center;
  padding: .5rem .42rem;
}

.mySwiper5 {
  overflow: hidden;
  height: 5.6rem;
  position: relative;
  margin-top: .5rem;
}

.mySwiper5 .list {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  cursor: pointer;
}

.listImg {
  width: 4.5rem;
  height: 4.5rem;
}



.mySwiper5 .listImg1 {
  background: url('../images/ks/ks4-img1.png') no-repeat center center;
  background-size: 3.8rem 3.8rem;
}

.mySwiper5 .listImg2 {
  background: url('../images/ks/ks4-img2.png') no-repeat center center;
  background-size: 3.8rem 3.8rem;
}

.mySwiper5 .listImg3 {
  background: url('../images/ks/ks4-img3.png') no-repeat center center;
  background-size: 3.8rem 3.8rem;
}

.mySwiper5 .listImg4 {
  background: url('../images/ks/ks4-img4.png') no-repeat center center;
  background-size: 3.8rem 3.8rem;
}

.mySwiper5 .listImg5 {
  background: url('../images/ks/ks4-img5.png') no-repeat center center;
  background-size: 3.8rem 3.8rem;
}

.mySwiper5 .list:hover .listImg {
  background: url('../images/ks/ks4-img1on.png') no-repeat center center;
  background-size: 4.5rem 4.5rem;
}

.ks-c4bd {
  display: flex;
  flex-wrap: wrap;
}

.mySwiper5 .list .listTxt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .3rem;
  justify-content: center;
  padding: 0 .5rem;
}

.swiper5-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 38% !important;
}

.swiper5-button-prev:hover {
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;

}

.swiper5-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 38% !important;
}

.swiper5-button-next:hover {
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;

}

.flBanner.ksBanner1 {
  background: url('../images/ks/ks1bg.png') no-repeat center top;
  background-size: 100% 100%;
}

.ks1-content {
  background: #eff0f1;
  padding: 0 .42rem 2.5rem .42rem;
  margin-bottom: -2rem;
}

.ks1-content1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ks1-content1 ul {
  display: flex;

}

.ks1-content1 ul li {
  margin-right: .2rem;
  border-radius: 8px;
  overflow: hidden;
}

.ks1-content1 ul li:nth-child(1) {
  background: #008A5A;
}

.ks1-content1 ul li:nth-child(2) {
  background: #52BCCC;
}

.ks1-content1 ul li:nth-child(3) {
  background: #F3B742;
}

.ks1-content1 ul li a {
  line-height: .8rem;
  color: #fff;
  padding: 0 .3rem;
  display: block;
}

.ks1-content1 .c3-sear {

  height: 1rem;
  background: #fff;
  border-radius: 50px;
  padding-left: .4rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: .3rem;
}

.ks1-content1 .c3-sear input {
  width: 60%;
  height: 1rem;
  outline: none;
  border: 0;
  background: #fff;
  margin-left: .2rem;
}

.ks1-content1 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #52BCCC;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-size: .34rem;
}

.ks1-content1 button img {
  margin-right: .2rem;
}

.ks1-content2 {
  margin: .5rem 0 0 0;
  display: flex;
  justify-content: space-between;
}

.ks1-content2l {
  flex: 1;
  background: #fff;
  padding: .5rem;
}

.ks1-content2r {
  width: 200px;
  height: 450px;
  position: relative;
  display: none;
}

.ks1-content2r img {
  width: 200px;
  height: 450px;

}

.ks1-content2r span {
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ks1-content2l .list2-1 {
  color: #009166;
  font-size: .34rem;
  font-weight: bold;
}

.ks1-content2l .list2-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: .2rem;
}

.ks1-content2l .list2-2 ul li {
  margin: .2rem 2% 0 0;
  width: 32%;
}

.ks1-content2l .list2-2 ul li:nth-child(3n) {
  margin-right: 0;
}

.ks1-content2l .list2-2 ul li a {
  width: 100%;
  line-height: .8rem;
  background: rgba(0, 145, 102, .1);
  color: #192533;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
  border-radius: 8px 0 8px 0;
  padding: 0 .2rem;
}

.ks1-content2l .list2-2 ul li a:hover {
  color: #fff;
  background: #009166;
}

.flBanner.ksBanner2 {
  background: url('../images/ks/ks2bg.png') no-repeat center top;
  background-size: 100% 100%;
}

.flBanner.ksBanner2 .kxTit2 span {
  font-size: .32rem;
  font-weight: normal;
  display: block;
  margin-top: .5rem;
}

.ks2-content {
  background: #eff0f1;
  padding: 2.5rem .42rem 2.5rem .42rem;
  margin-bottom: -2rem;
}


.page {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.28rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page a {
  color: #152D4E;
  width: 2rem;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  width: auto;
  line-height: .8rem;
  margin: 0 .2rem .2rem 0;
  padding: 0 0.3rem;
}



.page a:hover {
  background: #2244AB;
  color: #fff
}

.page input {
  background: rgba(21, 45, 78, .2);
  padding: 0 .2rem;
  border-radius: 30px;
  margin: 0 .1rem;
  border: 0;
  line-height: .8rem;
  width: 2rem;
}

.page a:last-child {
  width: 2rem;
  margin: 0 .1rem;
}

.page img {
  width: .8rem;
  height: .8rem;
  display: block;
}


.page a:hover {
  background: #2244AB;
  color: #fff
}

.ks2-content ul {
  display: flex;
  flex-wrap: wrap;
}

.ks2-content ul li {
  width: 49%;
  margin: 0 2% .2rem 0;
  position: relative;
}

.ks2-content ul li img {
  width: 100%;
  height: 6rem;
  display: block;
}

.ks2-content ul li:nth-child(2n) {
  margin-right: 0;
}

.ks2-content1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(233, 234, 235, .9);
  padding: .2rem .4rem;
  font-size: .36rem;
  color: #1B2836;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0s;
}

.ks2-content1 strong {
  margin-bottom: .1rem;
  display: block;
  transition: all 0s;
}

.ks2-content ul li:hover .ks2-content1 {
  background: rgba(0, 138, 90, .9);
  color: #fff;
}

.ks2-content1 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s;
}

.speDe-con1 {
  margin-top: .5rem;

  border-bottom: 3px solid #008A5A;
}


.speDe-con1c {
  position: relative;

}

.speDe-con1c1 {
  height: 3.8rem;
  display: flex;
  justify-content: space-between;
  padding: .5rem .42rem 0 4rem;
}

.speDe-con1c1a {
  display: flex;
  flex-direction: column;
}

.speDe-txt1 {
  color: #152D4E;
  display: flex;
  align-items: flex-end;

}

.speDe-txt1 strong {
  font-size: .4rem;
  margin-right: .2rem;
  color: #008A5A;
}

.speDe-txt1 span {
  font-size: .32rem;
}

.speDe-txt2 {
  margin-top: .5rem;
  color: rgba(17, 26, 36, .85);
  font-size: .32rem;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.speDe-con1c2 {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  background: #fff url('../images/ks/ks3bg.png') no-repeat bottom;
  ;
  padding: .42rem;
  margin-top: .5rem;
}

.speDe-con1c2a {
  margin-bottom: .5rem;
}

.speDe-con1c2a strong {
  display: block;
  font-size: .4rem;
  color: #008A5A;
  margin-bottom: .3rem;
}

.detailMsg {
  position: absolute;
  left: .42rem;
  top: 0;
  width: 3rem;
  border-radius: .3rem;
  height: 4rem;
}

.speDe-con1c2a-con {
  line-height: .5rem;
  font-size: .32rem;
  color: rgba(17, 26, 36, .85);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 5; */
  /* -webkit-box-orient: vertical; */
}

.speDe-con2 {
  margin: .5rem .42rem
}

.speDe-con2c {
  display: flex;
  margin-top: .5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speDe-con2c .list {
  width: 48.5%;
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: .3rem;
}

.speDe-con2c .list>img {
  width: 100%;
}

.speDe-con2c .list .txt {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  color: #fff;
  font-size: .3rem;
  background: url('../img/c2-banbg.png') no-repeat bottom;
  background-size: 100%;
  height: 3rem;
  padding: .5rem;
}


.speDe-con2c .list .txt span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: .5rem;
}



/* 护理风采 */
.flBanner {
  background: url('../images/fl/fl-bg.png') no-repeat center;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner .main {
  position: relative;
}

.fl-content1 {
  padding: .5rem .42rem;
}

.fl-content1c {
  position: relative;

  margin-top: .5rem
}

.fl-content1c>img {
  width: 100%;
    height:auto
}

.fl-content1cleft {

  border-left: 3px solid #009166;
  background: #fff;
  padding: .4rem;
  box-shadow: 0px 0px 10px rgba(27, 40, 54, 0.1);
}

.fl-content1cleft strong {
  font-size: .4rem;
  color: #008A5A;
}

.fl-content1cleft .bd {
  color: #192533;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: .4rem 0;
}

.fl-content2 {
  background: url('../images/fl/fl-bg2.png') no-repeat left;
  background-size: 150% 100%;
  padding: 1.5rem .42rem;
}

.fl-content2 .kx-tit {
  text-align: left;
}

.fl-content2 .yx-content1c ul li {
  border-radius: 0;
}

.fl-content3 {
  padding: .5rem .42rem;
}

.fl-content3 .main {
  position: relative;
}

.fl-content3 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.fl-content3 ul {
  display: flex;

  flex-wrap: wrap;
  margin-top: .3rem;
}

.fl-content3 ul li {
  width: 48%;
  border-radius: 8px;
  margin: 0 2% 2% 0;
  height: 5rem;
}

.fl-content3 ul li:nth-child(2n) {
  margin-right: 0;
}

.fl-content3 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .4rem;
  ;
  color: #fff;
}

.fl-content3 ul li a img {
  width: 1.8rem;
  margin-bottom: .4rem;
}

.fl-content3 ul li:hover img {
  transform: scale(1.1);
}

.fl-content3 ul li:nth-child(1) {
  background: url('../images/fl/fl2-img1.png');
  background-size: 100% 100%;

}

.fl-content3 ul li:nth-child(2) {
  background: url('../images/fl/fl2-img2.png');
  background-size: 100% 100%;
}

.fl-content3 ul li:nth-child(3) {
  background: url('../images/fl/fl2-img3.png');
  background-size: 100% 100%;
}

.fl-content3 ul li:nth-child(4) {
  background: url('../images/fl/fl2-img4.png');
  background-size: 100% 100%;
}

.fl-content4 {
  background: url('../images/fl/fl3-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: .5rem .42rem 2.5rem .42rem;
  margin-bottom: -2rem;
}

.fl-content4 .kx-tit {
  color: #fff;
}

.fl-content4c {
  margin-top: .4rem
}

.mySwiper6 {
  overflow: hidden;
  position: relative;
}

.fl-content4con1 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.fl-content4con1 .fl4img {
  width: 100%;
  display: block;
}

.flmovie {
  width: 1.2rem;
  position: absolute;
  left: .5rem;
  bottom: 1.5rem;
  cursor: pointer;
}

.fl-content4con1 a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: .3rem;
  padding: 0 .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fl-content4con2 {
  height: 3rem;
  background: url('../images/fl/fl3-img2.png');
  background-size: 100% 100%;
  padding: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fl-content4con2 a.tit {
  color: #fff;
  font-size: .36rem;
  position: relative;
}

.fl-content4con2 a.tit::before {
  position: absolute;
  content: '';
  width: 2rem;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  top: .7rem;
}

.fl-content4con2 .flmore {
  width: 2rem;
  height: .8rem;
  border: 1px solid #fff;
  opacity: .8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: .4rem;
  bottom: .4rem;
}

.fl-content4con2 .flmore img {
  width: .5rem;
}

.fl-content4con2 .flmore:hover {
  opacity: 1;
}

.swiper6-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/fl/left.png') !important;
  background-size: 100% 100% !important;
  top: inherit !important;
  bottom: .42rem !important;
  left: .4rem !important;
  z-index: 99999 !important;
}


.swiper6-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/fl/right.png') !important;
  background-size: 100% 100% !important;
  top: inherit !important;
  bottom: .4rem !important;
  right: 70% !important;
  z-index: 99999 !important;
}



/* 医院概况 */

.flBanner.yyBanner1 {
  background: url('../images/yy/yy-bg.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner.yyBanner1 .main {
  height: 100%;
  position: relative;
}



.m-ins-navbox .right {
  position: relative;
  flex: 1;
}

.m-ins-navbox .right .tit {
  display: block;
  padding-left: .5rem;
  color: #fff;
  line-height: 1rem;
  background: url('../images/news/ico_36.png') no-repeat 93% center;
  background-size: auto 40%;
  cursor: pointer;
  font-size: .34rem;
}

.m-ins-navbox .right .subbox {
  width: 100%;
  position: absolute;
  top: 1rem;
  background-color: #fff;
  z-index: 2;
  display: none;
  left: 0;
}

.m-ins-navbox .right .subbox a {
  display: block;
  padding-left: .5rem;
  line-height: 1rem;
  border-top: 1px solid #e5e5e5;
  background: url('../images/news/ico_37.png') no-repeat 92% center;
  background-size: auto 30%;
  color: #152D4E;
  opacity: .8;
  font-size: .3rem;
}

.m-ins-navbox .right .subbox a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: .8rem;
}

.yy-content1 {
  border-bottom: 1px solid rgba(17, 26, 36, .2);
  padding-top: .5rem;
}

.yy-content1 ul {
  display: flex;
  justify-content: center;
}

.yy-content1 ul li {
  padding: .25rem .5rem;
  background: #CCE8DE;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  color: #008A5A;
  margin: 0 6px;
  font-size: .32rem;
}

.yy-content1 ul li:hover,
.yy-content1 ul li.on {
  background: #008A5A;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
}

.yy-content2 {
  padding: .5rem .42rem;
}

.yy-content2 ul {
  display: flex;
  flex-wrap: wrap;
}

.yy-content2 ul li {
  width: 49%;
  margin: 0 2% .5rem 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yy-content2c {
  position: relative;

}

.yy-content2c>img {
  display: block;
  width: 100%;
  height: 3.8rem;
}

.yy-content2 ul li:nth-child(2n) {
  margin-right: 0;
}

.yy-content2 ul li:hover .yy-content2b {
  border-bottom: 2px solid #008A5A;
  ;
}



.yy-content2-1 {
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  background: rgba(0, 138, 90, .9);
  display: flex;
  align-items: center;
  justify-content: center;

}

.yy-content2 ul li:hover .yy-content2-1 {
  top: 0;
}

.yy-content2b {
  line-height: 1.4rem;
  padding: 0 .3rem;
  color: #1B2836;
  font-size: .32rem;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 2px solid transparent
}

.yy-content3 {
  padding: .8rem .42rem 1rem .42rem;

}

.yy-content3c {
  border-left: 4px solid #008A5A;
  padding: .5rem;

  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  position: relative;
}

.yy-content3c ul {
  position: relative;
  z-index: 1;
}

.yy-bg3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.yy-content3c ul li {
  cursor: pointer;
  display: flex;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px dashed rgba(17, 26, 36, .2);
  line-height: 1rem;
  padding: 0 .3rem;

  flex-direction: column;
}

.yy-content3c ul li:hover {
  border: 1px solid #009166;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(38, 44, 54, 0.2);
}

.yy-content3c ul li .yyc3-1 {
  font-weight: bold;
  font-size: .4rem;
  color: #262C36;
}

.yy-content3c ul li:hover .yyc3-1 {
  color: #009166;
}

.yy-content3c ul li .yyc3-2 {
  color: #262C36;
  font-size: .32rem;
}

.yy-content3c ul li a {
  color: rgba(38, 44, 54, .6);
  font-size: .32rem;
  margin-top: -.3rem;
}

.yy-content3c ul li a img {
  margin-left: .2rem;
  width: .5rem;
}

.yyc3-con {
  display: flex;
  justify-content: space-between;
}

.flBanner.yyBanner2 {
  background: url('../images/yy/yy-bg2.png') no-repeat center top;
  background-size: 100%;
  height: auto;
}

.flBanner.yyBanner2 .main {
  position: relative;
}

.yy-content4 {
  padding: .5rem .4rem;
}

.yy-content4c {
  background: #fff;


}

.yy-content4-1 {
  border-bottom: 1px solid rgba(38, 44, 54, .2);
  padding: .5rem .42rem;
  display: flex;
  justify-content: space-between;
}

.yy-content4-1a {
  color: #333333;
  font-size: .32rem;
}

.yy-content4-1a strong {
  font-size: .45rem;
  display: block;
  margin-bottom: .2rem;
}

.yy-content4-1b {
  border-radius: 24px;
  border: 1px solid #008A5A;
  width: 3.5rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #008A5A;
  font-size: .36rem;
}

.yy-content4-1b img {
  margin: 0 0 -2px 7px;
  width: .4rem;
}

.yy-content4-2 {
  padding: .5rem;
  color: #333333;
}

.yy-content4-2 strong {
  font-size: .4rem;
}

.yy-content4-2 div {
  margin-top: .4rem;
  font-size: .32rem;
  line-height: .5rem;
}

.yy-content5 {
  padding: .3rem .42rem 1rem;
}

.yy-content5c {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-top: 4px solid #008A5A;
  padding: .5rem .42rem;
}

.yy-content5cTit {
  position: relative;
  text-align: center;
  color: #333333;
  font-size: .4rem;

}



.yy-content5cBd {
  font-size: .32rem;
  color: #333333;
  line-height: .5rem;
  margin-top: .5rem;
}

.yy-content5cBd img{width: 100%!important;height: auto;}

.yy-content5cBd .listShow{width: 40%;margin: 0 auto;text-align: center;}

.yy-content5cBd img {
  max-width: 100%;
  display: block;
  width: 60%;
}

.yyc5List {
  margin-bottom: .3rem;
}

.yyc5List:last-child {
  text-align: right;
}

/* 医院新闻 */
.flBanner.newBanner1 {
  background: url('../images/news/new-bg.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner.newBanner1 .main {
  height: 100%;
  position: relative;
}

.new-content1 .main {
  padding: .5rem .42rem;
}



.new-content1r {

  border-left: 1px solid #EBEDEF;
  border-right: 1px solid #EBEDEF;
}

.new-content1l .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-content1l ul {
  margin-top: .3rem;
  border-top: 1px solid #EBEDEF;
}

.new-content1l ul li {
  padding: .3rem 0;
  border-bottom: 1px solid #EBEDEF;
}

.new-content1l ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.new-content1l ul li a img {
  width: 3rem;
  height: 2rem;
  display: block;
    object-fit: cover;
}

.new-content1l-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(25, 37, 51, .6);
  margin-left: .3rem;

}

.new-content1l-r span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: .32rem;
}

.new-content1l ul li:hover .new-content1l-r span {
  color: #008A5A;
}

.mySwiper7 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}

.mySwiper7 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: #009166;
  opacity: .2;

}

.mySwiper7 .swiper-pagination-bullet-active {
  background: #009166;
  opacity: 1;
}



.mySwiper7 .swiper-slide img {
  width: 100%;
  display: block;
}


.mySwiper7>.swiper-pagination {
  bottom: 0px !important
}

.new-txt1 {
  margin: .3rem 0;
  text-align: center;
  color: rgba(25, 37, 51, .6);
  font-size: .32rem;
}

.new-txt1a {
  color: #009166;
}

.new-txt1b {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: .4rem;
  font-weight: bold;
  margin: .3rem;
}

.new-txt2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  line-height: .5rem;
  padding: 0 .5rem;
}

.new-content2 {
  background: url('../images/news/new-bg2.png') no-repeat center;
  background-size: auto 100%;
  padding: 1.5rem .42rem .5rem .42rem;

}

.new-content2 .tit {
  color: #fff;
}



.new-content2c {
  margin-top: .5rem;
  box-shadow: 0px 2px 10px 0px rgba(25, 37, 51, 0.1);
}


.new-content2c .newImg {
  width: 100%;
  display: block;
            height: 2.5rem;
        object-fit: cover;
}

.new-content2c:hover .new-content2bd .txt {
  color: #008A5A;
}

.new-content2bd {
  padding: .4rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-content2bd .txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .38rem;
  color: #192533;
  line-height: .6rem;
}

.new-content2bd .time {
  color: rgba(25, 37, 51, .6);
  font-size: .32rem;
  border-left: 2px solid #009166;
  line-height: .5rem;
  margin-top: .5rem;
  padding-left: .3rem
}

.mySwiper8 {
  overflow: hidden;
}

.swiper8-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/fl/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 1.5rem !important;
  top: -1rem !important;
  left: initial !important;
}

.swiper8-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/fl/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -1rem !important;
}

.new-content3 {
  background: url('../images/news/new-bg3.png') no-repeat center;
  background-size: auto 100%;
  padding: .8rem .42rem 3rem .42rem;
  margin-bottom: -2rem;
}

.new-content3 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-content3c {
  margin-top: .3rem;
}

.new-content3c ul {
  display: flex;
  flex-wrap: wrap;
}

.new-content3c ul li {
  margin: 0 0 .3rem 0;
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem 0 .8rem;
  align-items: center;
  position: relative;
  border: 1px solid rgba(55, 63, 73, 0.2);
  cursor: pointer;
}

.new-content3c ul li:nth-child(2n) {
  margin-right: 0;
}

.new-content3c ul li a {
  color: #192533;
  font-size: .34rem;
  line-height: 1.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}

.new-content3c ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid #008A5A;
  border-radius: 20px;
  left: .4rem;
  top: .57rem;

}

.new-content3c ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(25, 37, 51, 0.1);
  border: 1px solid rgba(0, 138, 90, 1)
}

.new-content3c ul li:hover a {
  color: #008A5A;
}

.new-content3c ul li span {
  color: rgba(25, 37, 51, .6);
  font-size: .32rem;
}


/* 通知公告 */
.flBanner.ggBanner1 {
  background: url('../images/gg/gg-bg1.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner.ggBanner1 .main {
  height: 100%;
  position: relative;
}

.gg-content1 {
  background: url('../images/gg/gg-bg2.png') no-repeat center bottom;
  padding: .5rem .42rem 2.5rem .42rem;
  margin-bottom: -2rem;
}

.gg-content1a {
  margin-bottom: .5rem;
}

.gg-content1a .kx-content3l-bd ul li {
  width: 47%;
  margin-right: 4%;
  transition: all 0s;
}

.gg-content1a .kx-content3l-bd ul li:nth-child(2n) {
  margin-right: 0;
}

.gg-content1a .kx-content3l-bd ul li:hover {
  background: url('../images/gg/gg-img.png') no-repeat right 10px center;
}

.gg-content1con {
  margin-top: .1rem;
}

.gg-content1con ul {
  display: flex;
  flex-wrap: wrap;
}

.gg-content1con ul li {
  margin: .5rem 0 0 0;
  background: #FFFFFF;
  padding: .5rem .4rem;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  transition: all 0s;
  border: 1px solid rgba(55, 63, 73, 0.2);
}

.gg-content1con ul li:nth-child(2n) {
  margin-right: 0;
}

.gg-content1con ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border: 1px solid #009166;
  background: #fff url('../images/gg/gg-img1.png') no-repeat right 10px center;
}

.gg-content1con ul li:hover a {
  color: #009166;
}

.gg-content1con1 {
  border-right: 1px dashed rgba(25, 37, 51, .3);
  padding-right: .5rem;
  display: flex;
  flex-direction: column;
  color: #009166;
  text-align: center;
}

.gg-content1con1 strong {
  font-size: .8rem;
  line-height: .9rem;
}

.gg-content1con2 {
  flex: 1;
  margin-left: .5rem;
}

.gg-content1con2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: .34rem;
  line-height: .7rem;
}

.kx-content4.gg-content2 {
  background: url('../images/gg/gg-bg3.png') no-repeat right;
  background-size: auto 100%;
  padding: 1rem .42rem 3rem .42rem;
  margin-bottom: -2rem;
}

.gg-content2 .kx-content3l-tit {
  margin: 0 auto;
}

.gg-content2 .kx-content4r-bd ul li {
  height: 3.8rem;

}

.gg-content2 .kx-content4r-bd ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gg-content2 .kx-content4r-bd ul li:nth-child(1) {
  background: url('../images/gg/gg-img3.png');
  background-size: 100% 100%;
}

.gg-content2 .kx-content4r-bd ul li:nth-child(2) {
  background: url('../images/gg/gg-img4.png');
  background-size: 100% 100%;
}

.gg-content2 .kx-content4r-bd ul li img {
  margin-bottom: 6px;
  width: 1.8rem;
}

/* .flBanner.hsBanner1 {
  background: url('../images/hospital/hs-bg1.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
} */

.flBanner.hsBanner1 .main {
  height: 100%;
  position: relative;
}

.hs-content1c {
  padding: 0 .42rem 1rem .42rem;
}


/* 预约挂号 */
.hsc5List {
  margin-top: .3rem;
}

.hsc5List strong {
  font-size: .4rem;
}

.hsc5List1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
}

.hsc5List1 img {
  width: 5rem;
  margin: .2rem 0;
}

.hsc5List1 strong {
  font-size: .4rem;
}

.mySwiper9 {
  overflow: hidden;
  position: relative;
  width: 6rem;
  margin: .5rem auto;
}

.guideCon .main {
  position: relative;
  padding-top: .5rem .42rem;
}

.guideCon .main .swiper-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  top: 1.6rem !important;
  left: .42rem;
  background: url('../images/hospital/left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-prev:hover {
  background: url('../images/hospital/lefton.png') !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-next {
  width: 1rem !important;
  height: 1rem !important;
  right: .42rem;
  top: 1.6rem !important;
  background: url('../images/hospital/right.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-next:hover {
  background: url('../images/hospital/righton.png') !important;
  background-size: 100% !important;
}

.mySwiper9 .hs-list {
  background: #CCE8DE;
  width: 3rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333333;
  font-size: .4rem;
  background: #CCE8DE;
}

.mySwiper9 .hs-list span {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .1rem
}


.mySwiper9 .hs-list2,
.mySwiper9 .hs-list4,
.mySwiper9 .hs-list6,
.mySwiper9 .hs-list8 {
  background: #E5F3EE;
}

.mySwiper9 .hs-list1 span {
  background: url('../images/hospital/hs-ic1.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list1:hover span,
.mySwiper9 .hs-list1.on span {
  background: url('../images/hospital/hs-ic1on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list2 span {
  background: url('../images/hospital/hs-ic2.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list2:hover span,
.mySwiper9 .hs-list2.on span {
  background: url('../images/hospital/hs-ic2on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list3 span {
  background: url('../images/hospital/hs-ic3.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list3:hover span,
.mySwiper9 .hs-list3.on span {
  background: url('../images/hospital/hs-ic3on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list4 span {
  background: url('../images/hospital/hs-ic4.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list4:hover span,
.mySwiper9 .hs-list4.on span {
  background: url('../images/hospital/hs-ic4on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list:hover,
.mySwiper9 .hs-list.on {
  background: url('../images/hospital/hs-bgon.png');
  background-size: 100% 100%;
  color: #fff;
}



.hs-content2c {
  padding: .5rem .42rem;
}

.hs-content2c ul li {
  margin-bottom: .3rem;
  border: 1px solid rgba(25, 37, 51, .2);
  padding: 0 .4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: rgba(25, 37, 51, .6);
}

.hs-content2c ul li a {
  line-height: 1.5rem;
  color: #192533;
  font-size: .32rem;
  display: flex;
  align-items: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hs-content2c ul li a img {

  width: .4rem;
  margin: 0 .2rem -.1rem 0;
}

.hs-content2c ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(17, 26, 36, 0.2);
  border: 1px solid #008A5A;
}

.hs-content2c ul li:hover a {
  color: #009166;
}

.hs-content2c ul li span {
  width: 2rem;
  text-align: right;
}

.new-content1r .mySwiper7::before,
.new-content1r .mySwiper7::after {
  border: 0
}



.hs-content3 {
  max-width: 1920px;
  margin: 1.6rem .5rem 0 .5rem;
}



.hs-content3l {
  width: 340px;
  padding-top: 110px;
}



.hs-content3r {
  flex: 1;
  background: #fff;
  padding: .5rem;

}

.hs-content3l ul li {
  margin-bottom: 10px;
  padding: 0 60px 0 22px;
  position: relative;

  line-height: 24px;
  color: #fff;
  height: 60px;
  cursor: pointer;

}
.c6-more {
  display: flex;
  align-items: center;
  color: rgba(25, 37, 51, .8);
  font-size: .32rem;
}

.c6-more span {
  width: .68rem;
  height: .68rem;
  border: 1px solid rgba(39, 36, 37, .2);
  border-radius: 50px;
  margin-left: .2rem;
  background: url('../imgs/innerImg/c3-more1.png') no-repeat center center;
  background-size: .4rem;
}
.hs-content3l a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hs-content3l ul li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.hs-content3l ul li:hover,
.hs-content3l ul li.on {
  background: #0fa772;
}

.hs-content3l ul li:hover::after,
.hs-content3l ul li.on::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 60px;
  right: -20px;
  top: 0;
  background: url('../images/hospital/hs-jt.png');
}

.hs-content3l ul li:hover::before,
.hs-content3l ul li.on::before {
  background: transparent;
}



.hs-content3r1::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
  height: 5px;
  /* 滚动条高度 */
}

.hs-content3r1::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.hs-content3r1::-webkit-scrollbar-thumb {
  background-color: #008A5A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}

.hs-c3list {
  margin-bottom: .7rem;
}

.hs-c3list1 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: .3rem;
  font-size: .4rem;
  color: #333;
}

.hs-c3list2 {
  margin-top: .3rem;
}

.hs-c3list2 img {
  max-width: 100%;
}



/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: rgba(21, 45, 78, .1);
  padding: .42rem;
}


.partyC1left {
  background: url('../images/partyMasses/pcon2bg1.png') no-repeat center top;
  background-size: 100%;
  padding: .5rem .42rem;
  position: relative;
}

.partyContent1 .partyContent1b {
  margin-top: .5rem;
}

.partyContent1 .partyContent1b .partyC1left {
  background: url('../images/partyMasses/pcon2bg2.png');
}

.partyC1left-tit {
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #fff;
  position: relative;
}

.partyC1left-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.partyC1left-tit .l1 {
  width: .2rem;
  height: .3rem;
}

.partyC1left-tit .l2 {
  width: .6rem;
  height: .4rem;
}

.partyC1leftMore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6);
  position: absolute;
  right: .42rem;
  top: .5rem;
}

.partyC1leftMore .micon {
  width: .8rem;
  height: .8rem;
  background: url('../images/partyMasses/more1.png');
  background-size: 100% 100%;
  margin-left: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../images/partyMasses/more3.png');
}



.partyC1right1 {}

.partyC1right1 .list {
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .08);
  position: relative;
  margin-top: .3rem;
}

.partyC1right1 .list img {
  height: 2.4rem;
  border-radius: 5px;
}

.partyC1right1 .listc {
  padding: .3rem .3rem 0 .3rem;

}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right1 .listc2,
.partyC1right2 .listc2 {
  color: #A6050A;
  font-weight: bold;
  display: flex;
  margin-top: .3rem;
  align-items: center;
}

.partyC1right1 .listc2 strong,
.partyC1right2 .listc2 strong {
  font-size: .4rem;
  margin-right: .2rem;
}

.partyC1right1 .list:hover .listc {
  background: #A6050A;
}

.partyC1right1 .list:hover .listc1 {
  color: #fff;
}

.partyC1right1 .list:hover .listc2 {
  color: #fff;
}

.partyC1right1 .list:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #B4A37E;
}

.partyC1right2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partyC1right2 .list {
  width: 48.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .4rem;
  background: #fff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.partyC1right2 .list:hover .listc1 {
  color: #A6050A;
}


.partyC1right2 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right2more {
  display: inline-block;
  color: #A6050A;
  margin-top: .1rem;
  border-bottom: 1px solid #A6050A;
  padding-bottom: .15rem;
  padding-right: .3rem;
  background: url('../images/partyMasses/pcon2-img7.png') no-repeat right bottom;
  background-size: .15rem;
  margin-top: -.45rem;
}


.partyContent1img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  display: none;

}

.partyContent2 {
  background: url('../images/partyMasses/pa-bg3.png') no-repeat center;
  background-size: auto 100%;
  padding: .5rem .42rem;
}

.party-c2tit {
  font-size: .4rem;
  color: #192533;
  text-align: center;
  font-weight: bold;
}

.party-c2Bd {
  margin: .5rem 0;

}


.party-c2Bdl ul li {
  border-bottom: 1px dashed #A6050A;
  padding: .4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}

.party-c2Bdl ul li:first-child {
  padding-top: 0;
}

.party-c2Bdl ul li a>img {
  width: .7rem;
}

.party-c2Bdr {
  position: relative;
  cursor: pointer;
  margin-top: .5rem;
}

.pimg {
  width: 100%;
  display: block;
}

.pmovie {
  position: absolute;
  right: .4rem;
  bottom: 1.5rem;
  width: 1rem;
}

.party-c2Bdla1 {
  margin-bottom: .2rem;
  color: #A6050A;
  font-size: .32rem;
}

.party-c2Bdla1 strong {
  font-size: .7rem;
  margin-right: .1rem;
  line-height: .7rem;
}

.party-c2Bdla a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: .34rem;
}

.party-c2Bdl ul li:hover .party-c2Bdla a {
  color: #A6050A;
}

.party-c2Bdr-b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  line-height: 1.2rem;
  padding: 0 .3rem;
}

.party-c2Bdr-b a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  font-size: .32rem;
}

.party-c2More {
  display: flex;
  align-items: center;
  justify-content: center;
}

.party-c2More .partyC1leftMore {
  color: rgba(25, 37, 51, .6);
}

.party-c2More a .micon {
  background: url('../images/more.png');
}

.party-c2More .partyC1leftMore:hover {
  color: #A6050A;
}




.partyContent3 {
  background: url('../images/partyMasses/pcon4bg.png') no-repeat center top;
  background-size: auto 4rem;
  padding: .42rem;
}



.partyContent3 .sptit {
  position: relative;
  color: #fff;
  border: 0;
  height: .8rem;
  margin-top: .08rem;
}

.partyContent3 .sptit::before {
  background: none;
}

.partyContent3 .more {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, .6);
}

.partyContent3 .moreimg1 {
  background: url('../images/partyMasses/more1.png');
  background-size: 100% 100%;
}

.partyContent3 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more3.png');
  background-size: 100% 100%;
}


.partyContent3 ul li {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .32rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.partyContent3 ul li>img {
  height: 2.4rem;
  display: block;
  border-radius: 5px;
}

.partyContent3 ul li .listc {
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyContent3 ul li .listc1 {
  color: #454545;
  line-height: .5rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyContent3 ul li .listc2 {
  color: #888888;
}



.partyContent3 ul li:hover .listc1 {
  color: #A6050A;
}

.partyContent4 {
  background: url('../images/partyMasses/pcong5bg.png') no-repeat center;
  background-size: auto 100%;
  padding: .3rem .42rem .42rem .42rem;
}


.partyContent4 .sptit {
  border: 0;
  height: .8rem;
  color: #454545;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent4 .sptit .moreimg1 {
  background: url('../images/partyMasses/more2.png');
  background-size: 100% 100%;
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more2on.png');
  background-size: 100% 100%;
}

.partyContent4l {
  margin-bottom: .5rem;
}

.partyContent4lc {
  margin-top: .3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 3px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
}

.partyContent4lc-1>img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.partyContent4lc-1 a {
  line-height: 1rem;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 0 .3rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.partyContent4lc-1 a img{width:100%}

.partyContent4lc-2 {
  padding: 0 .5rem .5rem .5rem;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: .4rem 0;
}

.partyContent4lc-2 ul li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #454545;
  font-size: .32rem;
}

.partyContent4lc-2 ul li a:hover {
  color: #C11600;
}

.partyContent2 .sptit {
  border: 0;
  height: .8rem;
  color: #454545;
}

.partyContent2 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent2 .sptit::before {
  background: transparent;
}

.partyContent2 .sptit .moreimg1 {
  background: url('../images/partyMasses/more2.png');
  background-size: 100% 100%;
  margin-left: .2rem;
}

.partyContent2 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more2on.png');
  background-size: 100% 100%;
}

/* 新增 */
.news-detail-content {
  padding: .5rem;
}

.news-detail-content .item01 .title {
  font-size: .4rem;
  text-align: center;
}

.news-detail-content .item01 ul {
  text-align: center;
  margin-top: .3rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: .5rem;
  font-size: .3rem;
}

.news-detail-content .item01 .contxt {
  font-size: .32rem;
  line-height: .6rem;
}

.news-detail-content .item01 .contxt img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.news-detail-content .item01 .contxt p,
.news-detail-content .item01 .contxt p span {
  font-family: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
}


.news-detail-content .item01 .contxt strong {
  font-size: .32rem
}

.news-detail-content .item01 .contxt table {
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
  border-bottom: none !important;
}

.news-detail-content .item01 .contxt table tr {}

.news-detail-content .item01 .contxt table tr td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

.news-detail-content .item01 .contxt video,
.news-detail-content .item01 .contxt .videoPlayer {
  width: 100% !important;
  /* height: auto !important; */
}

.news-detail-content .item01 .share {
  line-height: .6rem;
  color: #666;
  padding:1rem .3rem;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}

.news-detail-content .item01 .share * {
  /* float: left; */
}

.news-detail-content .item01 .share a {
  width: .8rem;
  height: .8rem;
  margin-right: .2rem;
}

/* .news-detail-content .item01 .share a.qq {
  background: url('../images/share-qq.png') no-repeat center center/cover;
}

.news-detail-content .item01 .share a.qone {
  background: url('../images/share-qone.png') no-repeat center center/cover;
}

.news-detail-content .item01 .share a.sina {
  background: url('../images/share-sina.png') no-repeat center center/cover;
} */

.news-detail-content .item01 .bottom {
  position: relative;
  padding-right: .8rem;
  margin-top: .5rem;
}



.news-detail-content .item01 .bottom a:first-child {
  margin-top: 0 !important;
}

.news-detail-content .item01 .bottom {
  position: relative;
  padding-right: .8rem;
  margin-top: .5rem;
}

.news-detail-content .item01 .bottom a {
  margin-top: .3rem;
  line-height: .5rem;
  color: #333;
}

.news-detail-content .item01 .bottom a:first-child {
  margin-top: 0 !important;
}

.news-detail-content .item01 .bottom a.backlist {
  background: url('../images/yy/yy2-right.png') no-repeat right .3rem center;
  padding-right: .5rem;
  line-height: .9rem;
  background-size: .5rem;
  border-radius: 24px;
  border: 2px solid #008A5A;
  width: 3rem;
  height: 1rem;
  display: block;
  text-align: center;
  color: #008A5A;
  font-size: .32rem;
}

.news-detail-content .item01 .bottom a:hover {
  color: #008A5A;
}

span.image-container img {
  padding: .2rem;
  display: block !important;
  margin: 0 auto !important;
  max-width: 100%;
}

span.image-container span.image-title,
.image-title {
  color: gray;
  font-size: .3rem;
  margin: 0;
  text-align: center;
  display: block;
}

/* 1224新增 */
/* 专题专栏 */
.flBanner.ztBanner1 {
  background: url('../images/zt/zt-banner.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner.ztBanner1 .main {
  height: 100%;
  position: relative;
}

.zt-content1 {
  padding: .5rem .42rem;
}

.zt-content1 .content8a-right ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.zt-content1 .content8a-right ul li {
  width: 48%;
  height: 7rem;
  margin-right: 4%;
  margin-bottom: .4rem;
}

.content8a-right ul li:nth-child(5) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.content8a-right ul li:nth-child(6) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.content8a-right ul li:nth-child(7) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.zt-content1 .content8a-right ul li:nth-child(2n) {
  margin-right: 0;
}


/* 护理团队 */
.flBanner.hsBanner2 {
  background: url('../images/hospital/hs-banner.png') no-repeat center top;
  background-size: 100% 100%;
  height: 3.5rem;
}

.flBanner.hsBanner2 .main {
  height: 100%;
  position: relative;
}

.hs2-content {
  padding: 0 .42rem 1rem .42rem;
}

.hs2-content ul {
  display: flex;
  flex-wrap: wrap;

}

.hs2-content ul li {
  margin: .4rem 0 0 0;
  position: relative;
  padding: .4rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(25, 37, 51, 0.2);
}

.hs2-content ul li:nth-child(3n) {
  margin-right: 0;
}

.hs2-content ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(27, 40, 54, 0.1);
  border: 1px solid #008A5A
}

.hs2-content ul li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #008A5A;
}

.hs2-content ul li .img {
  width: 3rem;
  overflow: hidden;
}

.hs2-content ul li .img img {
  width: 100%;
  display: block;
}

.hs2-content ul li .bd {
  margin-left: .5rem;
  flex: 1;
}

.hs2-content ul li .bd1 {
  padding-bottom: .2rem;
  color: #1B2836;
  font-size: .32rem;
  border-bottom: 1px solid rgba(25, 37, 51, 0.2);
}

.hs2-content ul li .bd1 strong {
  font-size: .4rem;
  color: #008A5A;
  display: block;
  margin-bottom: .2rem;
}

.hs2-content ul li .bd1 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hs2-content ul li .bd2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(25, 37, 51, 0.7);
  line-height: .5rem;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

.hs2-content ul li .bd3 a {
  color: rgba(25, 37, 51, 0.4);
  border: 1px solid rgba(25, 37, 51, 0.3);
  width: 2.5rem;
  line-height: .8rem;
  display: block;
  border-radius: 50px;
  text-align: center;
}

.hs2-content ul li .bd3 a:hover {
  background: #008A5A;
  border: 1px solid #008A5A;
  color: #fff;
}


/* 医院概况 */
.abBanner img {
  width: 100%;
  display: block;
}

.ab-content1 {
  background: #E5F3EE url('../images/aboutus/ab1-bg1.png') no-repeat bottom center;
  background-size: 100%;
  padding: .5rem .42rem;
  position: relative;
}

.ab-content1 .main {
  position: relative;
  z-index: 999;
}



.ab-tit1 {
  font-size: .42rem;
  font-weight: bold;
  color: #192533;
  text-align: center;
}

.ab-tit1 strong {
  color: #009166;
  font-size: .42rem;
}

.ab-con {
  margin-top: .4rem;

}


.ab-conr {
  width: 100%;
  display: block;
}

.ab-conl-tit {
  font-size: .4rem;
  font-weight: bold;
  color: #1F283D;
  padding: .5rem 0;
  border-bottom: 1px dashed #008A5A;
  position: relative;
}

.ab-conl-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.partyC1left-tit .l1 {
  width: .2rem;
  height: .3rem;
}

.partyC1left-tit .l2 {
  width: .6rem;
  height: .4rem;
}

.ab-conl-txt {
  margin: .5rem 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: .32rem;
  color: #192533;
  line-height: .6rem;
}

.ab-conl-more {
  color: #009166;
  border: 1px solid #009166;
  width: 4.2rem;
  line-height: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: .32rem;
  margin-bottom: .8rem;
}

.ab-conl-more:hover {
  background: #008A5A;
  color: #fff;
}

.ab-content2 {
  background: url('../images/aboutus/ab1-bg2.jpg') no-repeat center top;
  background-size: auto 100%;
  padding: .42rem;
}





.ab2-left1 {
  background: #BEB583 url('../images/aboutus/ab1-bg6.png') no-repeat center center;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #756833;
  font-size: .32rem;
  height: 5rem;
  padding: 0 .5rem;
  text-align: center;
}

.ab2-left1a {
  color: #fff;
  font-size: .4rem;
  margin-bottom: .3rem;
}

.ab2-left1a strong {
  font-size: .5rem;
}

.ab2-left2 {
  background: #66B724 url('../images/aboutus/ab1-bg4.png') no-repeat right 40px center;
  background-size: 40%;
  color: #fff;
  font-size: .32rem;
  height: 5rem;
  margin-top: .3rem;
  position: relative;
  padding-top: .2rem;
}

.ab2-left2::before {
  position: absolute;
  content: '';
  border-left: 1px solid rgba(255, 255, 255, .5);
  left: 32px;
  top: 0;
  bottom: 0;
}

.ab2-left2 .list {
  font-size: .32rem;
  padding-left: 32px;
  margin: 25px 0 0 32px;
  position: relative;
}

.ab2-left2 .list strong {
  font-size: .5rem;
  margin: 0 8px;
}

.ab2-left2 .list::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  left: 0;
  top: 12px;
  background: rgba(255, 255, 255, .5);
}

.ab2-cen {
  margin-top: .3rem;
}

.ab2-left2.ab2-cen1 {
  color: #192533;
  margin-top: 0;
  background: #E5F3EE url('../images/aboutus/ab1-bg3.png') no-repeat right 40px center;
  background-size: 40%;
}

.ab2-left2.ab2-cen1 strong {
  color: #008A5A;
}

.ab2-left2.ab2-cen1 .list::before {
  background: #008A5A;
  opacity: .5;
}

.ab2-left2.ab2-cen1::before {
  border-left: #008A5A 1px solid;
  opacity: .5;
}

.ab2-left2.ab2-cen2 {
  height: 7rem;
  background: #008A5A url('../images/aboutus/ab1-bg5.png') no-repeat right 20px bottom 40px;
  background-size: 40%;
}

.ab2-left2.ab2-cen2 .list:last-child {
  display: flex;
}

.ab2-left2.ab2-cen2 .listl {
  width: 220px;
  line-height: .5rem;
}



.ab2-right .ab2-left2 {
  height: 12rem;
  padding-top: 1.2rem;
  padding-right: .5rem;
  background: #008A5A url('../images/aboutus/ab1-bg7.jpg') no-repeat;
  background-size: 100% 100%;
}

.ab2-right .ab2-left2 .list {
  margin-bottom: .7rem;
  margin-top: 0;
}

.ab2-right .ab2-left2 .list::before {
  top: 10px;
}

.ab-content3 {
  background: rgba(0, 138, 90, .1);
  padding: .5rem .42rem;
}

.ab3con {
  background: url('../images/aboutus/ab3-bg1.jpg') no-repeat left;
  background-size: 60% 100%;
}

.ab3con .main {
  position: relative;
  background: #fff;
  padding: .2rem;
  margin-top: .6rem;
}

.ab3con-bd {
  height: 10rem;
  overflow-y: auto;
  padding: .5rem;
}



.ab3con-bd::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
  height: 5px;
  /* 滚动条高度 */
}

.ab3con-bd::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.ab3con-bd::-webkit-scrollbar-thumb {
  background-color: #008A5A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}

.ab-content4 {
  background: url('../images/aboutus/ab4-bg.jpg') no-repeat center top;
  background-size: 1920px 100%;
  padding: .5rem .42rem 1.3rem .42rem;
}

.ab4con ul {
  display: flex;
  margin-top: .5rem;
  flex-wrap: wrap;
}

/* 1230修改 */
.ab4con ul li {
  width: 4.3rem;

  transition: all 0s;

  padding: .3rem;
  cursor: pointer;
  color: #fff;
  margin: 0 .3rem .3rem 0;
  align-items: center;
  background: url('../images/aboutus/ab4-bg1.jpg');
}

.ab4con ul li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 1230修改 */

.ab4con ul li:nth-child(2n) {
  margin-right: 0;
}

.ab4con ul li img {
  width: 3.7rem;
  height: 4.8rem;
  display: block;
}

.ab4con-tit1 {
  margin-top: .3rem;
  position: relative;
  width: 100%;
  text-align: center;
}

.ab4con-tit1 span {
  font-size: .36rem;
  font-weight: bold;
  position: relative;
  z-index: 9;
  padding: 0 .5rem;
  transition: all 0s;
  background: url('../images/aboutus/ab4-bg1.jpg');
  ;
}

.ab4con-tit1::before {
  content: '';
  position: absolute;
  left: -.3rem;
  right: -.3rem;
  top: 10px;
  z-index: 8;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.ab4con-tit1 span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 8px;
  z-index: 8;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.ab4con-tit1 span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 8px;
  z-index: 8;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.ab4con ul li:hover {
  background: #008A5A;
}

.ab4con ul li:hover .ab4con-tit1 span {
  background: #008A5A;
}

.ab4con-tit2 {
  line-height: .5rem;
  margin-top: .2rem;
  text-align: center;
}

.ab-content5 {
  background: url('../images/aboutus/ab3-bg.png') no-repeat center top;
  background-size: auto 100%;
  padding: 1.5rem .42rem 2.5rem .42rem;
  margin: -1.5rem 0 -2rem 0;

}

.ab5con {
  margin: .5rem 0 0 0;
  background: #fff;

}

.ab5con>img {
  display: block;
  width: 100%;
}

.ab5conr {
  flex: 1;
  padding: .5rem;
}

.ab5conr ul {
  display: flex;
  flex-wrap: wrap;
}

.ab5conr ul li {
  width: 3.6rem;
  margin: 0 .3rem .3rem 0;
  cursor: pointer;
  padding-bottom: .3rem;
  transition: all 0s;
  border-bottom: 2px solid transparent;
}

.ab5conr ul li a {
  color: #192533;
  font-size: .32rem;

}

.ab5conr ul li a span {
  font-weight: bold;
  font-size: .3rem;
  display: block;
  margin-bottom: .2rem;
}

.ab5conr ul li:hover {
  border-bottom: 2px solid #008A5A;
  background: url('../images/aboutus/pcon2-img7.png') no-repeat right bottom;
}

.ab5conr ul li:hover span {
  color: #008A5A;
}

.ab5con-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  line-height: 1rem;
  color: #fff;
  font-size: .32rem;
  background: #008A5A;
  border-radius: 50px;
  margin: .5rem auto;
}

.ab5con-more img {
  margin-left: .3rem;
  width: .4rem;
}

.yy-content1 ul li a {
  color: #fff;
  font-size: .32rem;
}

/* 1225新增 */
/* 通知公告二级 */
.ggbanner2 {
  background: url('../images/gg/dgg-bg.jpg') no-repeat center;
  background-size: auto 100%;
  height: 4.7rem;
}

.flBanner.ggbanner2 .main,
.flBanner.newsbanner .main {
  height: 100%;
  position: relative;
}

.flBanner.ggbanner2 .yyNav,
.flBanner.newsbanner .yyNav {
  bottom: -42px;
}

.flBanner.ggbanner2 .kxTit1,
.flBanner.ggbanner2 .kxTit1 a,
.flBanner.newsbanner .kxTit1,
.flBanner.newsbanner .kxTit1 a {
  color: #Fff;
}

.flBanner.ggbanner2 .kxTit2,
.flBanner.newsbanner .kxTit2 {
  color: #fff;
}

.flBanner.ggbanner2 .kxTit2::before,
.flBanner.newsbanner .kxTit2::before {
  background: #fff;
}

.flBanner.newsbanner {
  background: none;
  height: 1rem;
}


.flBanner.ggbanner2 .kxTith2 {
  color: #009166;
  padding-top: 0.4rem;
  font-size: 0.25rem;
}

.dgg-content1 {
  padding: 0 .42rem .8rem .42rem;
}

.news-con {
  padding: 0 0 .8rem 0;
}

.news-con1 {
  display: flex;
  flex-direction: column;
  padding: .42rem;
  border-bottom: 1px solid rgba(25, 37, 51, 0.2);
}

.news-con1 strong {
  font-size: .4rem;
  color: #192533;
}

.news-con1 .c3-sear {
  height: 1rem;
  margin-top: .3rem;
  background: #fff;
  border-radius: 50px;
  padding-left: .4rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 37, 51, 0.2);
}

.news-con1 .c3-sear>img {
  width: .4rem;
}

/* 1229修改*/
.nodeSearchBar .sHd{
    display:none
} 
.nodeSearchBar .sBd ul{
    display: flex
;
    align-items: center;
}
.nodeSearchBar .sBd ul select{
        line-height: 1rem;
    height:  1rem;
    border: 0;
    font-size: .32rem;
    outline: none;
    color: #4d4d4d;
}
/* 1229修改*/
.news-con1 .c3-sear input {
  height: 1rem;
  outline: none;
  border: 0;
  background: #fff;
  font-size: .32rem;
  margin-left: .2rem
}

.news-con1 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 1rem;
    line-height:1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #008A5A;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: .36rem;
}

.news-con1 button img {
  margin-right: .2rem;
}


/* 1226新增 */
.culture-con1 {
  background: url('../images/culture/cu-bg1.png') no-repeat center center;
  background-size: auto 100%;
  padding: .5rem .42rem 1rem .42rem;
}

.cul-tit {
  font-weight: bold;
  font-size: .4rem;
  text-align: center;
  color: #192533;
}

.cul-con1txt {
  margin-top: .3rem;
  background: url('../images/culture/cu-bg2.png');
  background-size: 100% 100%;
  position: relative;
}

.cul-con1txt::before {
  position: absolute;
  content: '';
  left: 0;
  top: .25rem;
  right: 0;
  bottom: .25rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cul-con1txt::after {
  position: absolute;
  content: '';
  left: 0;
  top: .4rem;
  right: 0;
  bottom: .4rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cul-con1txtc {
  height: 100%;
  position: relative;
  padding: .6rem .42rem;
  color: #fff;
  font-size: .32rem;
  line-height: .55rem;
}

.cul-con1Banner {
  height: 5rem;
  margin-top: .6rem;
  background-size: 100%;
}

.cul-con1Banner .main {
  height: 100%;
  position: relative;
}

.swiper-button-prev10 {
  width: 1rem !important;
  height: 1rem !important;
  bottom: 0px !important;
  left: 0 !important;
  top: inherit !important;
  margin-top: 0 !important;
  background: url('../images/culture/left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}


.swiper-button-next10 {
  width: 1rem !important;
  height: 1rem !important;
  left: 1.3rem !important;
  top: inherit !important;
  margin-top: 0 !important;
  bottom: 0px !important;
  background: url('../images/culture/right.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper10 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cul-swiperList {
  height: 100%;
}

.cul-swiperList .listc>img {
  display: none;
}



.cul-swiperList .listcr1 {
  font-size: .28rem;
  color: #CDAB7E;
  font-weight: bold;
}

.cul-swiperList .listcr1 span {
  font-size: .45rem;
}

.cul-swiperList .listcr2 {
  font-size: .32rem;
  color: #333C46;
  line-height: .5rem;
  max-height: 2.5rem;
  overflow-y: auto;
  padding-right: .5rem;
  margin-top: .15rem;
}

.cul-swiperList .listcr2::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
  height: 4px;
  /* 滚动条高度 */
}

.cul-swiperList .listcr2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.cul-swiperList .listcr2::-webkit-scrollbar-thumb {
  background-color: #B4A37E;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}



.culture-con2 {
  background: url('../images/culture/cu2-bg1.png') no-repeat center center;
  background-size: auto 100%;
  margin-top: -2rem;
  padding: 2.5rem .42rem .5rem .42rem;
}

.culture-con2 .cul-tit {
  color: #fff;
}

.culture-con2c {
  margin-top: .5rem;
}

.culture-con2c1,
.culture-con2c3 {
  display: flex;
  justify-content: space-between;
}

.culture-con2c1a {
  width: 48%;
  height: 4rem;
  position: relative;
  padding: .6rem .7rem 0 .7rem;
  color: #fff;
  font-size: .32rem;
  line-height: .5rem;
  background: #007DCB url('../images/culture/cu2-img1.png') no-repeat right 15px bottom 15px;
  background-size: 1.6rem;
}

.culture-con2c1a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;

}

.culture-con2c1a strong {
  font-size: .4rem;
  display: block;
  margin-bottom: .2rem;
}

.culture-con2c1b {
  height: 4rem;
  margin-left: 4%;
  background: #5FBCBD url('../images/culture/cu2-img2.png') no-repeat right 15px bottom 15px;
  background-size: 1.6rem;
}

.culture-con2c1c {
  height: 4rem;
  background: #008A5A url('../images/culture/cu2-img3.png') no-repeat right 15px bottom 15px;
  background-size: 1.6rem;
}

.culture-con2c1d {
  height: 4rem;
  margin-left: 4%;
  background: #5BB196 url('../images/culture/cu2-img4.png') no-repeat right 15px bottom 15px;
  background-size: 1.6rem;
}

.culture-con2c2 {
  border: 1px solid rgba(180, 163, 126, .2);
  position: relative;
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.cul-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: .5rem;
}

.cul-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: .5rem;
}

.cul-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: .5rem;
}

.cul-img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: .5rem;
}

.cul-img5 {
  width: 3.6rem;
  height: 3.6rem;
  margin-top: -1.8rem;
}

.cul-img6 {
  width: 60%;
  margin-top: .6rem;
  padding: .3rem 0;
  border-top: 1px solid rgba(180, 163, 126, .2);
  border-bottom: 1px solid rgba(180, 163, 126, .2);
}

.culture-con2bd {
  padding: 0 .5rem;
  font-size: .32rem;
  color: #FFFFFF;
  line-height: .55rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.culture-con2bd::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
  height: 4px;
  /* 滚动条高度 */
}

.culture-con2bd::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.culture-con2bd::-webkit-scrollbar-thumb {
  background-color: #B4A37E;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}

.culture-con3 {
  background: url('../images/culture/cu3-bg2.png') no-repeat right center;
  background-size: auto 100%;
  padding: .5rem .42rem 2.5rem .42rem;
  margin-bottom: -1.5rem;
}


.culture-con3 .c3img1 {
  position: absolute;
  left: 50%;
  transform: translateX(-77%);
  top: 0;
  z-index: 2;
  display: none;
}

.culture-con3 .main {
  position: relative;
  padding-top: 7rem;
}

.culture-con3 .c3img2 {
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
}

.culture-con3 .c3img2 img {
  width: 100%;
}

.c3img3 {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url('../images/culture/cu3-img1.png');
  background-size: 100% 100%;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c3img3 img {
  width: 1rem
}

#myMusic {
  display: none;
}

.c3img2.play img,
.c3img3.play img {
  -webkit-animation: rot 5s linear infinite;
  -moz-animation: rot 5s linear infinite;
  -ms-animation: rot 5s linear infinite;
  -o-animation: rot 5s linear infinite;
  animation: rot 5s linear infinite;
}

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.musicroop {
  position: relative;
  z-index: 99;
}

.cul-tit1 {
  font-weight: bold;
  font-size: .4rem;
  color: #846a32;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cul-tit1img {

  flex: 1;
  margin-left: .5rem;
  border-bottom: 1px dashed #B4A37E;
  position: relative;
}

.cul-tit1img .l1 {
  width: 5px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.cul-tit1img .l2 {
  width: 24px;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.musicroopc {
  height: 12rem;
  margin: .5rem auto 0;
  overflow: hidden;
  position: relative;
}

.musicroopc img {
  width: 90%;
  position: absolute;
  top: 0;
  left: 5%;
 /*  animation: root 30s linear infinite; */

}

@keyframes root {
  from {
    top: 100%;
  }

  to {
    top: -100%;
  }
}


/* 修改1224 */
.flBanner.hsBanner1 {
  background: rgba(0, 145, 102, .2);
  background-size: auto 100%;
  
}

.flBanner.hsBanner1 .kxTit1,
.flBanner.hsBanner1 .kxTit1 a {
  color: rgba(25, 37, 51, 1)
}

.flBanner.hsBanner1 .kxTit2 {
  color: #009166;
  padding-top: 50px;
}

.flBanner.hsBanner1 .kxTit2::before {
  background: transparent;
}

#tzgg img{display: none!important;}

.hos-jjimg{width:100%!important;}

.keshi-content .list-box{}
.keshi-content .list-box .list{margin-top:45px;}
.keshi-content .list-box .list:first-child{margin-top:0 !important;overflow: hidden;}
.keshi-content .list-box .list .title{position:relative;font-size:22px;color:#0785a0;border-bottom:1px solid #0785a0;padding-bottom:25px;}
.keshi-content .list-box .list .title:before,
.keshi-content .list-box .list .title:after{content:'';position:absolute;}
.keshi-content .list-box .list .title:before{width:5px;height:5px;border-radius:100%;background:#0785a0;left:0;bottom:-3px;}
.keshi-content .list-box .list .title:after{width:25px;height:12px;background:url(../images/keshi-title-icon.png) no-repeat center center;right:0;bottom:-6px;}
.keshi-content .list-box .list .title ul{}
.keshi-content .list-box .list .title ul li{cursor:pointer;width:auto;margin-top:0;float:none;display:inline-block;color:#454545;margin-right:20px;}
.keshi-content .list-box .list .title ul li.active{color:#0785a0;}
.keshi-content .list-box .list .list-con{display:none;}
.keshi-content .list-box .list ul{margin:0px -5px;margin-top:20px;}
.keshi-content .list-box .list ul li{width:20%;float:left;padding:0px 5px;margin-top:10px;}
.keshi-content .list-box .list ul li a{display:block;color:#666;}
.keshi-content .list-box .list ul li .box{position:relative;height:60px;border:1px solid #ddd;border-radius:5px;}
.keshi-content .list-box .list ul li .box .content{position:absolute;left:0;width:100%;top:50%;transform:translateY(-50%);padding:0px 15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-right:30px;}
.keshi-content .list-box .list ul li .box .content .icon{float:left;width:30px;display:inline-block;vertical-align:middle;}
.keshi-content .list-box .list ul li .box .content i{position:absolute;right:15px;top:50%;margin-top:-5px;}
.keshi-content .list-box .list ul li{width:50%;}
.keshi-content .list-box .list ul li .box .content{padding:0px 10px;padding-right:20px;}
.keshi-content .list-box .list ul li .box .content .icon{width:25px;}
.keshi-content .list-box .list ul li .box .content i{right:10px;}


.guoji-content .guoji-item01{background:url(../images/guoji-item01-bg.jpg) no-repeat center center/cover;padding: 0.5em;}
.guoji-content .guoji-item01 .box{position:relative;margin-bottom:120px;}
.guoji-content .guoji-item01 .box .kuai{position:absolute;background:#b29b6b;box-shadow:0px 0px 15px rgba(0,0,0,0.2);width:180px;height:120px;right:-110px;top:0;z-index: 1;display: none;}
.guoji-content .guoji-item01 .box .left{width:53%;}
.guoji-content .guoji-item01 .box .left img{width:100%;        height: 6rem;        object-fit: cover;}
.guoji-content .guoji-item01 .box .right{width:50%;position:absolute;top:60px;height:400px;background:url(../images/guoji-item01-bg02.jpg) no-repeat center center/cover;color:#fff;padding:70px 50px 0px 50px;right:0;box-shadow:0px 0px 15px rgba(0,0,0,0.2);z-index:2;}
.guoji-content .guoji-item01 .box .right .title{font-size:26px;margin-bottom:0 !important;}
.guoji-content .guoji-item01 .box .right .ms{font-size:15px;line-height:28px;margin:20px 0px 30px 0;   max-height: 200px;}
.guoji-content .guoji-item01 .box .right a{color:#fff;width:120px;height:30px;line-height:28px;border-radius:30px;border:1px solid #fff;display:block;text-align:center;}
.guoji-content .guoji-item01 .box .right a i{margin-left:8px;}



.guoji-content .guoji-item01 .list-con .list{width: 33.33%!important;}
.guoji-content .guoji-item01 #ykzx .list .item a .icon{background: url(../images/ykzx_1.png) no-repeat center center;        background-size: 100% 100%;}

.guoji-content .guoji-item01 .list-con{overflow: hidden;padding:0 .2rem 1.5rem .2rem}
.guoji-content .guoji-item01 .list-con .list{width:33.33%;float:left;padding: 10px 10px;}
.guoji-content .guoji-item01 .list-con .list .item{box-shadow:0px 0px 15px rgba(0,0,0,0.1);text-align:center;}
.guoji-content .guoji-item01 .list-con .list .item a{position:relative;font-size:20px;color:#fff;display:block;border-radius:5px;}
.guoji-content .guoji-item01 .list-con .list .item a .icon{width:68px;height:68px;margin:0 auto;}
.guoji-content .guoji-item01 .list-con .list .item a .tit{margin-top:10px;color: #fff;font-size: 0.3rem;display: block;}
.guoji-content .guoji-item01 .list-con .list .item a .left,
.guoji-content .guoji-item01 .list-con .list .item a .right{position:absolute;width:23px;height:23px;opacity:.5;}
.guoji-content .guoji-item01 .list-con .list .item a .left{left:10px;bottom:10px;background:url(../images/guoji-item01-left.png) no-repeat center center/cover;}
.guoji-content .guoji-item01 .list-con .list .item a .right{right:10px;top:10px;background:url(../images/guoji-item01-right.png) no-repeat center center/cover}

.guoji-content .guoji-item01 .list-con .list .item a{background:#0897ae url(../images/guoji-item01-img02.png) no-repeat center center;}
.guoji-content .guoji-item01 .list-con .list .item a .icon{background:url(../images/guoji-item01-icon01.png) no-repeat center center/cover;}
.guoji-content .guoji-item01 .list-con .list.list1 .item a{background:#009166}
.guoji-content .guoji-item01 .list-con .list.list2 .item a{background:#c1a785;}
.guoji-content .guoji-item01 .list-con .list.list3 .item a{background:#7cc042;}
.guoji-content .guoji-item01 .list-con .list.list4 .item a{background:#216594;}
.guoji-content .guoji-item01 .list-con .list.list5 .item a{background:#0fba9c;}
.guoji-content .guoji-item01 .list-con .list.list6 .item a{background:#f69d29;}
.guoji-content .guoji-item01 .list-con .list.list7 .item a{background:#009166}
.guoji-content .guoji-item01 .list-con .list.list8 .item a{background:#c1a785;}
.guoji-content .guoji-item01 .list-con .list.list9 .item a{background:#7cc042;}
.guoji-content .guoji-item01 .list-con .list.list10 .item a{background:#216594;}
.guoji-content .guoji-item01 .list-con .list.list11 .item a{background:#0fba9c;}
.guoji-content .guoji-item01 .list-con .list.list12 .item a{background:#f69d29;}

.guoji-content .guoji-item01  #ykzx .list .item a:hover .icon{background:url(../images/ykzx_1_on.png) no-repeat center center/cover;}

.guoji-content .guoji-item01 .box{margin-bottom:30px;}
.guoji-content .guoji-item01 .box .kuai{display:none;}
.guoji-content .guoji-item01 .box .left,
.guoji-content .guoji-item01 .box .right{width: 100%;position:static;}
.guoji-content .guoji-item01 .box .right{padding:20px 15px;height:auto;text-align:justify;}
.guoji-content .guoji-item01 .box .right .ms{max-height:inherit;}

.guoji-content .guoji-item01 .list-con .list{}
.guoji-content .guoji-item01 .list-con .list .item a{font-size:16px;padding: .5rem 0;}
.guoji-content .guoji-item01 .list-con .list .item a .icon{width:1.5rem;height:1.5rem;}
.guoji-content .guoji-item01 .list-con .list .item a .left,
.guoji-content .guoji-item01 .list-con .list .item a .right{width:10px;height:10px;}




/* 社康中心 */
.nsCommuntiy-banner {
  position: relative;
}

.nsCommuntiy-banner img {
  width: 100%;
  display: block;
}

.nsCommuntiy-banner .main {
  position: absolute;
  left: .32rem;
  right: 0;
  bottom: 0;
  color: #ffff;
}

.nsCommuntiyTitle {
  font-size: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: .3rem;
  margin-bottom: .3rem;
}

.nsCommuntiytxt {
  font-size: .32rem;
  position: relative;
  padding-left: .4rem;
  padding-bottom: .4rem;
}

.nsCommuntiytxt::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 40px;
  left: 0;
  top: 5px;
}

.nsCommuntiy-con {
  background: url('../imgs/communtity/bg.png') no-repeat center top;
  background-size: 100%;
  padding: 1rem .42rem;
}

.nsCommuntiy-con1 {
  display: flex;
  flex-direction: column;
}

.nsCommuntiy-con1l {
  font-size: .5rem;
  color: #333;
}

.nsCommuntiy-con1l span {
  font-weight: bold;
  color: #21A371;
  font-size: .5rem;
  display: block;
}

.nsCommuntiy-con1r {
  background: linear-gradient(-90deg, #6EDBA6, #94D859);
  border-radius: 28px;
  display: flex;
  align-items: center;
  width: 140px;
  height: 45px;
  justify-content: center;
  margin-top: .4rem;

}

.nsCommuntiy-con1r a {
  color: #21A371;
  font-weight: bold;
  font-size: .36rem;
  width: 134px;
  height: 39px;
  background: #fff;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nsCommuntiy-con1r a img {
  margin-right: 5px;
  width: .5rem;
}

.nsCommuntiy-con2 {
  padding: 1rem 0 .4rem 0;
}

.nsCommuntiy-con2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nsCommuntiy-con2 ul li {
  line-height: 1rem;
  padding: 0 .5rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 30px;
  margin: 0 .3rem .3rem 0;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.nsCommuntiy-con2 ul li:hover,
.nsCommuntiy-con2 ul li.active {
  background: #21A371;
  color: #fff;
}

.nsCommuntiy-con3 ul li {
  padding: .8rem 0;
  border-top: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
}

.nsCommuntiy-con3img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
  display: block;
}

.nsCommuntiy-con3r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nsCommuntiy-con3r1 {
  color: #333;
  font-weight: bold;
  font-size: .46rem;
  margin-top: .4rem;
}

.nsCommuntiy-con3 ul li:nth-child(2n) .nsCommuntiy-con3r {
  margin-bottom: .5rem;
}

.nsCommuntiy-con3r2 {
  color: #333;
  font-size: .32rem;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: .3rem 0 .5rem 0;
}

.nsCommuntiy-con3r3 a {
  width: 3.2rem;
  height: 1rem;
  padding-left: .6rem;
  color: #21A371;
  font-size: .32rem;
  line-height: 1rem;
  display: block;
  border-radius: 50px;
  background: rgba(33, 163, 113, .15) url('../imgs/communtity/more.png') no-repeat right .6rem center;
  background-size: .3rem;
}

.nsCommuntiy-con3r3 a:hover {
  color: #fff;
  background: #21A371 url('../imgs/communtity/moreon.png') no-repeat right .6rem center;
  background-size: .3rem;
}



.nsCommuntiy-con3r4 a {
  width: 3rem;
  height: 3rem;
  margin-top: .6rem;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, .3);
  color: #333;
  font-size: .32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nsCommuntiy-con3r4 span {
  width: 48px;
  height: 48px;
  background: url('../imgs/communtity/btn-ic.png');
  background-size: 100% 100%;
  margin-bottom: 12px;
}

.nsCommuntiy-con3r4 a:hover {
  color: #fff;
  background: #21A371
}

.nsCommuntiy-con3r4 a:hover span {
  background: url('../imgs/communtity/btn-icon.png');
  background-size: 100% 100%;
}

.nsCommuntiy-inner {
  padding: .42rem;
}

.nsCommuntiy-innerTit {
  font-weight: bold;
  font-size: .42rem;
  color: #333;
  margin-bottom: .4rem;
}

.nsCommuntiy-inner ul {
  display: flex;
  flex-wrap: wrap;
}

.nsCommuntiy-inner ul li {
  width: 47%;
  margin: 0 4% .4rem 0;
  position: relative;
  border-radius: 4px;
}

.nsCommuntiy-inner ul li:nth-child(2n) {
  margin-right: 0;
}

.nsCommuntiy-inner ul li a {
  width: 100%;
  padding: .5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: .32rem;
}

.nsCommuntiy-inner ul li a img {
  margin-bottom: .3rem;
}

.nsCommuntiy-inner ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: url('../imgs/innerImg/bleft.png');
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.nsCommuntiy-inner ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../imgs/innerImg/bright.png');
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  ;
}

.nsCommuntiy-inner ul li:nth-child(1) {
  background: #009166;
}

.nsCommuntiy-inner ul li:nth-child(2) {
  background: #C1A785;
}

.nsCommuntiy-inner ul li:nth-child(3) {
  background: #7CC042;
}

.nsCommuntiy-inner ul li:nth-child(4) {
  background: #216594;
}

.nsCommuntiy-inner ul li:nth-child(5) {
  background: #0FBA9C;
}

.nsCommuntiy-inner ul li:nth-child(6) {
  background: #F69D29;
}

.nsCommuntiy-inner ul li:nth-child(7) {
  background: #009166;
}

.nsCommuntiy-inner ul li:nth-child(8) {
  background: #C1A785;
}

.nsCommuntiy-inner ul li:nth-child(9) {
  background: #7CC042;
}

.nsCommuntiy-inner ul li:nth-child(10) {
  background: #216594;
}

.nsCommuntiy-inner ul li:nth-child(11) {
  background:#0FBA9C;
}

.nsCommuntiy-inner ul li:nth-child(12) {
  background: #F69D29;
}

/* 特色诊疗 */
.nsSpechial-con {
  padding: .5rem .42rem;
}

.nsSpechial-con .nsspeTit {
  padding-bottom: .4rem;
  font-size: .4rem;
  color: #192533;
  border-bottom: 1px solid rgba(25, 37, 51, .2);
}

.nsSpechial-conBd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nsSpechial-conBd ul li {
  margin-top: .5rem;
  box-shadow: 0px 0px 10px 0px rgba(25, 37, 51, 0.2);
}

.nsSpechial-conBd ul li a {
  display: block
}

.nsSpechial-conBd ul li img {
  width: 100%;
  display: block;
  height: 5rem;
  object-fit: cover;
}

.nsSpechial-conBd-ft {
  padding: .4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nsSpechial-conBd-ft .ftlTit {
  color: #192533;
  font-size: .36rem;
}

.nsSpechial-conBd-ftl {
  width: 80%;
}

.nsSpechial-conBd-ft .ftlTxt {
  color: #192533;
  font-size: .28rem;
  opacity: .8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .2rem;
}

.nsSpechial-conBd-ftr {
  width: 1rem;
  height: 1rem;
  background: url('../imgs/tszl/more.png');
  background-size: 100% 100%;
}

.nsSpechial-conBd ul li:hover .ftlTit {
  color: #009166;
}

.nsSpechial-conBd ul li:hover .nsSpechial-conBd-ftr {
  background: url('../imgs/tszl/moreon.png');
  background-size: 100% 100%;
}

#guide-nav{display:none;}


.piclist{display:flex;/* justify-content: center; */flex-wrap: wrap;align-content: center;align-items: flex-start;padding: 0.3rem;gap: 0.3rem;}
.piclist  li{
    overflow: hidden;
    width: 48%;
    display: flex;
    margin-bottom: 0.5rem;
    flex-direction: column;
    /* margin-right: 2%; */
}
.piclist li img {width:100%;/* height: 250px; */display: block;}
.piclist li .about-c2txt{
    background: rgba(0, 145, 102, 0.2);
    padding:10px;
    line-height: 26px;
    min-height: 97px;
}

.calendarlist .list {background: rgba(0, 145, 102, 0.1);}
.calendarlist .list .list-right .list-right1:after{content:"";width: 98px;height: 98px;border-radius: 50%;position: absolute;z-index: 0;border: 2px dotted rgba(0, 145, 102, 1);}

.calendarlist .list .list-right  .list-right1{
    width: 88px;
    height: 88px;
    background: #009166;
    border-radius: 50%;
    background: rgba(0, 145, 102, 0.1);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.calendarlist .list  .list-right1 strong{font-size:20px;margin: 0;}

.calendarlist .list-right{
    align-items: center;
}

.calendarlist   .list-right2{}

.calendarlist   .list-right2 .tit{
    margin-bottom: 10px;
    !importan;!importa;!import;!impor;!impo;!imp;!impr;!imp;!im;!imo;!imop;!imopr;!imop;!imo;!im;!i;!;
    font-size: 19px;
    /* font-weight: normal; */
}
.calendarlist   .list-right2c {
    margin: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    opacity: 0.6;
}
.calendarlist .list:hover {background:#fff;}

.picdown{margin-top:30px;margin: 0.12rem;background: #fff;padding: .3rem;}
.piclistdown{display:flex;/* justify-content: center; */flex-direction: column;align-content: center;align-items: flex-start;/* gap: 3%; */}
.piclistdown  li{
    overflow: hidden;
    display: flex;
    margin-bottom: 0.5rem;
    flex-direction: column;
    width: 100%;
}
.piclistdown li img {width:100%;height: auto;display: block;}
.piclistdown li .about-c2txt{
    background: rgba(0, 145, 102, 0.2);
    padding:10px;
    line-height: 26px;
    min-height: 97px;
    color: #333;
}
