.vhdateall{
    color: #888888;
}
.vhdateall span{
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.vhdateall span::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #4f6881;
}
.lstnews{
    margin-bottom: 70px;
}
.vhnews{
    margin-top: 145px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    z-index: 1;
    max-width: calc(100% - 50px);
}
.vhnews::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 110px);
    background-color: #fff;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.vhnews:nth-child(odd){
    margin-left: 0;
}
.vhnews:nth-child(even){
    margin-left: auto;
}
.vhnews:nth-child(even) .colt{
    order: 2;
}
.vhnews:nth-child(odd):before{
    right: 0;
}
.vhnews:nth-child(even):before{
    left: 0;
}
.vhnews .colt{
    width: 460px;
}
.vhnews .cold{
    width: calc(100% - 460px);
}
.vhnews .thumb{
    position: relative;
    top: -55px;
}
.vhnews .thumb a{
    padding-top: 121.74%;
}
.vhnews .decs{
    padding: 20px 25px 30px;
}
.vhnews .dswrap{
    max-width: 435px;
    margin: 0 auto;
}
.vhnews .dsdate{
    margin-bottom: 15px;
}
.vhnews .dstitle{
    margin-bottom: 20px;
}
.vhnews .dstitle, .vhnews .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}
.vhnews .dstitle, .vhnews .dstitle a{
    color: #000000;
}
.vhnews .dstitle a:hover{
    color: #4f6881;
}
.vhnews .dstend{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
} 
.vhnews .viewall{
    text-align: left;
}

.vhnewsor{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    z-index: 1;
    margin-top: 35px;
}
.vhnewsor::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 55px);
    background-color: #fff;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    right: 0;
}
.vhnewsor .colt{
    width: calc(50% - 10px);
}
.vhnewsor .thumb{
    position: relative;
    margin-top: -35px;
}
.vhnewsor .cold{
    width: calc(50% + 10px);
}
.vhnewsor .thumb a{
    padding-top: 122.223%;
}
.vhnewsor .decs{
    padding: 20px 35px;
}
.vhnewsor .dsdate{
    margin-bottom: 15px;
}
.vhnewsor .dstitle{
    margin-bottom: 25px;
}
.vhnewsor .dstitle, .vhnewsor .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    max-height: 90px;
    overflow: hidden;
}
.vhnewsor .dstitle, .vhnewsor .dstitle a{
    color: #000000;
}
.vhnewsor .dstitle a:hover{
    color: #4f6881;
}
.vhnewsor .viewall{
    text-align: left;
}
.vhnewsor .dstend{
    display: none;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    .vhnewsor .decs{
        padding: 20px 25px;
    }
    .slorther .slick-arrow{
        top: -80px;
        transform: initial;
    }
    .slorther .slick-next{
        right: -10px;
    }
    .slorther .slick-prev{
        left: initial;
        right: 40px;
    }
}
@media all and (max-width: 991px){
    .lstnews{
        margin-bottom: 40px
    }
    .vhnews{
        margin-top: 60px;
    }
    .vhnews .thumb{
        top: -30px;
    }
    .vhnews{
        max-width: 100%;
    }
    .vhnews .colt{
        width: calc(100% - 50px);
    }
    .vhnews .cold{
        width: 100%;
    }
    .vhnews::before{
        width: calc(100% - 20px);
    }
    .vhnews .decs{
        width: calc(100% - 20px);
        position: relative;
        margin-top: -30px;
    }
    .vhnews:nth-child(odd) .decs{
        margin-left: auto;
    }
    .vhnews .dswrap{
        max-width: 100%;
    }
    .vhnews:nth-child(even) .colt{
        order: unset;
        margin-left: auto;
    }
    .slorther .slick-arrow{
        top: -50px;
    }
    .slorther .slick-prev{
        right: 25px;
    }
    .vhnewsor .dstitle{
        margin-bottom: 15px;
    }
    .vhnewsor .dstend{
        display: block;
        margin-bottom: 15px;
        color: #666666;
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
        overflow: hidden;
    }
}
@media all and (max-width: 767px){
    .vhnews .dstitle, .vhnews .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .vhnews .dstend{
        font-size: 14px;
        line-height: 22px;
    }

    .vhnewsor .colt{
        width: calc(100% - 50px);
    }
    .vhnewsor .cold{
        width: 100%;
    }
    .vhnewsor::before{
        width: calc(100% - 20px);
    }
    .vhnewsor .thumb{
        margin-top: -30px;
    }
    .vhnewsor .decs{
        width: calc(100% - 20px);
        position: relative;
        margin-left: auto;
        padding: 20px 20px 30px;
    }
    .vhnewsor .dstitle, .vhnewsor .dstitle h3{
        max-height: 60px;
        overflow: hidden;
    }
}
