.card-info{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 460px;
}
.card-info img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.info-news{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width:60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title{
  font-size: 50px !important;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px !important;
}
.tips{
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.card-info a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.line-title{
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 300px;
  border-bottom: 2px solid #f7f7f7;
}
.line-title::before{
  display: inline-block;
  width: 4px;
  height: 40px;
  content: '';
  margin-right: 6px;
  background: #007aff;
}
.more{
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.more a{
  align-items: center;
  color: #000 !important;
}
.news-box{
  padding: 0 50px;
  margin-top: 25px;
}
.news-content{
  padding-left: 2em;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 3.2em;
}
.news-content a{
  display: flex;
  justify-content: space-between;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #666;
}
.news-content a:hover{
  color: #007aff;
}