.wordh1{text-align: center;}
.word-box{border: 1px solid #edfff4;margin-top:20px;}
.word_tit{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size:20px;
	border-bottom: 1px dashed #ddd;
}

.word_tit span{
	float: left;
	width: 47%;
	text-align: left;
	padding-left: 30px;

}
.word_tit em{
	float: left;
	width: 20%;
	font-style: normal;
}
.word_tit i{
	float: left;
	width: 30%;
	font-style: normal;
}
.word_area li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	color: #FFFFFF;
}
.word_area li a{
	float: left;
	width: 47%;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	color: #FFFFFF;
	background: url(../images/icon.png) no-repeat 7px center;
	padding-left: 30px;
}
.word_area li:hover{background: #edfff4;}
.word_area li:hover a{color:#19BB9B; transform: scale(1.1);}
.word_area li em{
	float: left;
	width: 20%;
	text-align: center;
	font-style: normal;
	color: #f08300;
}
.word_area li:hover i{color: #19BB9B;}
.word_area li i{
	float: left;
	width: 21%;
	text-align: center;
	font-style: normal;
}

/*page_area*/
.page_area {
	padding: 0 0 25px;
	text-align: center;
	margin-top: 20px;
}
.page_area a {
	border:1px solid #FFFFFF;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0 10px;
	display:inline-block;
 	*display:inline;
 	*zoom:1;
	color:#FFFFFF;
	border-radius: 6px;
}
.page_area a:hover{
	color:#19BB9B;
	background: #FFFFFF;
}
.page_area a.curent{
	background:#1d7ad9;
	color:#fff;
}
.page_area a.next_page {
	width:60px;
}
.dy_text{
	position: relative;
	margin-bottom: 40px;
}
.dy_text span{
	background:url(../img/teacher.png) no-repeat;
	display: block;
	width: 109px;
	height: 161px;
	position: absolute;
	top: 12px;
	left: -8px;
}
.dy_text p{
	font-size: 16px;
	color: #fff;
	text-indent: 2em;
	border: 2px dashed #edfff4;
	border-radius: 10px;
	padding: 30px;
	line-height: 30px;
	padding-left: 110px;
}
.composition-city{height:auto; background: #EDFFF4; border-radius: 8px; color:#333333; padding:10px 20px; margin-bottom: 30px;}
.composition-city h3{height: 50px; line-height: 50px; color: #19BB9B; border-bottom: 2px dashed #19BB9B;}
.composition-city p{ text-indent: 2em; font-size: 16px; line-height: 30px; padding: 10px 0;}
.composition-city a{color: red; }
