/* <=== vhttblogpg ===> */
.vhttblogpg{
    padding: 35px 0 55px;
}
.tpttblogmm{
    margin-bottom: 50px;
}
.itttblogmm{
    background-color: #f5f5f5;
}
.itttblogmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itttblogmm .mmgrip > div{
    width: 50%;
}
.itttblogmm .decss{
    padding: 20px 55px;
}
.itttblogmm .dsdates{
    margin-bottom: 10px;
    color: #888888;
}
.itttblogmm .dstitle{
    margin-bottom: 10px;
}
.itttblogmm .dstitle, .itttblogmm .dstitle h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.itttblogmm .dstitle, .itttblogmm .dstitle a{
    color: #08509e;
}
.itttblogmm .dsconts{
    font-size: 16px;
    line-height: 26px;
    max-height: calc(26px * 4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
}
.itttblogmm .dsviews a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 40px;
    background-color: #08509e;
    color: #fff;
    border-radius: 5px;
}
.itttblogmm .dsviews a:hover{
    background-color: #e3b562;
}
.itttblogmm .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.itttblogmm .dsviews a span::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 13px;
    line-height: 20px;
}
.tpttbloghh .hhlist{
    margin-bottom: 10px;
}
.tpttbloghh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpttbloghh .hhgrip > div{
    padding: 0 20px;
    width: 25%;
    margin-bottom: 40px;
}
.itttbloghh{
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 70px;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttbloghh:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.itttbloghh .decss{
    padding: 20px 30px 0;
}
.itttbloghh .dsdates{
    color: #888888;
    margin-bottom: 10px;
}
.itttbloghh .dstitle{
    margin-bottom: 5px;
}
.itttbloghh .dstitle, .itttbloghh .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itttbloghh .dstitle, .itttbloghh .dstitle a{
    color: #08509e;
}
.itttbloghh .dsviews{
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    z-index: 1;
}
.itttbloghh .dsviews a{
    display: inline-block;
    color: #555555;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.itttbloghh .dsviews a::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #08509e;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttbloghh .dsviews a:hover::before{
    right: -30px;
}
.itttbloghh .dsviews a::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #08509e;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttbloghh .dsviews a:hover::after{
    right: 0;
    opacity: 1;
}
/* <=== vhttblogpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg{
    padding: 35px 0 40px;
}
.cclinkview{
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}
.cclinkview .vname{
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    padding: 8px 50px 8px 20px;
    position: relative;
    cursor: pointer;
}
.cclinkview .vname::before{
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #08509e;
    font-size: 20px;
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vhlink{
    padding: 16px 20px 22px;
    border-top: 1px solid #dcdcdc;
    text-align: left;
}
.cclinkview .vhlink ul{
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
.cclinkview .vhlink li{
    margin-bottom: 10px;
}
.cclinkview .vhlink li:last-child{
    margin-bottom: 0;
}
.cclinkview .vhlink li a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.cclinkview .vhlink li ul{
    padding-left: 10px;
    padding-top: 8px;
}
.cclinkview .vhlink li li a{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cclinktab .viewtab{
    margin-bottom: 10px;
}
.cclinktab .viewtab:last-child{
    margin-bottom: 0;
}
.cclinktab .tttab{
    margin-bottom: 5px;
}
.cclinktab .tttab, .cclinktab .tttab h3{
    color: #055496;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.cclinktab .cttab{
    font-size: 14px;
    line-height: 22px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 40px 0 80px;
    background-color: #f5f5f5;
}
.slortherpg  .itttbloghh{
    background-color: #fff;
}
/* <=== vhortherpg ===> */

@media all and (max-width: 1200px){
    /* <=== vhttblogpg ===> */
    .itttblogmm .decss{
        padding: 18px 18px 22px;
    }
    .itttblogmm .dstitle, .itttblogmm .dstitle h3{
        font-size: 18px;
        line-height: 28px;
    }
    .itttblogmm .dsconts{
        font-size: 14px;
        line-height: 24px;
        max-height: calc(24px * 4);
        margin-bottom: 15px;
    }
    .itttblogmm .dsdates{
        margin-bottom: 5px;
        font-size: 13px;
    }
    .itttblogmm .dsviews a{
        padding: 9px 25px;
        font-size: 13px;
    }
    .tpttbloghh .hhgrip{
        margin: 0 -10px;
    }
    .tpttbloghh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itttbloghh{
        padding-bottom: 40px;
    }
    .itttbloghh .decss{
        padding: 10px 10px 0;
    }
    .itttbloghh .dstitle, .itttbloghh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itttbloghh .dsviews{
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .itttbloghh .dsviews a{
        font-size: 12px;
    }
    /* <=== vhttblogpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhttblogpg ===> */
    .vhttblogpg{
        padding: 20px 0 35px;
    }
    .tpttblogmm{
        margin-bottom: 30px;
    }
    .itttblogmm .mmgrip > div{
        width: 100%;
    }
    .tpttbloghh .hhgrip > div{
        width: calc(100% / 3);
    }
    .itttbloghh .dstitle, .itttbloghh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    /* <=== vhttblogpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg{
        padding: 20px 0 30px;
    }
    .cclinkview .vname{
        font-size: 20px;
        line-height: 30px;
    }
    .cclinkview .vhlink li a{
        font-size: 15px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg{
        padding: 25px 0;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhttblogpg ===> */
    .tpttbloghh .hhgrip > div{
        width: 50%;
    }
    /* <=== vhttblogpg ===> */
}