.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 {

}
.vnt-news__item .i-img a {
    display: block;
    padding-top: 75%;
    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: 16px;
    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-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;
}


/*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 {
    margin-bottom: 15px;
    height: 45px;
    background: #f5f5f5;
}
.vnt-other .vnt-other__title h2 {
    line-height: 45px;
    display: inline-block;
    background: var(--web-color);
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 16px;
    color: #FFF;
}
.vnt-other .vnt-other__content {
    position: relative;
}

.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: "FontAwesome";

    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;
}