@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';
@import '../common/animate.min.css';

/* banner */
.banner {
  min-width: 1200px;
  height: 466px;
  background: url('../../imgs/index/banner2.png') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .bannerTitle {
  margin-top: 90px;
  font-size: 36px;
  font-family: FZLanTingHei-EB-GBK;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 30px;
}
.banner .bannerInt {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  /* margin-bottom: ; */
}

/* block */
.block h1 {
  color: var(--weight-text);
  text-align: center;
  margin: 60px 0 30px 0;
  font-size: 34px;
}

.block-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block-list .list-item {
  width: 568px;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: var(--def-bgc);
}

.block-list .list-item .list {
  margin-top: 15px;
  margin-left: 24px;
}

.block-list .list-item .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--light-text);
}

.block-list .list-item .list li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}

.block-list .list-item .list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--light-text);
  position: absolute;
  top: 12px;
  left: 0;
}


.ness-item {
  width: 265px;
  height: 353px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--def-bgc);
  padding: 34px 0 32px 0;
  transition: all .28s linear;
  position: relative;
}

.ness-item .img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.ness-item .img-1 {
  background: url('../../imgs/index/main-1.png');
}

.ness-item .img-2 {
  background: url('../../imgs/index/main-2.png');
}

.ness-item .img-3 {
  background: url('../../imgs/index/main-3.png');
}

.ness-item .img-4 {
  background: url('../../imgs/index/main-4.png');
}

.ness-item .text {
  margin-top: 30px;
}

.ness-item .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.ness-item .text p {
  line-height: 24px;
  color: var(--color666);
}

.ness-item .more {
  width: 102px;
  border-radius: 8px;
  line-height: 40px;
  color: var(--light-text);
  border: 1px solid var(--light-text);
  position: absolute;
  bottom: 20px;
  left: calc(50% - 51px);
}

.ness-item .more .right-arrow {
  width: 7px;
  height: 11px;
  display: inline-block;
  background: url('../../imgs/index/right.png');
}

.ness-item:hover {
  transform: translateY(-20px);
}

.ness-item:hover .img-1 {
  background: url('../../imgs/index/main-1-light.png');
}

.ness-item:hover .img-2 {
  background: url('../../imgs/index/main-2-light.png');
}

.ness-item:hover .img-3 {
  background: url('../../imgs/index/main-3-light.png');
}

.ness-item:hover .img-4 {
  background: url('../../imgs/index/main-4-light.png');
}

.ness-item:hover h3 {
  color: #D07226;
}

.ness-item:hover .more {
  color: #fff;
  border: none;
  background-color: #D07226;
}

.ness-item:hover .more .right-arrow {
  background: url('../../imgs/index/right-light.png');
}


.platform {
  text-align: center;
}


.block-concat {
  width: 100%;
  margin-top: 46px;
  height: 442px;
  padding-top: 70px;
  background-color: #F4F5F5;
}

.block-concat .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--weight-text);
}

.block-concat .inner {
  width: 1200px;
  margin: 0 auto;
}

.block-concat .text-item {
  width: 220px;
  text-align: center;
}

.block-concat .text-item h3 {
  font-size: 56px;
  color: var(--light-text);
}

.block-concat .text-item p {
  font-size: 12px;
  margin-top: 15px;
}

.block-concat .line {
  width: 100%;
  height: 1px;
  margin: 67px 0 40px 0;
  background-color: #EDEDED;
}

.block-concat .concat-text h3 {
  font-size: 28px;
  color: var(--light-text);
  margin-bottom: 15px;
}

.block-concat .text-item sup {
  font-size: 24px;
  vertical-align: top;
}

.block-concat .concat-text p {
  font-size: 14px;
  color: var(--def-text);
}

.block-concat .concat-btn {
  font-size: 20px;
  color: #fff;
  width: 173px;
  line-height: 53px;
  border-radius: 10px;
  background-color: #D07226;
}

.block-concat .concat-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


.block .consult {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block .consult li {
  width: 550px;
  margin-bottom: 25px;
}

.block .consult img {
  width: 158px;
  height: 128px;
}

.block .text-inner {
  margin-left: 14px;
  padding: 8px 0;
}

.block .text-inner h3 {
  font-size: 16px;
  color: var(--light-text);
}

.block .text-inner .time {
  font-size: 14px;
  margin-top: 9px;
}

.block .text-inner .content {
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block .text-inner .content .detail {
  font-size: 12px;
  color: var(--light-text);
  position: absolute;
  bottom: 0;
  right: 0;
}
.idxnewTitle {
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}