.sung-news .more1 {
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BEBEBE;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700;
  position: relative;
}

.sung-news .more1 i {
  margin-left: 16px;
}

.sung-news .more1:hover {
  background: var(--color-second);
  border-color: var(--color-second);
  color: #fff
}


.sung-news {
  padding: 70px 0;
  /*background: #fbfbfb;*/
  background-color:#dddddd69;
}

.sung-news .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.sung-news .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210, 217, 221, .75) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0
}

.sung-news .top {
  display: flex;
  justify-content: space-between
}

.sung-news .t h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.sung-news .t .more1 {
  margin: 34px 0 0
}

.sung-news .top .txt {
  flex: 1;
  font-size: 17px;
  line-height: 36px
}

.sung-news .list {
  margin: 46px 0 0;
  position: relative
}
.sung-news .item {
  background-color: #fff;
  transition: all .3s cubic-bezier(0,0,.5,1);
}
.sung-news .item .txt {
  padding: 10px 20px;
}
.sung-news .item h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-text-color);
  line-height: 30px;
  /* margin-top: 10px; */
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}

.sung-news .item p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.sung-news .item em {
  font-size: 12px;
  display: inline-block;
  margin: 10px 0 0
}

.sung-news .item:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}

.sung-news .sung-fl .item img {
  width: 100%;
  /*aspect-ratio: 680 / 372;*/
  object-fit: cover;
}
.sung-news .sung-fr .item {
  display: flex;
  margin-bottom: 34px;
}
.sung-news .sung-fr .item img {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 180 / 134;
  object-fit: cover;
  max-width: 180px;
}
.sung-news .sung-fr .item .txt{
  padding: 16px 16px 18px 26px;
}

@media screen and (max-width: 1280px) {
  .sung-news .t h3 {
    font-size: 36px;
  }

  .sung-news .top .txt {
    line-height: 30px
  }
}

@media screen and (max-width: 1200px) {
  .sung-news .t h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  .sung-news .t h3 {
    font-size: 28px;
  }

  .sung-news .t {
    text-align: center
  }

  .sung-news .sung-fr .item .txt {
    padding: 12px 12px 12px 18px;
  }

  .sung-news .list {
    margin: 40px 0 0
  }

  .sung-news .top {
    flex-direction: column;
  }

  .sung-news .sung-fl {
    margin-bottom: 20px;
  }

  .sung-news .sung-fr .item {
    margin-bottom: 20px;
  }

  .sung-news .top .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sung-news .t h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .sung-news .t h3 {
    font-size: 20px;
  }
}

