
.hpnewshh .pagination{
    margin-top: 10px;
}
.itnewsmd .thumb a{
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    padding-top: 65.52%;
}
.itnewsmd .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), 
    -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewsmd .thumb a:hover img{
    transform: scale(1.1);
}
.itnewsmd .decsnn{
    padding: 15px 0;
}
.itnewsmd .griDeNa{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.itnewsmd .griDeNa .nameNe{
    position: relative;
    padding-left: 20px;
    color: #888888;
}
.itnewsmd .griDeNa .nameNe::before{
    content: '\f1ea';
    font-family: 'Font Awesome 5 Free';
 font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: normal;
    color: #006ab5; 
}
.itnewsmd .decsnn h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 10px;
}
.itnewsmd .decsnn h3 a{
    color: #000000;
    display: inline-block;
}
.itnewsmd .decsnn h3 a:hover{
    color: #ed1c24;
}
.itnewsmd .decsnn .tend{
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    overflow: hidden;
}
.itnewsmd .decsnn .dowLoaMb{
    margin-top: 15px;
}

.hpnewsmm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.hpnewsmm > div{
    padding: 0 15px;
}
.hpnewsmm .colr{
    width: 400px;
}
.hpnewsmm .coll{
    width: calc(100% - 400px);
}
/*  */
.itnewslg{
    position: relative;
    overflow: hidden;
}
.itnewslg .decs{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:20px 25px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itnewslg:hover .decs{
    background-color: rgba(0, 0, 0, 0.6);
}
.itnewslg .dstitle, .itnewslg .decs h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.itnewslg .dstitle, .itnewslg .dstitle a{
    color: #fff;
}
.viewnews a{
    display: inline-block;
    padding: 6px 20px;
    position: relative;
    z-index: 1; 
    background-color: #0066b3;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}
.viewnews a:hover{
    background-color: #ed1c24;

}

/* datenews */
.datenews{
    color: #ed1c24;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 600;
}
.datenews span{
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.datenews span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
/*  */
.itnewsall{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.itnewsall > div{
    padding: 0 15px;
}
.itnewsall .colt{
    width: 400px;
}
.itnewsall .cold{
    width: calc(100% - 400px);
}
.itnewsall .thumb a{
    display: block;
    overflow: hidden;
}
.itnewsall .thumb a img{
    -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;
    width: 100%;
}
.itnewsall .thumb a:hover img{
    transform: scale(1.05);
}
.itnewsall .decsnn{
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.itnewsall .datenews{
    margin-bottom: 10px;
} 
.itnewsall .decsnn h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.itnewsall .decsnn h3 a{
    color: #000;
}
.itnewsall .decsnn h3 a:hover{
    color: #ed1c24;
}
.itnewsall .decsnn .tend{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    color: #666666;
}
/* orther */
.boxorther {
    padding: 30px 0 50px;
}
/* detail */
.titleorther{
    margin-bottom: 20px;
    text-align: center;
}
.titleorther h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}

.vhitemnewsor{
    height: 100%;
    background-color: #fff;
}
.vhitemnewsor .decs{
    padding: 10px 20px;
}
.vhitemnewsor .dstitle{
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.viewmoreor a{
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #ed1c24;
    border-radius: 3px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.viewmoreor a:hover{
    background-color: #ed1c24;
    color: #fff;
}

/* <=== slorther ===> */
.slorther .slick-list{
    padding: 0 0 10px 0;
}
/* <=== slorther ===> */

/* <=== itnewsor ===> */
.itnewsor{
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(4, 85, 167, 0.05);
}
.itnewsor .decs{
    padding: 15px 20px 30px;
}
.itnewsor .dstitle{
    margin-bottom: 10px;
}
.itnewsor .dstitle, .itnewsor .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itnewsor .dstitle a{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewsor .dstend{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: 10px;
}
.itnewsor .dsview a{
    color: #ec3237;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}
.itnewsor .dsview a:hover{
    color: #006ab5;
}
/* <=== itnewsor ===> */
@media all and (min-width: 992px){
    .viewnews a:hover::before{
        width: 100%;
    }
}
@media all and (max-width: 991px){
    /* <=== itnewsor ===> */
    .itnewsor .decs{
        padding: 10px 15px 20px;
    }
    .itnewsor .dstitle, .itnewsor .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itnewsor .dstitle a{
        height: 48px;
    }
    .itnewsor .dstend{
        height: 66px;
        -webkit-line-clamp: 3;
    }
    /* <=== itnewsor ===> */

    /*  <===== slorther =====>  */
    .slorther .slick-list {
        margin-right: -15px;
    }
    .slorther .itnewsor{
        width: 270px;
    }
    /*  <===== slorther =====>  */

    .titleorther h2{
        font-size: 25px;
        line-height: 37px;
    }
    .itnewslg .decs h3{
        font-size: 18px;
        line-height: 27px;
        max-height: 81px;
    }
    .itnewsmd .decsnn h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itnewsmd{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .itnewsmd .thumb{
        width: calc(50% - 5px);
    }
    .itnewsmd .decsnn{
        padding: 0;
        width: calc(50% + 5px);
        padding-left: 15px;
    }
    .hpnewsmm{
        margin: 0 -10px;
        margin-bottom: 30px;
    }
    .hpnewsmm > div{
        padding: 0 10px;
    }

    .itnewsall{
        margin: 0 -10px;
        margin-bottom: 35px;
    }
    .itnewsall > div{
        padding: 0 10px;
    }
    .itnewsall .decsnn{
        padding: 15px 0;
    }
    .hpnewsmm .coll{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpnewsmm .colr{
        width: 100%;
    }
    .itnewslg .dstitle, .itnewslg .decs h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itnewsall .colt{
        width: calc(50% + 6px);
    }
    .itnewsall .cold{
        width: calc(50% - 6px);
    }
    .vhitemnewsor .decs{
        padding: 8px 12px;
    }
    .vhitemnewsor .dstitle{
        font-size: 14px;
        line-height: 22px;
        height: 66px;
    }
    .itnewsall .decsnn h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itnewsall .decsnn .tend{
        font-size: 14px;
        line-height: 22px;
    }


}
@media all and (max-width: 767px){
    .hpnewsmm .colr{
        width: 100%;
    }
    .itnewslg .decs{
       padding: 10px 15px;
    }
    .itnewsall .colt{
        width: 100%;
        margin-bottom: 12px;
    }
    .itnewsall .cold{
        width: 100%;
    }
    .itnewsall .decsnn{
        padding: 0;
        border-top: none;
    }
    .viewnews a{
        display: block;
        width: 100%;
    }
    .pagination.vleft{
        justify-content: center;
    }

    .itnewsmd .decsnn .tend{
        display: none;
    }
    .itnewsmd .decsnn h3{
        font-size: 15px;
        line-height: 23px;
    }
}