﻿.Min_zt {
    padding: 20px 0;
}

.Min_Box .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ededed;
    width: 26%;
    height: 200px;
    overflow: hidden;
}

.Min_zt .Min_Box .img_box img {
    width: 100%;
}

.Min_zt .Min_Box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.Min_zt .Min_Box .min_con {
    width: 72%;
    margin-left: 2%;
}

.Min_zt .Min_Box .min_con h2.title_header {
    font-size: 18px;
    font-weight: bold;
}

.Min_zt .Min_Box .min_con .content_p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width:768px) {
    .Min_zt .Min_Box .min_con h2.title_header {
        font-size: 16px;
        line-height: inherit;
        height: auto;
        padding-bottom: 10px;
    }
    .Min_zt .Min_Box .min_con .content_p {
        -webkit-line-clamp: 3;
    }
    .Min_zt .Min_Box {
        display: block;
    }
    .Min_zt .Min_Box .img_box {
        width: 100%;
        height: auto;
    }
    .Min_zt .Min_Box .min_con {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}