/* <=== tpservicesmma ===> */
.tpservicesmma{
    margin-bottom: 35px;
}
.tpservicesmma .maconts{
    max-width:990px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.tpservicesmma .ctdecss p{
    padding: 0;
    margin-bottom: 5px;
}
.tpservicesmma .dsview{
    margin-top: 10px;
}
.tpservicesmma .vhviewtt > div{
    display: none;
}
.tpservicesmma .vhviewtt a{
    color: #f0b949;
    display: inline-block;
    line-height: 20px;
}
.tpservicesmma .vhviewtt a span{
    border-bottom: 1px solid #f0b949;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.tpservicesmma .vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tpservicesmma .showview a span::before{
    content: '\f107';
}
.tpservicesmma .hideview a span::before{
    content: '\f106';
}
/* <=== tpservicesmma ===> */


/* <===== itserviceshh =====> */
.itserviceshh{
    height: 100%;
}
.itserviceshh .thumb{
    margin-bottom: 15px;
}
.itserviceshh .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itserviceshh .dstitle, .itserviceshh .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itserviceshh .dstitle a{
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itserviceshh .dstends{
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itserviceshh .dsviews a{
    background-color: #f0b949;
    border: 1px solid #f0b949;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
}
.itserviceshh .dsviews a:hover{
    background-color: #fff;
    color: #f0b949;
}
.itserviceshh .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.itserviceshh .dsviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* <===== itserviceshh =====> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <===== itserviceshh =====> */
    .itserviceshh .dstitle, .itserviceshh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itserviceshh .dstitle a{
        height: 42px;
        -webkit-line-clamp: 2;
    }
    .itserviceshh .dstends{
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 0;
    }
    .itserviceshh .dsviews{
        display: none;
    }
    /* <===== itserviceshh =====> */
}
@media all and (max-width: 767px){
    /* <=== tpservicesmma ===> */
    .tpservicesmma{
        margin-bottom: 30px;
    }
    .tpservicesmma .maconts{
        font-size: 14px;
        letter-spacing: -0.2px;
    }
    /* <=== tpservicesmma ===> */
}











.most-list{
    margin-bottom: 30px;
}
.most-list .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #2859c6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 2px #d6d6d6;
}
.most-list ul li{
    padding-left: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cccccc;
}
.most-list ul li:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
    line-height: 26px;
    color:#999999;
}
.linkC{
    color:#df2025;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
}
.linkC:before{
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}