.vnt-news__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.vnt-news__item .vnt-news__box {
    display: grid;
    grid-template-columns:  270px auto ;
    grid-column-gap: 30px;
}
.vnt-news__item .i-img {
    position: relative;
}
.vnt-news__item .i-img a {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.vnt-news__item .i-img a::after {
    content: '\f0c1';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.vnt-news__item .i-img a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.vnt-news__item .i-img a:hover:before, 
.vnt-news__item .i-img a:hover:after {
    opacity: 1;
}

.vnt-news__item .i-img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.vnt-news__item .i-img a:hover img{
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.vnt-news__item .i-desc {

}
.vnt-news__item .i-title {
    margin-bottom: 5px;
}
.vnt-news__item .i-title h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: var(--web-color);
   
}
.vnt-news__item .i-title h3 a {
    color: var(--web-color); 
    text-decoration: none;
    outline: 0;
    line-height: 26px;
    font-weight: 700;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.vnt-news__item .i-title h3 a:hover {
   color: var(--web-color1);  
}
.vnt-news__item .i-date {
   font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.vnt-news__item .i-date span {
    
}
 
.vnt-news__item .i-content {
    /*position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}
.vnt-news__item .i-view {
    margin-top: 10px;
}
.vnt-news__item .i-view a {
    display: block;
    width:145px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#eeeeee;

    color:#999;
    font-size:14px;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;

}
.vnt-news__item .i-view a:hover {
    background:#03acd3;
    color:#FFF;
}


/*Foccus*/

.vnt-news-focus {
    margin-bottom: 30px;
}
.vnt-news-slide {}

.vnt-news-slide .vnt-news__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.vnt-news-slide .vnt-news__item .vnt-news__box {
    grid-template-columns:  370px auto
}

.vnt-news-slide .vnt-news__item .i-img a {
    padding-top: 70%;
}

.vnt-news-slide .vnt-news__item .i-content {
    overflow: unset;

    text-overflow: unset;
    display: initial;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.vnt-news-slide .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 400px;
    display: flex;
    align-items: center;
    z-index: 10;
    background: #FFFFFF;
}

.vnt-news-slide .slick-dots li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.vnt-news-slide .slick-dots li:last-child {
    margin-right: 0;
}

.vnt-news-slide .slick-dots li button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: no-repeat;
    border: 1px solid transparent;

    background: #eeeeee;
    color: #999999;
}


.vnt-news-slide .slick-dots li button:before {

}

.vnt-news-slide .slick-dots li.slick-active button,
.vnt-news-slide .slick-dots li:hover button {
    background: var(--web-color);
    color: #ffffff;
}

.vnt-news-slide .slick-dots li.slick-active button:before,
.vnt-news-slide .slick-dots li:hover button:before {
    background: var(--web-color);
}



/*List*/

.vnt-news {}
.vnt-news-list {}
.vnt-news-list .vnt-news__item:last-child {
    border-bottom: 0;
        padding-bottom:0 ;
    margin-bottom: 0;
}


/*vnt-detail*/
.vnt-detail {}
.vnt-detail .the-title {
    font-size: 24px;
    display: block;
    line-height: 34px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ffcc66;
    
}
 

.vnt-detail .the-title h1 {
    font-size: 24px; 
    line-height: 34px;
    font-weight: normal;
}

.vnt-detail .the-date {
    color: #999;
    display: block;
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bfbfbf;
}

.vnt-detail .the-content {

}
.vnt-detail .the-content .the-short {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.vnt-detail .the-content  .imgDetail_left {
    float: left;
    margin-right: 10px;
}
.vnt-detail .the-content .fDespic {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.vnt-detail .the-tags {}


.vnt-news-sidebar {
    margin-top: 35px;
}
.vnt-news-sidebar .sidebar-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.vnt-news-sidebar .sidebar-content {}
 
.sidebar-item {
    display: grid;
    grid-template-columns:  90px auto ;
    grid-column-gap: 10px;
    
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
 
.sidebar-item .i-img {
    position: relative;
}
.sidebar-item .i-img a {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}  

.sidebar-item  .i-img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 

} 
.sidebar-item  .i-title {}
.sidebar-item  .i-title a {
    text-decoration: none;
    color:var(--web-color);
    display: block; 
    line-height: 22px;
}


/*Other*/
.vnt-other {
    margin-top: 30px;
}
.vnt-other .vnt-other__title {
    font-size: 24px;
    line-height: 25px;
    margin: 14px 0px 13px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.vnt-other .vnt-other__title h2 {
    font-size: 24px;
    line-height: 25px; 
    font-weight: normal;
}
.vnt-other .vnt-other__content {
    position: relative;
}

.vnt-other__list {}
.vnt-other__list ul {
    list-style: none;
}
.vnt-other__list li {
    position: relative;
    padding: 2px 0 2px 20px;
}
.vnt-other__list li::before { 
    position: absolute;
    font-family: "FontAwesome";  
    content: '\f111';
    font-size: 8px;
    left: 0;
    top: 2px;
    color: var(--web-color);
}
.vnt-other__list li a {
     color: #333333;
}
.vnt-other__list li a:hover {
    color: var(--web-color);
    text-decoration: none;
}
.vnt-other__list li .i-date {
    color: #999;
}


.vnt-other-slide {}
.vnt-other-slide .vnt-news__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.vnt-other-slide .vnt-news__item .vnt-news__box {
    display: block;
}
.vnt-other-slide .vnt-news__item .i-img {
    margin-bottom: 15px;
}
.vnt-other-slide .vnt-news__item .i-img a {
    padding-top: 60%;
}
.vnt-other-slide .vnt-news__item .i-title h3 {
    font-size: 14px;
    line-height: 24px;
}

.vnt-other-slide .slick-arrow {
    width: 45px;
    height: 45px;
    background: #EEEEEE;
    color: #333333;
    font-size: 0;

    border: none;
    position: absolute;
    z-index: 1;
    top: -60px;
}
.vnt-other-slide .slick-prev{
    right: 50px;
}
.vnt-other-slide .slick-next{
    right: 0;
}
.vnt-other-slide .slick-arrow:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 35px;
}
.vnt-other-slide .slick-prev:before{
    content: "\f104";
}
.vnt-other-slide .slick-next:before{
    content: "\f105";
}
.vnt-other-slide .slick-arrow:hover{
    background: var(--web-color)
}
.vnt-other-slide .slick-arrow:hover:before{
    color:#ffffff;
}





@media only screen and (max-width: 991px) {
    .vnt-news-sidebar {
        display: none;
    }
   
}
@media only screen and (max-width: 767px) {
     .vnt-news__item .vnt-news__box  {
            display: block;
 
    } 
    .vnt-news__item .i-img {
        float: left;
        width: 150px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 379px) {

    
}