﻿

/* 积分导航 */
#testTop{ margin:auto;width:100%; height:auto; border-top:1px #EEE solid; }
.testPath{ width:980px; margin:auto; text-align:left;height:50px; line-height:50px; color:#999; }
.testPath i{ font-style:normal;color:#444; }
.testPath a{ color:#444; } 
.testPath a:hover{ color:#3377CC; text-decoration:underline; } 



/* 列表 */
.aboutMain{ width:978px; margin:auto; height:auto;text-align:left;  background-color:#F5F5F5;border:1px #DFDFDF solid;overflow:hidden; }
.aboutMainl{ float:left;width:150px; height:auto; padding:10px 0px; }
.aboutMainl ul li{ float:left;width:150px; height:35px; line-height:35px; text-align:center; }

.aboutMainr{ float:left;width:788px; height:auto; background-color:#FFF; padding:20px; padding-top:10px; }
.aboutMainrt{ float:left; width:788px; height:30px; line-height:30px;border-bottom:1px #EEE solid; font-size:14px;  font-weight:bold; color:#0868C8; }
.aboutMainrc{ float:left; width:788px; height:auto; padding-top:10px; }

.aboutOver{ background-color:#FFF; font-weight:bold;border-top:1px #EEE solid;border-bottom:1px #EEE solid; }
.aboutOver a{ color:#0868C8 }