﻿/*全局设置*/
*{ font-family:Times New Roman, Times, serif;font-size:12px} /* 所有的元素初始化字体定义 */
body{ text-align:left; margin:0 auto} /* 容器居中显示 */
ul { list-style:none; margin-left:5px; padding:0;}/* 所有列表清除默认的样式 左边缩进5px */
div,li{ overflow:hidden;text-overflow:ellipsis;font-size:12px}/* 单行内文字溢出时隐藏 用....表示 */
.bodytext {font-style: normal;line-height: normal;color: #666666;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;}/*普通文本的样式*/
/* ---------注意link visited hover active的顺序 一般来说设置link和visited 就够了---------*/
a{font-style: normal;line-height: normal;text-decoration: none; font-size:12px;line-height: normal;font-family: Verdana, Arial, Helvetica, sans-serif;} /* 所有链接的的样式*/
a:link {color: #000000;}/*最开始时链接的样式*/
a:visited {color: #333333;text-decoration: none;} /*访问过的链接的样式*/
a:hover {color: #A30003;}/*鼠标经过时的链接样式*/
a:active {color: #666666;}/*活动的链接的样式*/
#eof,.eof { font-size:14px; font-weight:bold; color:red; height:50px; line-height:50px; width:100%; text-align:center;}/*数据库为空时提示信息的颜色和样式*/

/*----------新闻列表--------------*/
#news { display:block; width:100%; height:100%;}/*新闻页面的大小 设置块级显示*/
#news li { display:inline;height:20px; line-height:20px; margin:2px 0;}/*列表在一行内显示 行高和高度一样 20px*/
#news li a{ display:block;height:20px; line-height:20px; padding-left:20px; color:red;}/*新闻标题的链接样式 */
#news li span { float:left; cursor:pointer;} /* 新闻标题的样式 鼠标经过的时候 显示手形*/
#page {display:block; width:100%; padding-left:270px; }/*翻页程序样式*/
.title { display:block; width:100%; text-align:center; line-height:30px; height:30px;}
.back { width:100%; display:block; text-align:right;}/*放回 按钮 的样式*/
.ptitle {width:75%; cursor:pointer; height:25px; line-height:25px;} /*动态的标题的样式 宽度 鼠标经过的样式  手形*/
.biaoti {width:75%;  height:25px; line-height:25px;}/* 第一个li。不带链接 */
.ttitle {width:60%; cursor:pointer;overflow:hidden;text-overflow:ellipsis; height:25px; line-height:25px;} 
/*动态的标题的前面列表样式 宽度 鼠标经过的样式  手形 超出宽度的部分的字符隐藏 用...表示*/
.bsbs { background:#ccc;color:#fff;}/*动态的标题鼠标经过时候的 背景色 */
.bsbs span{ color:#fff; }/*动态的标题鼠标经过时候的 字体 颜色 */
#bs li { border-bottom:1px solid #666;} /*动态的标题鼠标经过时候的 边框样式 底部下划线 */

/* ---------内容---------*/
#content{overflow:auto; margin:5px 5px;white-space:normal;} /*文本区域 溢出出现滚动条 边距为5px*/
#content p { text-indent:2em;} /*文本内容缩进2个字*/

.list td  { background:url(../image/images/about_18.jpg) left center no-repeat; text-align:center;}
.list td a { display:block; height:31px; line-height:31px;}
