#lcsy-detail.lcsy-detail {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 24px;
}
#lcsy-detail .breadcrumb {
  padding: 20px 0;
}
#lcsy-detail .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#lcsy-detail .breadcrumb-item:hover {
  color: #1259F0;
}
#lcsy-detail .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#lcsy-detail .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#lcsy-detail .breadcrumb-item:last-child {
  color: #39435A;
}
#lcsy-detail .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#lcsy-detail .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#lcsy-detail .container1 .left {
  width: 976px;
  border-top: 2px solid #F6F6F8;
}
#lcsy-detail .container1 .left-top .title {
  line-height: 48px;
  font-size: 28px;
  font-weight: bold;
  color: #39435A;
  margin: 32px 0 24px;
}
#lcsy-detail .container1 .left-top .info {
  display: flex;
  justify-content: flex-end;
}
#lcsy-detail .container1 .left-top .info .info-detail {
  display: flex;
}
#lcsy-detail .container1 .left-top .info .info-detail .iconfont {
  vertical-align: middle;
  margin: 0 4px;
}
#lcsy-detail .container1 .left-top .info .info-detail .item {
  line-height: 21px;
  font-size: 14px;
  color: #1259F0;
  position: relative;
}
#lcsy-detail .container1 .left-top .info .info-detail .item span {
  vertical-align: middle;
}
#lcsy-detail .container1 .left-top .info .info-detail .item.download {
  cursor: pointer;
  margin-left: 32px;
}
#lcsy-detail .container1 .left-top .info .info-detail .item.link {
  cursor: pointer;
  margin-left: 16px;
}
#lcsy-detail .container1 .left-top .info .info-detail .item:hover {
  color: #4282FF;
}
#lcsy-detail .container1 .left-top .info .info-detail .item::before {
  content: '';
  width: 2px;
  height: 16px;
  background: #F6F6F8;
  position: absolute;
  top: 4px;
  left: -19px;
}
#lcsy-detail .container1 .left-top .info .info-detail .item:first-child::before {
  display: none;
}
#lcsy-detail .container1 .left .container-content {
  padding-top: 32px;
  padding-bottom: 48px;
  margin-bottom: 64px;
  border-bottom: 1px solid #EDEEF2;
}
#lcsy-detail .container1 .left .container-content .content-box {
  margin-bottom: 40px;
}
#lcsy-detail .container1 .left .container-content .content-box .title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #39435A;
  padding-left: 14px;
  margin-bottom: 16px;
  position: relative;
}
#lcsy-detail .container1 .left .container-content .content-box .title::before {
  content: '';
  width: 6px;
  height: 18px;
  background: #4282FF;
  position: absolute;
  top: 3px;
  left: 0;
}
#lcsy-detail .container1 .left .container-content .content-box .table {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EDEEF2;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr {
  display: flex;
  border-bottom: 1px solid #EDEEF2;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr:last-child {
  border: 0 none;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td {
  flex: 1;
  display: flex;
  border-right: 1px solid #EDEEF2;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td:last-child {
  border: 0 none;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .label {
  width: 172px;
  background: #F1F5FE;
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding: 0 12px;
  border-right: 1px solid #EDEEF2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value {
  flex: 1;
  line-height: 28px;
  font-size: 16px;
  color: #15213A;
  word-break: break-all;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value p {
  margin-bottom: 8px;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value p:last-child {
  margin: 0;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value a {
  color: #1259F0;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value a:hover {
  color: #4282FF;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value .icon {
  color: #1259F0;
  cursor: pointer;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value .icon:hover {
  color: #4282FF;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value .no-login {
  color: #1259F0;
  cursor: pointer;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value .no-login .iconfont {
  margin-left: 5px;
}
#lcsy-detail .container1 .left .container-content .content-box .table .tr .td .value .no-login:hover {
  color: #4282FF;
}
#lcsy-detail .container1 .left .container-content .end {
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  text-align: center;
  padding-top: 8px;
}
#lcsy-detail .container1 .left .search-result {
  margin-bottom: 64px;
  position: relative;
}
#lcsy-detail .container1 .left .search-result.hide {
  max-height: 480px;
  overflow: hidden;
}
#lcsy-detail .container1 .left .search-result.hide .cover {
  display: block;
}
#lcsy-detail .container1 .left .search-result .title {
  font-size: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEEF2;
  margin-bottom: 24px;
}
#lcsy-detail .container1 .left .search-result .title .title-name {
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #15213A;
  position: relative;
}
#lcsy-detail .container1 .left .search-result .title .title-name::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #07AEA0;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#lcsy-detail .container1 .left .search-result .title .more {
  line-height: 36px;
  font-size: 16px;
  color: #777E8E;
  float: right;
  cursor: pointer;
}
#lcsy-detail .container1 .left .search-result .title .more:hover {
  color: #1259F0;
}
#lcsy-detail .container1 .left .search-result .title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#lcsy-detail .container1 .left .search-result .result-content {
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  overflow: hidden;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box {
  border-bottom: 1px solid #EDEEF2;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box:last-child {
  border: 0 none;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #1259F0;
  padding: 16px 16px 8px;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .name img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 4px;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .name span {
  display: inline-block;
  vertical-align: middle;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  padding: 16px 16px 24px;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item {
  width: 217px;
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  cursor: pointer;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item:hover .count {
  color: #4282FF;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item a {
  display: flex;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item .text {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item .count {
  font-weight: bold;
  color: #1259F0;
  margin-left: 16px;
}
#lcsy-detail .container1 .left .search-result .result-content .result-box .result-list .result-item .unit {
  color: #B4B8C1;
  margin-left: 4px;
}
#lcsy-detail .container1 .left .search-result .cover {
  display: none;
  width: 100%;
  height: 61px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25%);
  padding-top: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#lcsy-detail .container1 .left .search-result .cover-btn {
  width: 132px;
  height: 45px;
  background: #fff;
  line-height: 43px;
  font-size: 16px;
  color: #39435A;
  text-align: center;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
}
#lcsy-detail .container1 .left .search-result .cover-btn:hover {
  color: #1259F0;
  border-color: #1259F0;
}
#lcsy-detail .container1 .left .search-result .cover-btn .icon {
  display: inline-block;
  margin-left: 4px;
  transform: rotate(90deg);
}
#lcsy-detail .container1 .left .container-other {
  margin-bottom: 64px;
}
#lcsy-detail .container1 .left .container-other .title {
  font-size: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEEF2;
  margin-bottom: 24px;
}
#lcsy-detail .container1 .left .container-other .title .title-name {
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #15213A;
  position: relative;
}
#lcsy-detail .container1 .left .container-other .title .title-name::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #07AEA0;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#lcsy-detail .container1 .left .container-other .title .more {
  line-height: 36px;
  font-size: 16px;
  color: #777E8E;
  float: right;
  cursor: pointer;
}
#lcsy-detail .container1 .left .container-other .title .more:hover {
  color: #1259F0;
}
#lcsy-detail .container1 .left .container-other .title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#lcsy-detail .container1 .left .container-other .other-content .content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
}
#lcsy-detail .container1 .left .container-other .other-content .content-list .content-item {
  width: 464px;
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding-left: 14px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy-detail .container1 .left .container-other .other-content .content-list .content-item::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
#lcsy-detail .container1 .left .container-other .other-content .content-list .content-item:hover {
  color: #1259F0;
}
#lcsy-detail .container1 .left .container-news .title {
  font-size: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
  margin-bottom: 8px;
}
#lcsy-detail .container1 .left .container-news .title .title-name {
  display: inline-block;
  background: url(/assets/images/dongcha/icon-lcsy-news.png) no-repeat left 2px;
  background-size: 26px;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#lcsy-detail .container1 .left .container-news .title .more {
  line-height: 40px;
  font-size: 16px;
  color: #777E8E;
  float: right;
  cursor: pointer;
}
#lcsy-detail .container1 .left .container-news .title .more:hover {
  color: #1259F0;
}
#lcsy-detail .container1 .left .container-news .title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item {
  width: 468px;
  padding: 20px 0 24px;
  border-bottom: 1px solid #EDEEF2;
  cursor: pointer;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:hover .name {
  color: #1259F0;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(1),
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(2) {
  display: flex;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(1) .name,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(2) .name {
  margin-bottom: 30px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(1) .msg,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item:nth-child(2) .msg {
  margin-top: 16px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .img {
  width: 200px;
  height: 134px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .img:hover img {
  transform: scale(1.05);
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .img img {
  width: 100%;
  height: 134px;
  transition: all 0.3s ease-in-out;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .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;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .img .default-img .report-title {
  width: 160px;
  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%);
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .item-right {
  flex: 1;
  overflow: hidden;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .name {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #39435A;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .info {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg {
  max-width: 280px;
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags .icon,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg .icon {
  margin-right: 5px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags span,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg span {
  margin-right: 16px;
  position: relative;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags span::after,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg span::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #EDEEF2;
  position: absolute;
  top: 0;
  right: -8px;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags span:last-child,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg span:last-child {
  margin: 0;
}
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .tags span:last-child::after,
#lcsy-detail .container1 .left .container-news .news-content .content-item .item .msg span:last-child::after {
  display: none;
}
#lcsy-detail .container1 .right {
  width: 342px;
}
#lcsy-detail .container1 .right .database {
  height: 217px;
  background: url(/assets/images/common/bg-right.png) no-repeat center center;
  margin-bottom: 16px;
  padding: 32px 38px;
}
#lcsy-detail .container1 .right .database .title {
  line-height: 21px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
#lcsy-detail .container1 .right .database .text {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
#lcsy-detail .container1 .right .database .apply {
  width: fit-content;
  line-height: 18px;
  font-size: 14px;
  color: #71FFF3;
  margin: 22px auto 0;
  position: relative;
  opacity: 0.8;
}
#lcsy-detail .container1 .right .database .apply::before,
#lcsy-detail .container1 .right .database .apply::after {
  content: '';
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, rgba(113, 255, 243, 0) 0%, #71fff3) 100%;
  position: absolute;
  left: -82px;
  top: 9px;
}
#lcsy-detail .container1 .right .database .apply::after {
  background: linear-gradient(90deg, #71fff3 0%, rgba(113, 255, 243, 0)) 100%;
  left: auto;
  right: -82px;
}
#lcsy-detail .container1 .right .database .btn {
  background: #E9F0FF;
  font-size: 0;
  text-align: center;
  border-radius: 6px;
  margin-top: 8px;
  cursor: pointer;
}
#lcsy-detail .container1 .right .database .btn a {
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #1259F0;
}
#lcsy-detail .container1 .right .database .btn:hover {
  opacity: 0.9;
}
#lcsy-detail .container1 .right .model {
  margin-bottom: 16px;
}
#lcsy-detail .container1 .right .model:last-child {
  margin: 0;
}
#lcsy-detail .container1 .right .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
#lcsy-detail .container1 .right .images img {
  width: 100%;
}
#lcsy-detail .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 45px;
}
#lcsy-detail .images img {
  width: 100%;
}
