@charset "utf-8";


#content{
 width:1200px;
 height:auto;
 margin:0 auto;
}
#left{
 width:220px;
 height:auto;
 float:left;
 margin-top:15px;
 margin-bottom:10px;
 border:1px solid #e3e3e3;
 
}
#left-top{
 width:220px;
 height:40px;
 line-height:40px;
 text-align:center;
 font-size:18px;
 background:#28ab99;;
}
#left-dow ul li{
 width:220px;
 height:35px;
 line-height:35px; 
 border-bottom:1px solid #e3e3e3;
 background:#FFF;
 float:left;
 text-align:center;
}
#left-dow ul li a{
 color:#414746;
 font-size:16px;
 display:block;
 width:220px;
 height:35px;
 
}
#left-dow ul li a:hover{
 background-color:#28ab99;;
 color:#ffffff;
 cursor:pointer;
}
#right1{
 width:965px;
 float:right;
 min-height:520px;
 margin-top:15px;
 margin-bottom:10px;
 border:1px solid #e3e3e3;
}
#right-top{
 width:965px;
 height:38px;
 background:#fff;
 border-bottom:2px solid #28ab99;
}
#right-dow{
 width:965px;
 min-height:480px;
 background:#FFF;
}
#right-dow a{
 color:#000;
}

#right-dow ul li{
 background-image:url(../images/10.jpg);
 background-position:5px center;
 background-repeat:no-repeat;
 color:414746;
 font-size:16px;
 width:950px;
 height:40px;
 line-height:40px;
 border-bottom:1px solid #e3e3e3;
 padding-left:20px;
}
#aaa{
 color:#28ab99;
 width:300px;
 height:40px;
 line-height:40px;
 font-size:18px;
 float:left;
 font-weight:bold;
 text-align:center;
}
#bbb{ 
 color:#28ab99;
 width:620px;
 height:40px;
 line-height:40px;
 font-size:16px;
 float:right;
 text-align:left;
}