.bgcolor {
    margin-top: 50px;
    background: #e8f6fd;
    padding: calc((60 / 16) * 1%) var(--all-pd) calc((100 / 16) * 1%);

    .tp_title {
        padding-top: 0;
    }
}

.lists {
    padding-bottom: calc((148 / 16) * 1%)
}

.lists .size40 {
    margin-top: calc((96 / 16) * 1%)
}

.lists .list_main {
    --pd: calc((80 / 16) * 1%);
    --mt: calc((90 / 16) * 1%);
    align-items: flex-start;
    margin-top: calc((50 / 16) * 1%)
}

.lists .list_main>.item {
    box-shadow: 0 0 24px 0 #ccc;
    border-radius: 20px 20px 20px 20px;
    padding: 60px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lists .list_main>.item.alitems_unset {
    align-items: unset;
}

.lists .list_main>.item .img {
    width: 152px;
    height: 152px;
    padding: 0;
    border-radius: 50%;
    margin-right: 32px;
    flex-shrink: 0
}

.lists .list_main>.item .img .img2 {
    width: 53px;
    height: 53px;
    background-image: url(../images/other/i35.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: #fff;
    background-position: 50% 30%;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -15%;
    transform: translate(-50%);
    border-radius: 50%;
    display: none;
}

.lists .list_main>.item .t1 {
    font-family: Poppins;
    font-size: 22px;
    line-height: 30px
}

.lists .list_main>.item .t2 {
    line-height: 30px;
    font-size: 22px;
    color: var(--color-main)
}

.lists .list_main>.item .t3,
.lists .list_main>.item .t3 p {
    font-size: 18px;
    color: #666666;
    line-height: 30px
}

.lists .list_main>.item .t3 {
    margin-top: 10px
}

.lists .list_main>.item .maxh1 {
    height: 30px;
    overflow: hidden
}

.lists .list_main>.item .maxh2 {
    height: 60px;
    overflow: hidden
}

.lists .list_main>.item .z_btns {
    margin-top: 10px;
    opacity: 0
}

.lists .list_main>.item .z_btns .item {
    width: auto;
    padding: 5px 20px
}

@media screen and (max-width:1366px) {
    .com_amr .swiper_amr .img img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }
    .lists .list_main>.item .maxh1{         min-height: 4rem !important;  }
.lists .list_main>.item .t2{     min-height: 8rem;}
    .com_amr .desc {
        font-size: 16px
    }

    .lists .list_main>.item .t1,
    .lists .list_main>.item .t2 {
        font-size: 18px
    }

    .lists .list_main>.item .t3,
    .lists .list_main>.item .t3 p {
        font-size: 16px
    }
}

@media screen and (max-width:950px) {
    .lists .list_main>.item {
        padding: 30px 15px
    }

    .lists .list_main>.item .img {
        margin-right: 10px;
        width: 90px;
        height: 90px
    }

    .lists .list_main>.item .img .img2 {
        width: 30px;
        height: 30px
    }

    .bgcolor {
        margin-top: 20px;
    }
}