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

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

.hn_e1s1 {
    padding: 70px 0 100px;
}

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

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

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

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

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

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

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

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

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

.hn_list_imgbox img {
    object-fit: cover;
}

.hn_list_imgbox img {
    z-index: initial;
}

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

.hn_e1_txtbox {
    padding: 18px 28px 38px;
}

.hn_e1_txt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333;
    margin-bottom: 44px;
}

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

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

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

.hn_e1_lisbox:hover .hn_e1_imgbox img {
    transform: scale(1.1);
}

.hn_e3s1_top {
    padding: 120px 0 0px;
}

/*.hn_cont950 {*/
/*    width: 950px;*/
/*    margin: 0 auto;*/
/*}*/

.hn_e3s1t_cont {
    position: relative;
    border-bottom: 1px solid #e2e0e0;
}

.hn_e3s1_title {
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
}

.hn_e3s1_date {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.hn_e3s1_bot {
    padding: 60px 0 100px;
}

.hn_e3s1_bot {
    padding-bottom: 80px;
}

.hn_e3s1b_txtbox {
    padding: 0 !important;
}


.yxedr_active,
.yxedr_active p {
    color: #666;
    font-size: 18px;
    line-height: 1.75;
    /* margin-bottom: 36px; */
    letter-spacing: 1px;
}
.yxedr_active p{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.hn_e3s1b_txtbox.yxedr_active p img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0;
}

.hn_back {
    margin-top: 80px;
    display: block;
    text-align: center;
    border-top: 1px solid #e2e0e0;
}

.news_back {
    margin-top: 50px;
    display: inline-block;
    color: #333;
    border: 1px solid #e2e0e0;
    padding: 20px 100px;
    border-radius: 10px;
    transition: all .3s;
}

.news_back:hover {
    color: #fff;
    background-color: #00a098;
    border-color: #00a098;
}


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

    .hn_cont1360 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .indnews ul{
        flex-wrap: wrap;
    }

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

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

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

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

    .hn_e1_date {
        font-size: 14px;
    }

    .hn_e3s1_title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hn_e3s1_date{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .yxedr_active p {
        font-size: 14px;
    }

    .hn_e3s1_bot{
        padding: 30px 0;
    }

    .hn_back{
        margin-top: 30px;
    }

    .news_back{
        padding: 10px 50px;
        font-size: 14px;
        margin-top: 30px;
    }

    .hn_section .part1 {
        padding: 0;
    }
}