.voide {
	width: 700px;
	background-color: #004c66;
	color: #fff;
	padding: 6px 10px;
	float:left;
}
.voide-1 {
	width: 695px;
	border-top: 3px solid #ffbf00;
	background-image:url(../images/white90.png);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	float:left;
}
.voide-1 table td {
	border: 0 !important;
}
.pagination li {
    float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
.pagination li a {
    display: block;
	padding: 12px 18px;
	background: #544f6b;
	border:1px solid #ddd;
	text-decoration: none;
	color: #fff;
	font-size:15px;
}
.v-main {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	float:left;
}
.v-list {
	font-size:22px;
	line-height:32px;
	width: 657px;
	height: 200px;
	letter-spacing:1px;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 15px;
	border-left:3px solid #3CC;
	float:left;
	-moz-box-shadow:3px 3px rgba(136,136,136,0.3);
    -webkit-box-shadow:3px 3px rgba(136,136,136,0.3);
    box-shadow:3px 3px rgba(136,136,136,0.3);
	overflow:hidden;
}
.v-list a {
	color:#000;
}
.v-list img:hover {
	opacity:0.9;
}
.v-list-img {
	float:left;
	width: 300px;
}
.v-list-title {
	width: 310px;
	font-size:22px;
	line-height:32px;
	letter-spacing:1px;
	padding: 5px 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
}
.v-list-describe {
	width: 310px;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
	padding: 0px 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
}
.v-title {
	font-size:22px;
	line-height:32px;
	width: 657px;
	letter-spacing:1px;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	border-left:3px solid #f00;
	float:left;
	-moz-box-shadow:3px 3px rgba(136,136,136,0.3);
    -webkit-box-shadow:3px 3px rgba(136,136,136,0.3);
    box-shadow:3px 3px rgba(136,136,136,0.3);
}
.v-describe {
	font-size:14px;
	line-height:26px;
	width: 657px;
	letter-spacing:1px;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 25px;
	border-left:3px solid #39C;
	float:left;
	-moz-box-shadow:3px 3px rgba(136,136,136,0.3);
    -webkit-box-shadow:3px 3px rgba(136,136,136,0.3);
    box-shadow:3px 3px rgba(136,136,136,0.3);
}
.v-left {
	width: 300px;
	height: 330px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	float:left;
}
.v-right {
	width: 320px;
	height: 300px;
	background-color: rgb(255,255,255);
	padding: 10px;
	margin-bottom: 10px;
	float:right;
}
