/*=====================ÁªÏµÄ¦¿¨=========================*/
.innerContent{}

.nowVisiting {
	line-height: 35px;
}
.nowVisiting strong{
	color: #000;
}
.nowVisiting span{
	float: right;
	height: 30px;
	
}

h2.contactTit{
	background-color: #452b7e;
	color: #FFF;
}
.contentBox{
	margin-bottom: 20px;
	line-height: 21px;
}
.contentBox .aboutMoka{
	float: left;
	width: 400px;
}
.contentBox .aboutMoka h3{
	background-image: url(../bg/about_moka_tit.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 120px;
	width: 360px;
}
.contentBox .MokaImg{
	float: right;
}
ul.contactInfo{}
ul.contactInfo li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
}





.bus{
	background: url(../bg/bus.gif) no-repeat 10px top;
	height: 300px;
	padding-left: 140px;
}
.bus ul{
	line-height: 25px;
}
.bus ul li{
	float: left;

}
.bus ul li a{
	width: 110px;
	display:block;
	background: url(../bg/bus_dot.gif) no-repeat left top;
	padding-left: 12px;
	color: #999;
}
.bus ul li a:hover{
	background-position: left bottom;
	color: #BF0000;
}