.tzgg-2 {
    width: 470px;
    height: auto;
    position: absolute;
    top: 285px;
}

.tzgg-2 .tzgg-nav {
    width: 470px;
    height: 50px;
    position: relative;
}

.tzgg-2 .tzgg-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.tzgg-2 .tzgg-more img {
    cursor: pointer;
}

.tzgg-2 .tzgg-line {
    position: absolute;
    bottom: 0px;
}

.tzgg-2 .tzgg-content {
    width: 470px;
    height: auto;
    margin-top: 20px;
}

.tzgg-2 .tzgg-content .content-list {
    width: 470px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.tzgg-2 .tzgg-content .content-list .content {
    width: 470px;
    height: 70px;
    background-color: #EFEFEF;
    position: relative;
}

.tzgg-2 .tzgg-content .content-list .content .data {
    width: 70px;
    height: 70px;
    line-height: 30px;
    background: url(../picture/zfx.png);
    word-wrap: break-word;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
}

.tzgg-2 .tzgg-content .content-list .content .text {
    width: 325px;
    height: auto;
    line-height: 30px;
    position: absolute;
    left: 110px;
    top: 5px;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    cursor: pointer;
}

.tzgg-2 .tzgg-content .content-list .content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.tzgg-2 .tzgg-content .content-list .content:hover .data {
    background: #DEC28E;
    /* 日期背景变黄色 */
    color: #FFFFFF;
    /* 日期文字变白色 */
}

.tzgg-2 .tzgg-content .content-list .content:hover .text {
    color: #007346;
    /* 内容文字变白色 */
}