.title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin: 0.5rem 0 0.3rem 0;
  text-align: center;
}

.registration .tab-nav .tab-link {
  margin-bottom: 0.2rem;
  margin-right: 0.24rem;
  width: 2.14rem;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  float: left;
  text-align: center;
  line-height: 0.6rem;
  cursor: pointer;
}
.registration .tab-nav .tab-link:nth-child(3n) {
  margin-right: 0;
}
.registration .tab-nav .tab-link.active, .registration .tab-nav .tab-link:hover {
  background: #8A1E23;
  box-shadow: 0px 0px 10px 0px #FFCED0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
}
.registration .tab-content {
  padding: 0.2rem 0 0;
}
.registration .tab-content .search-wrap {
  display: flex;
  height: 0.68rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
.registration .tab-content .search-wrap .search_input {
  width: 6.9rem;
  height: 0.68rem;
  background: #FFFFFF;
  border-radius: 0.16rem 0 0 0.16rem;
  border: 1px solid #D1ABAC;
  padding-left: 0.31rem;
  -webkit-border-radius: 0.16rem 0 0 0.16rem;
  -moz-border-radius: 0.16rem 0 0 0.16rem;
  -ms-border-radius: 0.16rem 0 0 0.16rem;
  -o-border-radius: 0.16rem 0 0 0.16rem;
}
.registration .tab-content .search-wrap .search_input:focus-visible {
  outline: none;
}
.registration .tab-content .search-wrap .search_btn {
  width: 1.12rem;
  height: 0.68rem;
  background: #8A1E23;
  border-radius: 0 0.16rem 0.16rem 0;
  border: none;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-border-radius: 0 0.16rem 0.16rem 0;
  -moz-border-radius: 0 0.16rem 0.16rem 0;
  -ms-border-radius: 0 0.16rem 0.16rem 0;
  -o-border-radius: 0 0.16rem 0.16rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration .tab-content .search-wrap .search_btn img {
  width: 0.36rem;
  height: 0.36rem;
}
.registration .tab-content .search-wrap .search_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.registration .tab-content .tab-pane {
  display: none;
}
.registration .tab-content .tab-pane.active {
  display: block;
}
.registration .tab-content .tab-pane .table {
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.registration .tab-content .tab-pane .table .td, .registration .tab-content .tab-pane .table .th {
  float: left;
  text-align: center;
}
.registration .tab-content .tab-pane .table .td:nth-child(1), .registration .tab-content .tab-pane .table .th:nth-child(1) {
  width: 1.64rem;
}
.registration .tab-content .tab-pane .table .td:nth-child(2), .registration .tab-content .tab-pane .table .th:nth-child(2) {
  width: 1.64rem;
}
.registration .tab-content .tab-pane .table .td:nth-child(3), .registration .tab-content .tab-pane .table .th:nth-child(3) {
  width: 1.64rem;
}
.registration .tab-content .tab-pane .table .td:nth-child(4), .registration .tab-content .tab-pane .table .th:nth-child(4) {
  width: 1.98rem;
}
.registration .tab-content .tab-pane .table .th {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #fff;
  font-size: 0.2rem;
  font-weight: 400;
}
.registration .tab-content .tab-pane .table .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
  line-height: 0.7rem;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding: 0 0.1rem;
}
.registration .tab-content .tab-pane .table .td:last-child {
  border-right: 1px solid #e6e6e6;
}
.registration .tab-content .tab-pane .table .thead {
  height: 0.7rem;
  background: #F8EAE9;
  box-shadow: -1px 0px 0px 0px #FFFFFF;
  font-weight: 400;
  font-size: 0.2rem;
  color: #B9454A;
  margin-bottom: 0.2rem;
}
.registration .tab-content .tab-pane .table .thead div {
  font-weight: bold;
}
.registration .tab-content .tab-pane .table .tbody {
  max-height: 11rem;
  overflow-y: auto;
}
.registration .tab-content .tab-pane .table .tbody .tr {
  margin-top: 0.16rem;
}
.registration .tab-content .tab-pane .table .tbody .td a {
  display: block;
  width: 1.4rem;
  height: 0.52rem;
  background: #F7EDED;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  text-align: center;
  margin: 11px auto;
  font-weight: 400;
  font-size: 0.2rem;
  color: #BB7676;
  -webkit-border-radius: 0.26rem;
  -moz-border-radius: 0.26rem;
  -ms-border-radius: 0.26rem;
  -o-border-radius: 0.26rem;
}
.registration .tab-content .tab-pane .table .tbody .td a:hover {
  background: #8A1E23;
  color: #FFFFFF;
}

.hospital-news {
  padding-bottom: 1.2rem;
}
.hospital-news .hospital-tit {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hospital-news .hospital-tit .name {
  width: 1.2rem;
  height: 0.4rem;
  background: #8A1E23;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}
.hospital-news .hospital-tit .more {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.hospital-news .hospital-tit .more i {
  position: relative;
  top: -1px;
  font-style: normal;
}
.hospital-news .left-news .main {
  height: 5.92rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  padding: 0.32rem;
  margin-bottom: 0.4rem;
}
.hospital-news .left-news .main .first-news {
  margin-bottom: 0.2rem;
}
.hospital-news .left-news .main .first-news a {
  display: block;
  height: 1.96rem;
  display: flex;
  justify-content: space-between;
}
.hospital-news .left-news .main .first-news a img {
  width: 3.2rem;
  height: 1.96rem;
  object-fit: cover;
  flex-shrink: 0;
}
.hospital-news .left-news .main .first-news a .news-info {
  width: 2.85rem;
  flex-shrink: 0;
  position: relative;
}
.hospital-news .left-news .main .first-news a .news-info .detail-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 1rem;
  height: 0.32rem;
  border: 1px solid #8A1E23;
  text-align: center;
  line-height: 0.28rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #8A1E23;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}
.hospital-news .left-news .main .first-news a .news-info .news-time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
}
.hospital-news .left-news .main .first-news a .news-info .news-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.hospital-news .left-news .main .first-news a .news-info .news-desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hospital-news .left-news .main .other-news .news-item {
  border-bottom: 1px dashed #ccc;
}
.hospital-news .left-news .main .other-news .news-item:last-child {
  border-bottom: none;
}
.hospital-news .left-news .main .other-news .news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.54rem;
  padding-left: 0.18rem;
  position: relative;
}
.hospital-news .left-news .main .other-news .news-item a :before {
  display: block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #8A1E23;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
}
.hospital-news .left-news .main .other-news .news-item a .news-title {
  width: 4.71rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.52rem;
  overflow: hidden;
}
.hospital-news .left-news .main .other-news .news-item a .news-time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #4D4D4D;
  line-height: 0.52rem;
}
.hospital-news .right-news .main {
  background: #FFFFFF;
  padding: 0.32rem 0 0.14rem 0.32rem;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  overflow: hidden;
}
.hospital-news .right-news .main .item {
  width: 3.04rem;
  height: 2.34rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.2rem;
  float: left;
  margin-right: 0.2rem;
  cursor: pointer;
}
.hospital-news .right-news .main .item .video-wrap {
  width: 3.04rem;
  height: 1.71rem;
  margin-bottom: 0.18rem;
  position: relative;
  background: #eee;
}
.hospital-news .right-news .main .item .video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hospital-news .right-news .main .item .video-wrap .zhezhao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hospital-news .right-news .main .item .video-wrap .zhezhao:hover {
  background: rgba(0, 0, 0, 0.3);
}
.hospital-news .right-news .main .item .video-wrap .zhezhao .play-btn {
  width: 0.44rem;
  height: 0.44rem;
}
.hospital-news .right-news .main .item .item-name {
  width: 100%;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: cetner;
  text-align: center;
}
.hospital-news .right-news .main .item:nth-child(2n) {
  margin-right: 0;
}
.hospital-news .right-news .main .item:nth-child(n+3) {
  margin-bottom: 0;
  border-bottom: none;
}