.loading-news {}
.loading-news .loading-gird {     
    display: flex; 
    border: none;
    padding: 0;
}
.loading-news .loading-gird .loading-img{
    width: 120px;
    height: 90px;
    background: #ccc;
    border-radius: 4px;
    margin-right: 10px;
}
.loading-news .loading-gird .loading-info{
    flex: 1;
}


.loading-news .loading-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.loading-news  .loading-text {
    margin-top: 0;
    margin-bottom: 10px;
}




/*List*/

.vnt-news {}
.vnt-news-list {}
.vnt-news-list .vnt-news__item:last-child {
    border-bottom: 0;
}


.vnt-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
    margin-bottom: 20px;
}

.vnt-news-grid .vnt-news__item {
    position: relative;
    
    padding: 15px 0; 
    padding-right: 15px;  
}
.vnt-news-grid .vnt-news__item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.vnt-news__item { 
    border-bottom: 1px solid #ddd;
}
.vnt-news__item .vnt-news__box {
    display: grid;
    grid-template-columns: 150px auto ;
    grid-column-gap: 15px;
}
.vnt-news__item .i-img {

    border: 1px solid #d4d4d4;
        padding: 2px;
}
.vnt-news__item .i-img a {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.vnt-news__item .i-img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 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: 18px;
    line-height: 25px;
    font-weight: bold;
    color: var(--web-color);
}
.vnt-news__item .i-title h3 a {

}
.vnt-news__item .i-date {
    color: #9c9c9c;
    font-weight: normal;
    margin-bottom: 3px;
}
.vnt-news__item .i-date span {
   color: var(--web-color);
}
.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;
}




/*vnt-detail*/
.vnt-detail {}
.vnt-detail .the-title {
    text-transform:uppercase;
    font-size:25px;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid;
    border-color:#ddd;
    position:relative;
}
.vnt-detail .the-title::before {
    content:'';
    width:100px;
    height:3px;
    background:#F7941E;
    position:absolute;
    top:100%;
    margin-top:-2px;
}

.vnt-detail .the-title h1 {
    text-transform:uppercase;
    font-size:25px;
    line-height: 30px;
}

.vnt-detail .the-date {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 5px;
}
.vnt-detail .the-content {

}
.vnt-detail .the-content .div-intro {
    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 {}



/*Other*/
.vnt-other {
    margin-top: 30px;
}
.vnt-other .vnt-other__title {
       font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.vnt-other .vnt-other__title h2 {
        color: #fe8018;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.vnt-other .vnt-other__content {
    position: relative;
}

.vnt-other__list {}
.vnt-other__list .item {position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.vnt-other__list .item::before{
    content: '';
    width: 4px;
    height: 4px;
    background: var(--web-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);   
    -webkit-transform: translateY(-50%);
}
.vnt-other__list .item  a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}
.vnt-other__list .item  a:hover {
 text-decoration: none;
    color: var(--color-orange);
}

.vnt-other__list .item  span {
    color: #9c9c9c;
    font-size: 13px;
}
 

.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;
}