/*
*** .voice
*/

.voice {
	background: #fff;
}

.voice-heading {
	margin: 0;
	padding: 0 100px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.voice-date {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 11px;
	color: #333;
}

.voice-left,
.voice-right {
	padding: 10px 0 0;
  min-height: 107px;
}

.voice-left-img {
	float: left;
	width: 100px;
}

.voice-right-img {
	float: right;
	width: 107px;
	margin-top: -20px;
}

.voice-left-img img,
.voice-right-img img {
	width: 100%;
	height: auto;
}

.voice-left-balloon,
.voice-right-balloon {
	margin: 10px 0 0 115px;
	border: solid 1px #eb5505;
	border-radius: 5px;
	padding: 10px 20px;
	position: relative;
	font-size: 16px;
	color: #333;
}

.voice-left-balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 1;
}

.voice-left-balloon:after {
	content: "";
	position: absolute;
	top: 20px;
	left: -12px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #eb5505 transparent transparent;
	z-index: 0;
}

.voice-right-balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}

.voice-right-balloon:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -12px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #cdcdcd;
	z-index: 0;
}

.voice-left-heading {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}

.voice-right-balloon-img {
	display: table-cell;
	width: 86px;
	vertical-align: top;
}

.voice-right-balloon-img img {
	width: 100%;
	height: auto;
}

.voice-right-balloon-txt {
	display: table-cell;
	padding-left: 15px;
	vertical-align: top;
}

.voice-moreDetail {
	clear: both;
	margin: 20px 0 0;
	text-align: center;
}

.voice-moreDetail a {
	min-width: 30%;
}

@media (max-width: 980px) {
/* .voice {
	padding: 15px 20px;
} */

.voice-heading {
	margin-top: 20px;
	padding: 0;
}

.voice-date {
	top: 15px;
	right: 15px;
}

.voice-left,
.voice-right {
	clear: both;
}

.voice-left-img {
	width: 107px;
}

.voice-right-img {
	width: 107px;
	margin-top: 0;
}

.voice-left-balloon {
	margin: 0 0 0 107px;
	padding: 10px 15px;
  font-size: 14px;
}

.voice-right-balloon {
	margin: 0 107px 0 0;
	border: solid 1px #cdcdcd;
	border-radius: 5px;
	padding: 10px 15px;
	position: relative;
	font-size: 14px;
}

.voice-left-heading {
	margin: 5px 0 10px;
}

.voice-moreDetail a {
	min-width: 100%;
	max-width: 100%;
}
}

@media (max-width: 768px) {
.voice-right-balloon {
	min-height: 60px;
}

.voice-right-balloon-img {
	position: relative;
	top: auto;
	left: auto;
	width: 86px;
	float: left;
	margin: 4px 10px 3px 0;
	vertical-align: top;
}

.voice-right-balloon-txt {
	display: inline;
	padding: 0;
}

.voice-left,
.voice-right {
  min-height: 0;
}

.voice-left-img {
	width: 50px;
}

.voice-right-img {
	width: 50px;
}

.voice-left-balloon {
	margin: 0 0 0 57px;
}

.voice-right-balloon {
	margin: 0 57px 0 0;
}

}
