.ab_con .part1{
        padding: 0.8rem 0 0.5rem;
}
@media screen and (max-width: 1024px){
    .ab_con .part1{
        padding: 60px 0 0 0;
    }
}

.mc_main {
    min-height: calc(100vh - 600px);
}

.mc_e1s1 {
    padding: 70px 0 100px;
}
.hn_e3s1_top{
    padding: 120px 0 0px;
}

/*.mc_cont1360 {*/
/*    width: 85.652%;*/
/*    max-width: 1360px;*/
/*    margin: 0 auto;*/
/*}*/

.mc_e1_list {
    /*margin: 0 -20px;*/
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc_e1_li {
    /*float: left;*/
    width: 30%;
    /*padding: 0 20px;*/
    margin-bottom: 35px;
}

.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}

.mc_e1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}

.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #00a098;
    transition: all .36s;
}

.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}

.mc_list_png {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.mc_e1_imgbox img {
    transition: all .36s;
}

.mc_list_imgbox img {
    object-fit: cover;
}

.mc_list_imgbox img {
    z-index: initial;
}

.mc_list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* .mc_e1_txtbox {
    padding: 18px 28px 38px;
} */

.mc_e1_txt {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    color: #333;
    /* margin-bottom: 44px; */
    text-align: center;
}

.mc_e1_date {
    font-size: 16px;
    color: #999999;
}

.mc_e1_lisbox:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.mc_e1_lisbox:hover::after {
    width: 100%;
}

.mc_e1_lisbox:hover .mc_e1_imgbox img {
    transform: scale(1.1);
}



@media screen and (max-width: 991px) {
    .mc_e1s1 {
        padding: 40px 0;
    }

    .mc_cont1360 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .mc_e1_list {
        padding-bottom: 20px;
        margin: 0 -15px;
    }

    .mc_e1_li {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .mc_e1_txtbox {
        padding: 15px 15px 20px;
    }

    .mc_e1_txt {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 15px;
    }

    .mc_e1_date {
        font-size: 14px;
    }
    .hn_e3s1_top{
        padding:50px 0 0;
    }
    .hn_main{
        padding-top: 70px;
    }
}