#lcsy.lcsy {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 24px;
}
#lcsy .breadcrumb {
  padding: 20px 0;
}
#lcsy .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 .breadcrumb-item:hover {
  color: #1259F0;
}
#lcsy .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#lcsy .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#lcsy .breadcrumb-item:last-child {
  color: #39435A;
}
#lcsy .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#lcsy .container {
  margin-bottom: 56px;
}
#lcsy .container1 {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
#lcsy .container1 .left {
  width: 280px;
}
#lcsy .container1 .left .item {
  height: 170px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#lcsy .container1 .left .item .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  margin-bottom: 16px;
}
#lcsy .container1 .left .item .count {
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
}
#lcsy .container1 .left .item:first-child {
  background: url(/assets/images/dongcha/icon-lcsy-top-1.png) no-repeat right bottom, linear-gradient(135deg, #F5F8FF 0%, #FBFDFF 100%);
  background-size: 80px;
  margin-bottom: 20px;
}
#lcsy .container1 .left .item:first-child .count {
  color: #4282FF;
}
#lcsy .container1 .left .item:last-child {
  background: url(/assets/images/dongcha/icon-lcsy-top-2.png) no-repeat right bottom, linear-gradient(135deg, #F0FAF9 0%, #F9FCFC 100%);
  background-size: 80px;
}
#lcsy .container1 .left .item:last-child .count {
  color: #07AEA0;
}
#lcsy .container1 .right {
  width: 1066px;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 0 60px 0 40px;
  display: flex;
}
#lcsy .container1 .right .item {
  flex: 1;
}
#lcsy .container1 .right .item .title {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  padding: 24px 0;
}
#lcsy .container1 .right .item .chart1 {
  height: 285px;
}
#lcsy .container1 .right .item .chart2 {
  height: 230px;
}
#lcsy .container1 .right .item .tips {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  text-align: right;
  margin-top: 16px;
}
#lcsy .container2 .top {
  display: flex;
}
#lcsy .container2 .top-name {
  width: 88px;
  line-height: 31px;
  font-size: 16px;
  color: #777E8E;
}
#lcsy .container2 .top .tabs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
#lcsy .container2 .top .tabs .tab-item {
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding: 5px 16px;
  position: relative;
  cursor: pointer;
}
#lcsy .container2 .top .tabs .tab-item:hover {
  color: #1259F0;
}
#lcsy .container2 .top .tabs .tab-item.active {
  background: #4282FF;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}
#lcsy .container2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 32px;
  padding-top: 32px;
  margin-bottom: 40px;
}
#lcsy .container2 .content .content-item {
  width: 667px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
#lcsy .container2 .content .content-item:hover {
  box-shadow: 0px 4px 8px 0px rgba(203, 210, 225, 0.3);
}
#lcsy .container2 .content .content-item:hover .title .name {
  color: #1259F0;
}
#lcsy .container2 .content .content-item .title {
  background: #F9FAFC;
  padding: 20px 32px;
}
#lcsy .container2 .content .content-item .title .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy .container2 .content .content-item .title .tags {
  margin-top: 12px;
  font-size: 0;
}
#lcsy .container2 .content .content-item .title .tags .tag {
  display: inline-block;
  background: #E8F0FF;
  line-height: 18px;
  font-size: 14px;
  color: #1259F0;
  padding: 4px 10px;
  margin-right: 8px;
  border-radius: 4px;
}
#lcsy .container2 .content .content-item .title .tags .tag.status1 {
  background: #E8F0FF;
  color: #1259F0;
}
#lcsy .container2 .content .content-item .title .tags .tag.status2 {
  background: #FFEEDE;
  color: #FF8413;
}
#lcsy .container2 .content .content-item .title .tags .tag.status3 {
  background: #E2F4F3;
  color: #019588;
}
#lcsy .container2 .content .content-item .title .tags .tag.status4 {
  background: #EBEDF3;
  color: #39435A;
}
#lcsy .container2 .content .content-item .content-list {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
#lcsy .container2 .content .content-item .content-list .list-detail {
  width: 278px;
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy .container2 .content .content-item .content-list .list-detail span:first-child {
  color: #777E8E;
}
#lcsy .container2 .content .content-item .content-list .list-detail span:last-child {
  color: #39435A;
}
#lcsy .container3 .title {
  font-size: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
  margin-bottom: 28px;
}
#lcsy .container3 .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 .container3 .title .more {
  line-height: 40px;
  font-size: 16px;
  color: #777E8E;
  float: right;
  cursor: pointer;
}
#lcsy .container3 .title .more:hover {
  color: #1259F0;
}
#lcsy .container3 .title .more .icon {
  margin-left: 6px;
  font-size: 18px;
}
#lcsy .container3 .content .content-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 72px;
}
#lcsy .container3 .content .content-item .item {
  width: 407px;
  padding: 20px 0 24px;
  border-bottom: 1px solid #EDEEF2;
  cursor: pointer;
}
#lcsy .container3 .content .content-item .item:hover .name {
  color: #1259F0;
}
#lcsy .container3 .content .content-item .item:nth-child(1),
#lcsy .container3 .content .content-item .item:nth-child(2),
#lcsy .container3 .content .content-item .item:nth-child(3) {
  display: flex;
}
#lcsy .container3 .content .content-item .item:nth-child(1) .name,
#lcsy .container3 .content .content-item .item:nth-child(2) .name,
#lcsy .container3 .content .content-item .item:nth-child(3) .name {
  margin-bottom: 30px;
}
#lcsy .container3 .content .content-item .item:nth-child(1) .msg,
#lcsy .container3 .content .content-item .item:nth-child(2) .msg,
#lcsy .container3 .content .content-item .item:nth-child(3) .msg {
  margin-top: 16px;
}
#lcsy .container3 .content .content-item .item .img {
  width: 200px;
  height: 134px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
#lcsy .container3 .content .content-item .item .img:hover img {
  transform: scale(1.05);
}
#lcsy .container3 .content .content-item .item .img img {
  width: 100%;
  height: 134px;
  transition: all 0.3s ease-in-out;
}
#lcsy .container3 .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 .container3 .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 .container3 .content .content-item .item .item-right {
  flex: 1;
  overflow: hidden;
}
#lcsy .container3 .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 .container3 .content .content-item .item .info {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
#lcsy .container3 .content .content-item .item .tags,
#lcsy .container3 .content .content-item .item .msg {
  max-width: 225px;
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lcsy .container3 .content .content-item .item .tags .icon,
#lcsy .container3 .content .content-item .item .msg .icon {
  margin-right: 5px;
}
#lcsy .container3 .content .content-item .item .tags span,
#lcsy .container3 .content .content-item .item .msg span {
  margin-right: 16px;
  position: relative;
}
#lcsy .container3 .content .content-item .item .tags span::after,
#lcsy .container3 .content .content-item .item .msg span::after {
  content: '';
  width: 1px;
  height: 18px;
  background: #EDEEF2;
  position: absolute;
  top: 0;
  right: -8px;
}
#lcsy .container3 .content .content-item .item .tags span:last-child,
#lcsy .container3 .content .content-item .item .msg span:last-child {
  margin: 0;
}
#lcsy .container3 .content .content-item .item .tags span:last-child::after,
#lcsy .container3 .content .content-item .item .msg span:last-child::after {
  display: none;
}
