/* <=== vhnewspg ===> */
.vhnewspg .nnpadd{
    padding: 60px 0 55px;
}
.hpnewsmm{
    margin-bottom: 40px;
}
.itnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.itnewsmm .mmgrip > div{
    padding: 0 7.5px;
    width: 50%;
}
.itnewsmm .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 65.56%;
    border-radius: 10px;
}
.itnewsmm .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewsmm .thumb a:hover img{
    transform: scale(1.05);
}
.itnewsmm .decss{
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px 20px;
    background-color: #0f78bc;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.itnewsmm .decss::before{
    content: '';
    position: absolute;
    top: -20px;
    right: -45px;
    width: 320px;
    height: 321px;
    background-image: url('../images/mmlogo.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.itnewsmm .decss, .itnewsmm .decss a{
    color: #fff;
}
.itnewsmm .dswrap{
    max-width: 505px;
    width: 100%;
}
.itnewsmm .dsdates{
    margin-bottom: 15px;
}
.itnewsmm .vdateall span, .itnewsmm .vdateall span::before{
    color: #fff;
}
.itnewsmm .dstitle{
    margin-bottom: 10px;
}
.itnewsmm .dstitle, .itnewsmm .dstitle h3{
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.itnewsmm .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}
.itnewsmm .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    padding: 10px 28px;
    background-color: #fff;
    color: #006eba;
    border-radius: 5px;
    position: relative;
}
.itnewsmm .dsviews a:hover{
    color: #766df4;
}
.itnewsmm .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.itnewsmm .dsviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpnewshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .hhgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 40px;
}
.itnewshh{
    height: 100%;
    padding: 10px 10px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.25);
    background-color: #f6f6f6;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itnewshh:hover{
    transform: translateY(-2px);
}
.itnewshh .thumb{
    margin-bottom: 15px;
}
.itnewshh .decss{
    padding: 0 10px;
}
.itnewshh .dsdates{
    margin-bottom: 5px;
}
.itnewshh .dstitle{
    margin-bottom: 10px;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.itnewshh .dstitle a{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshh .dsviews a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #006eba;
    border-bottom: 1px solid #006eba;
}
.itnewshh .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.itnewshh .dsviews a span::before{
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== vhnewspg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 30px 0 60px;
}
.tpdetailmm{
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.hpdetailmm .mmtitle{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}
.cclinkview{
    margin-bottom: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 15px;
}
.cclinkview .vname{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    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;
    font-size: 20px;
    font-weight: bold;
}
.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;
}
.tpdetailhh{
    padding-top: 10px;
}
.hpdetailmm{
    margin-bottom: 40px;
}
.slorthermm .slick-list{
    padding: 5px 0 20px;
}
/* <=== vhdetailpg ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhnewspg ===> */
    .vhnewspg .nnpadd{
        padding: 20px 0 40px;
    }
    .hpnewsmm{
        margin-bottom: 20px;
    }
    .itnewsmm .mmgrip > div{
        width: 100%;
        margin-bottom: 10px
    }
    .itnewsmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .itnewsmm .decss{
        padding: 15px 20px 20px;
    }
    .itnewsmm .dswrap{
        max-width: 100%;
    }
    .itnewsmm .dstitle, .itnewsmm .dstitle h3{
        font-size: 18px;
        line-height: 28px;
    }
    .itnewsmm .dsconts{
        font-size: 14px;
        line-height: 24px;
        max-height: 96px;
        margin-bottom: 10px;
    }
    .itnewsmm .decss::before{
        width: 180px;
        height: 181px;
        top: -10px;
        right: -20px;
    }
    .hpnewshh .hhlist{
        margin-bottom: 10px;
    }
    .tpnewshh .hhgrip{
        margin: 0 -10px;
    }
    .tpnewshh .hhgrip > div{
        width: calc(100% / 3);
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itnewshh{
        padding: 5px 5px 15px;
    }
    .itnewshh .decss{
        padding: 0 5px;
    }
    .itnewshh .dstitle{
        margin-bottom: 3px;
    }
    .itnewshh .dstitle, .itnewshh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itnewshh .dstitle a{
        height: 38px;
    }
    .itnewshh .vdateall span{
        font-size: 12px;
    }
    .itnewshh .dsviews a{
        font-size: 13px;
    }
    /* <=== vhnewspg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 35px;
    }
    .hpdetailmm .mmtitle{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .hpdetailmm .mmtitle, .hpdetailmm .mmtitle h1, .hpdetailmm .mmtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .cclinkview{
        border-radius: 10px;
    }
    .cclinkview .vname{
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetailmm{
        padding: 15px 20px 30px;
        margin: 0 -10px;
    }
    .hpdetailmm{
        margin-bottom: 25px;
    }
    .slorthermm.vmobi .slick-arrow{
        bottom: -50px !important;
    }
    .slorthermm .itnewshh{
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhnewspg ===> */
    .itnewshh .dstitle a{
        height: 60px;
        -webkit-line-clamp: 3;
    }
    .tpnewshh .hhgrip > div{
        width: 50%;
    }
    .itnewshh .dstitle a{
        height: 57px;
    }
    /* <=== vhnewspg ===> */
}