.contain{
    width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.contbox dt {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}

.industry-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industry-title ._left{
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
}
.industry-title ._right{
    display: flex;
    gap: 24px;
}
.industry-title ._right a{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #108391;
}
.industry-title ._right a .iconfont{
    margin-left: 8px;
    font-size: 12px;
}

.list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 23px;
    margin-top: 24px;
}

.list .item {
    width:calc((100% - 48px) / 3);
    text-align: center;
}

.list .item .tpic {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.list .item .tpic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 354 / 199;
}

.list .item dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.list .item:hover dt{
    color: var(--text-color);
}
.list .item .limit-2{
    margin: 0;
}
.subbox {
    width: 282px;
    height: 256px;
    background-image: url("../../img/news/boxeqbg.png");
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.subbox dt {
    margin-bottom: 10px;
    font-size: 18px;
}

.subbox p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.subbox .ssbox {
    display: flex
}

.subbox p b {
    color: #ECDD63;
    font-weight: initial;
}

.subbox .ssbox {
    margin-bottom: 10px;
}

.subbox .ssbox input {
    padding: 10px 15px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    width: 120px;
    border: none;
}
.subbox .ssbox input::placeholder{
    color: #BBBBBB;
}
.subbox .ssbox .btn {
    background: #008492;
    border-radius: 0px 8px 8px 0px;
    flex: 1;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;

}

.subbox {
    width: 100%;
    background-size: cover;
}

.subbox .ssbox input {
    flex: 1;
    width: 100%;
}

.subbox .ssbox .btn {
    flex: none;
    width: 113px;
}

@media (max-width: 992px) {
    .list{
        gap: 12px;
    }
    .contbox dt {
        font-size: 16px;
    }
    .industry-title._detail{
        margin-top: 24px;
    }
    .industry-title ._left{
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }
    .industry-title ._right a{
        font-size: 12px;
    }
    .list .item {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .list .item .tpic {
        width: 109px;
        height: 62px;
        margin-right: 10px;
        border: none;
        flex-shrink: 0;
    }
    .list .item .tpic img {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .list .item dt {
        font-size: 14px;
        text-align: left;
        line-height: 20px;
        margin: 0 0 4px;
    }

    .list .item p {
        font-size: 12px;
        line-height: 17px;
        text-align: left;
        margin: 0;
    }

    .footer-part-wap {
        display: none;
    }

    .footer-part2 {
        display: none;
    }

    .footer-part3 {
        display: none;
    }

    .list .item .text {
        flex: 1
    }

    .subbox {
        width: 100%;
        background-size: cover;
    }

    .subbox .ssbox input {
        flex: 1;
        width: 100%;
    }

    .subbox .ssbox .btn {
        flex: none;
        width: 113px;
    }
}
@media (max-width: 576px) {
    .crumbs {
        display: flex;
    }
}
