body{
        background: #f6fbff;
    }

        .v-ul {
	overflow: hidden;
	*zoom: 1;
	width: 1216px;
	margin-left: -10px
}

.v-ul li {
    position: relative;
    float: left;
    width: 292px;
    margin: 0 0 25px 10px;
    padding-bottom: 12px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgb(124 124 124 / 20%);
}
.v-ul li:hover { background: #fff; box-shadow: #ccc 1px 1px 8px; }
.v-ul li:hover img { transform: scale(1.05) }

.v-ul .pic {
	position: relative;
	display: block
}

.v-ul li img {
	display: block;
	width: 100%;
	height: 163px
}

.v-ul .tit {
	font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    font-weight: 600;
}

.v-ul .tit a {
    color: #1a1a1a;
}
.v-ul .tit a:hover {
    color: #17a2e7;
}

.v-ul li span.desc {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 14px;
    height: 60px;
}

.vtime {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66000000', endColorstr='#66000000');
	border-radius: 25px
}
.pages{text-align: center;height: 39px;line-height: 32px; font-size: 14px;color: #666;position: relative; margin-bottom:40px}
.pages ul {float: left;position: relative;left: 50%;}
.pages li {position: relative;right: 50%;float: left; margin: 0 5px;}
.pages li a{display: inline-block;color: #333;line-height: 27px;font-size: 14px;vertical-align: middle;border-radius: 2px;border: 1px solid #e3e3e3;background: #fff; padding:2px 10px; height:28px;}
.pages li.thisclass a,.pages li a:hover{background: #222;color: #fff; height:26px; border:1px solid #222;}