

.index-service ul li {
    position: relative;
    height: 130px;
}

.index-service ul li .iconfont {
    color: #666666;
    display: block;
    transition: all 0.5s;
    font-size: 60px;
}

.index-service ul li a {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-service ul li a:hover .iconfont {
    color: #c7000b;
}

.index-service ul li a span {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
    line-height: 20px;
}

@media (min-width: 992px) {
    .index-service ul {
        padding-bottom:60px;
    }

    .index-service ul li .iconfont {
        font-size: 100px;
    }
}

.main .btn-group {
    margin-top: 20px;
}

.main .btn-group a {
    margin: 0 15px;
}

@media (max-width: 320px) {
    .main .btn-group a {
        margin:0;
    }
}

/* --- */

.col-item .iconfont {
    font-family: 'myiconfont' !important;
}

.col-item .textbox {
    padding-top: 25px;
}

.col-item .textbox .text {
    margin-bottom: 0;
}

.col-item .textbox .overtext {
    height: 9.6em;
    overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-item .list-box{
        height: 514px; 
        overflow: hidden;
        outline: none; 
        touch-action: none;
        overflow-y: auto;
     }
}

@media (min-width: 992px){
    .col-item .textbox .overtext .title{
        -webkit-line-clamp: 4;
        max-height: 104px;
    }
}
@media (min-width: 1441px){
    .col-item .textbox .overtext .title{
        max-height: 108px;
    }
}
@media (min-width: 1680px){
    .col-item .textbox .overtext .title{
        max-height: 116px;
    }
}
@media (min-width: 992px) and (max-width:1365px) {
    .col-item .textbox .overtext {
        height:11.5em;
    }
}
@media (min-width: 1366px) and (max-width:1439px){
    .col-item .textbox{
        padding-bottom: 28px;
    }
    .col-item .textbox .overtext {
        height:10em;
    }
}
@media (min-width: 1440px) and (max-width:1700px) {
    .col-item .textbox .overtext {
        height:9.9em;
    }
}

@media (max-width: 992px) {
    .col-item .textbox .overtext {
        height:9.6em;
    }

    .index-service .col-item .textbox .overtext {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .index-service .col-item .imgbox {
        height:300px;
    }
}

/* --- */

.index-service .imgbox img.lazyload::after {
    padding-top: 68%;
}

/* --- */

@media (max-width:767px){
    .main .index-service  .btn-group {
        margin-top: 0px;
    }
    .main .index-service .btn-group a{
        margin-top: 20px;
    }
}

html[lang='en'] .col-item .textbox .info {
    margin-bottom: 0;
  }

