
/*.nav {
    background: rgba(0, 0, 0, 0.5);
}*/
.v-box{
    width: 1400px;
    margin: 0 auto;
}
.v-item{
    width: 342px;
    height: 260px;
    float: left;
    margin: 0 10px 22px 0;
    cursor: pointer;
    box-shadow: #F3F3F3 0 0 1px 1px;
}
.v-box .v-item:nth-child(4n){margin-right: 0;}
.v-img{
    width: 342px;
    height: 168px;
    overflow: hidden;
}
.v-img img{
    width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
}
.v-text{
    width: 300px;
    margin: 0 auto;
}
.v-text-t{
    height: 22px;
    line-height: 22px;
    margin-top: 19px;
}
.v-name{
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    max-width: 150px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.v-name a,.v-name a:hover{color: #000;}
.v-text-t span{
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #CECECE;
    font-size: 14px;
    color: #8A8A8A;
    margin-left: 9px;
}
.v-text-b{
    margin-top: 12px;
    font-size: 14px;
    color: #646464;
    height: 22px;
    line-height: 22px;
}

/* .v-item:hover{
    color: #B8A74D !important;
    box-shadow: #B8A74D 0 0 1px 1px;
} */
.v-item:hover .v-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#page{
    text-align: center;
    margin-bottom: 12px;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #DAD8C5;
    color: #000;
}
#page .layui-laypage .layui-laypage-curr em{color: #000;}