.ads-box{
    display:block;
}
.ads-box img{
    width: 100%;
}
.range {
    max-width: 1100px;
    /* padding: 0 5%; */
    position: relative;
    margin: 0 auto;
}
.title {
    width: 100%;
    color: #000;
    font-size: 18px;
    padding: 10px 0 20px 0;
    margin-top: 10px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
.title1 img {
    max-height: 55px;
    max-width: 55px;
}
#info-table{
    margin-bottom: 30px;;
}
#info-table h3{
    font-size: 24px;
}
#info-table tr td{
    line-height: 40px;
}
#info-table .title-txt.one{
    width:160px;
    text-align:left;
    font-size: 20px;
    color: #000;
}
#info-table .txt.one{
    text-align:left;
    font-size: 18px;
}
#info-table .title-txt.two{
    text-align:left;
    width:180px;
    font-size: 20px;
}
#info-table .txt.two{
    text-align:left;
    width:250px;
    font-size: 18px;
}
#container{
    height: 400px;
}
.table {
    margin-bottom: 0;
}

#main-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

#main-wrapper .row .col-md-4 {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding-top: 40px;
}

#main-wrapper .row .col-md-4 .title1 {
    flex: 0 0 auto;
}

#main-wrapper .row .col-md-4 .info,
#main-wrapper .row .col-md-4 .list-p {
    flex: 0 0 auto;
}

#main-wrapper .row .col-md-4 .social-box {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 为了兼容性，添加清除浮动的样式 */
#main-wrapper .row::after {
    content: "";
    display: table;
    clear: both;
}


@media only screen and (max-width: 1260px) {
    .ads-box{
        margin-top: 0;
    }
    #info-table{
        width: auto;
    }
    #info-table tr > td{
        white-space: nowrap;
    }
    #info-table tr > th{
        white-space: nowrap;
    }
    #info-table .title-txt.two, .right-title{
        padding-left: 20px;
    }
    .title {
        padding: 10px 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    .range {
        margin: 0 auto;
        padding: 15px;
    }
}