.voice_title {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 50px;
	font-weight: bold;
}
.voice_title p {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	color: #333;
	text-align: left;
	padding-left: 20px;
}

.v_mainimg {
	height: auto;
	width: 658px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.v_detail {
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.v_txt  {
	float: left;
	height: auto;
	width: 430px;
	text-align: left;
	margin-top: 10px;
}
.voice_q {
	font-size: 13px;
	line-height: 20px;
	color: #069;
	font-weight: bold;
	margin-top: 10px;
}
.voice_a {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	padding: 5px;
}


.thumb_box {
	float: right;
	height: auto;
	width: 224px;
}
.v_thumb {
	display: inline;
	float: left;
	height: 100px;
	width: 100px;
	margin-left: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
}
.v_thumb a:hover img {
	filter: alpha(opacity: 70);
	opacity:0.7;
	-moz-opacity: 0.7;
}
