.list-h5{
    width: 340px;
    margin: auto;
}
.list-header{
    font-size: 14px;
    font-weight: 700;
    color: #027EFC;
    line-height: 19px;
    text-align: center;
    margin-top: 38px;
}
.next-box{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
    color: #A3B8D2;
    font-size: 14px;
}
.list-box-h5{
    margin-top: 24px;
}
.list-box-h5 img{
    width: 340px;
    height: 180px;
}
.list-box-h5 .title-box-h5{
    opacity: 0.67;
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left;
    /*border-bottom: 50px solid #000C18;*/
    /*border-left: 50px solid transparent;*/
    width: 289px;
    height: 0;
    border-width: 0px 0px 50px 50px;
    border-style: none solid solid;
    border-color: transparent transparent #000C18;
}
.top-box-h5{
    width: 276px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom-box-h5{
    width: 96%;
    height: 14px;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: right;
}