.title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin: 60px 0 40px 0;
}

.registration .tab-nav {
  width: 1200px;
}
.registration .tab-nav .tab-link {
  margin-bottom: 20px;
  margin-right: 25px;
  width: 220px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  float: left;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.registration .tab-nav .tab-link:nth-child(5n) {
  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: 20px;
  color: #FFFFFF;
}
.registration .tab-content {
  width: 1200px;
  border: 1px solid #CCCCCC;
  padding: 30px 0 30px 30px;
}
.registration .tab-content .search-wrap form {
  width: 1200px;
  display: flex;
  height: 44px;
  align-items: center;
  margin-bottom: 20px;
}
.registration .tab-content .search-wrap .search-lable {
  line-height: 44px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #8A1E23;
  margin-right: 22px;
}
.registration .tab-content .search-wrap .search_input {
  width: 620px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D1ABAC;
  padding-left: 10px;
}
.registration .tab-content .search-wrap .search_input:focus-visible {
  outline: none;
}
.registration .tab-content .search-wrap .search_btn {
  width: 120px;
  height: 44px;
  background: #8A1E23;
  border-radius: 8px;
  margin-left: 20px;
  border: none;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.registration .tab-content .tab-pane {
  display: none;
}
.registration .tab-content .tab-pane.active {
  display: block;
}
.registration .tab-content .tab-pane .table {
  width: 1140px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  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: 164px;
}
.registration .tab-content .tab-pane .table .td:nth-child(2), .registration .tab-content .tab-pane .table .th:nth-child(2) {
  width: 164px;
}
.registration .tab-content .tab-pane .table .td:nth-child(3), .registration .tab-content .tab-pane .table .th:nth-child(3) {
  width: 164px;
}
.registration .tab-content .tab-pane .table .td:nth-child(4), .registration .tab-content .tab-pane .table .th:nth-child(4) {
  width: 420px;
}
.registration .tab-content .tab-pane .table .td:nth-child(5), .registration .tab-content .tab-pane .table .th:nth-child(5) {
  width: 184px;
}
.registration .tab-content .tab-pane .table .th {
  line-height: 60px;
  border-left: 1px solid #fff;
}
.registration .tab-content .tab-pane .table .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  line-height: 22px;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding: 0 10px;
}
.registration .tab-content .tab-pane .table .td:last-child {
  border-right: 1px solid #e6e6e6;
}
.registration .tab-content .tab-pane .table .thead {
  height: 60px;
  background: #F8EAE9;
  box-shadow: -1px 0px 0px 0px #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #B9454A;
  margin-bottom: 17px;
}
.registration .tab-content .tab-pane .table .tbody {
  max-height: 900px;
  overflow-y: auto;
}
.registration .tab-content .tab-pane .table .tbody .tr {
  margin-top: 10px;
}
.registration .tab-content .tab-pane .table .tbody .td a {
  display: block;
  width: 146px;
  height: 44px;
  background: #F7EDED;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  margin: 11px auto;
  font-weight: 400;
  font-size: 18px;
  color: #BB7676;
}
.registration .tab-content .tab-pane .table .tbody .td a:hover {
  background: #8A1E23;
  color: #FFFFFF;
}

.hospital-news {
  padding-bottom: 120px;
}
.hospital-news .hospital-tit {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hospital-news .hospital-tit .name {
  width: 120px;
  height: 40px;
  background: #8A1E23;
  border-radius: 8px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
}
.hospital-news .hospital-tit .more {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.hospital-news .hospital-tit .more i {
  position: relative;
  top: -1px;
  font-style: normal;
}
.hospital-news .left {
  width: 764px;
}
.hospital-news .left .main {
  height: 562px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  padding: 32px;
}
.hospital-news .left .main .first-news {
  margin-bottom: 16px;
}
.hospital-news .left .main .first-news:hover a .news-info .news-title {
  color: #8A1E23;
}
.hospital-news .left .main .first-news a {
  display: block;
  height: 196px;
  display: flex;
  justify-content: space-between;
}
.hospital-news .left .main .first-news a img {
  width: 340px;
  height: 196px;
  object-fit: contain;
  flex-shrink: 0;
}
.hospital-news .left .main .first-news a .news-info {
  width: 331px;
  flex-shrink: 0;
  position: relative;
}
.hospital-news .left .main .first-news a .news-info .detail-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 26px;
  border-radius: 12px;
  border: 1px solid #8A1E23;
  text-align: center;
  line-height: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #8A1E23;
}
.hospital-news .left .main .first-news a .news-info .news-time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 26px;
  margin-bottom: 15px;
}
.hospital-news .left .main .first-news a .news-info .news-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.hospital-news .left .main .first-news a .news-info .news-desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hospital-news .left .main .other-news .news-item {
  border-bottom: 1px dashed #ccc;
}
.hospital-news .left .main .other-news .news-item:last-child {
  border-bottom: none;
}
.hospital-news .left .main .other-news .news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  position: relative;
}
.hospital-news .left .main .other-news .news-item a:hover .news-time,
.hospital-news .left .main .other-news .news-item a:hover .news-title {
  color: #8A1E23;
}
.hospital-news .left .main .other-news .news-item a :before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #8A1E23;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.hospital-news .left .main .other-news .news-item a .news-title {
  width: 460px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
}
.hospital-news .left .main .other-news .news-item a .news-time {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 42px;
}
.hospital-news .right {
  width: 404px;
}
.hospital-news .right .main {
  height: 562px;
  background: #FFFFFF;
  padding: 32px 32px 0;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.hospital-news .right .main .item {
  width: 340px;
  height: 248px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 21px;
  cursor: pointer;
}
.hospital-news .right .main .item .video-wrap {
  width: 340px;
  height: 192px;
  margin-bottom: 12px;
  position: relative;
  background: #eee;
}
.hospital-news .right .main .item .video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hospital-news .right .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 .main .item .video-wrap .zhezhao:hover {
  background: rgba(0, 0, 0, 0.3);
}
.hospital-news .right .main .item .video-wrap .zhezhao .play-btn {
  width: 48px;
  height: 48px;
}
.hospital-news .right .main .item .item-name {
  width: 100%;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.hospital-news .right .main .item .item-name:hover {
  color: #8A1E23;
}
.hospital-news .right .main .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}