@charset "utf-8";
/* CSS Document */
.voiceWrap{
	padding-top:20px;
	clear:both;
}
.voicephoto{
	float:left;
	width:25%;
	height:170px;
	margin-bottom:35px;
	position:relative;
}
.voicephoto a{
	display:block;
	width:150px;
	height:150px;
	border:#ccc 3px solid;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	background:url(../image/voice/ico-stamp.png) 0 0 no-repeat;
}
.voicephoto img{
	width:140px;
	height:140px !important;
	padding:8px;
}
.voicephoto div{
	width:156px;
	text-align: center;
}

.archiveVoice{
	padding-top:40px;
	clear:both;
}
.articleVoice{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #999;
}
.articleVoice .photo{
	float:left;
	width:43%;
	text-align:center;
}
.articleVoice .txt{
	width:55%;
	float:right;
	padding:20px 0 0 0;
}
.articleVoice .txt strong{
	display:block;
	margin-bottom:10px;
}
.articleVoice .txt a , .articleVoice .txt img {
	display:none;
}

