/*关于线路介绍
------------------------------*/
#xl {
/*----height: 455px;出现合适的内框，控在1屏内
overflow-x:hidden;
overflow-y:scroll;
scrollbar-face-color: #fff;
scrollbar-arrow-color:#d7000f;
scrollbar-3dlight-color:#d7000f;
scrollbar-darkshadow-color:#d7000f;
scrollbar-highlight-color: #ccccb8;
scrollbar-shadow-color:#fff;----*/
}
#xl table {
width: 750px;
font-size: 12px;/*-要单独定义，没有继承 body-*/
line-height: 180%;
border-collapse:collapse;/*-叠加边框没有间距-*/
text-align: center;/*-要单独定义，没有继承 body-*/
}
#xl caption {
color: #fff;
background: #d7000f;
font-size: 14px;
font-weight: bold;
padding: 15px 0;
}
#xl th,#xl td {
padding: 5px 0;
border-right: 1px dashed #ccccb8;
border-bottom: 1px solid #ccccb8;
}
#xl tr:hover {background:#000;
}
#xl table a:link {color: #d7000f; text-decoration: underline;
}
#xl table a:visited {color: #96a09a; text-decoration: underline;
}
#xl table a:hover {color: #96a09a; text-decoration: none;
}

