:root {
  --footBgcolor: #004f98;
  --backgdcolor: #f1f8fb;
  --navActivecolor: #004f98;
  --yiDepartmentcolor: #f1f8fb;
  --yiZhecolor: rgba(74,115,177, 0.6);
  --bordercolor: #a7cde1;
  --footercolor: #004f98;
}

.commonWidth {
  width: 1400px;
  margin: 0 auto;
  /*transform: scale(.9);*/
}

@media screen and (max-width: 1410px) {
  .commonWidth {
    transform: scale(0.9);
  }
}

.topCommonWidth {
  width: 1300px;
  margin: 0 auto;
}

.displayBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.textOver {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.displayCenter {
  display: flex;
  align-items: center;
}

.newBg {
  background: var(--backgdcolor);
  padding: 20px 0;
  margin-top: -4px;
}

.newBox {
  display: flex;
}

.newBox > .newLeft {
  padding: 0 20px;
  width: 955px;
  height: 466px;
  background: #fff;
}

.newsTitle > span {
  font-size: 24px;
  color: var(--navActivecolor);
  font-weight: bold;
  margin-right: 70px;
}

.newsTitle1 {
  border-bottom: 1px solid #fff !important;
}

.newsTitle {
  border-bottom: 1px solid #d0d0d0;
  padding: 22px 0 11px 0;
  position: relative;
}

.newsTitle > .smallXian {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: var(--navActivecolor);
}

.newsTitle > .newsNav {
  flex: 1;
}

.newsTitle > .newsNav > a {
  display: inline-block;
  width: 114px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 17px;
  color: #282828;
  font-weight: bold;
}

.newsTitle > .newsNav > a:hover {
  background: var(--navActivecolor);
  color: #fff;
  transition: all 0.2s linear;
}

.newsTitle > .newsNav > .newActive {
  background: var(--navActivecolor);
  color: #fff;
  transition: all 0.2s linear;
}

.newsLb {
  width: 450px;
  height: 350px;
}

.headRightBox {
  position: relative;
}

.headRightBox > img {
  cursor: pointer;
}

.headRightBox:hover .ewm {
  display: block;
  z-index: 9999;
}

.headRightBox > .ewm {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 999;
  display: none;
  max-width: unset;
  transform: translate(-50%, 0);
}

.swiper1 > .swiper-pagination > .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 32px !important;
  height: 8px !important;
  border-radius: 6px !important;
}

.swiper1 > .swiper-pagination {
  bottom: 20px !important;
}

.swiper1 > .swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper2 > .swiper-pagination {
  text-align: right;
  right: 10px;
}

.swiper2 > .swiper-pagination > .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}

.swiper2 > .swiper-pagination > .swiper-pagination-bullet-active {
  background: var(--navActivecolor) !important;
}

.swiper2 > .swiper-wrapper > .swiper-slide {
  position: relative;
}

.newsCon {
  margin-top: 24px;
  display: flex;
  width: 912px;
  height: 350px;
}

.newZhe {
  position: absolute;
  width: 100%;
  height: 67px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
}

.newZhe > a {
  display: block;
  width: 90%;
  color: #fff;
  padding-left: 15px;
  line-height: 18px;
}

.paddingTop {
  padding-top: 14px;
}

.newZhe > div {
  width: 90%;
  color: #fff;
  padding-left: 15px;
  line-height: 18px;
}

.newsTitle1 {
  font-size: 18px;
  padding: 10px 0 2px 0;
}

.newsTime {
  font-size: 14px;
}

.newsList {
  padding-bottom: 15px;
  display: block;
}

.newsList:hover .lTitle {
  color: var(--navActivecolor);
}

.newsList:hover .lTime {
  color: var(--navActivecolor);
}

.lTitle {
  font-size: 16px;
  color: #565656;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.lTitle > .lvDian {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--navActivecolor);
  margin-right: 6px;
}

.lTime {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 6px;
  padding-left: 14px;
}

.newsL {
  margin-left: 16px;
  flex: 1;
}

.newRight {
  width: 405px;
  height: 466px;
  background: #fff;
  margin-left: 20px;
  padding: 0 20px;
}

.newsR {
  margin-top: 20px;
}

.hos {
  display: flex;
}

.hospital {
  padding: 42px 0;
}

.hosLi {
  width: 115px;
  height: 273px;
  background: url("../images/hosBg1.png") center/cover;
  position: relative;
}

/* .hoslii{
    width: 115px;
    overflow: hidden;
    transition: all linear .3s;
} */
.hos > li:not(:first-child) {
  width: 115px;
  overflow: hidden;
  transition: all linear 0.3s;
}

.hosLi > .zhe {
  width: 115px;
  height: 273px;
  background: var(--yiZhecolor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.hosDesc {
  width: 115px;
  height: 273px;
  text-align: center;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.hosDesc > .hosName {
  font-size: 24px;
  color: #fff;
  width: 22px;
  text-align: center;
  white-space: normal;
  margin: 0 auto;
}

.hosDesc > img {
  padding: 55px 0 32px 0;
}

.liBox {
  width: 1044px;
  margin-right: 10px;
  height: 273px;
  box-sizing: border-box;
  border: 1px solid #9fd9f6;
  background: var(--yiDepartmentcolor);
  padding: 37px 0 0 6px;
}

.liBox1 {
  width: 100% !important;
  background: transparent;
  border: none;
}

.liBox1 > .hosA {
  margin-left: 0 !important;
}

.liBox > .hosA {
  display: inline-block;
  width: 225px;
  font-size: 18px;
  color: #231916;
  height: 55px;
  border: 1px solid var(--bordercolor);
  border-radius: 6px;
  text-align: center;
  line-height: 55px;
  margin-left: 20px;
  margin-bottom: 16px;
}

.ksszHos {
  margin-right: 24px;
}

.hos > li {
  margin-left: 1px;
  overflow: hidden;
  transition: all linear 0.3s;
}

.picMarquee-left {
  position: relative;
}

.hd {
  position: absolute;
  top: -75px;
  right: 0px;
}

.bd {
  width: 1400px;
  overflow: hidden;
}

.hd > .next {
  cursor: pointer;
  float: left;
  display: block;
  margin-right: 10px;
  width: 97px;
  height: 28px;
  background: url("../images/ysLeft.png") no-repeat center/cover;
}

.hd > .prev {
  cursor: pointer;
  float: right;
  display: block;
  width: 97px;
  height: 28px;
  background: url("../images/ysRight.png") no-repeat center/cover;
}

.pic > a {
  display: block;
  border: 2px solid #eee;
  width: 173px;
  height: 376px;
  margin-right: 22px;
  padding: 0 19px;
  text-align: center;
}

.pic1 > a {
  margin-right: 50px !important;
}

.pic2 > a {
  margin-right: 40px !important;
}

.pic > a:hover {
  border: 2px solid var(--footBgcolor);
}

.pic_list {
  float: left !important;
}

.doctorCon {
  padding: 39px 0;
}

.picList1 {
  overflow: hidden;
  margin-top: 47px;
}

.yjjsUl > li {
  margin-bottom: 44px;
}

.doctorBox {
  width: 147px;
  margin-top: 27px;
  margin-left: 15px;
  height: 147px;
  border-radius: 50%;
  overflow: hidden;
}

.picList .pic > a > .doctorBox > img {
  width: 147px;
  /*height: 147px;*/
}

.docName {
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  padding: 23px 0 9px 0;
  border-bottom: 1px solid rgba(4, 121, 40, 0.1);
}

.docZhiKe {
  color: #4c4c4c;
  font-size: 14px;
  padding: 13px 0 10px 0;
  border-bottom: 1px solid rgba(4, 121, 40, 0.1);
}

.docExcel {
  color: #4c4c4c;
  font-size: 14px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
}

.ddjs {
  background: url("../images/gdzBg.jpg") no-repeat center/cover;
  width: 100%;
  height: 136px;
  font-size: 60px;
  color: #ffe826;
  font-weight: bold;
  text-align: center;
  letter-spacing: 16px;
  line-height: 136px;
}

.ddjsBox {
  padding: 17px 0 56px 0;
}

.ywgk {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid var(--bordercolor);
  border-left: 1px solid var(--bordercolor);
}

.ywgkList {
  display: block;
  cursor: pointer;
  float: left;
  width: 49.6%;
  height: 121px;
  text-align: center;
  border-right: 1px solid var(--bordercolor);
  border-bottom: 1px solid var(--bordercolor);
}

.ywgkList > img {
  padding: 26px 0 14px 0;
}

.ywName {
  font-size: 18px;
  color: #444;
}

.sdtw {
  padding: 59px 0 76px 0;
  overflow: hidden;
}

.sdtwList:hover {
  transform: scale(0.98);
  background-size: 400px 275px;
  transition: all 0.3s linear;
}

.sdtwList:hover .zgZhe > img {
  padding: 21px 0 12px 0;
  transition: all 0.3s linear;
}

.sdtwList {
  width: 335px;
  height: 210px;
  text-align: center;
  display: block;
  float: left;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}

.zgZhe > img {
  width: 94px;
  height: 94px;
  padding: 31px 0 12px 0;
  transition: all 0.3s linear;
}

.sdtw > a {
  margin-right: 20px;
}

.sdtw > a:last-child {
  margin-right: 0 !important;
}

.zgZhe {
  width: 100%;
  height: 100%;
  /*background: var(--yiZhecolor);*/
  background: rgb(136 170 221 / 60%);
}

.zgName {
  font-size: 24px;
  color: #fff;
}

.linksBg {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background: #ededed;
}

.links {
  display: flex;
  align-items: center;
}

.linkCon {
  margin-left: 13px;
  font-size: 14px;
  color: #444;
}

.linkCon a {
  margin-left: 5px;
  margin-right: 5px;
}

/*详情 */
.nyBanner {
  position: relative;
  width: 100%;
  height: 770px;
}

.contentBg {
  background: var(--backgdcolor);
  /* padding-bottom: 61px; */
}

.content {
  background: #fff;
  padding: 66px 60px 79px 60px;
  box-sizing: border-box;
}

.yyjjLeft {
  width: 890px;
  height: 500px;
  position: relative;
}

.yyjjImgBg {
  background: #fff;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.yyjjTime {
  font-size: 48px;
  color: #b9b9b9;
  position: absolute;
  right: 29px;
  font-weight: 600;
  top: 50px;
}

.yyjjTime > span {
  color: var(--footercolor) !important;
}

.yyjjRight {
  position: relative;
  width: 371px;
  box-sizing: border-box;
  padding: 44px 66px;
  height: 476px;
  background: rgba(27, 139, 61, 0.3);
}

.yyjjFk1 {
  width: 48px;
  height: 48px;
  background: #0a7e2e;
  position: absolute;
  top: -37px;
  left: -32px;
  z-index: 9;
}

.yyjjFk2 {
  width: 29px;
  height: 29px;
  background: rgba(63, 179, 95, 1);
  top: 0;
  position: absolute;
  left: 0;
  z-index: 99;
}

.yyjjList {
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
}

.yyjjList > span {
  font-size: 36px;
  color: var(--footercolor);
  margin: 0 4px;
}

.yyjjCon {
  font-size: 18px;
  color: #343434;
  line-height: 44px;
  background: #fff;
  margin-top: 50px;
}

.imgsContent {
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.minheight {
  min-height: 400px;
}

.hlhj_list {
  float: left;
  width: 330px;
  height: 268px;
  background: #efefef;
  margin-bottom: 32px;
  position: relative;
  cursor: pointer;
}

.marginRight {
  margin-right: 20px;
}

.jctjName {
  width: 330px;
  height: 51px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.fenye {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.fenye > a:last-child {
  border-right: 1px solid #e4e4e4;
}

.fenye > a:first-child {
  border-left: 1px solid #e4e4e4;
}

.fenye > a {
  display: inline-block;
  padding: 0 25px;
  color: #737373;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.fenye > a:hover {
  background: var(--footercolor);
  color: #fff;
}

.fenye > .fenyeActive {
  background: var(--footercolor);
  color: #fff;
}

/* .jctjDig{
    transition: all linear .3s;
    position: absolute;
    top: 0;
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 217px;
    left: 0;
    width: 330px;
    height: 217px;
    background: rgba(4, 122, 40, .7);
} */
.hlhj_list:hover .tpImgBox > img {
  transform: scale(1.1);
  transition: all linear 0.3s;
}

.hlhj_list:hover .jctjNameg {
  color: rgba(0, 114, 36, 1);
  font-weight: bold;
}

.tpImgBox {
  width: 330px;
  height: 217px;
  overflow: hidden;
}

.tpImgBox > img {
  transition: all linear 0.3s;
}

.ybznList {
  padding: 20px 0;
  border-bottom: 1px dashed #cbcbcb;
  font-size: 18px;
  color: #303030;
}

.ybznList :hover {
  color: var(--footercolor) !important;
}

.aa {
  width: 60%;
}

.ybznLeft {
  flex: 1;
  display: flex;
  align-items: center;
}

.ybznLeft > .greyCircle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9a9a9a;
  margin-right: 8px;
}

.ybznRight {
  font-size: 14px;
  color: #9a9a9a;
}

.contentDetail {
  background: #fff;
  padding: 30px 45px 79px 45px;
  box-sizing: border-box;
}

.listCon {
  padding-bottom: 30px;
}

.messageBox {
  width: 680px;
  margin: 0 auto;
}

.messTip {
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  color: var(--footercolor);
  padding-bottom: 10px;
}

.messTip > span {
  padding-bottom: 10px;
  border-bottom: 3px solid var(--footercolor);
}

.messageBg {
  background: #fff;
  padding: 82px 0 125px 0;
}

.inpuTBox {
  margin-top: 38px;
}

.inpuTBox > input {
  width: 323px;
  height: 44px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  outline: none;
  text-indent: 1em;
}

.textArea {
  margin-top: 33px;
}

.textArea > textarea {
  padding: 24px 18px;
  width: 680px;
  height: 213px;
  outline: none;
  resize: none;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.Captcha {
  width: 323px;
}

.seeBqc {
  font-size: 14px;
  color: #868686;
  margin-left: 23px;
  cursor: pointer;
}

.subMit {
  width: 681px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: var(--footercolor);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  margin-top: 37px;
  cursor: pointer;
}

.DepartmentNav > a {
  color: #fff;
  font-size: 18px;
  margin: 0 8px;
}

.DepartmentNav > a:hover {
  text-decoration: underline;
}

.DepartmentMeau {
  box-sizing: border-box;
  padding: 0 50px 0 40px;
  height: 86px;
  flex: 1;
  background: var(--yiZhecolor);
}

.DepartmentBg {
  padding: 43px 60px;
  background: #fff;
  box-sizing: border-box;
}

.DepartmentList {
  margin-bottom: 30px;
}

.DepartmentTips {
  padding-bottom: 15px;
  font-size: 24px;
  color: var(--footercolor);
  border-bottom: 2px solid var(--footercolor);
}

.DepartmentTips > img {
  margin-right: 11px;
}

.ksxqLeft > img {
  margin-right: 8px;
}

.ksxqLeft {
  color: var(--footercolor);
  font-size: 26px;
}

.ksXqTips {
  padding-bottom: 13px;
  border-bottom: 2px solid var(--footercolor);
}

.ksxqRight {
  width: 136px;
  height: 32px;
  border: 1px solid var(--footercolor);
  border-radius: 16px;
  color: var(--footercolor);
  justify-content: center;
  line-height: 32px;
}

.ksxqRight > img {
  margin-right: 8px;
}

.ksxqCon {
  font-size: 16px;
  color: #444444;
  line-height: 44px;
  margin-top: 36px;
}

.docSelect {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  width: 133px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 17px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.docSelect:hover .subKs {
  height: auto;
  transition: all linear 0.3s;
}

.subKs {
  width: 100%;
  position: absolute;
  height: 0;
  overflow: hidden;
  top: 34px;
  border-radius: 17px;
  transition: all linear 0.3s;
  left: 0;
}

.subKs > div {
  height: 34px;
  cursor: pointer;
  background: rgba(88, 110, 156, 0.4);
  line-height: 34px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.subKs > div:hover {
  background: rgba(0, 79, 152, 0.6);
}

.docInput {
  width: 133px;
  height: 34px;
  background: #ffffff;
  border-radius: 17px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.docInput > i {
  color: var(--footercolor);
  font-size: 20px;
  margin-right: 8px;
}

.docInput > input {
  border-radius: 17px;
  outline: none;
  border: none;
  height: 34px;
  line-height: 34px;
  width: 60px;
}

.docIntroduce {
  margin-top: 50px;
}

.ysJs {
  display: flex;
}

.ysJsRight {
  margin-left: 40px;
}

.ysName > span {
  color: #444444;
  font-size: 30px;
  padding-bottom: 14px;
  border-bottom: 4px solid var(--footercolor);
}

.ysCon {
  margin-top: 40px;
}

.ksList {
  font-size: 16px;
  color: #444;
  line-height: 30px;
}

.soild_text_two {
  text-align: center;
  width: 100%;
  margin: 28px auto;
  height: 20px;
  font-size: 14px;
  color: #4caf50;
}

.soild_text_two > .hr1 {
  width: 60px;
  display: inline-block;
  background: #d9d9d9;
  height: 1px;
  position: relative;
  top: -8px;
}

.soild_text_two > .hr2 {
  width: 1112px;
  display: inline-block;
  background: #d9d9d9;
  height: 1px;
  position: relative;
  top: -8px;
}

.soild_text_two span {
  margin: 0 10px;
  color: var(--footercolor);
  font-size: 24px;
}

.zhangxia {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
  line-height: 40px;
  margin-bottom: 80px;
}

.detailBox {
  display: flex;
  justify-content: space-between;
}

.contentLeft {
  width: 920px;
}

.contentHotRight {
  width: 329px;
}

.newsImg {
  width: 224px;
  overflow: hidden;
  height: 160px;
  margin-right: 20px;
}

.newsImg > img {
  transition: all 0.3s linear;
}

.wxImgList {
  border-bottom: 1px dashed #cbcbcb;
  padding-bottom: 20px;
  display: flex;
  margin-top: 20px;
}

.wxImgList:hover .newsImg > img {
  transition: all 0.3s linear;
  transform: scale(1.1);
}

.wxImgList:hover .newsT {
  color: #047d37;
}

.newMess {
  flex: 1;
}

.newsT {
  font-size: 24px;
  color: #303030;
  margin-bottom: 10px;
}

.newsT > .newDian {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--footercolor);
  margin-right: 4px;
}

.newsDesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #555;
  line-height: 30px;
  overflow: hidden;
}

.newTime {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 20px;
}

.hotTips {
  padding-bottom: 11px;
  font-size: 24px;
  color: var(--footercolor);
  border-bottom: 1px solid #e5e5e5;
}

.hotTips > span {
  padding-bottom: 11px;
  border-bottom: 3px solid var(--footercolor);
}

.hotRightList > span {
  display: inline-block;
  width: 37px;
  text-align: center;
  line-height: 37px;
  margin-right: 10px;
  height: 37px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}

.hotRightList {
  padding: 10px 0;
  border-bottom: 1px dashed #cbcbcb;
}

.one {
  background: #047d37;
}

.two {
  background: #2d80cd;
}

.three {
  background: #2b9a91;
}

.fore {
  background: #c2c2c2;
}

.hotRightList > div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  width: 292px;
  color: #555;
  line-height: 24px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newXqT {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cbcbcb;
}

.share {
  padding: 16px 0;
  border-bottom: 1px dashed #cbcbcb;
  font-size: 14px;
  color: #9a9a9a;
}

.model {
  padding: 36px 0 60px 0;
  border-bottom: 1px solid #e5e5e5;
}

.model img {
  max-width: 100%;
  height: auto;
}

.btn {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.btnL > a {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 30px;
}

.btnL > a:hover {
  color: var(--footercolor);
}

.SpecialTit {
  height: 50px;
  line-height: 50px;
  background: #ebebeb;
  font-size: 22px;
  color: var(--footercolor);
  font-weight: bold;
  padding: 0 16px;
  border-left: 5px solid var(--footercolor);
}

div,
a,
p {
  font-family: "Source Han Sans CN";
  font-weight: 400 !important;
}
