.newCenter-content #data-container .list-item{
     padding: 30px;
    background: #F6F6F6;
    margin: 20px;
    margin-top: 20px;
    display: flex;
  

}
.newCenter-content #data-container .list-item .list-img img{
    width: 328px;
    height: 185px;
    /* margin-right: 20px; */
}
.newCenter-content #data-container .list-item .line{
  width: 1px;
  height: 185px;
  background: #ffffff;
  margin: 0px 30px;
}
.newCenter-content #data-container .list-content-title{
    font-weight: bold;
    font-size: 18px;
    color: #3B3B3B;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
}
.newCenter-content #data-container .list-content-title:hover{
  color: #266DD0;
}
.newCenter-content #data-container .list-content-remark{
    font-weight: 400;
    font-size: 16px;
    color: #898989;
    line-height: 26px;
    width: 100%;
}
.newCenter-content #data-container .list-content-date{
    font-weight: 400;
    font-size: 14px;
    color: #A9A9A9;
    line-height: 26px;
    margin-bottom: 20px;
}
