.tipoff .section-list{
    
}
.tipoff .section-list .list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.tipoff .section-list .item{
    width: 48.5%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 2.4vw;
    padding: 2.8vw 0;
    min-height: 253px;
    box-shadow: 0px 0px 77px 0px rgba(0,0,0,0.06);
}
.tipoff .section-list .item-in{
    width: 80%;
    max-width: 530px;
    margin: 0 auto;
}
.tipoff .section-list .item-title{
    line-height: 1;
    font-weight: bold;
    color: #627dab;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.item-title-icon{
    background: #BDD2EC;
    border-radius: 11px;
    opacity: 0.41;
    width: 66px;
    height: 66px;
    text-align: center;
    margin-right: 10px;
}
.item-title-img{
    display: inline;
    margin-top: 0px;
    margin-right: 10px;
}
.item_title_lang h2{
    font-size: 20px;
    color: #37474F;
}
.item_title_lang h3{
    font-size: 14px;
    color: #37474F;
    font-weight: 300;
}
.tipoff .section-list .item-body{
    font-size: 16px;
    margin-top: 15px;
    color: #373737;
    font-weight: 300;
}

@media screen and (min-width: 1921px){
    .tipoff .section-list .list{
        margin-top: 2.1vw;
    }
    .tipoff .section-list .item{
        border-radius: 1vw;
        min-height: 13.2vw;
        box-shadow: 0 0 1vw rgba(0 0 0 / 20%);
    }
    .tipoff .section-list .item-in{
        max-width: 27.6vw;
    }
    .tipoff .section-list .item-title{
        font-size: 1.6vw;
    }
    .tipoff .section-list .item-body{
        font-size: 0.9vw;
        margin-top: 0.8vw;
    }
    
}
@media screen and (max-width: 1640px){
    .tipoff .section-list .list{
        margin-top: 34px;
    }
    .tipoff .section-list .itpx{
        border-radius: 17px;
        min-height: 216px;
        box-shadow: 0 0 17px rgba(0 0 0 / 20%);
    }
    .tipoff .section-list .item-in{
        max-width: 453px;
    }
    .tipoff .section-list .item-title{
        font-size: 26px;
    }
    .tipoff .section-list .item-body{
        font-size: 15px;
        margin-top: 13px;
    }

}
@media screen and (max-width: 1390px){
    .tipoff .section-list .list{
        margin-top: 29px;
    }
    .tipoff .section-list .item{
        border-radius: 14px;
        min-height: 183px;
        box-shadow: 0 0 14px rgba(0 0 0 / 20%);
    }
    .tipoff .section-list .item-in{
        max-width: 384px;
    }
    .tipoff .section-list .item-title{
        font-size: 22px;
    }
    .tipoff .section-list .item-body{
        font-size: 13px;
        margin-top: 11px;
    }
}
@media screen and (max-width: 1200px){
    .tipoff .section-list .list{
        margin-top: 25px;
    }
    .tipoff .section-list .item{
        border-radius: 12px;
        min-height: 158px;
        box-shadow: 0 0 12px rgba(0 0 0 / 20%);
    }
    .tipoff .section-list .item-in{
        max-width: 331px;
    }
    .tipoff .section-list .item-title{
        font-size: 19px;
    }
    .tipoff .section-list .item-body{
        /* font-size: 12px; */
        margin-top: 10px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .tipoff .section-list .list{
        display: block;
        margin-top: 5.3vw;
    }
    .tipoff .section-list .item{
        width: 100%;
        border-radius: 2.7vw;
        min-height: 25vw;
        box-shadow: 0 0 2.7vw rgba(0 0 0 / 20%);
    }
    .tipoff .section-list .item + .item{
        margin-top: 5vw;
    }
    .tipoff .section-list .item-in{
        max-width: 70.7vw;
    }
    .tipoff .section-list .item-title{
        font-size: 4vw;
    }
    .tipoff .section-list .item-body{
        /* font-size: 2.4vw; */
        margin-top: 2vw;
    }
}
