@charset "gb2312";

/* index */
.area { width:89%; margin:0 auto; }
.box .hd { position:relative; text-align:center; }
.box .hd h2 { font-size:4rem; font-weight:100; line-height:150%; color:#4b3f35; }
.box .intro span { padding:0 5px; color:#fff; background:#937344; line-height:150%; }
.box .intro em {
	display: inline;
	text-decoration:underline;
}
.box h4 { font-size:3rem; text-align:center; line-height:150%; }

.tit { font-size:3rem; color:#fff; text-align:center; }
.tit dt { float:left; width:8%; color:#937344; background:#d4d1ff; }
.tit dd { float:left; width:65%; background:#937344; }

.box .intro dt {
	width: 22%;
	text-align: center;
	background: #4b3f35;
	color: #fff100;
}
.box .intro dd { width:76%; word-break:break-all; text-align:justify; }

.box1 .intro dt,.box3 .intro dt,.box5 .intro dt {
	background: #4b3f35;
}

.box2,.box4,.box6 { background:#fff; }
.box2 .intro p:first-of-type,.box4 .intro em,.box6 .intro em,.box9 .bd p em {
	text-decoration:underline;
}

.box7 p { word-break:break-all; text-align:justify; }

#showsPic { position:relative; }
#showsPic .parHd { position:absolute; right:20px; bottom:10px; }
#showsPic .parHd ul { float:right; }
#showsPic .parHd li { float:left; width:10px; height:10px; margin:0 2px; border-radius:100%; background:#fff; text-indent:-999em; overflow:hidden; }
#showsPic .parHd li.on { background:#ee0324; }
