.search-wrap {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  padding: 0 10px 0 22px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  color: #666666;
}
.search-wrap .gap {
  padding: 0 10px;
}
.search-wrap .search-input {
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
}
.search-wrap .submit-search {
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  background-color: #0085C7;
  color: #ffffff;
  padding: 0 20px;
  cursor: pointer;
}

.header-wrap {
  height: 88px;
  background-color: #ffffff;
}
.header-wrap .logo-wrap {
  height: 88px;
  padding: 12px 0;
}

.nav-wrap {
  height: 88px;
}
.nav-wrap .main-nav {
  line-height: 88px;
  display: flex;
  align-items: center;
}
.nav-wrap .main-nav .nav-item {
  width: 120px;
  text-align: center;
  position: relative;
}
.nav-wrap .main-nav .nav-item .nav-link {
  font-size: 20px;
  color: #333333;
}
.nav-wrap .main-nav .nav-item:hover .child-wrap {
  display: flex;
}
.nav-wrap .main-nav .nav-item .child-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  text-align: center;
  flex-direction: column;
  padding: 6px 0;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.nav-wrap .main-nav .nav-item .child-wrap ::before {
  content: "";
  position: absolute;
  left: 50px;
  top: -16px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #666666;
}
.nav-wrap .main-nav .nav-item .child-wrap .child-item {
  font-size: 16px;
  color: #ffffff;
  margin: 6px 0;
}
.nav-wrap .main-nav .active .nav-link {
  font-size: 20px;
  color: #0085C7;
}

.el-carousel__arrow {
  width: 72px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.6);
}
.el-carousel__arrow:hover {
  background-color: #0085c7;
}
.el-carousel__arrow .el-icon {
  font-size: 32px;
}

.block-image {
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 282px;
}
.block-image:hover {
  transform: scale(1.05);
}

.introduce-wrap {
  position: relative;
  margin-bottom: 180px;
}
.introduce-wrap .introduce-content {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 482px;
  padding: 32px 48px;
  background: #ffffff;
  border-radius: 0px 48px 0px 48px;
  box-shadow: 8px 8px 16px 0px rgba(0, 80, 120, 0.1);
}
.introduce-wrap .introduce-content .title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
.introduce-wrap .introduce-content .desc {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.introduce-wrap .introduce-content .links-info .links-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.introduce-wrap .introduce-content .links-info .links-item .links-icon {
  margin-right: 10px;
}

.seek-wrap {
  height: 120px;
  padding: 0 32px;
  background: #ffffff;
  box-shadow: 8px 8px 16px 0px rgba(0, 80, 120, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seek-wrap .seek-box {
  height: 64px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.seek-wrap .seek-box .seek-input {
  padding-left: 10px;
  height: 62px;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
}
.seek-wrap .seek-box .seek-submit {
  height: 62px;
  width: 62px;
  background-color: #0085c7;
  border: none;
}
.seek-wrap .seek-box .seek-submit .iconfont {
  font-size: 40px;
  color: #ffffff;
}

.font-blod-title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}

.more-link {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.more-link .iconfont {
  margin-left: 4px;
}

.doc-wrap {
  position: relative;
}
.doc-wrap .office-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.doc-wrap .doc-header {
  height: 64px;
  display: flex;
  justify-content: space-between;
}
.doc-wrap .doc-header .office-link {
  line-height: 64px;
  color: #ffffff;
  margin-right: 64px;
  height: 64px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.doc-wrap .doc-header .office-link .iconfont {
  margin-left: 4px;
}

.office-content {
  margin-right: 64px;
  background-color: #ffffff;
}
.office-content .office-nav-wrap {
  display: flex;
}
.office-content .office-nav-wrap .nav-item {
  width: 16.7%;
  height: 64px;
  line-height: 64px;
  background-color: #F9F9F9;
  color: #333333;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.office-content .office-nav-wrap .nav-item:hover {
  background-color: #0085C7;
  color: #ffffff;
}
.office-content .office-nav-wrap .active {
  background-color: #0085C7;
  color: #ffffff;
}
.office-content .office-body {
  display: flex;
}
.office-content .office-body .office-info-wrap {
  width: 290px;
  position: relative;
  padding: 20px 0;
  display: flex;
}
.office-content .office-body .office-info-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.office-content .office-body .office-info-wrap .office-info-text {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  padding: 20px;
}
.office-content .office-body .office-info-wrap .office-info-text .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.office-content .office-body .office-info-wrap .office-info-text .desc {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.office-content .office-body .child-office {
  flex: 1;
  margin-top: 26px;
  width: 840px;
}
.office-content .office-body .child-office .child-item {
  display: inline-block;
  width: 210px;
  padding: 0 30px;
  line-height: 64px;
  color: #666666;
  font-size: 16px;
}
.office-content .office-body .child-office .child-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CCCCCC;
  margin-right: 10px;
}
.office-content .office-body .child-office .child-item:hover {
  color: #0085C7;
}
.office-content .office-body .child-office .child-item:hover::before {
  background-color: #0085C7;
}

.doctor-body {
  background: linear-gradient(to bottom right, #75dbb2, #0186c6);
}
.doctor-body .el-carousel__arrow {
  display: none !important;
}
.doctor-body .doctor-group {
  padding: 48px 68px;
  width: 100%;
  display: flex;
}
.doctor-body .doctor-group .doctor-item {
  width: 20%;
  margin: 0 10px;
  background-color: #F9F9F9;
  text-align: center;
}
.doctor-body .doctor-group .doctor-item .doctor-name {
  font-size: 20px;
  color: #333333;
  margin-top: 24px;
}
.doctor-body .doctor-group .doctor-item .doctor-post {
  color: #999999;
  font-size: 14px;
  margin-top: 14px;
}
.doctor-body .doctor-group .doctor-item .doctor-image {
  margin: 10px 0;
}
.doctor-body .doctor-group .doctor-item .doctor-office {
  margin-bottom: 20px;
}

.notice-wrap {
  background-color: #ffffff;
  height: 360px;
  padding: 32px;
}
.notice-wrap .notice-item {
  height: 80px;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
}
.notice-wrap .notice-item:hover .date-wrap .day {
  color: #0085C7;
}
.notice-wrap .notice-item:hover .date-wrap .year-month {
  color: #0085C7;
}
.notice-wrap .notice-item:hover .notice-title {
  color: #0085C7;
}
.notice-wrap .notice-item .date-wrap {
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.notice-wrap .notice-item .date-wrap .day {
  font-size: 48px;
  color: #666666;
}
.notice-wrap .notice-item .date-wrap .year-month {
  font-size: 14px;
  color: #666666;
}
.notice-wrap .notice-item .notice-title {
  height: 60px;
  line-height: 24px;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  padding: 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notice-cover-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}
.notice-cover-item .notice-image {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.notice-cover-item .notice-image:hover {
  transform: scale(1.05);
}
.notice-cover-item .notice-title {
  padding: 0 20px;
  height: 74px;
  line-height: 74px;
  background-color: #ffffff;
  font-size: 24px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.article-banner .el-carousel__arrow {
  display: none !important;
}

.article-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article-wrap .article-item {
  margin-left: 4%;
  width: 46%;
  height: 96px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.article-wrap .article-item:hover .article-title {
  color: #000000;
}
.article-wrap .article-item .article-title {
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer-links {
  height: 42px;
  padding: 0 10px;
  line-height: 42px;
  background-color: #EEF9FF;
  border-radius: 8px;
  font-size: 16px;
  color: #0085C7;
  position: relative;
}
.footer-links:hover .links-list {
  display: flex;
}
.footer-links a {
  color: #0085C7;
}
.footer-links .default-links {
  display: flex;
  align-items: center;
}
.footer-links .links-list {
  width: 100%;
  background-color: #EEF9FF;
  position: absolute;
  display: none;
  top: 42px;
  left: 0;
  padding: 0 20px;
  flex-direction: column;
}
.footer-links .links-list a {
  height: 42px;
  line-height: 42px;
}

.hispital-wrap .hispital-name {
  font-size: 20px;
  color: #333333;
  margin-bottom: 30px;
}
.hispital-wrap .hispital-address {
  line-height: 30px;
  color: #333333;
  font-size: 14px;
}

.qrcode-wrap {
  width: 100px;
  text-align: center;
  float: right;
}
.qrcode-wrap .qrcode-text {
  color: #333333;
}

.safe-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.safe-wrap .safe-icon {
  margin: 0 10px;
}

.icp-wrap {
  margin-top: 20px;
  text-align: center;
}
.icp-wrap a {
  color: #333333;
}

.banner-wrap {
  position: relative;
}
.banner-wrap .doc-banner {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrap .doc-banner-text {
  position: absolute;
  top: 120px;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #ffffff;
}

.doc-nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #0085c7;
  position: relative;
}
.doc-nav .nav-item {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-right: 6px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.doc-nav .nav-item:hover {
  color: #0085c7;
}
.doc-nav .active {
  color: #0085C7;
}
.doc-nav .local-nav {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.doc-nav .local-nav a {
  color: #333333;
}

.detail-html {
  overflow: hidden;
  min-height: 400px;
  background-color: #ffffff;
  padding: 64px;
}
.detail-html .detail-title {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.detail-html .detail-date {
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px solid #F3F3F3;
}
.detail-html .detail-body {
  padding: 20px 0;
  overflow: hidden;
}
.detail-html .detail-body img {
  max-width: 100%;
}

.document-wrap .document-item {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 26px;
  padding: 24px;
  transition: box-shadow 0.3s ease-in-out;
}
.document-wrap .document-item:hover {
  box-shadow: 4px 6px 4px #ccc;
}
.document-wrap .document-item .date-wrap {
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.document-wrap .document-item .date-wrap .day {
  font-size: 48px;
  color: #666666;
}
.document-wrap .document-item .date-wrap .year-month {
  font-size: 14px;
  color: #666666;
}
.document-wrap .document-item .document-image {
  width: 220px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 20px;
}
.document-wrap .document-item .document-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.document-wrap .document-item .document-content .title {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 800px;
  margin-bottom: 10px;
  cursor: pointer;
}
.document-wrap .document-item .document-content .desc {
  width: 800px;
  font-size: 14px;
  color: #707070;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: auto;
}
.document-wrap .document-item .document-content .more-link {
  width: 120px;
  text-align: center;
}

.doctor-wrap {
  background-color: #ffffff;
}
.doctor-wrap .doctor-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.doctor-wrap .doctor-list .doctor-item {
  width: 192px;
  margin: 14px 20px;
  background-color: #F9F9F9;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.doctor-wrap .doctor-list .doctor-item:hover {
  box-shadow: 1px 6px 4px #ccc;
}
.doctor-wrap .doctor-list .doctor-item .doctor-name {
  font-size: 20px;
  color: #333333;
  margin-top: 24px;
}
.doctor-wrap .doctor-list .doctor-item .doctor-post {
  color: #999999;
  font-size: 14px;
  margin-top: 14px;
}
.doctor-wrap .doctor-list .doctor-item .doctor-image {
  margin: 10px 0;
}
.doctor-wrap .doctor-list .doctor-item .doctor-office {
  margin-bottom: 20px;
}

.pagination {
  text-align: center;
  padding: 20px;
}

.office-wrap {
  padding-top: 20px;
}
.office-wrap .office-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  padding: 24px;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.office-wrap .office-item:hover {
  box-shadow: 1px 6px 4px #ccc;
}
.office-wrap .office-item .office-image {
  width: 184px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.office-wrap .office-item .office-body {
  margin-left: 20px;
}
.office-wrap .office-item .office-body .office-title {
  display: inline-block;
  font-size: 20px;
  color: #0085C7;
  margin-bottom: 20px;
}
.office-wrap .office-item .office-body .office-desc {
  font-size: 14px;
  color: #707070;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=common.css.map */