@font-face {
    font-family: 'iconfont';
    src: url('../../fonts/iconfont.ttf?t=1639794240510') format('truetype');
}

i {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mtzx-list .nblock {
    padding: 30px 0;
    padding-right: 70px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.mtzx-list .nblock .img {
    width: 25.75%;
}

.mtzx-list .nblock .desc {
    width: 52%;
}

.mtzx-list .nblock .date {
    width: 5%;
}

.mtzx-list .nblock .desc h5 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.mtzx-list .nblock .desc p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-top: 25px;
    /* 文字溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mtzx-list .nblock .date h5 {
    font-size: 22px;
    line-height: 26px;
    color: #808080;
}

.mtzx-list .nblock .date .jt {
    border-left: 1px solid #cccccc;
    padding: 5px 0;
    margin-top: 56px;
}

.mtzx-list .nblock .date .jt i {
    font-size: 26px;
    margin-left: 16px;
    color: #cccccc;
}

.mtzx-list .nblock {
    transition: all .3s linear;
}

.mtzx-list .nblock:hover {
    padding-left: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.mtzx-list .nblock:hover .desc h5 {
    color: #71bf44;
    font-weight: bold;
}

.mtzx-list .nblock:hover .date .jt i {
    color: #71bf44;
}

.mtzx-list {
    margin-top: 60px;
}

/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
    .mtzx-list .nblock {
        padding-right: 50px;
        padding: 20px 0;
    }

    .mtzx-list .nblock .date {
        width: 8%;
    }
    .mtzx-list{
        margin-top: 50px;
    }
}

/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .mtzx-list{
        margin-top: 40px;
    }
    .mtzx-list .nblock {
        padding-right: 50px;
        padding: 20px 0;
    }

    .mtzx-list .nblock .date {
        width: 11%;
    }

    .mtzx-list .nblock .desc {
        width: 45%;
    }

    .mtzx-list .nblock .img {
        width: 33%;
    }
}

/* 移动端 */
@media (max-width: 767px) {
    .mtzx-list{
        margin-top: 25px;
    }

    .mtzx-list .nblock {
        flex-wrap: wrap;
        padding:0;
        margin-bottom: 20px;
    }

    .mtzx-list .nblock {
        transform: unset;
    }

    .mtzx-list .nblock .img {
        width: 100%;
    }

    .mtzx-list .nblock .img img {
        width: 100%;
    }

    .mtzx-list .nblock .date {
        width: 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mtzx-list .nblock .date .jt{
        margin-top: 34px;
    }

    .mtzx-list .nblock .desc h5{
        font-size: 16px;
    }
    .mtzx-list .nblock .date h5{
        font-size: 14px;
    }
    .mtzx-list .nblock .desc{
        width: calc(100% - 60px);
        padding: 15px 0;
    }
}