﻿
@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: #152D4E;
  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
} */


.logo1,
.logo {
  display: none;
}

.logo2 {
             width: 72%;
        padding: .3rem 0 .3rem .5rem;

}
.headTop{
    border-bottom: 1px solid #ddd;
}
.head-logo {
  position: relative;
  display: flex;
  border-bottom: #D0D5DC 1px solid;
}

.headTitle {
  border-bottom: #D0D5DC 1px solid;
  display: flex;
  justify-content: center;
}

.hList {
  height: 1rem;
  width: 2.4rem;
  font-size: .32rem;
  color: #192533;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(25, 37, 51, .1);
}

.hList:nth-child(1) {
  background: url('../images/banner/china2.png') no-repeat .4rem;
  background-size: .45rem;
}

.hList:nth-child(1).active,
.hList:nth-child(1):hover {
  background: #009166 url('../images/banner/china1.png') no-repeat .4rem;
  background-size: .45rem;
  color: #fff;
}

.hList:nth-child(2) {
  background: url('../images/banner/english2.png') no-repeat .4rem;
  background-size: .45rem;
}

.hList:nth-child(2).active,
.hList:nth-child(2):hover {
  background: #009166 url('../images/banner/english1.png') no-repeat .4rem;
  background-size: .45rem;
  color: #fff;
}

.hList:nth-child(3) {
  background: url('../images/banner/yuan.png') no-repeat .4rem;
  background-size: .45rem;
}

.hList:nth-child(3).active,
.hList:nth-child(3):hover {
  background: #009166 url('../images/banner/yuan1.png') no-repeat .4rem;
  background-size: .45rem;
  color: #fff;
}

.searcher {
  width: .52rem;
  position: absolute;
  right: 1.6rem;
  top: .45rem;
}

.search2 {
  display: none;
}

.searchBox {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  padding: .8rem .42rem;
  left: 0;
  right: 0;
  top: 2.4rem;
  z-index: 999;
  display: none;
}

.searchBox.active {
  display: block;
}

.searC {
  position: relative;
  height: .8rem;
  margin: 0 auto;
}

.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: 2.4rem;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  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('../images/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('../images/jian.png') no-repeat center center;
}

.nav-bd {
  width: 100%;
  background: #f2f6f5;
  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 .swiper-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  transform: translateY(-50%) !important;
  left: .2rem;
  top: 50%;
  margin-top: -.1rem;
  background: url(../img/banner-qh01.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper1 .swiper-button-next {
  width: 1rem !important;
  height: 1rem !important;
  transform: translateY(-50%) !important;
  right: .2rem;
  top: 50%;
  margin-top: -.1rem;
  background: url(../img/banner-qh02.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}


/* 患者服务 */
.content1 {
  background: rgba(82, 188, 204, .1) url('../images/content1/c1-bg.png') no-repeat bottom center;
  padding: .5rem .42rem 2rem .42rem;
  position: relative;
  background-size: 100%;
}

.c1-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
display:none
}

.content1-con1 {
  width: 575px;
  height: 575px;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  border: 1px dashed #C9B37F;
  border-radius: 120%;
  padding: 27px;
}

.content1-con1img {
  width: 520px;
  height: 520px;
  border-radius: 120%;
  display: flex;
  justify-content: center;
  padding-top: 87px;
  color: #fff;
  font-size: 32px;
  overflow: hidden;
  background: url('../images/content1/c1-img4.png');
  background-size: 100% 100%;
}

.content1-con1img>img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.content1-con2 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
}

.content1-con2l,
.content1-con2r {
  display: flex;
}

.content1-con2la {
  margin-right: .3rem;
  display: flex;
  flex-direction: column;
}

.content1-con2r .content1-con2la {
  margin-left: .3rem;
}

.content1-con2la .list {
  margin-bottom: .3rem;
}

.content1-con2la .list a {
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.content1-con2la .list a img {
  margin-bottom: .2rem;
}

.content1-con2la .list:nth-child(1) a {
  background: url('../images/content1/c1-img1.jpg');
  background-size: 100% 100%;
}

.content1-con2la .list:nth-child(2) a {
  background: #61C266;
}

.content1-con2l .list a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .3rem;
}

.content1-con2 .list:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}



.content1-con2lb .list a {
  width: 4.3rem;
  height: 8.9rem;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url('../images/content1/c1-img2.jpg');
}

.content1-con2r .content1-con2lb .list a {
  background: url('../images/content1/c1-img3.jpg');
}

.content1-con2r .content1-con2la .list:nth-child(1) a {
  background: #52BCCC;
}

.content1-con2r .content1-con2la .list:nth-child(2) a {
  background: #F4BB3E;
}

/* 新闻动态 */
.content2 {
  /* background: url('../images/content2/img.png') no-repeat left top; */
  padding: .5rem .42rem;
}

.content2 .c2-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}

.tit {

  display: flex;
  color: #192533;
  font-weight: bold;
  font-size: .42rem;
  align-items: center;
}

.tit a {
  color: #192533;
  font-weight: bold;
  font-size: .42rem;
}

.tit img {
  margin-right: .3rem;
  width: .7rem;
}

.constent2c-left {
  display: none;
}



.constent2c-right ul li {
  display: flex;
  justify-content: space-between;
  background: #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
    margin-bottom: .2rem;
}

.constent2c-right ul li:last-child {
  border: 0;
    margin-bottom: 0
}

.constent2c-right ul li .cor1 {
  flex: 1;
  padding: 0 .4rem;
}

.constent2c-right ul li .cor1 span {
  font-size: .24rem;
  color: #999999;
  display: block;
  margin-top: .4rem;
}

.constent2c-right ul li .cor1 a {
  color: #454545;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: .2rem;
  line-height: .5rem;
}

.constent2c-right ul li .cor2 img {
  height: 3rem;
  display: block; object-fit: cover;
}

.constent2c-right ul li:hover,
.constent2c-right ul li.on {
  background: #008F68;
}

.constent2c-right ul li:hover .cor1 span,
.constent2c-right ul li.on .cor1 span {
  color: rgba(255, 255, 255, .6);
}

.constent2c-right ul li:hover .cor1 a,
.constent2c-right ul li.on .cor1 a {
  color: #fff;
}




/* 科室导航 */
.content3 {
  background: url('../images/content3/c3-bgA.png') no-repeat center top;
  padding: 1.8rem .42rem 1rem .42rem;
  background-size: 100%;
}

.c3-tit {
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
}

.c3-tit .tit {
  color: #fff;
}

.c3-tit .tit a {
  color: #fff;
}

.c3-tit .c3-sear {
  height: 1.1rem;
  background: #fff;
  border-radius: 50px;
  padding-left: .4rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.c3-tit .c3-sear input {
  height: 1.1rem;
  outline: none;
  border: 0;
  background: #fff;
  font-size: .32rem;
  margin-left: .2rem;
}

.c3-sear button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #52BCCC;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: .4rem;
}

.c3-sear button img {
  margin-right: .3rem;
  width: .4rem;
}


.content3c .list2-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content3c .list2-2 ul li {
  display: inline-block;
  margin-bottom: 20px;
  width: 31%;
  height: 50px;
  border-radius: 8px 0 8px 0;
  overflow: hidden;
}

.content3c .list2-2 ul li a {
  height: 50px;
  background: rgba(0, 145, 102, .1);
  color: #192533;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  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;
}



.content3c .list2-2 ul li:last-child a {
  color: rgba(25, 37, 51, .5);
}


.content3c .list2-2 ul li a:hover {
  color: #fff;
  background: #009166;
}


.content3c {
  display: flex;
  justify-content: space-between;
}

.content3c .list {
  width: 32%;
  height: 8rem;
  display: flex;
}

.content3c .list1 {

  height: 8rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.content3c .list1>img {
  height: 100%;
}

.content3c .list1c {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: .8rem 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: 'MyFontHeavy';
  color: #fff;
  font-size: .4rem;
  align-items: center;
  font-weight: bold;
}

.content3c .list1c>img {
  margin-bottom: .3rem;
  width: 1rem;
  height: 1rem;
}

.content3c .list1c .more {
  margin-top: .5rem;

}

.content3c .list1c .more img {
  width: .8rem;
}

.content3c .list2 {
  width: 0;
  height: 520px;
  overflow: hidden;
  display: none;
}




.content3c .list.active .list2 {
  width: 768px;
  display: none;
  background: #fff;
  padding: 0 40px;
}

.content3c .list2 .list2-1 {
  display: flex;
  align-items: center;
  color: #009166;
  padding-top: 26px;
  font-size: 24px;
  font-weight: bold;
}


.content3c .list2 .list2-1 img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.content3c .list2-2 {
  margin-top: 22px;
}

.content3c .list2-2 ul li:last-child a {

  background: rgba(0, 145, 102, .1) url('../images/content3/c3-more1.png') no-repeat right 55px center;
}

.content3c .list2-2 ul li:last-child a:hover {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat right 55px center;
}


.content4 {
  background: rgba(0, 145, 102, .1);
  padding: .7rem .42rem .5rem .42rem;
}



.content4 .list {
  height: 3.8rem;
  margin-bottom: .3rem;
}

.content4 .list a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  padding: 0 .5rem;
}

.content4 .list a img {
  width: .8rem;
}

.content4 .list:nth-child(1) {
  background: url('../images/content3/c3-bg5.jpg');
  background-size: 100% 100%;
}

.content4 .list:nth-child(2) {
  background: url('../images/content3/c3-bg4.jpg');
  background-size: 100% 100%;
}

.content4 .list:nth-child(3) {
  background: url('../images/content3/c3-bg6.jpg');
  background-size: 100% 100%;
}

.content5 {
  padding: .8rem .42rem;
}

.content5 .tit {
  margin-bottom: 0;
}

.con4c {

  position: relative;
}

.mySwiper3 {
  overflow: hidden;

}

.mySwiper3 .swiper-slide {
  margin-top: .5rem;
 /*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.mySwiper3list {
  /* width: 48.5%; */
  margin-bottom: .3rem;
}

.mySwiper3-1 {
  position: relative;
  overflow: hidden;
}

.mySwiper3-1>img {
  width: 100%;
  height: 5.6rem;
  display: block;
    object-fit: cover;
}

.mySwiper3-1b {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem;
  line-height: .5rem;
  overflow: hidden;
}

.mySwiper3-1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .32rem;
}

.mySwiper3-2 {
  padding: .4rem .3rem;
  font-size: .4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #192533;
  background: #E9EAEB;
  transition: all 0s ease-in-out;
}

.mySwiper3-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;
  font-size: .3rem;
  margin-top: .1rem;
}

.mySwiper3list:hover .mySwiper3-2 {
  transition: all 0s ease-in-out;
  background: #008C6C;
  color: #fff;
}

.mySwiper3list:hover .mySwiper3-1b {
  bottom: 0;
}

.mySwiper3list:hover .mySwiper3-1 img {
  transform: scale(1.1);
}

.swiper3-button-prev {
  width: .8rem !important;
  height: .8rem !important;
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 1rem !important;
  top: -.8rem !important;
  left: initial !important;
}

.swiper3-button-next {
  width: .8rem !important;
  height: .8rem !important;
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -.8rem !important;
}

.content6c {
  background: #e1f2eb;
  padding: 1rem .42rem 2rem .42rem
}

.content6>img {
  width: 100%;
  display: block;
}

.content6 .c6-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}

.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('../images/content3/c3-more1.png') no-repeat center center;
  background-size: .4rem;
}

.content6 .tit {
  margin-bottom: 0;
}

.c6-more:hover {
  color: #009166;
}

.c6-more:hover span {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat center center;
     background-size: .4rem;

}

.content6 ul {
  display: flex;
  flex-direction: column;
}

.content6 ul li {
  background: #fff;
  margin-bottom: .3rem;
}

.content6 ul li .c6-img {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}

.content6 ul li:hover .c6-img img {
  transform: scale(1.1);
}

.c6-img img {
  width: 100%;
  display: block;
}

.c6-con {
  position: relative;
  padding: .3rem .42rem 0 2.2rem;
  color: #192533;
  height: 2.2rem
}

.c6-con .data {
  position: absolute;
  width: 1.8rem;
  height: 2rem;
  background: url('../images/content5/c6-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .3rem;
  left: 0;
  top: -.2rem;
  color: #fff;
}

.c6-con .data strong {
  font-size: .7rem;
  border-bottom: 1px dashed #fff;
  margin-bottom: .15rem;
  padding-bottom: .2rem;
  line-height: .5rem;
  margin-top: .38rem;

}

.c6-con span {
  font-size: .36rem;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c6-con .txt {
  width: 1rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: .3rem;
  bottom: .3rem;
  color: #009166;
  background: rgba(0, 145, 102, 0.1);
}

.content6 ul li:hover span {
  color: #008C6C;
}

.content7 {
  background: url('../images/content6/c7-bg.png') no-repeat center top;
  background-size: 100% 100%;
  padding: 1.8rem .42rem 2.2rem .42rem;
  margin-top: -1rem;
}

.c7-con1 {
  position: relative;
}

.c7-con1>img {
  position: absolute;
  bottom: 0;
  display: none;
}

.c7-con1left {
  width: 100%;
  position: relative;
  z-index: 999;
}

.c7-con1left ul {
  display: flex;

}

.c7-con1left ul li {
  width: 33%;
}

.c7-con1left ul li a {
  width: 100%;
  height: 3.3rem;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c7-con1left ul li:nth-child(1) {
  background: url('../images/content6/c7-bg1.jpg');
  background-size: 100% 100%;
}

.c7-con1left ul li:nth-child(2) {
  background: url('../images/content6/c7-bg2.jpg');
  background-size: 100% 100%;
}

.c7-con1left ul li:nth-child(3) {
  background: #52BCCC;

}

.c7-con1left ul li a img {
  margin-bottom: .2rem;
  width: 1.2rem;

}

.c7-con1left ul li a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.c7-con2>img {
  left: 0;
  display: none
}

.c7-con2 .c7-con1left ul li:nth-child(1) {
  background: url('../images/content6/c7-bg3.jpg');
  background-size: 100% 100%;
}

.c7-con2 .c7-con1left ul li:nth-child(2) {
  background: url('../images/content6/c7-bg4.jpg');
  background-size: 100% 100%;
}

.c7-con2 .c7-con1left ul li:nth-child(3) {
  background: #4AB1E8;
}

.c7-con2 {
  display: flex;

}

.content8 {
  padding: 1rem .42rem;
}

.content8a {
  display: flex;
}

.content8a-left {
  width: 1.1rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}

.content8a-left1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
}

.content8a-left1 img {
  margin-bottom: .2rem;
  width: 0.7rem;
}

.content8a-left1 strong {
  font-size: .42rem;
  color: #192533;
  writing-mode: vertical-rl;
}

.c8-more {
  color: rgba(25, 37, 51, .8);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  font-size: .32rem;
}

.c8-more span {
  width: .68rem;
  height: .68rem;
  border: 1px solid rgba(39, 36, 37, .2);
  border-radius: 50px;
  margin-top: .2rem;
  display: block;
  background: url(../images/content3/c3-more1.png) no-repeat center center;
  background-size: .4rem;
}

.c8-more:hover {
  color: #009166;
}

.c8-more:hover span {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat center center;
  background-size: .4rem;
}

.content8a-right {
  flex: 1;
}

.content8a-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content8a-right ul li {
  width: 48.5%;
  height: 7rem;
  margin-bottom: .3rem;
  padding: .4rem;
  color: #fff;
  font-size: .4rem;
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column-reverse;
  position: relative;
}

.content8a-right ul li a {
  color: #fff;
  writing-mode: vertical-rl;
  
 
  font-size: .32rem;

}
.content8a-right ul li .pic-more{
     position: absolute;
  right: .4rem;
  bottom: 0;
    padding-bottom: .8rem;
      font-size: .3rem;
}


.content8a-right ul li a::before {
  position: absolute;
  content: '';
  height: .8rem;

  border-left: 1px solid #fff;
  bottom: 0;
  right: .6rem;

}

.content8a-right ul li:nth-child(1) {
  background: url('../images/content7/c8-bg1.jpg');
  background-size: auto 100%;
}

.content8a-right ul li:nth-child(2) {
  background: url('../images/content7/c8-bg2.jpg');
  background-size: auto 100%;
}

.content8a-right ul li:nth-child(3) {
  background: url('../images/content7/c8-bg3.jpg');
  background-size: auto 100%;
}

.content8a-right ul li:nth-child(4) {
  background: url('../images/content7/c8-bg4.jpg');
  background-size: auto 100%;
}

.content8b {
  margin-top: .6rem
}

.content8b-1 {
  padding-bottom: .4rem;
  font-weight: bold;
  font-size: .4rem;
  color: #1B2836;
  border-bottom: 1px solid rgba(27, 40, 54, .2);
}

.content8b-2 {
  padding: .5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgba(27, 40, 54, 0.1);
}

.content8b-2 .list {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .5rem;
  border-right: 1px solid rgba(27, 40, 54, .1);
}

.content8b-2 .list:nth-child(2n) {
  border: 0
}

.content8b-2 .list:nth-child(1),
.content8b-2 .list:nth-child(2) {
  margin-bottom: .8rem;
}

.content8b-2 .list img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: .2rem
}

.content8b-2 .listr {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #1B2836;
  margin-top: .1rem;
  align-items: center;
}

.content8b-2 .listr span.tel {
  display: block;
  color: #009166;
  font-size: .32rem;
  line-height: .5rem;
  margin-top: .1rem;
  font-weight: bold;
}

.content8b-2 .listr span.txt {
  background: rgba(0, 143, 104, .1);
  border-radius: 30px;
  color: #009166;
  padding: .06rem .2rem;
  margin-top: .1rem;
  display: inline-block;
  font-weight: bold;
}

#search {
  position: absolute;
  right: 0;
  top: 0;
  height: .9rem;
  width: 1rem;
  background: url('../images/sear.png') no-repeat center center;
  display: block;
  font-size: 0
}





.foot {
  background: url('../images/foot/ftbgph.png') no-repeat center center;
  background-size: 180% 100%;
  padding: 0 .42rem;
    margin-top:-1rem
}

.foot1 {
  text-align: center;
  padding: 2.5rem 0 .6rem 0;
}

.flogo {
  width: 6rem;
}

.foot2 {
  background: url('../images/ft-line.png') no-repeat bottom;
  padding: 0rem 0 .8rem;
  background-size: 100%;
}

.foot2 ul {
  display: flex;
  flex-wrap: wrap;

}

.foot2 ul li {
  width: 33%;
  text-align: center;
  margin-top: .3rem;
}


.foot2 ul li a {
  font-size: .4rem;
  color: #fff;
}

.foot3 {
  padding: .5rem 0;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  line-height: .6rem;
  display: flex;
  font-size: .28rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.foot3 img {
  width: 1.2rem;
  margin-top: .3rem;
}
.foot3c a {
  color: #fff;
}

.foot4r {
  display: flex;
  padding: .6rem 0 1rem 0;
  justify-content: center;
}

.foot4r a {
  color: rgba(255, 255, 255, .5);
  margin-left: .6rem;
}



.foot4l a {
  position: relative;
}

.foot4l {
  display: flex;
  justify-content: center;
}

.foot4l .f4c {
  width: 1rem;
  height: 1rem;
  display: flex;
  margin-right: .6rem;
  position: relative;
  cursor: pointer;
}

.f-img1 {
  width: 1rem;
  height: 1rem;
}

.foot4l .f4c:nth-child(1) {
  background: url('../images/ft-img3.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(1):hover {
  background: url('../images/ft-img3on.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(2) {
  background: url('../images/ft-img2.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(2):hover {
  background: url('../images/ft-img2on.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(3) {
  background: url('../images/ft-img1.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(3):hover {
  background: url('../images/ft-img1on.png');
  background-size: 100% 100%;
}

.foot1lc {
  display: none;
}


/* 专科特色 */
.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(0, 0, 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: 0 0 .4rem 0;
  background: #fff;
  padding: .3rem;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 3px solid transparent;
}
 */


.newList .list>a>img {
  width: 100%;
}

.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: 1.5rem;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  line-height: .8rem;
  margin: 0 .2rem .2rem 0;

}



.page a:hover {
  background: #2244AB;
  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;
  width: 2rem;
    height:.8rem
}

.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-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;
}

.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;
    display:none
}

.kxTit1 a {
  color: #fff;
  margin: 0 5px;
}

.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%;
    padding-bottom:2rem
}


.ksBanner .ksTit {
  padding: .42rem;
}

.ksTit>img {
  width: 100%;
  display: block;
  margin-top: .5rem;
}

.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: #fff;

  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  margin-top: .5rem;
  ;
}

.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 .listImg6{
  background: url('../images/ks/ks4-img3.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;
}


.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;
    object-fit: cover;
}

.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 {
  height: 1rem;
  background-color: #008A5A;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -1rem;
}

.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 2rem .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;
  flex-direction: column;
}

.flBanner.yyBanner2 {
  background: url('../images/yy/yy-bg2.png') no-repeat center top;
  background-size: 100%;
  height: auto;
     padding-bottom:2rem
}

.flBanner.yyBanner2 .main {
  position: relative;
}

.yy-content4 {
  padding: 2.5rem .42rem;
}

.yy-content4c {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-top: 4px solid #008A5A;

}

.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;
    margin-bottom:1rem
}

.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 .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;
}

.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{
    width:100%!important
}

.mySwiper7 .swiper-slide img {
  width: 100%;
  display: block;
            height: 4.5rem;
        object-fit: cover;
}


.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: 1rem .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: 3rem;
        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 ,
.mySwiper9 .hs-list10 {
  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-list5 span {
  background: url('../images/hospital/hs-ic5.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list5:hover span,
.mySwiper9 .hs-list5.on span {
  background: url('../images/hospital/hs-ic5on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list6 span {
  background: url('../images/hospital/hs-ic6.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list6:hover span,
.mySwiper9 .hs-list6.on span {
  background: url('../images/hospital/hs-ic6on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list7 span {
  background: url('../images/hospital/hs-ic7.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list7:hover span,
.mySwiper9 .hs-list7.on span {
  background: url('../images/hospital/hs-ic7on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list8 span {
  background: url('../images/hospital/hs-ic8.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list8:hover span,
.mySwiper9 .hs-list8.on span {
  background: url('../images/hospital/hs-ic8on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list9 span {
  background: url('../images/hospital/hs-ic9.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list9:hover span,
.mySwiper9 .hs-list9.on span {
  background: url('../images/hospital/hs-ic9on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list10 span {
  background: url('../images/hospital/hs-ic10.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list10:hover span,
.mySwiper9 .hs-list10.on span {
  background: url('../images/hospital/hs-ic10on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list:hover,
.mySwiper9 .hs-list.on {
  background:#009166;
  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;

}

.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;
    height:2rem;
        object-fit: cover;
}

.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;
        height: 6rem;
        object-fit: cover;
}

.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 2rem .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.tit1 {
  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%;
        height: 5rem;
        object-fit: cover;
        display: block;}

.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%;
  height: auto;
}

.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: .3rem;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
    height:1.5rem
}

.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: 100% 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: rgba(25, 37, 51, 1)
}

.flBanner.ggbanner2 .kxTit2,
.flBanner.newsbanner .kxTit2 {
  color: #009166;
}

.flBanner.ggbanner2 .kxTit2::before,
.flBanner.newsbanner .kxTit2::before {
  background: #008A5A
}

.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-con1 ul li{}

.news-con .list{
  padding: .8rem 0 .8rem 0;
  border-bottom: 1px dotted rgba(25, 37, 51, 0.2);
  padding: 0.42rem;
}

.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%;
  }
}



/* 217新增  */
.enSear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #008F68;
  height: 40px;
  width: 280px;
  margin-right: 20px;
  overflow: hidden;
}

.enSear input {
  flex: 1;
  font-size: 16px;
  line-height: 40px;
  border: 0;
  outline: none;
}

.cnon {
  display: none;

}

.enChange img {
  width: .66rem;
  height: .66rem;
  margin-right: .5rem;
}

.enChange:hover .cnon {
  display: block;
}

.enChange:hover .cn {
  display: none;
}

.enContent1 {
  padding: .5rem .42rem;
}



.en1-left {
  background: #008F68;
  padding: .5rem;
  color: #fff;
}

.en2-right {
  height: 5.6rem;
  background: url('../images/en/en1-img.png') no-repeat top center;
  background-size: 100% 100%;
}

.en1-left1 {
  font-size: .42rem;
  font-weight: bold;

}

.en1-left2 {
  line-height: .58rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: .4rem 0
}

.en1-left3 {
  display: flex;
  justify-content: space-between;
}

.en1-left3 .list {
  width: 3.6rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: .4rem;
  color: #fff;
  font-size: .32rem;
  white-space: nowrap;
  position: relative;
}

.en1-left3 .list:nth-child(1) {
  background: url('../images/en/en-ic1.png') no-repeat left .4rem bottom .4rem;
  background-size: .8rem;
}

.en1-left3 .list:nth-child(1):hover {
  background: url('../images/en/en-ic1on.png') no-repeat left .4rem bottom .4rem;
  background-size: .8rem;
}

.en1-left3 .list:nth-child(2) {
  background: url('../images/en/en-ic2.png') no-repeat left .4rem bottom .4rem;
  background-size: .8rem;
}

.en1-left3 .list:nth-child(2):hover {
  background: url('../images/en/en-ic2on.png') no-repeat left .4rem bottom .4rem;
  background-size: .8rem;
}

.en1-left3 .list .more {
  width: .5rem;
  height: .5rem;
  background: url('../images/en/more.png');
  background-size: 100% 100%;
  position: absolute;
  right: .4rem;
  bottom: .4rem;
}

.en1-left3 .list:hover .more {
  width: .5rem;
  height: .5rem;
  background: url('../images/en/moreon.png');
  background-size: 100% 100%;
}

.enContent2 {
  background: url('../images/en/en2-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 2rem .42rem 1.5rem .42rem;
  margin-top: .2rem;
}

.enContent2c {
  margin-top: .7rem;
  position: relative;
}

.mySwiper11 {
  overflow: hidden;
}

.swiper11-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/en/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 60px !important;
  top: -1.6rem !important;
  left: initial !important;
}

.swiper11-button-prev:hover {
  background: url('../images/en/lefton.png') !important;
  background-size: 100% 100% !important;
}

.swiper11-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background: url('../images/en/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -1.6rem !important;
}

.swiper11-button-next:hover {
  background: url('../images/en/righton.png') !important;
  background-size: 100% 100% !important;
}

.enContent2c .list a {
  padding: .3rem;
  height: 2rem;
  display: block;
  color: #fff;
  background: #008F68;
  border-bottom: 3px solid #008F68;
}

.enContent2c .list:hover a {
  background: #fff;
  border-bottom: 3px solid #B4A37E;
}

.et-title {
  display: flex;
  justify-content: space-between;
  font-size: .36rem;
}

.et-title span {
  width: .6rem;
  height: .6rem;
  background: url('../images/en/more2.png');
  background-size: 100%;
}

.enContent2c .list:hover a .et-title {
  color: #008A5A;
}

.enContent2c .list:hover a .et-title span {
  background: url('../images/en/more2on.png');
  background-size: 100%;
}

.etimg {
  width: 100%;
  overflow: hidden;
}

.etimg img {
  width: 100%;
  display: block;
}

.et-txt {
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.enContent2c .list:hover a .et-txt {
  color: #666666;
}

.enContent3 {
  padding: .5rem .42rem;
}

.enContent3 .kx-tit {
  text-align: left;
  display: flex;
  font-size: .42rem;
  justify-content: space-between;
}

.enContent3 .kx-tit a {
  font-weight: normal;
}

.enContent3 .c6-more span {
  width: .5rem;
  height: .5rem;
  border: 0;
  border-radius: 50px;
  margin-left: .3rem;
  background: url('../images/en/more.png');
  background-size: 100%;
}

.enContent3 ul {
  margin-top: .5rem;
}

.enContent3 ul li {
  padding: .3rem;
  border-bottom: 3px solid transparent;
}


.enContent3img {
  width: 100%;
}

.enContent3c {
  margin-top: .3rem;
}

.enContent3c1 {
  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: .36rem;
}

.enContent3c2 {
  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;
  opacity: .8;
  margin: .15rem 0;
}

.enContent3c3 {
  color: #192533;
  font-size: .3rem;
  opacity: .8;
}

.enContent3 ul li:hover {
  background: #fff;
  border-bottom: 3px solid #008F68;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.enContent4 {
  background: url('../images/en/en4-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: .5rem .42rem;
}

.enContent4r img {
  display: block;
  width: 100%;
  margin-top: .6rem;
}

.enContent4l-1 {
  padding-bottom: .3rem;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.enContent4l-1 .list {
  width: 50%;
  padding-top: .4rem;
}

.enContent4l-1 .list:nth-child(1) {
  padding-right: .4rem;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.enContent4l-1 .list:nth-child(2) {
  padding-left: .4rem;
}

.enContent4l-1 .list1 {
  font-size: .42rem;
  font-weight: bold;
  color: #fff;
  height: 2rem;
}

.enContent4l-1 .list a,
.enContent4l-2 a {
  float: right;
  color: #fff;
  font-size: .32rem;
  display: flex;
  align-items: center;

}

.enContent4l-2 a span,
.enContent4l-1 .list a span {
  width: .6rem;
  height: .6rem;
  margin-left: .3rem;
  background: url('../images/en/more1.png');
  background-size: 100%;
}

.enContent4l-1 .list a:hover span {
  background: url('../images/en/more1on.png');
  background-size: 100%;
}

.enContent4l-2 {
  padding-top: .4rem;
  position: relative;
  color: #fff;
}

.enContent4l-2 a {
  position: absolute;
  right: 0;
  top: .4rem;
}

.enContent4l-2 .list1 {
  font-size: .42rem;

  font-weight: bold;
  margin-bottom: .3rem;
}

.enContent4l-2 .list2 {
  font-size: .32rem;
  display: flex;
  flex-direction: column;
  margin-bottom: .2rem;
}

.enContent4l-2 .list2 strong {
  font-size: .38rem;
}

.enContent4l-2 a:hover span {
  background: url('../images/en/more1on.png');
  background-size: 100%;
}

.enFoot {
  background: #043D69;
  position: relative;
  z-index: 99;
}

.enFoot1 {
  padding: 1rem 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.enFoot1 .en1-foot1 {
  text-align: center;
}

.enFoot1 .en1-foot2 {
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
  padding: .5rem .42rem;
}

.enFoot1 .en1-foot2 .list {
  width: 50%;
  margin-bottom: .4rem;
}

.enFoot1 .en1-foot2 .list1 a {
  font-weight: bold;
  font-size: .34rem;
  margin-bottom: .2rem;
  color: #fff;
}

.enFoot1 .en1-foot2 .list2 {
  line-height: .5rem;
}

.enFoot1 .en1-foot2 .list2 a {
  color: #fff;
  font-size: .32rem;
  display: block;
}

.enFoot2 {
  padding: .5rem 0;
}

.enFoot2-txt {
  color: #fff;
  opacity: .5;
  font-size: 14px;
  text-align: center;
}

.enFoot2-txt a {
  color: #fff;
}

.enFoot2-src {
  display: flex;
  margin-bottom: .3rem;
  justify-content: center;
}

.enFoot2-src img {
  width: 1rem;
  margin: 0 .2rem;
}


.enhead-right {
  border-bottom: #D0D5DC 1px solid;
  display: flex;
  justify-content: center;
  height: 1rem;
  align-items: center;
}

.enhead-right .searcher {
  position: inherit !important;
  height: .52rem;
}



/* 科室 */
.ks-enconten {
  padding: .5rem .42rem;
}

.ks-enconten1 {
  display: flex;
  align-items: center;
}

.ks-enconten1 ul {
  display: flex;
  flex-wrap: wrap;
}

.ks-enconten1 ul li {
  width: 47%;
  line-height: 1.2rem;
  border: 1px solid rgba(31, 40, 61, .2);
  border-radius: 8px;
  margin-right: .4rem;
  margin-bottom: .3rem;
  padding: 0 20px;
  font-size: .32rem;
}

.ks-enconten1 ul li:nth-child(2n) {
  margin-right: 0;
}

.ks-enconten1 ul li a {
  color: #1F283D;
}

.ks-enconten1 ul li:hover {
  border: 1px solid #008A5A;
  ;
}

.ks-enconten1 ul li:hover a {
  color: #008A5A;
  ;
}

.ks-enconten1 span {
  flex: 1;
  height: 12px;
  border-left: 1px solid #192533;
  opacity: 0.2;
  position: relative;
  margin-left: 12px;
}

.ks-enconten1 span::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  width: 100%;
  border-bottom: 1px solid #192533;
}

.ks-enconten2 {
  margin: .2rem 0 .6rem 0;
}

.ks-enconten2tit {
  border-bottom: 3px solid #008A5A;
  padding-bottom: .4rem;
  display: flex;
  align-items: center;
  color: #192533;
  font-size: .42rem;
  font-weight: bold;
  margin-bottom: .1rem;
}

.ks-enconten2tit img {
  margin-right: .2rem;
  width: .8rem;
}

.ks-enconten2 ul {
  display: flex;
  flex-wrap: wrap;
}

.ks-enconten2 ul li {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  display: flex;
  align-items: center;
  padding: .4rem;
}

.ks-enconten2 ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: .55rem;
  width: 4px;
  height: 4px;
  background: #008A5A;
  border-radius: 20px;
}

.ks-enconten2 ul li a {
  color: #324A66;
  font-size: .32rem;
  display: flex;
  align-items: center;
}

.ks-enconten2 ul li a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 7rem;
}

.ks-enconten2 ul li:nth-child(3n) {
  margin-right: 0;
}

.ks-enconten2 ul li a:hover {
  color: #008A5A;
}

.ks-enconten2 ul li img {
  width: 12px;
  margin-left: 10px;
  height: 12px;
}

.ks-en2 .ks-enconten2tit {
  border-bottom: 3px solid #55B8C9;
}

.ks-en2 ul li::before {
  background: #55B8C9;
  ;
}

.ks-en2 ul li a:hover {
  color: #55B8C9;
}

.ks-en3 .ks-enconten2tit {
  border-bottom: 3px solid #F4BB3E;
}

.ks-en3 ul li::before {
  background: #F4BB3E;
  ;
}

.ks-en3 ul li a:hover {
  color: #F4BB3E;
}

.en-con1Banner .cul-swiperList .listcr2 {
  height: 195px;
}

.en-con1Banner .cul-swiperList .listcr1 {
  font-weight: normal;
  font-size: .42rem;
  margin-bottom: .2rem;
}

.en-con1Banner .cul-swiperList .listcr1 span {
  font-size: .32rem;
}

.culture-con2c2en {
  margin-top: .5rem;
  padding: .3rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.culture-con2c2en .list1 {
  font-size: .4rem;
  margin-bottom: .2rem;
}

.culture-con2c2en .list2 {
  font-size: .32rem;
}

.culture-con2en .culture-con2bd {
  max-height: 3rem;
  overflow-y: auto;
}

.culture-con2en-txt {
  max-height: 2rem;
  overflow-y: auto;
}

.flBanner.enBanner1 {
  background: url('../images/en/ksbanner.png') no-repeat center top;
  background-size: auto 100%;

}

.headTitle {
  border-bottom: #D0D5DC 1px solid;
  display: flex;
  justify-content: center;
}

.ksTiten>img {
  margin-top: 0;
}


/* 院庆227  */
ul.fssnav {
  width: 16px;
  opacity: 1;
  right: 24px !important;
  left: auto !important;
  z-index: 9999;
  opacity: 0;
}

ul.fssnav li:nth-child(1) {
  margin-top: 110px
}

ul.fssnav li {
  width: 100%;
  height: 16px;
  margin-bottom: 10px !important;
}

ul.fssnav li a {
  width: 100% !important;
  height: 100% !important;
}




.fullpageSwp-page {
  position: fixed;
  right: 16px;
  top: 50%;
  width: 32px;
  background-color: rgba(255, 255, 255, .06);
  border-radius: 24px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.fullpageSwp-page .bd {
  position: relative;
  padding-top: 100px;
}

.fullpageSwp-page .item {
  cursor: pointer;
}

.fullpageSwp-page.page0 {
  display: none;
}

.fullpageSwp-page .item .circle {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
}

.fullpageSwp-page.page1 .item .circle,
.fullpageSwp-page.page2 .item .circle,
.fullpageSwp-page.page4 .item .circle {
  border: 1px solid #fff;
}

.fullpageSwp-page.page3 .item .circle,
.fullpageSwp-page.page5 .item .circle {
  border: 1px solid #C20A1A;
}

.fullpageSwp-page.page1 .item.active .circle,
.fullpageSwp-page.page2 .item.active .circle,
.fullpageSwp-page.page4 .item.active .circle {
  border: 1px solid transparent;
  background: url('../images/HosParty/index/pageon1.png');
}

.fullpageSwp-page.page3 .item.active .circle,
.fullpageSwp-page.page5 .item.active .circle {
  border: 1px solid transparent;
  background: url('../images/HosParty/index/pageon.png');
}

.fullpageSwp-page .title {
  width: 32px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  writing-mode: vertical - rl;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fullpageSwp-page.page3 .title,
.fullpageSwp-page.page5 .title {
  color: #C20A1A;
  border: 1px solid #C20A1A;
}

.fullpageSwp-page .item.active .title {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fullpageSwp-page .item+.item {
  margin-top: 10px;
}

.hspy-head {
  position: absolute;
  left: 0;
}

.hspy-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .42rem;
}

.hspy-logo {
  width: 90%;
}

.hspy-head .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .3);
  border-radius: 50px;
  padding: .2rem .3rem;
  width: 2.5rem;
}

.hspy-head .prev:hover {
  background: rgba(255, 255, 255, .5);
}

.hspy-head .prev img {
  margin-right: 5px;
  display: none;
}

.slide1 {
  background: url('../images/HosParty/index/banner/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  height: 5.5rem;
}



.bannerTxt {
  width: 40%;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}


.slide2 {
  background: url('../images/HosParty/index/content1/bg2.jpg') no-repeat right center;
  background-size: 100% 100%;
  padding: .5rem .42rem;
}



.hspy-content1-left {
  background: url('../images/HosParty/index/content1/bg1.jpg') no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 100%;
  text-align: center;
  padding-top: 134px;
  background-size: cover;
}


.hspy-content1-right .txt {
  height: 2rem;
  margin: 0 auto;
  display: block;
}


.hspy-content1-right ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hspy-content1-right ul li {
  width: 31%;
  cursor: pointer;
  padding-top: .8rem;
  position: relative;
}

.hspy-content1-right ul li .img {
  width: 100%;
  position: relative;
  z-index: 2;
}


.hspy-content1-right ul li:hover::before {
  position: absolute;
  left: -40px;
  top: 0;
  right: -40px;
  height: 33%;
  content: '';
  background: url('../images/HosParty/index/content1/active.png') no-repeat top center;
  background-size: 100%;
}

@font-face {
  font-family: 'MyFontHeavy';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-HEAVY.OTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontmedium';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-MEDIUM.OTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontSemibold';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-SEMIBOLD.OTF');
  /* 或者 'opentype' */
}

.hspy-content1c {
  margin-top: -1rem;
  position: relative;
  background: url('../images/HosParty/index/content1/bg.png') no-repeat top center;
  background-size: 92% 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 4.5rem;
  justify-content: flex-end;
  padding-bottom: .5rem;
}

.hspy-content1c span {
  color: #fff;
  font-size: .4rem;
  font-family: 'MyFontSemibold';
}

.hspy-content1c .hspy-more {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: .4rem;
  margin-top: .3rem;
  font-size: .32rem;
}

.hspy-content1c .hspy-more img {
  display: none;
}

.slide3 {
  background: url('../images/HosParty/index/content2/bg1.jpg') no-repeat right top;
  background-size: cover;
  padding: .5rem .42rem .8rem .42rem;
  position: relative;
  overflow: hidden;
}


.hspy-content2 .txt {
  height: 2rem;
  margin: 0 auto;
  display: block;
}

.swiper12 {
  overflow: hidden;
}

.swiper12-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url('../images/HosParty/index/content2/left.png') !important;
  background-size: .4rem .3rem !important;
  margin-top: 0px !important;
  right: 1.5rem !important;
  top: 2.5rem !important;
  left: initial !important;
  background-color: #C0894D;
}

/* .swiper12-button-prev:hover {
  background-image: url('../images/HosParty/index/content2/lefton.png') !important;
  background-size: 25px 21px !important;
  background-color: #fff;
} */

.swiper12-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: .4rem .3rem !important;
  margin-top: 0px !important;
  right: .5rem !important;
  top: 2.5rem !important;
  background-color: #fff;
}

/* .swiper12-button-next:hover {
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: 25px 21px !important;
  background-color: #fff;
} */

.hspy-content2 .list .img {
  width: 66%;
  display: block;
  margin: 0 auto;
}

.hspy-content2 .listTxt {
  text-align: center;
  padding: 0 .5rem;
  background: #C0894D url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;
  height: 4.6rem;
  margin-top: -1.5rem;
  border-radius: 48px 0 48px 0;
  padding-top: 1.8rem;
  color: #fff;
}

.hspy-content2 .list:hover .listTxt {
  background: #866B4D url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;
}

.hspy-content2 .list .listTxt1 {
  font-size: .38rem;
  display: block;
  margin-bottom: .2rem;
  font-weight: bold;
}

.hspy-content2 .list .listTxt2 {
  display: block;
  margin-bottom: 3px;
}

.hspy-content2 .mySwiper12 {
  margin: 1.6rem 0 .7rem 0;
}



.hspy-content2 .more {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: .3rem;
  display: block;
  width: 3.5rem;
  margin: 0 auto;

}


.slide4 {
  background: url('../images/HosParty/index/content3/bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 1.2rem .42rem;
  position: relative;
}



.hspy-content3 .txt {
  height: 2rem;
  margin: 0 auto;
  display: block;

}

.hspy-content3 .line {
  background: url('../images/HosParty/index/content3/bg1.png') no-repeat left bottom;
  background-size: auto 102%;
  -webkit-transition: all 5.5s ease-in-out;
  transition: all 5.5s ease-in-out;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.hspy-content3 .leftImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 4rem;
}

.hspy-content3 .rightImg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 4rem;
}


.c3list {
  display: none;
  padding-top: 1rem;
}

.c3list.active {
  display: block;
}

.mySwiper13 {
  overflow: hidden;
  padding-bottom: .5rem;
  margin: 0 2rem 0 0;
}

.swiper13-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url('../images/HosParty/index/content2/left.png') !important;
  background-size: .4rem .3rem !important;
  margin-top: 0px !important;
  right: 1.2rem !important;
  left: initial !important;
  top: inherit !important;
  bottom: 2.2rem !important;
  background-color: #C0894D;
}

.swiper13-button-next {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: .4rem .3rem !important;
  margin-top: 0px !important;
  top: inherit !important;
  bottom: 2.2rem !important;
  background-color: #fff;
}

.hspy-content3 .list {
  width: 2.2rem;
  height: 2.2rem;
  font-size: .32rem;
  background: url('../images/HosParty/index/content3/bg4.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
}

.hspy-content3 .list span {
  font-size: .38rem;
}

.hspy-content3 .list:hover,
.hspy-content3 .list.active {
  background: url('../images/HosParty/index/content3/bg4on.png');
  background-size: 100% 100%;
}


.hspy-content3 .c3-bd {
  position: relative;
}


.hspy-content3 .c3-bd1 {
  position: absolute;
  left: .4rem;
  top: 0;
  font-size: 4rem;
  -webkit-text-stroke: 2px #B10312;
  /* 2px 是描边宽度，black 是描边颜色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色设为透明 */
  text-stroke: 2px #B10312;
  text-fill-color: transparent;
  opacity: .15;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.hspy-content3 .c3-bd2 {
  height: 2.5rem;
  color: #4D3637;
  font-size: .32rem;
  line-height: .7rem;
  overflow-y: auto;
  padding-right: .3rem;
  text-align: left;
}

.hspy-content3 .c3-bd2::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
  height: 4px;
  /* 滚动条高度 */
}

.hspy-content3 .c3-bd2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.hspy-content3 .c3-bd2::-webkit-scrollbar-thumb {
  background-color: #C20A1A;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}

.hspy-content3 .c3-bd .more {
  border-top: 1px solid #C20A1A;
  border-bottom: 1px solid #C20A1A;
  color: #C20A1A;
  padding: .3rem;
  display: block;
  width: 3.5rem;
  margin: .7rem auto;
}

.slide5 {
  background: url('../images/HosParty/index/content4/bg.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content4 {
  padding: .5rem .42rem;
}

.hspy4-left {
  overflow: hidden;
  display: flex;
  margin-top: .5rem;
}

.hspy4-left .mySwiper15 {
  flex: 1;
  height: 8rem;
  overflow: hidden;
}

.hspy4-left .mySwiper14 {
  width: .8rem;
  height: 4rem;
  overflow: hidden;
}

.hspy4-left-r {
  background: url('../images/HosParty/index/content4/bg1.png');
  background-size: 100% 100%;
  padding: 2rem .4rem;
  margin-left: .2rem;
  position: relative;
}

.hspy4-left .mySwiper14 .swiper-slide {
  background: #EBD1B4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  opacity: .6;
  cursor: pointer;
}

.hspy4-left .mySwiper14 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.hspy4-left .mySwiper14 .swiper-slide img {
  height: 100%;
  width: auto;
}

.hspy4-right .txt {
  height: 2rem;
  margin: 0 auto;
  display: block;
}

.hspy4-right .hspy4-right1 {
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  margin-top: .3rem;
  text-align: center;
}

.hspy-content4 .swiper-slide img {
  width: 100%;
}

.swiper15-button-prev {
  width: .8rem !important;
  height: .8rem !important;
  background: url('../images/HosParty/index/content4/left.png') no-repeat center center !important;
  background-size: .3rem .4rem !important;
  margin-top: 0px !important;
  right: .4rem !important;
  top: .7rem !important;
  left: inherit !important;
  border: 1px solid #C0894D;
  border-radius: 50px;
}

.swiper15-button-prev:hover {
  background: #C0894D url('../images/HosParty/index/content4/lefton.png') no-repeat center center !important;
  background-size: .3rem .4rem !important;
}

.swiper15-button-next {
  width: .8rem !important;
  height: .8rem !important;
  background: url('../images/HosParty/index/content4/right.png') no-repeat center center !important;
  background-size: .3rem .4rem !important;
  margin-top: 0px !important;
  right: .4rem !important;
  bottom: .7rem !important;
  left: inherit !important;
  top: inherit !important;
  border: 1px solid #C0894D;
  border-radius: 50px;
}

.swiper15-button-next:hover {
  background: #C0894D url('../images/HosParty/index/content4/righton.png') no-repeat center center !important;
  background-size: .3rem .4rem !important;
}

.mySwiper15 .swiper-slide {
  background: #EBD1B4;
}

.mySwiper15 .swiper-slide img {
  height: 100%;
  width: auto;
}

.mySwiper15 .swiper-slide a {
  display: flex;
  justify-content: center;
  height: 100%;
}

.mySwiper15 .btnTxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: .4rem;
}

.mySwiper15 .btnTxt span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: .32rem;
  line-height: .6rem;
}

.slide6 {
  background: url('../images/HosParty/index/content5/bg.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content5 {
  text-align: center;
  position: relative;
  background: url('../images/HosParty/index/content5/bg1.png') no-repeat left bottom;
  background-size: 6rem;
  padding: .5rem .42rem;
}

.hspy-content5 .txt {
  height: 2rem;
  margin: 0 auto;
  display: block;
}

.hspy-content5b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mySwiper16 {
  overflow: hidden;
  position: relative;
}

.mySwiper16 .swiper-slide img {
  display: block;
  width: 100%;
}

.mySwiper16 .swiper-slide {
  display: flex;
  /* justify-content: center; */
  /* align-items: flex-end; */
  transition: 300ms;
  transform: scale(0.8);
}

.mySwiper16 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}

.swiper16-button-prev {
  width: 1rem !important;
  height: .5rem !important;
  background: url('../images/HosParty/index/content5/left.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: .4rem !important;
  bottom: .8rem !important;
  top: inherit !important;
}

.swiper16-button-next {
  width: 1rem !important;
  height: .5rem !important;
  background: url('../images/HosParty/index/content5/right.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: .4rem !important;
  bottom: .8rem !important;
  top: inherit !important;

}

.aos-animatebd {
  height: 10rem;
  margin: .6rem auto;
  /* overflow: hidden; */
  position: relative;
}


.aos-animate {
  height: 3rem;
  position: relative;
}



.tagcloud {
  position: absolute;
  opacity: 0.3;
  font-size: .38rem;
  color: #C0894D;
  text-align: center;
  line-height: 1.2rem;
  padding: 0 1rem;
  border-radius: 50vw;
  background: #fff;
  white-space: nowrap;
}

.tagcloud:hover {
  opacity: 1 !important;
  z-index: 999 !important;
}


.hspy-content5 .more {
  border-top: 1px solid #C20A1A;
  border-bottom: 1px solid #C20A1A;
  color: #C20A1A;
  padding: .3rem;
  display: block;
  width: 3.5rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

/* 院史沿革 */
.hspy-header {
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0 .42rem;
  background: #C20A1A;
  position: relative;
}


.hspy-header .menu-btn .line,
.hspy-header .menu-btn .line::before,
.hspy-header .menu-btn .line::after {
  background: #fff;
  border-radius: 10px;
}

.hspy-header.menu-open .menu-btn .line {
  background: transparent;
}

.hspy-header .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .3);
  border-radius: 50px;
  padding: .2rem .3rem;
  width: 2.5rem;
}

.hspy-header .prev:hover {
  background: rgba(255, 255, 255, .5);
}

.hspy-header .prev img {
  margin-right: 5px;
  display: none;
}

.hspyNav {
  position: fixed;
  left: 0;
  top: 1.5rem;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: none;
  height: calc(100vh -1.5rem);
  overflow-y: auto;
  z-index: 99999;
}

.menu-open .hspyNav {
  display: block;
  padding-top: .5rem;
}

.menu-open .hspyNav ul li {
  text-align: center;
  font-size: .4rem;
  line-height: 1rem;
}

.menu-open .hspyNav ul li a {
  color: #152D4E;
}

.menu-open .hspyNav ul li a:hover,
.menu-open .hspyNav ul li a.active {
  color: #C20A1A;
}



.hspyBD {
  background: #D6B474 url('../images/HosParty/bg.png') no-repeat center top;
  background-size: 100% auto;
  padding: 1rem .42rem;

}

.hspyBD .main {
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.hspyBD-txt {
  text-align: center;
  padding: .5rem .42rem;
}

.hspyBD-txt .txt {
  height: 2rem;
}

.hspyBD-his1 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .2rem;
}

.hspyBD-his1 ul li {
  cursor: pointer;
  width: 31%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/HosParty/history/bg.jpg');
  background-size: 100% 100%;
  margin: 0 .1rem .2rem .1rem;
  font-size: .32rem;
  color: #453436;

}

.hspyBD-his1 ul li:hover,
.hspyBD-his1 ul li.active {
  background: url('../images/HosParty/history/bgon.jpg');
  background-size: 100% 100%;
  color: #fff;
}

.hspyBD-his2 {
  padding: .5rem;
  display: none;
}

.hspyBD-his2.active {
  display: block;
}

.hspyBD-his2 ul {
  column-count: 2;
  /* 设置3列 */
  column-gap: .3rem;
  /* 列间距为10px */
}

.hspyBD-his2 ul li {
  /* 图片宽度占满所在列 */
  margin: 0 0px .3rem 0;
  /* 图片下方间距 */
}

.hspyBD-his2 ul li a {
  position: relative;
  padding-bottom: 1.2rem;
  display: block;
}

.hspyBD-his2 ul li img {
  width: 100%;
  display: block;
}

.hspyBD-his2txt {
  height: 1.2rem;
  font-size: .32rem;
  color: #453436;
  background: rgba(214, 180, 116, .4);
  display: flex;
  align-items: center;
  padding: .4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hspyBD-his2 ul li span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.hspyBD-his2 ul li:hover .hspyBD-his2txt {
  background: #C20A1A;
  color: #fff;
}

.hspyFoot {
  background: url('../images/HosParty/ftbg.jpg') no-repeat center center;
  background-size: cover;
  padding: .7rem 0;
  text-align: center;
  z-index: 99;
  position: relative;
}

.hspyFootimg {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.hspyFoot1 {
  margin-top: .6rem;
}

.hspyFoot1 a {
  font-size: .4rem;
  color: #fff;
  margin: 0 .2rem;
}

.hspyFoot2 {
  margin-top: .7rem;
  font-size: .32rem;
  color: #fff;
}

.hspyBD-leder ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .4rem;
}

.hspyBD-leder ul li {
  margin: 0 5% .4rem 0;
  width: 47%;
  text-align: center;
}

.hspyBD-leder ul li:nth-child(2n) {
  margin-right: 0;
}


.hspyBD-leder .list .img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.hspyBD-leder .listTxt {
  text-align: center;
  padding: 0 .5rem;
  background: rgba(214, 180, 116, .4) url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;
  height: 4.5rem;
  margin-top: -1.5rem;
  border-radius: 48px 0 48px 0;
  padding-top: 1.7rem;
  color: #fff;
}


.hspyBD-leder .list .listTxt1 {
  font-size: .38rem;
  display: block;
  margin-bottom: .1rem;
  font-weight: bold;
  color: #C20A1A;
}

.hspyBD-leder .list .listTxt2 {
  display: block;
  margin-bottom: 3px;
  color: #453436;
}

.hspyBD-leder .list:hover .listTxt {
  background: #C20A1A url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;
}

.hspyBD-leder .list:hover .listTxt1,
.hspyBD-leder .list:hover .listTxt2 {
  color: #fff;
}

.hspyBD-tit {
  position: absolute;
  left: 0;
  top: -.7rem;
  color: #fff;
  display: flex;
  align-items: center;
}

.hspyBD-tit a {
  color: #fff;
  margin: 0 10px;
}

.hspyBD-tit img {
  width: .4rem;
}

.hspyBD-detail-1 {
  padding: .8rem .42rem;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}

.hspyBD-detail-1tit {
  color: #333333;
  font-size: .4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hspyBD-detail-1time {
  color: #666666;
  font-size: .32rem;
  margin-top: .3rem;
}

.spyBD-detail-2 {
  border-bottom: 1px solid #DDDDDD;
  padding: .5rem .42rem;
}

.spyBD-detail-2 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.spyBD-detail-2list {

  color: #333333;
  font-size: .32rem;
  line-height: .7rem;
}

.spyBD-detail-2list strong {
  display: block;
  margin: .3rem 0;
}

.spyBD-detail-3 {
  padding: .5rem .42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spyBD-detail-3l {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: .32rem;
  line-height: .7rem;
}

.spyBD-detail-3l a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.spyBD-detail-3l a:hover {
  color: #C20A1A;
}

.spyBD-detail-3 .pre {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  padding: 0 .5rem;
  height: 1rem;
  background: #D5B373;
}

.spyBD-detail-3 .pre:hover {
  background: #C20A1A;
  ;
}

.spyBD-detail-3 .pre img {
  margin-left: 10px;
  display: none;
}


.hspy-conCul .cul-tit img,
.hspy-conCul2 .cul-tit img,
.hspy-conCul3 .cul-tit1 img {
  height: 1.5rem;
}

.hspy-conCul3 .cul-tit1 {
  justify-content: center;
}

.hspy-conCul.culture-con1 {
  padding-bottom: 0;
    margin-top: 1.5rem;
}

.hspy-conCul .swiper-button-prev10,
.hspy-conCul .swiper-button-next10 {
  bottom: 50px !important;
}

.hspy-conCul .cul-swiperList .listcr1 {
  font-size: 20px;
  font-weight: normal;
}

.hspy-conCul2 {
  background: url('../images/HosParty/culture/bg1.png') no-repeat center top;
  background-size: auto 100%;
}

.hspy-conCul2 .culture-con2c1a,
.hspy-conCul2 .culture-con2c1b,
.hspy-conCul2 .culture-con2c1c,
.hspy-conCul2 .culture-con2c1d {
  background: #C0894D;
}





/* 0305新加医疗集团 */
.hosIndexCon {
  padding: .5rem .32rem;
}

.hosIndexCon .c6-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem
}

.hosIndexCon .c6-tit .tit {
  margin-bottom: 0;
}

.hosIndexCon-bd {
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.hosIndexCon-bdl {
  flex: 1;
  background: #FAEBE4;
  padding: .5rem .42rem;
}

.hosIndexCon-bdr {
  width: 100%;
  display: block;
}

.hosIndexCon-bdl .txt1 {
  color: #AD7623;
  margin-bottom: .3rem;
  display: block;
  font-size: .3rem;
}

.hosIndexCon-bdl2 {
  display: flex;
  align-items: center;
  border-bottom: rgba(173, 118, 35, .2) 1px solid;

}

.hosIndexCon-bdl2 li {
  cursor: pointer;
  position: relative;
  color: #AD7623;
  font-weight: bold;
  font-size: .4rem;
  margin-right: .8rem;
  opacity: .4;
  height: .75rem;
}

.hosIndexCon-bdl2 li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #AD7623;
  left: -.3rem;
  top: .25rem;
  border-radius: 20px;
}

.hosIndexCon-bdl2 li.active,
.hosIndexCon-bdl2 li:hover {
  opacity: 1;
}

.hosIndexCon-bdl2 li.active::before,
.hosIndexCon-bdl2 li:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: auto;
  height: 5px;
  background: url('../images/hsIndex/on.png') no-repeat center;
  background-size: 100% 100%;
  top: .74rem;
  border-radius: 20px;
}

.hosIndexCon-bdl3 {
  display: none;
}

.hosIndexCon-bdl3.active {
  display: block;
}

.hosIndexCon-bdl3 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: .5rem;
}


.hosIndexCon-bdl3 li {
  margin: 0 .3rem .3rem 0;
}

.hosIndexCon-bdl3 li a {
  color: #AD7623;
  font-size: .32rem;
  border: 1px solid #AD7623;
  border-radius: 50px;
  padding: 0 .4rem;
  line-height: .8rem;
  display: block;
}

.hosIndexCon-bdl3 li a:hover {
  background: #AD7623;
  color: #fff;
}

/* 0305新加医疗集团 */

/* 历史沿革 */
@font-face {
  font-family: 'MyFontHeavy';
  src: url('../font/HELVETICA-ROMAN-SEMIB.TTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontBold';
  src: url('../font/HELVETICA CONDENSED BOLD.TTF');
  /* 或者 'opentype' */
}

.mySwiper17 .tsTxt {
  writing-mode: vertical-rl;
  font-size: .3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: .3rem .2rem;
  position: absolute;
  left: .6rem;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 5px;
}

.hspy-headerFix {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

.mySwiper17 {
  /* transform: rotate(90deg); */
  /* transform-origin: top right; */
  height: 100vh;
  /* height: 9.9rem; */
  /* margin-top: 10.8rem; */
}

.mySwiper17 .swiper-slide {
  position: relative;
}

.bgHeight {
  height: 100%;
}

.c1-moveimg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 43%;
}

.mySwiper17 .swiper-slide-active .c1-moveimg1 {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c1-moveimg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 40%;
}

.c1-moveimg3 {
  position: absolute;
  right: 70px;
  bottom: 0;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 40%;
}

.c1-moveimg4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;

}

.mySwiper17 .swiper-slide-active .c1-moveimg2,
.mySwiper17 .swiper-slide-active .c1-moveimg3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

.mySwiper17 .swContent2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.swContent2-bd {
  display: flex;
  align-items: flex-start;
}


.swContent2 .swContent2r {
  padding: .5rem 0 0 1.5rem;
}

.swContent2r-1 {
  font-weight: bold;
  font-size: .42rem;
  color: #453436;
  display: flex;
  align-items: flex-end;
}

.swContent2r-1 span {
  font-weight: normal;
  font-size: .24rem;
  opacity: .5;
  margin-left: .3rem
}

.swContent2r-2 {
  color: #453436;
  font-size: .32rem;
  line-height: .5rem;
  margin-top: .3rem;
  max-height: 6rem;
  overflow-y: auto;
  padding-right: .5rem;
  cursor: pointer;
}

.swContent2r-2::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度 */
  height: 6px;
  /* 滚动条高度 */

}

.swContent2r-2::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.swContent2r-2::-webkit-scrollbar-thumb {
  background-color: #C20A1A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}

.swContent2-bd .c2-img1 {
  max-width: 30%;
}

.swContent3 {
  display: flex;
  height: 100%;
}

.swContent3r {
  background: url('../images/syhyimg/bg1.jpg') repeat-x center;
  height: 100vh;
  background-size: auto 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.swContent3r-bd {
  display: flex;
  align-items: center;
}

.mySwiper17 .swiper-slide {
  width: auto;
}

.swContent3r-bd1 {
  margin: 0 .5rem;
  background: url('../images/syhyimg/content3/bg1.png');
  background-size: 100% 100%;
  padding: 2rem 1rem 1.8rem 1.48rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.swContent3r-bd1 .list {
  background: #EDE3DB;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.swContent3r-bd1 .list-tit {
  height: 1.2rem;
  background: #C20A1A;
  display: flex;
  align-items: center;
  color: #FFD7AB;
  justify-content: center;
  font-size: .32rem;
}

.swContent3r-bd1 .list-tit span {
  font-size: .54rem;
  font-weight: bold;
  margin-right: 5px;
  font-family: 'MyFontBold';
}

.swContent3r-bd1 .list-bd {
  padding: .5rem;
  color: #453436;
  font-size: .32rem;
  line-height: .6rem;
}

.swContent3r-bd1 .listBox {
  width: 6rem;
  display: flex;
  flex-direction: column;
  margin-right: .5rem;
}

.swContent3r-bd1 .listBox .list {
  margin-bottom: .5rem;
}

.swContent3r-bd1 .list-bd1 {
  background: #967A64;
  color: #fff;
}

.swContent3r-bd1 .list-bd2 {
  background: #827E7B;
  color: #fff;
}

.swContent3r-bd2 {
  background: url('../images/syhyimg/content3/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 1.3rem 1.5rem 1.3rem 2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-left: .8rem;
  margin-top: 2.5rem;
  width: 69rem;
}

.swContent3r-bd2list {
  display: flex;
  align-items: center;
}

.swMore {
  margin-bottom: .3rem;

}

.swMore a {
  display: flex;
  align-items: center;
  color: #FFD7AB;
}

.swMore a img {
  margin-left: .3rem;
  width: .5rem;
}



.swContent3r-bd2 .listBox {
  margin-right: .3rem;
  display: flex;
  flex-direction: column;
  max-width: 60%;
}

.swContent3r-bd2 .listBox .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.swContent3r-bd2 .listBox .list .list-img {
  position: relative;
}

.swContent3r-bd2 .listBox .list .list-img .img {
  display: block;
  height: 5.5rem;
}

.swContent3r-bd2 .listBox.list-one .list .list-img .img {
  height: 13rem;
}

.swContent3r-bd2 .listBox .list .imgon {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  display: none;
}

.swContent3r-bd2 .listBox .list:hover .imgon {
  display: block;
}

.swContent3r-bd2 .listBox .list span {
  text-align: center;
  color: #DEC093;
  padding: 0 5%;
  height: 1.5rem;
  font-size: .32rem;
}

.bigImg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, .5);
  /* transform: rotate(90deg); */
}

.bigImgbd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.bigImgUrl {
 max-width: 80%;
}

.gbImg {
  margin-left: 10px;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.listBox-right {
  display: flex;
  flex-direction: column;
}

.listBox.listBoxr {
  margin-right: 0;
  flex-direction: row;
}



.swContent4 .swContent3r-bd1 {
  background: url('../images/syhyimg/content4/bg1.png');
  background-size: 100% 100%;
}



.swContent4 .swContent3r-bd2 {
  background: url('../images/syhyimg/content4/bg3.png') repeat-x top;
  background-size: auto 100%;
  width: 84rem;
}

.deng {
  position: relative;
  z-index: 99;
  margin-top: 3px;
  height: .5rem;
  display: none;
}


.swContent5 .swContent3r-bd1 {
  background: url('../images/syhyimg/content5/bg1.png');
  background-size: 100% 100%;
}


.swContent5 .swContent3r-bd2 {
  background: url('../images/syhyimg/content5/bg3.png') repeat-x top;
  background-size: auto 100%;
  width: 90rem;
}



.swContent6 .swContent3r-bd1 {

  background: url('../images/syhyimg/content6/bg1.png');
  background-size: 100% 100%;
}


.swContent6 .swContent3r-bd2 {
  background: url('../images/syhyimg/content6/bg3.png') repeat-x top;
  background-size: auto 100%;
  width: 93rem;
}



.swContent7 .swContent3r-bd1 {

  background: url('../images/syhyimg/content7/bg1.png');
  background-size: 100% 100%;

}


.swContent7 .swContent3r-bd2 {
  background: url('../images/syhyimg/content7/bg3.png') repeat-x top;
  background-size: auto 100%;
  width: 144rem;
}

.swContent3r-bd2list .listTime {
  min-width: 1.8rem;
  background: url('../images/syhyimg/content7/titbg.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0 2rem 0;
  font-size: .5rem;
  color: #FFD7AB;
  margin: 0 .3rem;
  flex-direction: column;
  line-height: .4rem;
}

.swContent7 .swContent3r-bd2list {
  align-items: flex-start
}

.swContent7 .listTime span {
  font-weight: bold;
  font-size: .56rem;
  line-height: .6rem;
  margin-bottom: .4rem;
}


.swContent8 .swContent3r {
  padding: 0 5rem 0 2rem;
  display: flex;
  align-items: flex-end;
}

.swContent8-1 {
  background: url('../images/syhyimg/bg1.png');
  background-size: 100% 100%;
  height: 100%;
  padding: 4rem 1.5rem 1rem 2rem;
  width: 22rem;
}

.swContent8-1 img {
  height: 1.5rem;
}

.swContent8-1c {
  margin-top: .8rem;
  color: #fff;
  font-size: .4rem;
  line-height: .7rem;
}

.swContent8-1c span {
  color: #FFE0BF;
  display: block;
  font-size: .32rem;
  line-height: .7rem;
}

.mySwiper17 .swiper-slide-active .c1-moveimg2,
.mySwiper17 .swiper-slide-active .c1-moveimg3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

.swContent3r>img {
  max-height: 12rem;
}

.swImgLeft {
  position: relative;
}

.swImgLeft1 {
  position: absolute;
  left: 33%;
  top: 22%;
  width: 45%;
}

.swImgLeft2 {
  position: absolute;
  left: 0;
  top: 22%;
  width: 18%;
}

.swImgLeft2a {
  left: 9%;
  width: 16%;
}

.swImgLeft1a {
  left: 38%;
}







.swImgLeft3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 22%;
  width: 68%;
}

.dengguang {
  display: none;
}

.swTit {
  position: absolute;
  left: 1.3rem;
  top: .1rem;
  z-index: 9999;
  height: 1.5rem;
}

.lineRight {
  height: 100%;
  position: absolute;
  left: -.6rem;
  top: 0;
  bottom: 0;
  width: .6rem;
}

.hspyBD-ry2 {
  padding: 0 .42rem 1rem .42rem;
}

.hspyBD-ry2 ul {
  display: flex;
  flex-wrap: wrap;
}

.hspyBD-ry2 ul li {
  margin: 0 4% .5rem 0;
  width: 48%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.hspyBD-ry2 ul li:nth-child(2n) {
  margin-right: 0;
}

.hspyBD-ry2 ul li img {
  width: 100%;
  display: block;
}

.hspyBD-ry2txt {
  height: 1.4rem;
  font-size: .32rem;
  color: #453436;
  background: rgba(214, 180, 116, .4);
  display: flex;
  align-items: center;
  padding: .5rem;
  justify-content: center;
}

.hspyBD-ry2 ul li span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.hspyBD-ry2 ul li:hover .hspyBD-ry2txt {
  background: #C20A1A;
  color: #fff;
}

.hspyBD-ry2 .page a:hover,
.hspyBD-ry2 .page a.active {
  background: #C20A1A;
  color: #fff
}
.telImg{
      height: .8rem;
    margin: 0.2rem auto;
    display: flex
;
}
.flBanner.hsBanner1 {
  background: rgba(0, 145, 102, .2);
  background-size: auto 100%;
  height: 3.5rem;
}
.flBanner.hsBanner1 .kxTit1,
.flBanner.hsBanner1 .kxTit1 a {
  color: rgba(25, 37, 51, 1)
}

.flBanner.hsBanner1 .kxTit2 {
  color: #009166;
}

.flBanner.hsBanner1 .kxTit2::before {
  background: transparent;
}
.guideCon{
        margin-top: -1.8rem;
    background: #d5e9e0;
}

.new-add-content1 {
  background: url('../images/news/newadd-bg1.png') no-repeat right;
  background-size: auto 100%;
  padding: 1.6rem .42rem .6rem .42rem;
}

.new-add-content1 .kx-tit,
.new-add-content2 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-add-content1 ul {
  display: flex;
  margin-top: .5rem;
  flex-wrap: wrap;
}

.new-add-content1 ul li {
  width: 48.5%;
  margin: 0 3% .4rem 0;
  display: flex;
  background: #fff;
  justify-content: space-between;
  color: rgba(25, 37, 51, .6);
}

.new-add-content1 ul li:nth-child(2n) {
  margin-right: 0;
}

.new-add-content1 ul li img {
  width: 100%;
  height: 2.5rem;
  display: block;
  object-fit: cover;
}

.new-add-content1 ul li a {
  display: flex;
  flex-direction: column;
  padding: .3rem;
}

.new-add-content1r {
  flex: 1;
  color: rgba(25, 37, 51, .6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-add-content1r span {
  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: .3rem 0;
  color: rgba(25, 37, 51, 1);
}

.new-add-content1 ul li:hover {
  background: #008F68;
}

.new-add-content1 ul li:hover .new-add-content1r {
  color: rgba(255, 255, 255, .6);
}

.new-add-content1 ul li:hover span {
  color: #fff;
}

.new-add-content2 {
  background: url('../images/news/newadd-bg2.png') no-repeat center;
  background-size: auto 100%;
  padding: 1rem .42rem;
}

.new-add-content2 ul {
  display: flex;
  flex-wrap: wrap;
}

.new-add-content2 ul li {
  width: 48%;
  margin: .5rem 3% 0 0;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 6px;
  border-bottom: 4px solid #009166;
  background: #fff;
  color: rgba(25, 37, 51, .6);
}

.new-add-content2 ul li:nth-child(2n) {
  margin-right: 0;
}

.new-add-content2 ul li a {
  padding: .4rem;
  display: block;
  color: rgba(25, 37, 51, .6);
}

.new-add-content2 ul li span {
  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;
}

.new-add-content2-bd ul li:hover span {
  color: #008F68;
}
.dqConPbt{
    padding-bottom:2rem
}
.s-content{
    padding-bottom:2rem
}