@charset "utf-8";
/* CSS Document */
/* ---html、body100%--- */
/* ---默认字体9pt--- */
div, table {font-size: 14px;}
/* ---div居中、div背景--- */
* {padding:0;margin:0;}
body, td, th, div, input, ul, li {font-family:"微软雅黑", "宋体";}
p {padding:0;margin:0;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
li {list-style:none;}

.ellipsis25 {display: block; width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
