.ac-title {
  margin-bottom: 35px;
}
.ac-title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  color: #1c1f3f;
  text-align: center;
}
.ac-title .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #6d7882;
  text-align: center;
  margin-top: 15px;
}
.swiper-banner {
  margin-top: 55px;
}
.swiper-banner .swiper-container {
  height: 700px;
}
.swiper-banner .swiper-container .swiper-slide {
  background: url(../images/DataCenter/banner.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content {
  margin-top: 146px;
  margin-left: 320px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 82.32px;
  color: #333333;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .text {
  width: 512px;
  border-radius: 8px;
  background: #2563eb;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .desc {
  width: 705px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.18px;
  color: #333;
  margin: 20px 0;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .buttons {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .buttons .button {
  width: 160px;
  line-height: 53px;
  cursor: pointer;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .buttons a .button {
  border-radius: 35px;
  background: #2563eb;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .buttons a .button:hover {
  background: rgba(37, 99, 235, 0.8);
  color: #ffffff;
}
.dc-s1 {
  padding-top: 60px;
}
.dc-s1 .dc-s1-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 60px;
}
.dc-s1 .dc-s1-main .dc-s1-content {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(19, 107, 237, 0.2);
  padding: 30px;
  width: 1280px;
  justify-content: space-between;
}
.dc-s1 .dc-s1-main .dc-s1-content .dc-s1-content-left .dc-s1-content-left-item {
  width: 270px;
  border-bottom: 2px dashed #2563eb;
  margin-bottom: 15px;
}
.dc-s1 .dc-s1-main .dc-s1-content .dc-s1-content-left .dc-s1-content-left-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.dc-s1 .dc-s1-main .dc-s1-content .dc-s1-content-left .left-item-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #2563eb;
}
.dc-s1 .dc-s1-main .dc-s1-content .dc-s1-content-left .left-item-content {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 21px;
  color: #333;
}
.dc-s1 .dc-s1-main .dc-s1-content .dc-s1-content-right img {
  width: 900px;
}
.product-display {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-display .product-display-content {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-display .product-display-content .product-display-content-top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.product-display .product-display-content .product-display-content-top .top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 95px;
  /* 添加悬停效果 */
  /* 激活状态样式 */
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 28.96px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item:last-child {
  border-right: none;
}
.product-display .product-display-content .product-display-content-top .top-content .tab-indicator {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background-color: #2563eb;
  transition: all 0.3s ease;
  opacity: 0;
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item.active .tab-indicator {
  width: 100%;
  /* 激活状态下显示80%宽度的下划线 */
  opacity: 1;
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item:hover .tab-indicator {
  width: 100%;
  opacity: 0.5;
  background-color: #2563eb;
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item.active {
  color: #2563eb;
  /* 激活文字颜色 */
  font-weight: 500;
}
.product-display .product-display-content .product-display-content-top .top-content .top-content-item.active {
  color: #2563eb;
  font-weight: 600;
}
.product-display .product-display-content-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 78px;
  overflow: hidden;
}
.product-display .product-display-content-main .content-main {
  display: none;
  flex: 1;
  animation: fadeIn 0.5s ease;
}
.product-display .product-display-content-main .content-main.active {
  display: flex;
  align-items: center;
}
.product-display .product-display-content-main .content-main-left {
  max-width: 835px;
  height: 451px;
}
.product-display .product-display-content-main .content-main-right {
  padding: 30px 35px;
  border-radius: 12px 10px 10px 12px;
  width: 429.09px;
  opacity: 1;
  background: #f4f7fc;
  display: flex;
  flex-direction: column;
}
.product-display .product-display-content-main .content-main-right .main-right-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 27px;
  color: #333;
  margin-bottom: 20px;
}
.product-display .product-display-content-main .content-main-right .main-right-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666666;
}
.product-display .product-display-content-main .content-main-right .right-desc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 0;
  margin-top: 16px;
}
.product-display .product-display-content-main .content-main-right .right-desc-list .right-desc-list-item {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.product-display .product-display-content-main .content-main-right .right-desc-list .right-desc-list-item .item-icon {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.product-display .product-display-content-main .content-main-right .right-desc-list .right-desc-list-item .item-text {
  font-size: 16px;
  color: #999;
}
.home-data-center {
  padding: 60px 0;
  background: #f4f7fc;
  /* 内容区域默认隐藏 */
  /* 激活的内容区域显示 */
}
.home-data-center .home-data-center-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 27px;
  margin: 35px 0 22px 0;
  /* 标签样式 */
}
.home-data-center .home-data-center-tabs .home-data-center-tab {
  width: 300px;
  height: 143px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(1) {
  background: url(../images/home/b1.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(2) {
  background: url(../images/home/b2.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(3) {
  background: url(../images/home/b3.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .home-data-center-tab:nth-child(4) {
  background: url(../images/home/b4.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(1) {
  background: url(../images/home/b1-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(2) {
  background: url(../images/home/b2-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(3) {
  background: url(../images/home/b3-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:nth-child(4) {
  background: url(../images/home/b4-h.png) no-repeat;
  background-size: 100%;
}
.home-data-center .home-data-center-tabs .active:after {
  content: '';
  width: 40px;
  height: 18px;
  display: block;
  background: url(../images/home/down.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -15px;
  left: 43%;
}
.home-data-center .data-center-content {
  display: none;
}
.home-data-center .data-center-content .data-center-title {
  font-size: 24px;
}
.home-data-center .data-center-content.active {
  display: flex;
  flex-direction: column;
}
.home-data-center .data-center-content.active .data-center-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26.06px;
  color: #333;
  margin-bottom: 45px;
  padding-left: 10px;
}
.home-data-center .data-center-content.active .data-center-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  grid-gap: 45px 0;
}
.home-data-center .home-data-center-content {
  display: flex;
  justify-content: center;
  width: 1240px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto;
  padding: 30px 20px;
}
.home-data-center .home-data-center-content .data-center-item-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-title {
  margin-bottom: 20px;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-item-box-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-data-center .home-data-center-content .data-center-item-box .data-center-item-box-data .data-center-item {
  width: 380px;
  height: 88px;
}
.home-data-center .home-data-center-content .data-center-item {
  width: 600px;
  display: flex;
  align-items: center;
  grid-gap: 36px;
}
.home-data-center .home-data-center-content .data-center-item .item-icon {
  width: 80px;
  height: 80px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.06px;
  color: #333;
  margin-bottom: 10px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-subtitle {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.home-data-center .home-data-center-content .data-center-item .data-center-item-tags {
  display: flex;
  align-items: center;
  grid-gap: 10px ;
}
.home-data-center .home-data-center-content .data-center-item .tag {
  line-height: 25px;
  border-radius: 4px;
  border: 1px solid #2563eb;
  font-size: 14px;
  font-weight: 400;
  color: #2563eb;
  text-align: center;
  padding: 2px 6px;
}
.dc-s3 {
  padding-top: 90px;
}
.dc-s3 .dc-s3-content {
  margin: 50px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-s3 .dc-s3-content .content-box {
  width: 170px;
  height: 435px;
  padding: 50px 15px;
}
.dc-s3 .dc-s3-content .content-box .content-box-title,
.dc-s3 .dc-s3-content .content-box .content-box-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
.dc-s3 .dc-s3-content .content-box .desc {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 21px;
  color: #101010;
}
.dc-s3 .dc-s3-content .content-left {
  color: #fff;
}
.dc-s3 .dc-s3-content .content-right {
  color: #101010;
}
.dc-s3 .dc-s3-content .content-center {
  width: 677px;
  height: 535px;
  opacity: 1;
  background: #f4f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-s3 .dc-s3-content .content-center img {
  width: 653px;
  height: 357px;
}
.core-advantages {
  background: #f5f9ff;
  padding: 60px 0;
}
.core-advantages .core-advantages-content {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.core-advantages .content-item {
  width: 295px;
  height: 150px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
.core-advantages .content-item .icon {
  width: 84px;
  height: 84px;
}
.core-advantages .content-item .icon img {
  width: 84px;
  height: 84px;
}
.core-advantages .content-item .text {
  width: 275px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.core-advantages .content-item:hover {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/** 轻量级数据中台架构 */
.framework {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.framework .framework-content {
  width: 1280px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(19, 107, 237, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  padding: 20px;
}
.framework .framework-content .framework-img {
  width: 1005px;
  height: 488px;
}
.framework .framework-content .framework-item {
  width: 245px;
  border-radius: 6px;
  background: #f0f6fc;
  border: 1px solid #f0f6fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  padding: 12px;
}
.framework .framework-content .framework-item:nth-child(2) .framework-item-name {
  color: #417fe1;
}
.framework .framework-content .framework-item:last-child {
  margin-bottom: 0;
}
.framework .framework-content .framework-item:last-child .framework-item-name {
  color: #305fa9;
}
.framework .framework-content .framework-item .framework-item-img {
  width: 46px;
  height: 40px;
}
.framework .framework-content .framework-item .framework-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #54a7ff;
  margin-top: 12px;
}
.framework .framework-content .framework-item .framework-item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}
.home-application-scenarios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  color: #fff;
  /* 标签栏样式 */
}
.home-application-scenarios .home-application-scenarios-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
  width: 1280px;
}
.home-application-scenarios .tab {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.home-application-scenarios .tab.active {
  color: #2563eb;
  font-weight: bold;
}
.home-application-scenarios .tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #2563eb;
  transition: opacity 0.3s ease;
}
.home-application-scenarios .tab.active .tab-indicator {
  height: 4px;
  opacity: 1;
}
.home-application-scenarios .home-application-scenarios-content {
  display: none;
  width: 100%;
  height: 519px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-box {
  display: flex;
  grid-gap: 76px;
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left {
  width: 280px;
  height: 519px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .left-content {
  width: 240px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  margin-bottom: 15px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-list {
  position: relative;
  z-index: 99;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  padding-left: 35px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .home-application-scenarios-item-list:before {
  content: '';
  background: url(../images/home/line.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 379px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item {
  width: 220px;
  line-height: 59px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item:hover {
  background: linear-gradient(270deg, rgba(240, 247, 255, 0), rgba(221, 235, 255, 0.3));
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-left .list-item.active {
  background: #3385ff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right {
  display: none;
  width: 800px;
  flex-direction: column;
  justify-content: center;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .right-box-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .right-box-content-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 12px 16px;
  width: 600px;
  margin-top: 30px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag {
  line-height: 28px;
  text-align: center;
  opacity: 1;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  width: 260px;
  height: 48px;
  border-radius: 4px;
  color: #64698b;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag img {
  width: 30px;
  height: 30px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .tag span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns {
  display: flex;
  align-items: center;
  grid-gap: 26px;
  margin-top: 20px;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn {
  border-radius: 4px;
  width: 160px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn1 {
  color: #fff;
  background: #2563eb;
  border: 1px solid #1d78ff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn1:hover {
  border-radius: 4px;
  background: rgba(37, 99, 235, 0.8);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn2 {
  color: #1d78ff;
  background: #ffffff;
}
.home-application-scenarios .home-application-scenarios-content .home-application-scenarios-content-right .btns .btn2:hover {
  border-radius: 4px;
  background: #2563eb;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #2563eb;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(3) {
  background: url(../images/home/e1-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(4) {
  background: url(../images/home/e2-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(5) {
  background: url(../images/home/e3-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(6) {
  background: url(../images/home/e4-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(7) {
  background: url(../images/home/e5-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content:nth-child(8) {
  background: url(../images/home/e6-bg.png) no-repeat;
  background-size: 100% 519px;
}
.home-application-scenarios .home-application-scenarios-content.active {
  display: flex;
}
.process-logic {
  padding: 60px 0 0 0;
}
.process-logic .process-logic-main {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
.process-logic .process-logic-main img {
  width: 1279px;
  height: 825.79px;
  margin: 0 auto;
}
.dynamic-title {
  color: #333 !important;
}
.three-line-ellipsis {
  color: #666 !important;
}
.lsd-pdt60 {
  padding-top: 60px;
}
.show-pc-banner {
  display: block;
}
.show-module-banner {
  display: none;
}
.lsd-content-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.lsd-h2-title {
  position: relative;
}
.lsd-h2-title .lsd-h2 {
  margin-left: 10px;
}
.lsd-h2-title .right-more {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%);
}
a.right-more {
  color: #3682fc;
  font-size: 14px;
  font-weight: bold;
}
a.right-more:hover {
  color: #3682fc;
}
.lsd-container-dynamic-content-item {
  flex-wrap: wrap;
}
.lsd-container-dynamic-content-item ul,
.lsd-container-dynamic-content-item li {
  list-style: none;
}
.lsd-container-dynamic-content-item a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #ffffff;
}
.lsd-container-dynamic-content-item .three-line-ellipsis {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-content-item-action-img-box {
  min-width: 270px;
  overflow: hidden;
  border-radius: 5px;
}
.lsd-container-dynamic-content-item li {
  height: 152px;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  overflow: hidden;
}
.dynamic-content-item-action .dynamicaction-leftimg {
  transition: all 0.5s;
}
.dynamic-content-item-action:hover .dynamicaction-leftimg {
  transform: scale(1.1);
}
.lsd-container-dynamic-content-item a {
  width: 100%;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action {
  max-height: 265px;
  overflow: hidden;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action .dynamicaction-leftimg {
  height: 152px;
  border-radius: 5px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle {
  margin-left: 20px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-time {
  color: #999;
  font-size: 14px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .icon-shijian {
  color: #A3A3A3;
  font-size: 16px;
  margin-right: 5px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-text {
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  line-height: 25.6px;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-title {
  color: #0069EA;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-text,
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .iconfont,
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-time {
  color: #5EA6FF;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-title {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-rightCenter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.phone-more-btn-wrap {
  display: none;
}
/*# sourceMappingURL=DataCenter.css.map */
