.newsMessage-banner{
  position: relative;
  min-height: 600px;
  display: block;
  background: url(../image/banner/ht-news.png) no-repeat center center;
  background-size: 100% 100%;
}
.newsMessage-main{
  padding: 60px 0 !important;
  margin: 0 auto;
}
.message-left{
  width: 100%;
}
.message-left>a{
  text-decoration: none !important;
}
.message-item{
  width: 100%;
  padding: 0 32px 0 0;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 2px;
}
.message-item:hover{
  background: rgba(61,110,255,0.06);
}
.message-item:hover>.message-other>.message-title{
  color: #3D6EFF;
}
.message-item>img{
  width: 260px;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 2px;
}
.message-item>a:hover{
  text-decoration: none;
}
.message-other{
  flex: 1;
  overflow: hidden;
  padding: 24px 0 24px 40px;
}
.message-title{
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-date{
  padding: 20px 0;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}
.message-content{
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-detail{
  font-size: 12px;
  color: #3D6EFF;
  cursor: pointer;
  float: right;
  text-decoration: none;
}
.message-detail:hover{
  color: #3D6EFF;
  text-decoration: none;
}
@media (max-width: 1200px){

}
@media (max-width: 960px){

}
/**  ipad  **/
@media (max-width: 768px){
  .message-content{
    margin-top: 12px;
  }
  .message-date{
    padding: 12px 0 8px 0;
  }
  .characteristics-tab{
    margin-top: 50px;
  }
  .message-item>img{
    width: 170px;
    height: 126px;
  }
  .message-other {
    padding: 10px 0 10px 15px;
  }

}
/**  phone  **/
@media (max-width: 576px){

  .message-item>img{
    width: 100px;
    height: 88px;
  }
  .newsMessage-main {
    padding: 28px 15px !important;
    margin: 0 auto;
  }
  .message-other {
    padding: 4px 0 4px 8px;
  }
  .message-title{
    font-size: 12px;
    line-height: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .message-date{
    font-size: 12px;
    line-height: 12px;
    padding: 0;
  }
  .message-content {
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0 8px 0;
  }
  .message-detail{
    display: none;
  }
  .message-item{
    padding: 0;
  }
}
























