/* 标准盒模型 */
.ttl{height:18px;}
.ctt{height:auto; margin-left:15px; margin-right:15px;padding:2px;clear:both;border-top:0;text-align:left;}
.w760{margin:20px 0;clear:both;width:690px;/*这里调整整个滑动门的宽度*/}

/* TAB 切换效果 */
.tb_{background-image: url('/images/barbg_tab.gif'); background-repeat: repeat-x;background-color: #ffffff;}
.tb_ ul{height:24px;}
.tb_ li{float:left;height: 24px;line-height:1.9;width: 75px;cursor:pointer;}

/* 用于控制显示与隐藏的css类 */
.normaltab    { background-image:url('/images/normal_tab.gif'); background-repeat: no-repeat; color:#1F3A87 ;}
.hovertab     { background-image: url('/images/hover_tab.gif'); background-repeat: no-repeat; color:#1F3A87; font-weight:bold }
.dis{display:block;}
.undis{display:none;}
