/* <=== vhnewspg ===> */
.vhnewspg .nnpadd{
    padding: 50px 0 ;
}
/* <=== vhnewspg ===> */

/* <=== hpnewsmm ===> */
.hpnewsmm{
    margin-bottom: 60px;
}
.tpnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpnewsmm .mmgrip .mcol{
    width: 400px;
}
.tpnewsmm .mmgrip .hcol{
    width: calc(100% - 400px);
}
.tpnewsmm .decss{
    width: calc(100% + 70px);
    z-index: 1;
    position: relative;
    padding: 35px 20px 65px;
    background-color: #fff;
    box-shadow: 0 5px 45px 0 rgba(0, 0, 0, 0.08);
}
.tpnewsmm .dswrap{
    max-width: 370px;
    margin: 0 auto;
}
.tpnewsmm .dstitle{
    margin-bottom: 12px;
}
.tpnewsmm .dstitle, .tpnewsmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.tpnewsmm .dstitle, .tpnewsmm .dstitle a{
    color: #ff6700;
}
.tpnewsmm .dstitle a:hover{
    color: #9acc00;
}
.tpnewsmm .dsdates{
    margin-bottom: 12px;
}
.tpnewsmm .dsconts{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    max-height: calc(25px * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* <=== hpnewsmm ===> */

/* <=== hpnewshh ===> */
.tpnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .hhgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 40px;
}
.itnewshh{
    box-shadow: 0 5px 45px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}
.itnewshh .decss{
    padding: 20px 25px 25px;
}
.itnewshh .dstitle{
    margin-bottom: 10px;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.itnewshh .dstitle, .itnewshh .dstitle a{
    color: #ff6700;
}
.itnewshh .dstitle a:hover{
    color: #9acc00;
}
.itnewshh .dstitle a{
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshh .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 100px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.itnewshh .dsinfos{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
}
/* <=== hpnewshh ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 35px 0 45px;
}
.tpdetailmm{
    padding-top: 20px;
    border-top: 1px solid #d7d7d9;
}
.cclinkview{
    margin-bottom: 20px;
    background-color: #eaeef3;
    border-radius: 10px;
    overflow: hidden;
}
.cclinkview .vname{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 9px 50px 9px 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;
    font-size: 20px;
    color: #eb008b;
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vhlink{
    padding: 16px 20px 22px;
    border-top: 1px solid #dcdcdc;
}
.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: 700;
}
.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 ===> */
.slortherpg .slick-list{
    padding: 5px 0 20px;
}
.slortherpg .itnewshh{
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
/* <=== vhortherpg ===> */

/* <=== hhboxtitle ===> */
.hhboxtitle{
    margin-bottom: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}
.hhboxtitle .tponsi {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    position: relative;
    margin-top: -10px;
}
.hhboxtitle .tponsi span{
    display: inline-block;
    padding-left: 18px;
    position: relative;
}
.hhboxtitle .tponsi span::before{
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #9acc00;
}
/* <=== hhboxtitle ===> */

/* <=== hpdetailhh ===> */
.tpdetailhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailhh .hhgrip > div{
    padding: 0 15px;
}
.tpdetailhh .hhgrip .lcol{
    width: 33.3333%;
}
.tpdetailhh .hhgrip .rcol{
    width: 66.666%;
}
/* <=== hpdetailhh ===> */

/* <=== tpdetailha ===> */
.tpdetailha{
    padding: 10px 25px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}
.itdetailha{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itdetailha:last-child{
    border-bottom: none
}
.itdetailha .haicon{
    width: 30px;
}
.itdetailha .hadecs{
    width: calc(100% - 30px);
    padding-left: 12px;
}
.itdetailha .hadecs .tm{
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
}
.itdetailha .hadecs .th{
    font-size: 15px;
    line-height: 23px;
    color: #555555;
}
/* <=== tpdetailha ===> */

/* <=== tpdetailhb ===> */
.itdetailhb{
    margin-bottom: 20px;
}
.itdetailhb:last-child{
    margin-bottom: 0;
}
.itdetailhb .hbtitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.itdetailhb .hbtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #ff6700;
}
.itdetailhb .hbconts p, .itdetailhb .hbconts h3{
    padding: 2px 0;
}
.itdetailhb .hbconts{
    font-size: 15px;
    line-height: 25px;
}
/* <=== tpdetailhb ===> */
@media all and (min-width: 992px){
    /* <=== vhortherpg ===> */
    .slortherpg .slick-arrow{
        top: 50%!important;
        transform: translateY(-50%)!important;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 1200px){
    /* <=== hpnewsmm ===> */
    .tpnewsmm .mmgrip .mcol{
        width: 300px;
    }
    .tpnewsmm .mmgrip .hcol{
        width: calc(100% - 300px);
    }
    .tpnewsmm .decss{
        padding: 20px 20px 20px;
    }
    .tpnewsmm .dswrap{
        max-width: 100%;
    }
    .tpnewsmm .dstitle{
        margin-bottom: 5px;
    }
    .tpnewsmm .dstitle, .tpnewsmm .dstitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    .tpnewsmm .dsdates{
        margin-bottom: 5px;
    }
    .tpnewsmm .dsconts{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 23px;
        max-height: calc(23px* 4);
        -webkit-line-clamp: 4;
    }
    /* <=== hpnewsmm ===> */
}
@media all and (max-width: 991px){
    /* <=== vhnewspg ===> */
    .vhnewspg .nnpadd{
        padding: 25px 0 35px;
    }
    /* <=== vhnewspg ===> */

    /* <=== hpnewsmm ===> */
    .hpnewsmm{
        margin-bottom: 30px;
    }
    .tpnewsmm .mmgrip{
        flex-direction: column-reverse;
    }
    .tpnewsmm .mmgrip .mcol{
        width: 100%;
    }
    .tpnewsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpnewsmm .decss{
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: -30px;
    }
    /* <=== hpnewsmm ===> */

    /* <=== hpnewshh ===> */
    .tpnewshh .hhgrip{
        margin: 0 -10px;
    }
    .tpnewshh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .itnewshh .decss{
        padding: 8px 12px 15px;
    }
    .itnewshh .dstitle{
        margin-bottom: 5px;
    }
    .itnewshh .dstitle, .itnewshh .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itnewshh .dstitle a{
        max-height: 63px;
        -webkit-line-clamp: 3;
    }
    .itnewshh .dsconts{
        display: none;
    }
    .itnewshh .dsinfos{
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .itnewshh .viewmore a{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== hpnewshh ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 35px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 20px 0 30px;
    }
    .hportherpg .vnttitle{
        margin-bottom: 15px;
    }
    .cclinkview .vname{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== vhortherpg ===> */

    /* <=== hhboxtitle ===> */
    .hhboxtitle{
        margin-bottom: 20px;
        border-bottom: none;
        padding-bottom: 0;
    }
    /* <=== hhboxtitle ===> */

    /* <=== hpdetailhh ===> */
    .tpdetailhh .hhgrip .lcol{
        width: 100%;
    }
    .tpdetailhh .hhgrip .rcol{
        width: 100%;
    }
    /* <=== hpdetailhh ===> */

    /* <=== tpdetailha ===> */
    .tpdetailha{
        padding: 10px 20px;
    }
    /* <=== tpdetailha ===> */

    /* <=== tpdetailhb ===> */
    .itdetailhb .hbtitle{
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    /* <=== tpdetailhb ===> */
}
@media all and (max-width: 767px){
    /* <=== hpnewshh ===> */
    .tpnewshh .hhgrip > div{
        width: 50%;
    }
    /* <=== hpnewshh ===> */
}