#home .swiper-button-prev,
#home .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(/assets/images/medical/btn.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 50%;
  opacity: 0.4;
  display: none;
}
#home .swiper-button-prev:hover,
#home .swiper-button-next:hover {
  opacity: 1;
}
#home .swiper-button-prev,
#home .swiper-container-rtl .swiper-button-next {
  transform: rotate(180deg);
}
#home.home {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 24px;
}
#home .top {
  height: 628px;
  background: url(/assets/images/medical/bg-index.png) no-repeat center center;
  position: relative;
  margin-bottom: 45px;
}
#home .top .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#home .top .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 628px;
}
#home .top-content {
  padding-top: 104px;
  position: relative;
  z-index: 5;
}
#home .top-content .name {
  line-height: 53px;
  font-size: 40px;
  font-weight: bold;
  color: #15213A;
  margin-bottom: 16px;
}
#home .top-content .name .blue {
  color: #005AE0;
}
#home .top-content .text {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #15213A;
}
#home .top-content .search-input {
  display: flex;
  width: 640px;
  height: 61px;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 88px;
}
#home .top-content .search-input input {
  width: 432px;
  height: 61px;
  outline: none;
  border: none;
  font-size: 16px;
  margin: 0 44px 0 24px;
  background-color: #fff;
  color: #15213A;
}
#home .top-content .search-input input::placeholder {
  color: #777E8E;
}
#home .top-content .search-input .clear {
  display: none;
  width: 20px;
  height: 20px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 164px;
}
#home .top-content .search-input .clear::before,
#home .top-content .search-input .clear::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 16px;
  top: 50%;
  right: 0;
  margin-top: -2px;
  background: #DEDFE6;
}
#home .top-content .search-input .clear::after {
  transform: rotate(-45deg);
}
#home .top-content .search-input .clear::before {
  transform: rotate(45deg);
}
#home .top-content .search-input .history {
  display: none;
  width: 500px;
  background: #fff;
  padding-top: 6px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 6px 12px 0px rgba(203, 210, 225, 0.1);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 5;
}
#home .top-content .search-input .history:after {
  content: '';
  position: absolute;
  width: 452px;
  height: 1px;
  background: #EDEEF2;
  top: 0;
  left: 20px;
}
#home .top-content .search-input .history ul {
  padding-bottom: 10px;
}
#home .top-content .search-input .history ul li {
  height: 40px;
  background: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #39435A;
  padding: 0 24px;
}
#home .top-content .search-input .history ul li:not(:nth-child(1)):hover {
  color: #005AE0;
  cursor: pointer;
}
#home .top-content .search-input .history ul li:not(:nth-child(1)):hover .close {
  display: block;
}
#home .top-content .search-input .history ul li:nth-child(1) .title {
  font-size: 14px;
  color: #777E8E;
}
#home .top-content .search-input .history ul li:nth-child(1) .title .close {
  display: block;
  line-height: 39px;
  font-size: 16px;
  color: #777E8E;
}
#home .top-content .search-input .history ul li .close {
  display: none;
  width: 16px;
  height: 36px;
  line-height: 40px;
  cursor: pointer;
  float: right;
  position: relative;
}
#home .top-content .search-input .history ul li:not(:nth-child(1)) .close::before,
#home .top-content .search-input .history ul li:not(:nth-child(1)) .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 56%;
  right: 0;
  margin-top: -2px;
  background: #DEDFE6;
}
#home .top-content .search-input .history ul li:not(:nth-child(1)) .close::after {
  transform: rotate(-45deg);
}
#home .top-content .search-input .history ul li:not(:nth-child(1)) .close::before {
  transform: rotate(45deg);
}
#home .top-content .search-input .search-btn {
  width: 140px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #1259F0;
  border-radius: 0 2px 2px 0;
  user-select: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
#home .top-content .search-input .search-btn:hover {
  background: #4282FF;
}
#home .top-content .hot-search {
  width: 640px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 21px;
  color: #39435A;
}
#home .top-content .hot-search > span {
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 8px;
}
#home .top-content .hot-search .hot-title {
  color: #777E8E;
}
#home .top-content .hot-search .hot-search-item {
  cursor: pointer;
  user-select: none;
}
#home .top-content .hot-search .hot-search-item:hover {
  color: #1259F0;
}
#home .top-data {
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.72) 100%);
  backdrop-filter: blur(32px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#home .top-data .data-content {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
#home .top-data .data-content .data-item {
  width: 226px;
  background: no-repeat left center;
  background-size: 42px;
  padding-left: 58px;
  position: relative;
}
#home .top-data .data-content .data-item:nth-child(1) {
  background-image: url(/assets/images/medical/icon-data-2.png);
}
#home .top-data .data-content .data-item:nth-child(2) {
  background-image: url(/assets/images/medical/icon-data-1.png);
}
#home .top-data .data-content .data-item:nth-child(3) {
  background-image: url(/assets/images/medical/icon-data-3.png);
}
#home .top-data .data-content .data-item:nth-child(4) {
  background-image: url(/assets/images/medical/icon-data-4.png);
}
#home .top-data .data-content .data-item:nth-child(5) {
  background-image: url(/assets/images/medical/icon-data-5.png);
}
#home .top-data .data-content .data-item:last-child::after {
  display: none;
}
#home .top-data .data-content .data-item::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #CBD5EE;
  position: absolute;
  top: 3px;
  right: 0;
}
#home .top-data .data-content .data-item .data-num {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'DIN';
  color: #15213A;
  margin-bottom: 4px;
}
#home .top-data .data-content .data-item .data-name {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
}
#home .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#home .container1 .left {
  width: 976px;
}
#home .container1 .left-title {
  font-size: 0;
  background: url(/assets/images/medical/bg-title.png) no-repeat 116px center;
  background-size: 788px;
}
#home .container1 .left-title .hot-tag {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FF502A;
  margin-right: 8px;
}
#home .container1 .left-title .hot-tag p:first-child {
  font-size: 14px;
  padding-top: 2px;
}
#home .container1 .left-title .hot-tag p:last-child {
  font-size: 16px;
  margin-top: -4px;
}
#home .container1 .left-title .title-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #15213A;
}
#home .container1 .left-title .more {
  line-height: 40px;
  font-size: 16px;
  color: #777E8E;
  float: right;
  cursor: pointer;
}
#home .container1 .left-title .more:hover {
  color: #1259F0;
}
#home .container1 .left-title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#home .container1 .left .hot-content-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 24px;
}
#home .container1 .left .hot-content-1 .hot-swiper {
  width: 700px;
  height: 410px;
  border-radius: 5px;
  overflow: hidden;
}
#home .container1 .left .hot-content-1 .hot-swiper .news-item {
  width: 700px;
  height: 410px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#home .container1 .left .hot-content-1 .hot-swiper .news-item:hover .img {
  transform: scale(1.05);
}
#home .container1 .left .hot-content-1 .hot-swiper .news-item .img {
  width: 700px;
  height: 410px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#home .container1 .left .hot-content-1 .hot-swiper .news-item .img img {
  display: none;
}
#home .container1 .left .hot-content-1 .hot-swiper .news-item .news-title {
  width: 100%;
  height: 74px;
  background: linear-gradient(180deg, rgba(21, 33, 58, 0) 0%, rgba(21, 33, 58, 0.6) 100%);
  line-height: 72px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .container1 .left .hot-content-1 .hot-swiper .swiper-pagination-bullets {
  width: 64px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  bottom: 12px;
  display: flex;
}
#home .container1 .left .hot-content-1 .hot-swiper .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  margin: 0;
}
#home .container1 .left .hot-content-1 .hot-swiper .swiper-pagination-bullet-active {
  opacity: 0.6;
}
#home .container1 .left .hot-content-1 .content-right {
  width: 260px;
}
#home .container1 .left .hot-content-1 .content-right .news-item {
  margin-bottom: 10px;
  cursor: pointer;
}
#home .container1 .left .hot-content-1 .content-right .news-item:last-child {
  margin: 0;
}
#home .container1 .left .hot-content-1 .content-right .news-item:hover .img img {
  transform: translateY(-50%) scale(1.05);
}
#home .container1 .left .hot-content-1 .content-right .news-item:hover .news-title {
  color: #1259F0;
}
#home .container1 .left .hot-content-1 .content-right .news-item .img {
  width: 260px;
  height: 152px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}
#home .container1 .left .hot-content-1 .content-right .news-item .img img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#home .container1 .left .hot-content-1 .content-right .news-item .news-title {
  height: 42px;
  line-height: 21px;
  font-size: 16px;
  color: #15213A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home .container1 .left .hot-content-2 {
  display: flex;
  justify-content: space-between;
}
#home .container1 .left .hot-content-2 .left {
  width: 400px;
}
#home .container1 .left .hot-content-2 .left .news-item {
  margin-bottom: 16px;
  cursor: pointer;
}
#home .container1 .left .hot-content-2 .left .news-item:hover .img img {
  transform: translateY(-50%) scale(1.05);
}
#home .container1 .left .hot-content-2 .left .news-item:hover .news-title {
  color: #1259F0;
}
#home .container1 .left .hot-content-2 .left .news-item .img {
  width: 400px;
  height: 233px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}
#home .container1 .left .hot-content-2 .left .news-item .img img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#home .container1 .left .hot-content-2 .left .news-item .news-title {
  line-height: 21px;
  font-size: 16px;
  color: #15213A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .container1 .left .hot-content-2 .left .more {
  width: 160px;
  height: 37px;
  background: #FF8A1E;
  line-height: 37px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 0 none;
  border-radius: 2px;
}
#home .container1 .left .hot-content-2 .left .more a {
  display: block;
}
#home .container1 .left .hot-content-2 .right {
  width: 544px;
  padding-top: 24px;
  border-top: 1px solid #EDEEF2;
}
#home .container1 .left .hot-content-2 .right .news-list {
  font-size: 0;
  color: #15213A;
}
#home .container1 .left .hot-content-2 .right .news-list .news-item {
  margin-bottom: 24px;
  cursor: pointer;
}
#home .container1 .left .hot-content-2 .right .news-list .news-item:last-child {
  margin: 0;
}
#home .container1 .left .hot-content-2 .right .news-list .news-item:first-child .news-title {
  font-weight: bold;
  padding-left: 26px;
  background-image: url(/assets/images/medical/icon-news.png);
}
#home .container1 .left .hot-content-2 .right .news-list .news-item:hover .news-title {
  color: #1259F0;
}
#home .container1 .left .hot-content-2 .right .news-list .news-item .news-title {
  display: inline-block;
  width: 467px;
  line-height: 21px;
  font-size: 16px;
  background: no-repeat left center;
  background-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .container1 .left .hot-content-2 .right .news-list .news-item .time {
  line-height: 21px;
  font-size: 12px;
  color: #B4B8C1;
  float: right;
}
#home .container1 .right {
  width: 342px;
}
#home .container1 .right .right-box {
  border: 1px solid #EDEEF2;
  border-radius: 4px;
}
#home .container1 .right .right-box .tab {
  display: flex;
}
#home .container1 .right .right-box .tab .tab-item {
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  padding: 16px 12px;
  border-right: 1px solid #EDEEF2;
  border-bottom: 1px solid #EDEEF2;
  cursor: pointer;
}
#home .container1 .right .right-box .tab .tab-item:first-child {
  padding-left: 16px;
}
#home .container1 .right .right-box .tab .tab-item:last-child {
  flex: 1;
  text-align: right;
  padding-right: 16px;
  border-right: 0 none;
}
#home .container1 .right .right-box .tab .tab-item:last-child:hover {
  color: #1259F0;
}
#home .container1 .right .right-box .tab .tab-item.active {
  background: linear-gradient(180deg, #EDF3FF 0%, rgba(237, 243, 255, 0) 100%);
  color: #15213A;
  border-bottom: 0 none;
}
#home .container1 .right .right-box .tab .tab-item .icon {
  font-size: 14px;
}
#home .container1 .right .right-box .right-content {
  display: none;
  padding: 24px 16px;
}
#home .container1 .right .right-box .right-content.active-box {
  display: block;
}
#home .container1 .right .right-box .right-content .news-item:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
#home .container1 .right .right-box .right-content .news-item:first-child:hover .img img {
  transform: translateY(-50%) scale(1.05);
}
#home .container1 .right .right-box .right-content .news-item:first-child:hover .info .news-title {
  color: #1259F0;
}
#home .container1 .right .right-box .right-content .news-item:first-child .img {
  width: 140px;
  height: 82px;
  border-radius: 4px;
  overflow: hidden;
}
#home .container1 .right .right-box .right-content .news-item:first-child .img img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#home .container1 .right .right-box .right-content .news-item:first-child .img .default-img {
  width: 100%;
  height: 100%;
  background: url(/assets/images/medical/bg-news-img-3.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
#home .container1 .right .right-box .right-content .news-item:first-child .img .default-img .news-title {
  width: 120px;
  max-height: 64px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.61) 100%);
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .container1 .right .right-box .right-content .news-item:first-child .info {
  width: 154px;
}
#home .container1 .right .right-box .right-content .news-item:first-child .info .news-title {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 13px;
}
#home .container1 .right .right-box .right-content .news-item:first-child .info .time {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
}
#home .container1 .right .right-box .right-content .news-item:not(:first-child) {
  padding-left: 16px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
#home .container1 .right .right-box .right-content .news-item:not(:first-child)::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
#home .container1 .right .right-box .right-content .news-item:not(:first-child):hover .news-title {
  color: #1259F0;
}
#home .container1 .right .right-box .right-content .news-item:not(:first-child) .news-title {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
#home .container1 .right .right-box .right-content .news-item:not(:first-child) .time {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  float: right;
}
#home .container2 .left {
  width: 976px;
}
#home .container2 .left-title {
  height: 38px;
  font-size: 0;
  background: url(/assets/images/medical/bg-zixun-title.png) no-repeat left center;
  background-size: 138px;
  border-bottom: 1px solid #EDEEF2;
  padding-left: 166px;
  position: relative;
}
#home .container2 .left-title .tabs {
  display: flex;
}
#home .container2 .left-title .tabs .tab-item {
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  padding: 9px 20px 8px;
  position: relative;
  cursor: pointer;
}
#home .container2 .left-title .tabs .tab-item::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #EDEEF2;
  position: absolute;
  top: 12px;
  right: 0;
}
#home .container2 .left-title .tabs .tab-item:last-child::after {
  display: none;
}
#home .container2 .left-title .tabs .tab-item.active {
  font-weight: bold;
  color: #39435A;
}
#home .container2 .left-title .tabs .tab-item:hover {
  color: #1259F0;
}
#home .container2 .left-title .more {
  line-height: 38px;
  font-size: 16px;
  color: #777E8E;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#home .container2 .left-title .more:hover {
  color: #1259F0;
}
#home .container2 .left-title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#home .container2 .left .report-content {
  display: none;
  padding-top: 40px;
}
#home .container2 .left .report-content.active-content {
  display: block;
}
#home .container2 .left .report-content .report-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 40px;
}
#home .container2 .left .report-content .report-item:hover .report-detail .title {
  color: #1259F0;
}
#home .container2 .left .report-content .report-item:last-child {
  margin: 0;
}
#home .container2 .left .report-content .report-item .img {
  width: 188px;
  height: 182px;
  background: #F7F8FA;
  border-radius: 4px;
  position: relative;
  padding: 19px 0;
}
#home .container2 .left .report-content .report-item .img img {
  width: 234px;
  transform: translateX(-23px);
}
#home .container2 .left .report-content .report-item .img .report-name {
  width: 86px;
  line-height: 12px;
  font-size: 8px;
  word-break: break-all;
  color: #393C5A;
  position: absolute;
  top: 50px;
  left: 54px;
}
#home .container2 .left .report-content .report-item .img .report-name.item-1::after {
  background: #01AB95;
}
#home .container2 .left .report-content .report-item .img .report-name.item-2::after {
  background: #2C94EE;
}
#home .container2 .left .report-content .report-item .img .report-name.item-3::after {
  background: #627DF1;
}
#home .container2 .left .report-content .report-item .img .report-name::after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#home .container2 .left .report-content .report-item .img .tag {
  padding: 4px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px 0 4px 0;
  position: absolute;
  top: 0;
  left: 0;
}
#home .container2 .left .report-content .report-item .img .tag.color-1 {
  background: #4282FF;
}
#home .container2 .left .report-content .report-item .img .tag.color-2 {
  background: linear-gradient(270deg, #14CABB 0%, #07AEA0 100%);
}
#home .container2 .left .report-content .report-item .img .tag.color-3 {
  background: linear-gradient(270deg, #FFC46C 0%, #FFA51F 100%);
}
#home .container2 .left .report-content .report-item .report-detail {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}
#home .container2 .left .report-content .report-item .report-detail .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}
#home .container2 .left .report-content .report-item .report-detail .desc {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  margin-bottom: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#home .container2 .left .report-content .report-item .report-detail .info {
  display: flex;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  margin-right: 16px;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item .icon {
  margin-right: 4px;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) {
  flex: 1;
  margin-left: 24px;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) .icon {
  margin-right: 0;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) span {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding: 0 8px 0 6px;
  border-right: 1px solid #EDEEF2;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) span:first-child {
  margin-right: 0;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) span:nth-child(2) {
  padding-left: 0;
}
#home .container2 .left .report-content .report-item .report-detail .info .info-item:last-child:not(.page) span:last-child {
  padding-right: 0;
  border-right: 0 none;
}
#home .container2 .right {
  width: 342px;
}
#home .container2 .right .model {
  margin-bottom: 16px;
}
#home .container2 .right .model:last-child {
  margin: 0;
}
#home .container3 .left {
  width: 976px;
}
#home .container3 .left-title {
  height: 38px;
  border-bottom: 1px solid #EDEEF2;
  position: relative;
  display: flex;
}
#home .container3 .left-title .title-name {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #00998C;
  padding: 3px 10px;
  margin-right: 18px;
}
#home .container3 .left-title .title-name span {
  color: #FF8A1E;
}
#home .container3 .left-title .title-name::after {
  content: '';
  width: 20px;
  height: 20px;
  background: linear-gradient(126deg, #FFD6AF 0%, rgba(255, 214, 175, 0) 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#home .container3 .left-title .tabs {
  display: flex;
}
#home .container3 .left-title .tabs .tab-item {
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  padding: 9px 20px 8px;
  position: relative;
  cursor: pointer;
}
#home .container3 .left-title .tabs .tab-item::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #EDEEF2;
  position: absolute;
  top: 12px;
  right: 0;
}
#home .container3 .left-title .tabs .tab-item:last-child::after {
  display: none;
}
#home .container3 .left-title .tabs .tab-item.active {
  font-weight: bold;
  color: #39435A;
}
#home .container3 .left-title .tabs .tab-item:hover {
  color: #1259F0;
}
#home .container3 .left-title .more {
  line-height: 38px;
  font-size: 16px;
  color: #777E8E;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#home .container3 .left-title .more:hover {
  color: #1259F0;
}
#home .container3 .left-title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#home .container3 .left .report-content {
  display: none;
  padding-top: 40px;
}
#home .container3 .left .report-content.active-content {
  display: block;
}
#home .container3 .left .report-content .report-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 40px;
}
#home .container3 .left .report-content .report-item:hover .img img {
  transform: scale(1.05);
}
#home .container3 .left .report-content .report-item:hover .report-detail .title {
  color: #1259F0;
}
#home .container3 .left .report-content .report-item .img {
  width: 200px;
  height: 134px;
  background: #F7F8FA;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#home .container3 .left .report-content .report-item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#home .container3 .left .report-content .report-item .img .tag {
  height: 28px;
  background: no-repeat right center;
  background-size: 100% 28px;
  padding: 4px 12px 4px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
#home .container3 .left .report-content .report-item .img .tag.color-1 {
  background-image: url(/assets/images/medical/bg-news-tag-1.png);
}
#home .container3 .left .report-content .report-item .img .tag.color-2 {
  background-image: url(/assets/images/medical/bg-news-tag-2.png);
}
#home .container3 .left .report-content .report-item .img .tag.color-3 {
  background-image: url(/assets/images/medical/bg-news-tag-3.png);
}
#home .container3 .left .report-content .report-item .report-detail {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}
#home .container3 .left .report-content .report-item .report-detail .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
#home .container3 .left .report-content .report-item .report-detail .desc {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home .container3 .left .report-content .report-item .report-detail .info {
  display: flex;
  font-size: 0;
}
#home .container3 .left .report-content .report-item .report-detail .info .info-item {
  line-height: 30px;
  font-size: 14px;
  color: #777E8E;
  margin-right: 16px;
}
#home .container3 .left .report-content .report-item .report-detail .info .info-item .icon {
  margin-right: 4px;
}
#home .container3 .left .report-content .report-item .report-detail .info .info-item:last-child {
  flex: 1;
  margin-left: 24px;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
#home .container3 .left .report-content .report-item .report-detail .info .info-item:last-child span {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  padding: 0 7px 0;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  margin-right: 6px;
}
#home .container3 .left .report-content .report-item .report-detail .info .info-item:last-child span:last-child {
  margin: 0;
}
#home .container3 .left .load-more {
  line-height: 21px;
  font-size: 16px;
  color: #4282FF;
  text-align: center;
  position: relative;
}
#home .container3 .left .load-more::before,
#home .container3 .left .load-more::after {
  content: '';
  width: 432px;
  height: 1px;
  background: #EDEEF2;
  position: absolute;
  top: 10px;
  left: 0;
}
#home .container3 .left .load-more::after {
  left: auto;
  right: 0;
}
#home .container3 .left .load-more span {
  cursor: pointer;
}
#home .container3 .left .load-more span:hover {
  color: #1259F0;
}
#home .container3 .right {
  width: 342px;
}
#home .container3 .right .model-content {
  display: none;
  margin-bottom: 16px;
}
#home .container3 .right .model-content.active-content {
  display: block;
}
#home .container3 .right .model {
  margin-bottom: 16px;
}
#home .container3 .right .model:last-child {
  margin: 0;
}
#home .container3 .right .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
#home .container3 .right .images img {
  width: 100%;
}
#home .container4 {
  display: block;
}
#home .container4 .title {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #EDEEF2;
  position: relative;
  display: flex;
}
#home .container4 .title .title-name {
  background: url(/assets/images/medical/icon-project-title.png) no-repeat left center;
  background-size: 26px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #1F3359;
  padding: 3px 0 3px 34px;
}
#home .container4 .title .more {
  line-height: 38px;
  font-size: 16px;
  color: #777E8E;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#home .container4 .title .more:hover {
  color: #1259F0;
}
#home .container4 .title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#home .container4 .project-content {
  padding-top: 40px;
  display: flex;
}
#home .container4 .project-content .project-item {
  width: 254px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  margin-right: 24px;
  cursor: pointer;
}
#home .container4 .project-content .project-item:last-child {
  margin: 0;
}
#home .container4 .project-content .project-item:hover {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(221, 221, 221, 0.4);
}
#home .container4 .project-content .project-item .img {
  width: 100%;
  height: 143px;
}
#home .container4 .project-content .project-item .project-name {
  line-height: 26px;
  font-size: 16px;
  color: #39435A;
  padding: 12px 16px 16px;
}
#home .container4 .project-content .project-item .project-name .text {
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 45px;
}
#home .images img {
  width: 100%;
}
