.tzgg-conten{
    display: inline-block;
    /* width: 366px; */
    height: 216px;
    overflow: hidden;
}
.tzgg-top{
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.tzgg-li{
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    font-size: 15px;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tzgg-title{
    display: grid;
    grid-template-columns:repeat(2, 366px);
    padding-top: 15px;
    gap:20px;
}
.tzgg-bottom{
    margin-top: 10px;
}
