.voiceBoxWrap {
    overflow: hidden;
	padding-bottom: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.voiceBox {
    width: 325px;
	height: 287px;
	position: relative;
}

.voiceBox:before {
    content: "";
    height: 60%;
    width: 60%;
    border-left: 1px solid #2da479;
    border-top: 1px solid #2da479;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.voiceBox:after {
    content: "";
    height: 60%;
    width: 60%;
    border-right: 1px solid #2da479;
    border-bottom: 1px solid #2da479;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.voiceBoxIn {
	width: 80%;
	margin: 0 auto;
    text-align: left;
	position: relative;
}

.voiceTit01 {
    line-height: 25px;
    padding: 25px 0 10px 29px;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 2px dotted #2da479;
	position: relative;
}

.voiceTit01:before {
	content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #2da479;
    position: absolute;
    left: 8px;
    bottom: 16px;
}

.voiceBoxIn p {
    text-align: center;
	width: 260px;
	height: 110px;
}

.voiceBoxIn h4 {
	width: 260px;
	height: 30px;
	text-align: center;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px;
	border: solid 1px #7a6a56;
}

.voiceBoxIn a {
	color: #7a6a56 !important;
	text-decoration: none;
    cursor: pointer;
}

.voiceBoxLink {
	position: absolute;
	z-index: 10;
	top: 89px;
	left: 0;
}

.linkBtn {
	display: block;
	width: 260;
	height: 30px;
}