/* top */
.indexA
{
	max-width: 100%;
	
}

.floatL{float:left;}
.floatR{float:right;}

.clearBoth{clear:both;}

.topRows2 { max-width:49%; margin-bottom:10px;}




.divDecoration{
	
	border-bottom: 1px solid #1155cc; padding-bottom: 2px; margin-bottom: 5px; margin-top: 5px; font-size:18px; font-weight: bold; color: #1155cc;
	
}


.marginTop10{
	margin-top: 10px;
}


#recommendTop{ max-width:100%; }

#recommendTop ul {
margin:0px;
padding:0px;
clear:both;
}

#recommendTop li {
list-style-type:none;
margin:0px;
padding:0px 10px 0px 0px;
float:left;
max-width:25%;
}

@media screen and (max-width: 980px) {

.indexA img
{
max-width:100%;
height:auto;
}

}