.self_huake {
    padding: 65px 0;
    background: #F2F2F2;
}

.self_huake .tit {
    text-align: center;
}

.self_huake .tit h3 {
    font-size: 28px;
    color: #333;
}

.self_huake .tit p {
    font-size: 16px;
    /*color: #333;*/
    /*line-height: 36px;*/
    margin: 20px 0 0;
}

.self_huake dl {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.self_huake dl dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.self_huake dl dd::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    transition: all 0.3s ease 0s;
}

.self_huake dl dd::before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 102;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.self_huake dl dd > a {
    display: block;
    width: 100%;
}

.self_huake dl dd img {
    display: block;
    width: 100%;
}

.self_huake dl dd ins {
    height: 56px;
    line-height: 56px;
    padding: 0 8px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.self_huake dl dd .txt {
    position: absolute;
    left: 0;
    top: calc(50% - 198px / 2);
    width: 100%;
    z-index: 105;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.self_huake dl dd .txt h6 {
    font-size: 18px;
    color: #fff;
}

.self_huake dl dd .txt h6 a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.self_huake dl dd .txt h6 a:hover {*/
/*    color: var(--color-primary);*/
/*}*/

.self_huake dl dd .txt hr {
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
}

.self_huake dl dd .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.self_huake dl dd .txt a.more {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
}
/*.self_huake dl dd .txt a.more:hover {*/
/*    border-color: var(--color-primary);*/
/*}*/

.self_huake dl dd .txt a.more i {
    color: #fff;
    font-size: 12px;
}

/*.self_huake dl dd .txt a.more:hover i {*/
/*    color: var(--color-primary);*/
/*}*/

/*.self_huake dl dd:hover::before {*/
/*    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
/*    transition: opacity 0.35s, transform 0.35s;*/
/*    opacity: 1;*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

/*.self_huake dl dd:hover::after {*/
/*    display: block;*/
/*}*/

/*.self_huake dl dd:hover .txt {*/
/*    opacity: 1;*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*    -webkit-transition-duration: 0.35s;*/
/*    transition-duration: 0.35s;*/
/*}*/

/*.self_huake dl dd:hover ins {*/
/*    display: none;*/
/*}*/

@media screen and (max-width:1400px) {
    .self_huake dl dd ins {
        font-size: 17px;
    }
    .self_huake dl dd .txt h6 a {
        -webkit-line-clamp: 1;
    }
    .self_huake dl dd .txt p {
        -webkit-line-clamp: 4;
    }
    .self_huake dl dd .txt a.more {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:996px) {
    .self_huake dl dd {
        width: 50%;
        display: block;
        float: left;
    }
}

@media screen and (max-width:768px) {
    .self_huake {
        padding: 30px 0;
    }

    .self_huake .tit h3 {
        font-size: 24px;
    }

    .self_huake .tit p {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .self_huake dl {
        margin-top: 30px;
        display: flex;
        overflow: hidden;
    }

    .self_huake dl dd::after,
    .self_huake dl dd::before {
        display: none;
    }

    .self_huake dl dd ins {
        height: 45px;
        line-height: 45px;
        background: rgba(0, 0, 0, .6);
        font-size: 15px;
    }

    .self_huake dl dd .txt {
        display: none;
    }

    /*.self_huake dl dd:hover::before,*/
    /*.self_huake dl dd:hover::after {*/
    /*    display: none;*/
    /*}*/

    /*.self_huake dl dd:hover ins {*/
    /*    display: block;*/
    /*}*/
}

@media screen and (max-width:400px) {
    .self_huake .tit h3 {
        font-size: 20px;
    }
}