.newsin{
    /*margin-top: 80px;*/
}

.newsin ul{
    display: block;
    overflow: hidden;
}
.newsin li p {
   font-size: 23px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newsin li span {
    font-size: 19px;
}
.newsin li {
    height: 370px;
}
.newsin li b::before {
      content: url(../images/time.jpg);
    padding-right: 5px;
    position: relative;
    top: 5px;
}
.bannertext {
    background: #ffffff5c;
}