/* <=== hpddinfohh ===> */
.vhttnewspg .nnpadd{
    padding: 35px 0 70px;
}
.hpddinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    margin-bottom: -30px;
}
.hpddinfohh .hhgrip > div{
    padding: 0 35px;
    width: 50%;
    margin-bottom: 30px;
}
.itddinfohh{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.itddinfohh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itddinfohh .vvgrip > div{
    padding: 0 15px;
}
.itddinfohh .vvgrip .xcol{
    width: 45%;
}
.itddinfohh .vvgrip .ycol{
    width: calc(100% - 45%);
}
.itddinfohh .thumb a{
    border-radius: 5px;
}
.itddinfohh .dstitle{
    margin-bottom: 5px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itddinfohh .dsconts{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh .dsviews{
    text-align: right;
}
.itddinfohh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid #333333;
}
.itddinfohh .dsviews a:hover{
    border-bottom-color: #ffdd00;
}
/* <=== hpddinfohh ===> */

/* <=== hpttnewsmm ===> */
.hpttnewsmm{
    margin-bottom: 50px;
}
.itttnewsmm{
    border-radius: 5px;
    overflow: hidden;
    background-color: #1361ac;
}
.itttnewsmm, .itttnewsmm a{
    color: #fff;
}
.itttnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itttnewsmm .mmgrip > div{
    width: 50%;
}
.itttnewsmm .decss{
    padding: 20px;
}
.itttnewsmm .dswrap{
    max-width: 490px;
    margin: 0 auto;
}
.itttnewshh .decss{
    position: relative;
    padding-top: 30px;
}
.itttnewshh .dsdates{
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #1361ac;
    color: #fff;
    border-radius: 5px;
}
.itttnewsmm .dstitle{
    margin-bottom: 10px;
}
.itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itttnewsmm .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tpttnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpttnewshh .hhgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 40px;
}
.itttnewshh .thumb a{
    border-radius: 5px;
}
.itttnewshh .dstitle{
    margin-bottom: 5px;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itttnewshh .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999999;
}
/* <=== hpttnewsmm ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 20px 0 60px;
}
.hpdetailpg .dtbreac{
    margin-bottom: 15px;
}
.hpdetailpg .dttitle{
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
}
.hpdetailpg .dttitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 5px;
    background-color: #ffdd00;
}
.hpdetailpg .dttitle, .hpdetailpg .dttitle h1, .hpdetailpg .dttitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
/* <=== vhdetailpg ===> */

/* <=== tportherpg ===> */
.tportherpg .ortitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tportherpg .ortitle, .tportherpg .ortitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itortherpg{
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
}
.itortherpg .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -9px;
}
.itortherpg .vvgrip > div{
    padding: 0 9px;
}
.itortherpg .vvgrip .xcol{
    width: 108px;
}
.itortherpg .vvgrip .ycol{
    width: calc(100% - 108px);
}
.itortherpg .thumb a{
    border-radius: 5px;
}
.itortherpg .dstitle, .itortherpg .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
/* <=== tportherpg ===> */

/*  <===== vhdetailpg =====>  */
.vhdetailpg .dtpadd{
    padding: 40px 0;
}
.hpdetailmm .mmbread{
    margin-bottom: 10px;
}
/*  <===== vhdetailpg =====>  */

/*  <===== vhortherpg =====>  */
.vhortherpg{
    background-color: #f6f6f6;
}
.vhortherpg .orpadd{
    padding: 50px 0 70px;
}
/*  <===== vhortherpg =====>  */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpddinfohh ===> */
    .vhttnewspg .nnpadd{
        padding: 30px 0 50px;
    }
    .hpddinfohh .hhgrip > div{
        width: 100%;
        margin-bottom: 35px;
    }
    .hpddinfohh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== hpddinfohh ===> */

    /* <=== hpttnewsmm ===> */
    .hpttnewsmm{
        margin-bottom: 30px;
    }
    .itttnewsmm .mmgrip > div{
        width: 100%;
    }
    .itttnewsmm .dswrap{
        max-width: 100%;
    }
    .itttnewsmm .decss{
        padding: 20px 20px 25px;
    }
    .itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
        font-size: 22px;
        line-height: 35px;
    }
    .itttnewsmm .dsconts{
        max-height: 125px;
        -webkit-line-clamp: 5;
    }
    .tpttnewshh .hhgrip > div{
        width: 50%;
        margin-bottom: 30px;
    }
    .itttnewshh .dsconts{
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    /* <=== hpttnewsmm ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 15px 0 50px;
    }
    .hpdetailpg .dttitle, .hpdetailpg .dttitle h1, .hpdetailpg .dttitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== tportherpg ===> */
    .tportherpg .ortitle, .tportherpg .ortitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .itortherpg .dstitle, .itortherpg .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    /* <=== tportherpg ===> */

    /*  <===== vhdetailpg =====>  */
    .vhdetailpg .dtpadd{
        padding: 25px 0 40px;
    }
    /*  <===== vhdetailpg =====>  */

    /*  <===== vhortherpg =====>  */
    .vhortherpg .orpadd{
        padding: 30px 0 45px;
    }
    /*  <===== vhortherpg =====>  */
}
@media all and (max-width: 767px){
    /* <=== hpddinfohh ===> */
    .hpddinfohh .hhgrip > div{
        margin-bottom: 25px;
    }
    .itddinfohh{
        padding: 15px 15px 20px 15px;
        margin-bottom: 10px;
    }
    .itddinfohh .vvgrip{
        margin: 0 -7.5px;
    }
    .itddinfohh .vvgrip > div{
        padding: 0 7.5px;
    }
    .itddinfohh .dsconts{
        display: none;
    }
    .itddinfohh .dsviews{
        display: none;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 15px;
        line-height: 22px;
    }
    .itddinfohh .vvgrip{
        align-items: center;
    }
    .itddinfohh .vvgrip .xcol{
        width: 49.254%;
    }
    .itddinfohh .vvgrip .ycol{
        width: calc(100% - 49.254%);
    }
    /* <=== hpddinfohh ===> */

    /* <=== hpttnewsmm ===> */
    .tpttnewshh .hhgrip > div{
        width: 100%;
    }
    /* <=== hpttnewsmm ===> */
}