@CHARSET "UTF-8";
@import url(/static/comm/css/page.w.css);
.ct{
	padding-bottom: 30px;
}
.indicateBox {
	margin: 0 20px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-radius: 5px;
}
.indicateTitle {
	font-size: 24px;
	font-family: 'Microsoft YaHei';
	text-align: center;
	padding: 20px 0;
}

#indicateCt .item{
	margin-bottom: 60px;
	word-break: break-all;
}
#indicateCt .item:last-child{
	margin-bottom: 20px;
}
#indicateCt .item .title{
	font-weight: bold;
}
#indicateCt img {
	max-width: 100%;
}
#indicateCt a {
	color: #00f;
}
#indicateCt a:HOVER {
	color: #ff8400;
}
