.content-child {
  width: 100%;
  min-height: 2000px;
  background: url("http://jx.news.cn/lsjx/image/beijing.png") no-repeat top
    center / 100% 100%;
}

/* 政策领航*/

.content-zclh {
  width: 1200px;
  margin: 0 auto;
}

.zclh-title {
  width: 100%;
  padding-top: 85px;
}

.zclh-items {
  width: 100%;
  margin-top: 56px;
}

.zclh-item-first {
  display: flex;
  width: 100%;
  height: 393px;
  align-items: center;
}

.zclh-item-first-left {
  width: 640px;
  height: 393px;
  padding: 89px 53px;
  background: url("http://jx.news.cn/lsjx/image/zclh-bg1.png") no-repeat center;
  background-size: cover;
}

.first-title {
  font-weight: bold;
  font-size: 28px;
  color: #2e60d2;
  line-height: 47px;
}

.first-summary {
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zclh-item {
  height: 502px;
  display: block;
  position: relative;
  /* padding-bottom: 20px; */
}

.zclh-item-first-right {
  flex: 1;
  height: 80%;
  padding-left: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  background: url("http://jx.news.cn/lsjx/image/zclh-bg2.png") no-repeat left
    top;
}

.zclh-item-content {
  width: 100%;
  height: 225px;
  background: url("http://jx.news.cn/lsjx/image/zclh-bg3.png") no-repeat center;
  background-size: cover;
  display: flex;
  margin-top: 52px;
}

.zclh-item-content-item {
  padding: 24px;
  flex: 1;
  height: 100%;
}

.zclh-item-content-item-border {
  position: relative;
}

.zclh-item-content-item-border::after {
  content: "";
  display: block;
  background-color: rebeccapurple;
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
  height: 130px;
  background: #2287fd;
}

.zclh-item-title {
  min-width: 350px;
  max-width: 400px;
  height: 44px;
  background: #2d87d4;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  white-space: nowrap; /* 强制不换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  text-align: center;
  line-height: 44px;
  padding: 0 15px;
}

.zclh-item-summary {
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  line-height: 30px;
  padding-top: 23px;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 企业领跑 */

.content-qylp {
  width: 1200px;
  margin: 0 auto;
}

.qylp-title {
  width: 100%;
  padding-top: 63px;
}

.qylp-items {
  width: 1200px;
  max-height: 1256px;
  overflow-y: auto;
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 39px 59px;
}

.qylp-item {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(37, 89, 206, 0.22);
  border-radius: 10px;
  padding: 20px 0;
}

.qylp-img-content {
  width: 100%;
  height: 206px;
  position: relative;
}

.qylp-img-content .img {
  width: 100%;
  height: 206px;
  /* object-fit: cover; */
  border-radius: 10px;
  position: absolute;
  left: -20px;
  top: 0;
}

.play-img {
  position: absolute;
  width: 59px;
  height: 59px;
  left: -20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qylp-item-box {
  position: relative;
  width: 100%;
  padding: 65px 24px 0;
}

.qylp-item-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 273px;
  height: 1px;
  background: #70b4eb;
  top: 20px;
  right: 20px;
}

.qylp-item-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 273px;
  height: 2px;
  background: #70b4eb;
  top: 40px;
  right: 60px;
}

.qylp-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  line-height: 32px;
}

.qylp-summary {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  line-height: 32px;
}

/* 技术赋能 */

.content-jsfn {
  width: 1200px;
  margin: 0 auto;
}

.jsfn-title {
  width: 100%;
  padding-top: 63px;
}

.jsfn-items {
  position: relative;
  padding-top: 70px;
}

.jsfn-swiper {
  width: 1200px;
  overflow: hidden;
}

.jsfn-swiper .swiper-slide {
  height: 288px !important;
}

.jsfn-item {
  display: block;
  height: 288px;
  width: 100%;
  position: relative;
}

.jsfn-item .img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.jsfn-item-title {
  position: absolute;
  width: 90%;
  height: 90px;
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  padding: 23px 34px 19px;
  font-size: 18px;
  color: #424242;
  line-height: 32px;
  box-shadow: 0px 2px 57px 0px rgba(62, 94, 179, 0.23);
}

.jsfn-items .swiper-button-prev {
  position: absolute;
  left: -30px;
  top: 226px;

  width: 15px;
  height: 26px;

  background: url("http://jx.news.cn/lsjx/image/left.png") no-repeat center /
    100%;
}

.jsfn-items .swiper-button-next {
  position: absolute;
  right: -30px;
  top: 226px;

  width: 15px;
  height: 26px;
  background: url("http://jx.news.cn/lsjx/image/right.png") no-repeat center /
    100%;
}

.jsfn-more {
  margin: 47px auto 0;
}

/* 说说商标那些事  */

.content-logo {
  width: 1200px;
  height: 950px;
  margin: 0 auto;
  position: relative;
}

.logo-title {
  width: 100%;
  padding-top: 63px;
}

.logo-items {
  position: absolute;
  width: 1200px;
  /* height: 588px; */
  height: 900px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;

  background: url("http://jx.news.cn/lsjx/image/dizuo.png") no-repeat center
    bottom;
}

.logo-items-box {
  width: 723px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-items .swiper {
  width: 723px;
  height: 508px;
}

.logo-items .swiper-slid {
  width: 723px;

  height: 508px;
}

.logo-items .swiper-slide .logo-content-title {
  display: none;
}

.logo-items .swiper-slide-active .logo-content-title {
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #2c2c2c;
  line-height: 47px;
  text-align: center;
  position: relative;
  top: 20px;
}

.logo-swiper-item {
  /* overflow: hidden; */
  position: relative;
  background-color: #70b4eb;
  width: 723px;
  height: 508px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.logo-swiper-item .logo-swiper-item-a {
  display: block;
  width: 707px;
  height: 492px;
  position: relative;
}

.logo-swiper-item .logo-swiper-item-a img {
  display: block;
  width: 707px;
  height: 492px;
  border-radius: 6px;
}

.content-logo .logo-view-more-before{
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;

  width: 15px;
  height: 26px;

  background: url("http://jx.news.cn/lsjx/image/left.png") no-repeat center /
    100%;
}

.content-logo .logo-view-more-after{
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;

  width: 15px;
  height: 26px;
  background: url("http://jx.news.cn/lsjx/image/right.png") no-repeat center /
    100%;
}

/* 底部 */

.content-footer {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: linear-gradient(90deg, #2e60d2, #2984d3);
}

.content-footer-text {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.footer-link {
  margin-top: 20px;
}
