a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none !important;
  color: inherit;
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, p {
  margin: 0;
}

#news-box-layout {
  width: 1200px;
  z-index: 3;
  margin: auto;
}

#news-box-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#news-box-title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  z-index: 3;
  width: 180px;
  background-color: #fff;
}

#news-box-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.h-line {
  position: relative;
  top: -6px;
  width: 1200px;
  height: 1px;
  border-top: 1px solid #DFE3E6;
}

.news-right-box li:first-child {
  margin-top: 0;
}

.news-right-box li {
  position: relative;
  margin-top: 17px;
}

.news-right-box li a .dian {
  width: 4px;
  height: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5068CB;
  margin-top: 2px;
  position: absolute;
  left: -15px;
}

.hidden {
  display: none !important;
}

/* /fixed-box/ */
.fixed-box {
  z-index: 11;
  position: fixed;
  right: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  /* overflow: hidden; */
}

.fixed-img-box {
  background-color: #05A5FF;
  width: 86px;
  height: 86px;
  margin-bottom: 6px;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
}

.fixed-img-box img {
  width: 40px;
  height: 40px;
}

.fixed-img-box .tips {
  margin-top: 8px;
}

.fixed-wx-qrcode {
  display: none;
  background-color: #fff;
  position: absolute;
  height: 208px;
  /* width: 180px; */
  top: 40px;
  right: 90px;
  padding: 6px;
  border-radius: 8px;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
}

.fixed-wx-qrcode .fixed-wx-qrcode-item {
  text-align: center;
  margin-right: 10px;
}

.fixed-wx-qrcode .fixed-wx-qrcode-item:last-child {
  margin-right: 0;
}

.fixed-wx-img {
  width: 168px;
  height: 168px;
}

.fixed-wx-img img {
  width: 100%;
  height: 100%;
}

.fixed-wx-qrcode span {
  font-size: 14px;
  margin-top: 4px;
  color: #999999;
}

.fixed-suggest:hover~.fixed-wx-qrcode {
  display: flex;
}

.fixed-img-box.fixed-top {
  background-color: #FFFFFF;
  color: #666666;
}

.fixed-mobile-qrcode {
  display: none;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  /* height: 180px; */
  width: 180px;
  padding: 6px;
  top: 44px;
  left: -65px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
}

.fixed-mobile-img {
  width: 168px;
  height: 168px;
}

.fixed-mobile-img img {
  width: 100%;
  height: 100%;
}

.fixed-mobile-qrcode span {
  color: #999999;
}

.fixed-mobile-a:hover .fixed-mobile-qrcode {
  display: flex
}


.fixed-gzh-qrcode {
  display: none;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  height: 208px;
  /* width: 180px; */
  padding: 6px;
  top: 44px;
  left: -200px;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
}

.fixed-gzh-qrcode .gzh-qrcode {
  text-align: center;
  margin-right: 10px;
}

.fixed-gzh-qrcode .gzh-qrcode:last-child {
  margin-right: 0;
}

.fixed-gzh-img {
  width: 168px;
  height: 168px;
}

.fixed-gzh-img img {
  width: 100%;
  height: 100%;
}

.fixed-gzh-qrcode span {
  color: #999999;
}

.fixed-gzh-a:hover .fixed-gzh-qrcode {
  display: flex
}

/* 首页导航 */
#nav-bar {
  width: 100%;
  display: flex;
  justify-content: center;
}

#nav-bar-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 0 21px;
}

.nav-bar-item {
  text-align: center;
}

.nav-bar-item img {
  height: 104px;
  width: 104px;
  margin-top: 40px;
}

.nav-bar-item div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 6px;
  text-align: center;
}

/* 科室导航 */
@media screen and (min-width: 1200px) {
  #department-banner {
    max-width: 1200px;
    height: 384px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  #department-banner {
    max-width: 100vw;
    /* height: 384px; */
    margin: 0 auto;
  }
}

#department-content {
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 1px;
  padding-bottom: 38px;
}

#department-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* pc分页 */
.announce-pags ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 38px;
}

.announce-pags li {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.announce-pags li a {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.announce-pags li.active {
  background: #5068CB;
  border-radius: 4px;
  color: #FFFFFF !important;
}

.announce-pags li.unclick {
  pointer-events: none;
  background-color: #eff1f2;
}

.announce-pags li.unclick:hover {
  border: 1px solid #D9D9D9;
  color: #000000;
}

.announce-pags li:hover {
  border: 1px solid #5068CB;
  color: #5068CB;
}

/* mobile分页 */
.announce-pages-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 7.6vw;
  margin-bottom: 4vw;
}

.announce-pages-mobile .pages-mobile-next {
  width: 10.8vw;
  height: 10.8vw;
  background: #F9F9F9;
  border: 0.1vw solid #EEEEEE;
  border-radius: 0.5vw;
  text-align: center;
  line-height: 10.8vw;
}

.announce-pages-mobile .pages-mobile-next.unclick {
  background-color: #e6e6e6;
  pointer-events: none;
}

.announce-pages-mobile .pages-mobile-next img {
  width: 4vw;
  height: 4vw;
}

.announce-pages-mobile .pages-mobile-number {
  font-size: 4.8vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
  margin: 0 7vw;
}

.announce-pages-mobile .pages-mobile-number span {
  color: #5068CB;
}

@media screen and (min-width: 1120px) {
  .mobile {
    display: none
  }
}

@media screen and (max-width: 1120px) {
  .pc {
    display: none
  }
}

/* 分享 */
.share {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -100px;
  margin-top: 100px;
}

.share-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.share-img-radius {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-top: 16px;
  cursor: pointer;
  position: relative;
}

.share-img-radius .share-wx-code {
  width: 160px;
  height: 160px;
  background-color: #FFFFFF;
  z-index: 999;
  border-radius: 3px;
  position: absolute;
  left: 60px;
  top: 0;
  text-align: center;
  display: none;
}

.share-img-radius .share-wx-code img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}

.share-img-radius img {
  width: 20px;
  height: 20px;
}

.share-img-radius:hover .share-wx-code {
  display: block !important;
}

.share-img-radius .triangle {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  left: -17px;
  top: 8px;
}

/* mobile内容背景 */
.mobile-content {
  width: 100vw;
  background-color: #F4F7FA;
  padding: 2.7vw 0;
}



/* mobile点击图片放大 */
.hospital-introduction-mobile-content img {
  max-width: 92vw;
}

/* .mobile-content img{
  width: 92vw;
} */
#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#modal img {
  max-width: 100%;
  max-height: 100%;
  cursor: -webkit-zoom-in;
}

/* mobile表格可以拖动 */
.tablebox {
  font-size: 4.3vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 7.5vw;
  overflow-x: auto;
}

.tablebox table {
  width: 100%;
  border-collapse: collapse;
}

.tablebox table th, td {
  padding: 10px;
  border: solid 1px #ccc;
  white-space: nowrap;
}

/* 内容为空 */
.pc .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}

.pc .empty .empty-word {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: absolute;
  bottom: 0;
}

.empty-mobile {
  width: 40vw;
  height: 50vw;
  text-align: center;
  margin: auto;
}

.empty-mobile img {
  width: 40vw;
  height: 40vw;
  margin-top: 5vw;
}

.empty-mobile .empty-p {
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: -5vw;
}