<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.pageTitle {
	background: url(../img/voice/page_title_bg.jpg) no-repeat center top;
}

#main .section {
	margin: -30px -30px 0 0;
}

#main .section .area {
	margin: 30px 30px 0 0;
	padding-bottom: 20px;
	width: 300px;
	float: left;
	border-radius: 10px;
	background-color: #E8F5FF;
	position: relative;
	behavior: url(../js/pie.htc);
}

#main .section .area h3 {
	margin-bottom: 21px;
	padding: 14px 0 9px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	position: relative;
	background-color: #006AB6;
	behavior: url(../js/pie.htc);
}

#main .section .area .inner {
	padding: 0 20px;
}

#main .section .area .pho {
	margin-bottom: 38px;
	text-align: center;
}

#main .section .area .inner .txtBox {
	margin-bottom: 20px;
	padding: 12px 17px 13px;
	position: relative;
	border: 2px solid #007ABF;
	border-radius: 8px;
	background: url(../img/voice/index/voice_bg.gif) repeat;
	behavior: url(../js/pie.htc);
}

#main .section .area .inner .txtBox .icoImg {
	position: absolute;
	top: -20px;
	left: 44px;
}

#main .section .area .inner .txtBox p {
	font-size: 14px;
	color: #006ab6;
	line-height: 1.7;
}

#main .section .area .more {
	text-align: center;
}

#main .section .area .more a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main.detail {
	width: auto;
}

#main .detailBox {
	padding: 20px 0 22px;
	background-color: #E3F3FF;
}

#main .detailBox .infoBox {
	margin: 0 auto;
	width: 960px;
}

#main .detailBox .infoBox .topDl {
	margin-bottom: 40px;
	border: 2px solid #006AB6;
	border-radius: 8px;
	position: relative;
    behavior: url(/js/pie.htc)
}

#main .detailBox .infoBox .topDl dt {
	padding: 26px 0 24px;
	width: 258px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #006AB6;
}

#main .detailBox .infoBox .topDl dt img {
	position: absolute;
	left: 44%;
	top: 79px;
}

#main .detailBox .infoBox .topDl dd {
	margin-left: 260px;
	padding: 27px 0 26px 48px;
	font-size: 16px;
	background: url(../img/voice/index/voice_bg.gif) repeat left top;
	border-radius: 0 8px 8px 0;
	position: relative;
    behavior: url(/js/pie.htc);
}

#main .detailBox .infoBox .innerBox .photoList {
	width: 260px;
	float: left;
}

#main .detailBox .infoBox .innerBox .photoList li {
	margin-bottom: 20px;
	width: 260px;
	float: left;
}

#main .detailBox .infoBox .innerBox .photoList li img{
	width:100%;
	height: auto;
}

#main .detailBox .infoBox .innerBox .textBox {
	width: 670px;
	float: right;
}

#main .detailBox .infoBox .innerBox .textBox .whiteBox {
	margin-bottom: 20px;
	padding: 30px 56px 28px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
    behavior: url(/js/pie.htc);
}

#main .detailBox .infoBox .innerBox .textBox .whiteBox .topImg {
	margin: 0 0 23px;
	text-align: center;
}

#main .detailBox .infoBox .innerBox .textBox .whiteBox .title {
	margin-bottom: 5px;
	font-size: 20px;
	color: #006ab8;
	text-align: center;
}

#main .detailBox .infoBox .innerBox .textBox .whiteBox p {
	line-height: 1.6;
	font-size: 16px;
}

#main .detailBox .infoBox .innerBox .textBox .whiteBox01 {
	margin-bottom: 0;
	padding: 9px 20px 26px;
}


#main .detailBox .infoBox .spIcon {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	.pageTitle {
		margin-bottom: 10px;
		background: url(../img/voice/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% 100%;
	}

	.pageTitle h2 img {
		width: 120px;
	}
	#main .section {
		width: 100%;
	    margin: 20px auto 0;
		}
	#main .section .area {
		margin: 20px 0 0 13px;
		padding-bottom: 20px;
		float: left;
		width:45%;
		border-radius: 10px;
		background-color: #E8F5FF;
		position: relative;
		behavior: url(../js/pie.htc);
	}
	#main .section .mr_0{ margin-right: 0!important;}
	#main .section .area h3 {
		font-size: 12px;
	}
	#main .section .area .inner {
    padding: 0;
}
  #main .section .area .pho {
		width: 90%;
		margin: 0 auto 38px;
	}
	#main .section .area .pho img{
		width: 100%;
	}
 #main .section .area .inner .txtBox {
	 width: 70%;
	 margin: 0 auto 30px;
 }

 #main .section .area .inner .txtBox p {
    font-size: 14px;
    line-height: 1.2;
}

	/*------------------------------------------------------------
		detail
	------------------------------------------------------------*/
	#main .detailBox {
		padding: 10px;
	}

	#main .detailBox .infoBox {
		width: auto;
	}

	#main .detailBox .infoBox .topDl {
		margin: 0;
		border: 1px solid #006AB6;
		border-radius: 6px;
	}

	#main .detailBox .infoBox .topDl dt {
		padding: 4px 0 2px;
		float: none;
		font-size: 15px;
		width: 100%;
		border-radius: 4px 4px 0 0;
	}

	#main .detailBox .infoBox .topDl dt img {
		display: none;
	}

	#main .detailBox .infoBox .topDl dd {
		margin: 0;
		padding: 2px 20px 4px;
		font-size: 11px;
		line-height: 1.75;
		text-align: center;
		border-radius: 0 0 4px 4px;
	}

	#main .detailBox .infoBox .spIcon {
		margin: -1px 0 3px;
		display: block;
		text-align: center;
		position: relative;
	}

	#main .detailBox .infoBox .innerBox {
		margin: 0 5px;
	}

	#main .detailBox .infoBox .innerBox .photoList {
		margin-bottom: 10px;
		float: none;
		width: auto;
	}

	#main .detailBox .infoBox .innerBox .photoList li {
		margin: 0;
		width: 45%;
		float: left;
	}

	#main .detailBox .infoBox .innerBox .photoList li:last-child {
		float: right;
	}

	#main .detailBox .infoBox .innerBox .photoList li img {
		width: 100%;
	}

	#main .detailBox .infoBox .innerBox .textBox {
		float: none;
		width: auto;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox {
		margin: 0 -5px 10px;
		padding: 8px 10px 10px;
		border-radius: 5px;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox .topImg {
		margin: 0 -5px 10px;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox .topImg img {
		width: 100%;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox .photo img {
		width: 100%;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox01 {
		padding: 8px 10px 5px;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox01 .title {
		margin-bottom: 1px;
		font-size: 14px;
	}

	#main .detailBox .infoBox .innerBox .textBox .whiteBox01 p {
		margin: 0 5px 0 2px;
		font-size: 12px;
		line-height: 1.8;
	}
}</pre></body></html>