#body .home {
  background: #F3F5F7;
  padding-top: 82px;
  padding-bottom: 38px;
  position: relative;
}
#body .home .scrollerFooter {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 82px;
  left: 0;
}
#body .search-name {
  background: #FFFFFF;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #7A7A7A;
}
#body .search-name a {
  color: #7A7A7A;
}
#body .content {
  display: flex;
}
#body .content .left {
  width: 820px;
}
#body .content .left #classify {
  background: #fff;
  margin-top: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
#body .content .left #classify .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(/assets/images/news/zixun_title_bg.png) no-repeat left center;
  background-size: 480px 100%;
  padding: 0 19px 0 62px;
}
#body .content .left #classify .title-left {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}
#body .content .left #classify .title-right a {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #99A5AD;
}
#body .content .left #classify .tab {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #7A7A7A;
  padding: 0 19px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
#body .content .left #classify .tab::-webkit-scrollbar {
  display: none;
}
#body .content .left #classify .tab strong {
  flex-shrink: 0;
}
#body .content .left #classify .tab .pane {
  height: 100%;
  margin-right: 40px;
  cursor: pointer;
}
#body .content .left #classify .tab .pane.active {
  font-size: 15px;
  font-weight: bold;
  color: #323232;
}
#body .content .left #classify .classify-content {
  min-height: 100px;
  padding: 0 10px 34px;
}
#body .content .left #classify .classify-content .item {
  margin-bottom: 17px;
  padding: 10px;
}
#body .content .left #classify .classify-content .item:hover {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
}
#body .content .left #classify .classify-content .item:last-child {
  margin-bottom: 0;
}
#body .content .left #classify .classify-content .item .list_item {
  display: flex;
  align-items: center;
}
#body .content .left #classify .classify-content .item .list_item:hover .item-title p {
  color: #07aea0;
}
#body .content .left #classify .classify-content .item .list_item .img {
  width: 199px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#body .content .left #classify .classify-content .item .list_item .img .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF893A;
  border-radius: 0px 4px 0px 4px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding: 0 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
#body .content .left #classify .classify-content .item .list_item .img .img-content {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#body .content .left #classify .classify-content .item .list_item .img .img-content img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#body .content .left #classify .classify-content .item .list_item .img .img-content:hover {
  transform: scale(1.2);
}
#body .content .left #classify .classify-content .item .list_item .right {
  flex: 1;
}
#body .content .left #classify .classify-content .item .list_item .item-title p {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body .content .left #classify .classify-content .item .list_item .name {
  min-height: 35px;
  line-height: 20px;
  font-size: 13px;
  color: #7A7A7A;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#body .content .left #classify .classify-content .item .list_item .author {
  margin-top: 11px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #7D8D97;
}
#body .content .left #classify .classify-content .item .list_item .author .author_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/images/medical/author.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 4px;
}
#body .content .left #classify .classify-content .item .list_item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}
#body .content .left #classify .classify-content .item .list_item .info .tags {
  display: flex;
  align-items: center;
  max-width: 422px;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
}
#body .content .left #classify .classify-content .item .list_item .info .tags .icon {
  width: 34px;
  height: 20px;
  background: url(/assets/images/news/icon.png) no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
}
#body .content .left #classify .classify-content .item .list_item .info .tags .tag_item {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  border: 1px solid #BABABA;
  border-radius: 4px;
  height: 20px;
  margin-right: 12px;
  text-align: center;
  line-height: 20px;
  padding: 0 6px;
  color: #BABABA;
}
#body .content .left #classify .classify-content .item .list_item .info .tags .tag_item:hover {
  border: 1px solid #06BCBA;
  color: #06BCBA;
}
#body .content .left #classify .classify-content .item .list_item .info .date {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #BABABA;
}
#body .content .left #classify .classify-content .left-more,
#body .content .left #classify .classify-content .bind-left-more {
  display: block;
  width: 80px;
  height: 26px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #06BCBA;
  line-height: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #06BCBA;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  transition: all 0.3s;
}
#body .content .left #classify .classify-content .left-more:hover,
#body .content .left #classify .classify-content .bind-left-more:hover {
  background: #06BCBA;
  color: #fff;
}
#body .content .carousel {
  width: 820px;
  height: 410px;
  margin-top: 10px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#body .content .carousel .el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  opacity: 0.75;
  height: 338px;
  line-height: 338px;
  margin: 0;
}
#body .content .carousel .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
#body .content .carousel .el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}
#body .content .carousel .swiper-img {
  width: 820px;
  height: 410px;
}
#body .content .right {
  width: 369px;
  margin-left: 12px;
}
#body .text-title {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  width: 820px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -50px;
  font-weight: 400;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
#body .swiper-button-prev,
#body .swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(/assets/images/news/btn.png);
  border-radius: 50%;
  top: 50%;
  opacity: 0.4;
}
#body .swiper-button-prev:hover,
#body .swiper-button-next:hover {
  opacity: 1;
}
#body .swiper-button-prev,
#body .swiper-container-rtl .swiper-button-next {
  transform: rotate(180deg);
}
