﻿nav .nav-top .top-main .main-right .right-login{width:auto;padding:0 8px;}
.nodata{text-align:center;width:100%;}
.single .newsDetails-main .main-cent{width:14.08rem}

.product .product-main .main-cont .cont-cent .cont-load{width: 140px;}
.news .news-cont .cont-load{width: 140px;}
.hotel .hotel-main .main-cont .cont-box .box-load{width: 140px;}



.video2 .atlas-main .cont-box .box-item {
    width: calc(100% / 3 - 0.32rem);
    height: auto;
    margin-right: 0.48rem;
    margin-bottom: 0.6rem;
}
.video2 .atlas-main .cont-box .box-item:nth-child(3n) {
    margin-right: 0;
}
.video2 .atlas-main .cont-box .box-item .item-pic {
    width: 100%;
    height: 2.14rem;
    background: #d3d4d6;
    overflow: hidden;
}
.video2 .atlas-main .cont-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.video2 .atlas-main .cont-box .box-item .item-title {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    font-size: 18px;
    line-height: 0.8rem;
    color: #000;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.video2 .atlas-main .cont-box .box-item .item-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    line-height: 30px;
    color: #da251c;
}
.video2 .atlas-main .cont-box .box-item .item-link img {
    width: 6px;
    margin-right: 0.1rem;
}
.video2 .atlas-main .cont-box .box-item .item-link:hover {
    text-decoration: underline;
}
.video2 .atlas-main .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.video2 .atlas-main .cont-box .box-item:hover .item-title {
    color: #da251c;
}

@media screen and (max-width: 1240px){
    .video2 .atlas-main .cont-box .box-item {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }
    .video2 .atlas-main .cont-box .box-item:nth-child(3n) {
        margin-right: 0;
    }
    .video2 .atlas-main .cont-box .box-item .item-pic {
        width: 100%;
        height: 3.88rem;
        background: #d3d4d6;
        overflow: hidden;
    }
    .video2 .atlas-main .cont-box .box-item .item-pic img {
        width: 100%;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .video2 .atlas-main .cont-box .box-item .item-title {
        width: 100%;
        height: 1rem;
        font-size: 0.3rem;
        line-height: 1rem;
        color: #000;
        border-bottom: solid 1px #eee;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .video2 .atlas-main .cont-box .box-item .item-link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #da251c;
    }
    .video2 .atlas-main .cont-box .box-item .item-link img {
        width: 6px;
        margin-right: 0.1rem;
    }
    .video2 .atlas-main .cont-box .box-item .item-link:hover {
        text-decoration: underline;
    }
    .video2 .atlas-main .cont-box .box-item:hover .item-pic img {
        transform: scale(1.1, 1.1) translateZ(0);
        -o-transform: scale(1.1, 1.1) translateZ(0);
        -moz-transform: scale(1.1, 1.1) translateZ(0);
        -webkit-transform: scale(1.1, 1.1 translateZ(0));
    }
    .video2 .atlas-main .cont-box .box-item:hover .item-title {
        color: #da251c;
    }
}