/*今日关注*******************************************/
.jrht{
    background:url(jrht.gif) no-repeat;
	width:72px;
	height:40px;
}
/*政务公开*******************************************/
.an_01 DIV {
	BACKGROUND: url(an_01.gif) no-repeat;
	WIDTH:88px;
	LINE-HEIGHT:30px;
	HEIGHT:28px;float:center;
	TEXT-ALIGN:center;
}
.an_01 DIV A {
	TEXT-DECORATION: none;
}
.an_01 DIV A:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: underline;
}
/*政策法规*******************************************/
.an_02 DIV {
    margin-top:3px;
    margin-right:0px;	
	WIDTH:132px;
	LINE-HEIGHT:28px;
	BACKGROUND: url(an_02.gif) no-repeat;
	HEIGHT:27px;
	float:right;
	TEXT-ALIGN:center;
}
.an_02 DIV A {
	LINE-HEIGHT:28px;
	TEXT-ALIGN:center;
}
.an_02 DIV A:hover {
	WIDTH:132px;
	HEIGHT:27px;
	LINE-HEIGHT:28px;
	BACKGROUND-COLOR:#3C7EAE;
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
/*自动切换触显*******************************************/
.ppMenuHere {
    BACKGROUND: url(ty2.gif) no-repeat;
	color:#fff;
	width:63px;
	height:28px;
	}
.ppMenu {
    BACKGROUND: url(ty1.gif) no-repeat;
	color:#0D2338;
	width:63px;
	height:28px;;
}
.dragTable .text1 {
        float:left;
 	    padding-left:0.6em;
}
.dragTable .head .text1{
	padding-top:9px;
	text-align:center;
}

/* 对联广告 ********************************************/
.gifdlright {
	Z-INDEX: 10; RIGHT: 5px; BACKGROUND: #ffffff; FLOAT: right; WIDTH: 100px; POSITION: absolute; TOP: 10px; ; TOP: expression(offsetParent.scrollTop+200); HEIGHT: 200px
}
.gifdlleft {
	Z-INDEX: 10; BACKGROUND: #ffffff; LEFT: 5px; FLOAT: left; WIDTH: 100px; POSITION: absolute; TOP: 10px; ; TOP: expression(offsetParent.scrollTop+200); HEIGHT: 200px
}
.gifdlright2 {
	Z-INDEX: 9; RIGHT: 5px; BACKGROUND: #ffffff; FLOAT: right; WIDTH: 100px; POSITION: absolute; TOP: 10px; ; TOP: expression(offsetParent.scrollTop+380); HEIGHT: 200px
}
.gifdlleft2 {
	Z-INDEX: 9; BACKGROUND: #ffffff; LEFT: 5px; FLOAT: left; WIDTH: 100px; POSITION: absolute; TOP: 10px; ; TOP: expression(offsetParent.scrollTop+380); HEIGHT: 200px
}
/*新闻中心栏目头条*******************************************/
.xw{
    padding-top:4px;
    BORDER: #ffcc84 1px solid;
    MARGIN: 0px 0px 8px 0px;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #fff9dc;
}
.xw1{
    padding-top:4px;
    BORDER: #ffcc84 1px solid;
    MARGIN: 0px 0px 8px 0px;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #fff;
	padding-left:3px;
	padding-right:3px;
}
/********************************************
右下角滚动栏
*********************************************/
.yxj1{
position:absolute;
right:0px;
width:240px;
height:186px;
background:url(zygg.gif) repeat-y;
}
.yxj2{
text-align:right;
padding-top:8px;
margin-right:7px;
text-decoration:none;
}
.yxj3{
text-align:left;
padding-top:8px;
margin-left:26px;
line-height:150%;
}
/********************************************
以下为所有风格通用样式
margin: 0;padding: 0;设置外边距,内边距空隙都为0
font-size: 12px;为字体大小.一般表格内的,不受他控制
li,ul设置list-style: none;主要是取消默认的小圆点.不太好看
*********************************************/
body{
	margin: 0;
	padding: 0;
	background:url(bodypic.gif) center 50%;
}

form, ul, img, li, p, dl, dd, dt ,h,td,th,h3,div{
	margin: 0;
	padding: 0;
	font-size:12px;
    color: #0D2338;
	border:0px
}
li,ul{
	list-style: none;
}

/******************************************
TD中的color: #333333;为没有超级链接的字体颜色
VERTICAL-ALIGN: top;表格里的内容居顶
text-align:left;表格里的内容居左
*******************************************/
TD{
	color: #002A02;
	VERTICAL-ALIGN: top;
}
/******************************************
border:1px solid #C5D7F2; 表单边框为1个像素的实线,
要为虚线改solid为dotted,要换颜色改#C5D7F2
可以自定义背景颜色
background:#eee;
*******************************************/
input,textarea{
	border:1px solid #C5D7F2;
}
/******************************************
网页整体宽度
******************************************/
.wrap{
	width:980px;
	margin:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	background:url(bodypic.gif) center;
}
/******************************************
广告
******************************************/
#banner_ad{
	margin-top:3px;
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#FAFBFD', endcolorstr='#FFFFFF', gradienttype='0');
}
.ad_js { 
    float:left; 
    display:block; 
    width:48%; 
    height:18px; 
    overflow:hidden; 
} 
.ad_js a { 
    background:url(arrow.gif) 0 -1px no-repeat; 
    padding-left:6px; 
} 
/******************************************
font-size: 12px;超级链接字体大小
color:字体颜色
text-decoration: none;没有下画线.要有下画线.改none为underline
a 为统一超级链接,
a:link没有点击过的超级链接样式
a:visited 被点击过的超级链接样式
a:hover 鼠标指向时的超级链接样式
a:active 被用户激活(在鼠标点击与释放之间发生的事件)时的样式.少用
*******************************************/
a{
	font-size:12px;
}
a:link{
	color: #0D2338;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FF0000;
}
a:visited{
	text-decoration: none;
	color: #0D2338;
}

a:active{
	text-decoration: none;
}
a:link font{
	text-decoration: none;
}
a:hover font{
	text-decoration: underline;
	color: #FF0000;
}
a:visited font{
	text-decoration: none;
	color: #0D2338;
}

a:active font{
	text-decoration: none;
}
/******************************************
  触显功能的样式
*******************************************/
.hott_off{
  color:#fff;BACKGROUND: url(yt1.gif) no-repeat; width:63px;height:28px;
}
.hott_off a{
  color:#fff;
}
.hott_off a:visited{
	text-decoration: none;
	color: #fff;
}
.hott_on{
  color:#0D2338;BACKGROUND: url(yt2.gif) no-repeat; width:63px;height:28px;
}
.hott_on a{
  color:#0D2338;
}
.hott_on a:visited{
	text-decoration: none;
	color: #0D2338;
}
.hott_on a:hover{
	text-decoration: underline;
	color: #FF0000;
}
.hot_off {
   BACKGROUND: url(ty1.gif) no-repeat; width:63px;height:28px;
}
.hot_off a{
  color:#0D2338;
}
.hot_on {
   BACKGROUND: url(ty2.gif) no-repeat; width:63px;height:28px;
}
.hot_on a{
  color:#fff;
}
.hot_on a:visited{
	text-decoration: none;
	color: #fff;
}
.hot_on a:hover{
	text-decoration: underline;
	color: #fff;
}
.hotop_off {
  color:#0D2338;
}
.hotop_off a{
  color:#0D2338;
}
.hotop_off a:visited{
	text-decoration: none;
	color: #0D2338;
}
.hotop_on {
  color:#0D2338;
}
.hotop_on a{
  color:#0D2338;
}
.hotop_on a:visited{
	text-decoration: none;
	color: #0D2338;
}
.hotop_on a:hover{
	text-decoration: underline;
	color: #0D2338;
}

.text {
   padding-top:9px;
   text-align:center
}

/******************************************
政务公开
*******************************************/
.someclass {
	border:1px #8AA5D2 solid;
	background-color : #FEFCF5;
	margin-top:3px;
	height:22px;
}

.lass {
	padding-top :7px;
	padding-left :5px;
	
}
.lass1 {
	padding-top :3px;
	padding-left :5px;
}	
.someclasss {
	border:1px #8AA5D2 solid;
	background-color : #FEFCF5;
	margin-top:3px;
	height:29px;
}
.classs {
	border:0px #8AA5D2 solid;
	background-color : #FEFCF5;
	margin-top:3px;
	width:98%
}
.lasss {
	padding-top :3px;
}
.picg {
	margin-top:4px;
}
.new {
	margin-top:3px;
    border:1px #FFF solid;
	padding:6px 3px 0px 3px;
}
.new1 {
    border:0px #FFF solid;
	padding:6px 3px 0px 3px;
}
/******************************************
翻动图片文字
*******************************************/
.headh{
    float:left;
	margin-left:0px;
	width:741px;
    height:73px;
	margin-top:	4px;
	background:url(hd2.gif) repeat-x top;
}
.txt {
	padding-top:5px;
}
.txt1 {
	padding-top:4px;
	padding-left:0px;
}

.txt2{
	font-size: 26px;
	font-weight:bold;
	letter-spacing:2px;
	font-family: 黑体;
}
/********************************************
搜索按钮
*********************************************/
.btn_style_s {
   background:url(btn_bg_s.gif) no-repeat;
   width:42px;
   height:20px;
   text-align:center;
   color:#0D2338; border:0;
   cursor:pointer;
   padding-top:3px;}
/******************************************
#toplogin 网页顶部登录框表格ID编号
background表格背景颜色
height高度
*******************************************/
#toplogin{
	border:0px solid #C5D7F2;
	height:16px;
}
#toplogin .jstime{
    margin-top:1px; 
    margin-right:3px; 
} 
#toplogin .login{ 
    margin-top:1px; 
    margin-right:3px; 
}
/******************************************
#topss 搜索框表格ID编号
*******************************************/
#topss{
	border:1px #C8D9F2 solid;
}
.topsss{
    border:1px #C5D7F2 solid;
    BACKGROUND: #CEDBED;
	font-size: 12px;
    COLOR: #0D2338;
    padding-top:1px;
    height:18px
}
/******************************************
#toplogin input.login_name用户名表单,
#toplogin input.login_pwd密码表单,写在一行,用,号分开共用样式
width:90px;表单宽
height:15px;表单高
*******************************************/
#toplogin input.login_name,#toplogin input.login_pwd{
	width:80px;
	height:13px;
    border:1px solid #2A90C8;
}

/******************************************
#toplogin input.login_sub提交按钮表单,
width:90px;表单宽
height:13px;表单高
background:#D2E4FC;	背景颜色
*******************************************/
#toplogin input.login_sub{
	width:40px;
	height:19px;
	background:#76B9DD;
	color:#fff;
	border:1px solid #2A90C8;
}
/******************************************
#header div 头部LOGO与广告图的容器,
float:left;靠左排列
#header div.ad广告容器,样式指定了靠右
*******************************************/
#header div{
	float:left;
}
#header div.ad{
	float:right;	
}
/******************************************
#header头部大表格
margin-bottom:10px;与下面的表格距离10像素
border-top:#C5D7F2 1px solid;表格上方一个像素的实线,颜色为#C5D7F2,
可以把solid改成虚线dotted
#header td 大表格内的TD
padding-top:8px;上方留空8个像素
*******************************************/

#header{
	margin-bottom:0px;
	border-top:#FFF 5px solid;
	background:url(top_bg.png) right;
}
#header td{
	padding-top:5px;
	padding-bottom:0px;
}

/******************************************
#guide头部网站导航表格编号
margin-top:5px;与上方表格距离5像素
border:1px #6B92D6 solid;边框样式solid改为dotted则为虚线
height:28px;高度
background:#D2E4FC;背景颜色
#guide td导航表格内部TD容器
border:1px solid #FFF;内边框样式
padding:6px 3px 4px 3px;导航文字与上右下左的距离
*******************************************/
#guide{
	margin-top:2px;
	border-top:0px #fff solid;
	border-bottom:0px #3B7DC0 solid;
	background:#fff url(guide.png);
	height:30px;
	width:980px;
}
#guide td{
	border-top:0px solid #FFFFFF;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	padding:9px 3px 3px 3px;
	color:#fff;
}
#guide td div{
    text-align:left;
	margin:auto;
	color:#fff;
}
#guide td a{
	color:#fff;
}
#guide2{
	background:#F5FAFE;
	height:22px;
	border-bottom:0px #3B7DC0 solid;
}
#guide2 td{
	padding-top:6px;
	padding-left:2px;
}
.nav_guide{
	border:1px solid #C5D7F2;
	margin-top:3px;
	margin-bottom:2px;
}
.nav_guide td{
	padding:5px;
	background:#F0FBEB;
}

.chooseGuide{
	border-bottom:2px dotted #fff;
}

.bks {
	BORDER: #C5D7F2 1px solid;
	height:88px;
}
.rm div{
   color: #0D2338;
   text-align:center
}
.rmss {
	margin-top:10px;
}
.zy {
   color: #0D2338
}
/******************************************
整体大表格之间的间隙
******************************************/
.MainTable{
	margin-top:1px;
}
/******************************************
.MainTable .guide样式导航表格样式
margin-top:5px;与上方表格的距离
border:1px #3B7DC0 solid;边框样式,solid可更换成dotted虚线
height:20px;表格高度
background:#F5FAFE;表格背景颜色

.MainTable .guide td{ padding:5px; 表格内的文字距离四周的间距
可改成 padding:5px 0 0 0;指上右下左
*******************************************/

.MainTable .guide{
	margin-top:3px;
	height:30px;
	border:1px #BECDE5 solid;
	background:#F5FAFE;
}
.MainTable .guide td{
    background:#fff;
	padding-top:7px;
	padding-left:1em;
}
/*****************************************************************
内容大表格模块样式
width:100%;占满整个空间宽度
margin-top:5px;与上一个表格间距为5个像素
overflow:hide;内容超过时,将隐藏.不过上面用百分比,一般这里设置无效.
只有上面用具体像素,这里才生效
border:1px #3B7DC0 solid;框样式,1个像素,可以改solid为虚线dotted,要取消边框改1px为0px
******************************************************************/
.Main .dragTable{
    background:#fff;
	width:100%;
	margin-top:3px;
	overflow:hide;
	border:0px #A7CAFA solid;

}
.Side .dragTable{
    background:#fff;
	width:100%;
	margin-top:3px;
	overflow:hide;
	border:0px #3B7DC0 solid;
}
.Main .dragTable .middle{
        background:#fff;
        border:1px #C5D7F2 solid;
        margin-top:3px;
	    padding-top:0px #3B7DC0 solid;
}
.Side .dragTable .middle{
        background:#ffffff;
        border:1px #C3D5FD solid;
        margin-top:3px;
	    padding-top:0px #3B7DC0 solid;
}
/******************************************
内容表格模块头部样式
background:#D2E4FC;背景颜色
height:20px;高度
padding-left:1em;字体与左边距离
padding-top:7px;字体与上方距离
border:1px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多
******************************************/
.dragTable .head{
	height:28px;
	padding-left:0em;
	padding-top:0px;
	border:0px #FFF solid;
	background:url(top_center.gif) repeat-x top;
}
.dragTable .head .L{
	width:26px;
	height:28px;
	float:left;
	background:url(top_left.gif) no-repeat;
}
.dragTable .head .R{
	width:4px;
	height:28px;
	float:right;
	background:url(top_right.gif) no-repeat;
}
.dragTable .head .TAG{
	padding-top:9px;
	color: #0D2338;
	font-weight:bold;

}
.Side .dragTable .head{
	height:28px;
	padding-left:0em;
	padding-top:0px;
	border:0px #FFF solid;
	background:url(ltop_center.gif) repeat-x top;
}
.Side .dragTable .head .L{
	width:23px;
	height:28px;
	float:left;
	background:url(ltop_left.gif) no-repeat;
}

.Side .dragTable .head .L1{
	width:23px;
	height:28px;
	float:left;
	background:url(ltop_left1.gif) no-repeat;
}
.Side .dragTable .head .R{
	width:3px;
	height:28px;
	float:right;
	background:url(ltop_right.gif) no-repeat;
}
.Side .dragTable .head .TAG{
	padding-top:7px;
	float:left;
    color: #E16606;
	font-weight:bold;
}
/******************************************
模块主题文字
float:left;居左,
可以设置为粗体 font-weight:bold;颜色为color:#000;
******************************************/
.dragTable .TAG{
        float:left;
 	    padding-left:0em;
        margin-bottom:0.1em; 
		color: #0D2338;
		font-weight:bold;
}
.dragTable .TAG a{
        float:left;
 	    padding-left:0em;
        margin-bottom:0.1em; 
		color: #0D2338;
		font-weight:bold;
}
.Side .dragTable .TAG{
        float:left;
        padding-left:0.1em;
        font-weight:bold;
        color:#E16606;

}
.Side .dragTable .TAG a{
        float:left;
        font-weight:bold;
        color:#E16606;
        padding-left:0.2em;
	
}

/*文章列表的更多*/

.dragTable .more a{
	color:#0D2338;
	margin-right:1em;
        margin-top:0.7em; 
}
.dragTable .more{
        margin-top:0.7em; 
}
/******************************************
右边窄表格模块样式
width:98%;宽度
line-height:17px;字体行高
******************************************/
.MainTable .Main .dragTable{
	width:100%;
}
.MainTable .Side .dragTable{
	width:98%;
}

.MainTable .Side .dragTable .middle{
	line-height:22px;
}
.MainTable .Main .dragTable .middle{
	line-height:22px;
}
/******************************************
内容模块主体部分
padding:8px;距离四周距离为8个像素,
可以改成更具体些的padding:8px 0 0 0;即上右下左的距离
line-height:20px;行高,即是使用<br>换行符时的文字行高
******************************************/

.dragTable .middle{
	padding:6px 5px 0px 5px;
	height:20px;
	line-height:22px;
	border:1px solid #BECDE5;
}
/******************************************
右边窄表格最新,最热的内容样式.
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
通过设定固定宽度,使控制自动隐藏超出边界的内容自动隐藏,用省略号表示
只对<ul><li>有效
******************************************/

.MainTable .Side .dragTable .middle ul li{
    width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}

/******************************************
右边窄表格最新,最热的标题样式.
必须<ul><li>有超链接的才有效
display:block;定义链接为实体,方便做效果处理
margin-left:4px;文字与左边大表格边框的距离
text-indent:0.6em;文字与小图标的距离
background:url(title_icon3.gif) no-repeat left;	右边列表,最热,最新等等标题前面的小图标
no-repeat 不平铺 left;背景居左
******************************************/
.MainTable .Side .dragTable .middle ul li a{
	display:block;
	margin-left:4px;
	line-height:22px;
	text-indent:1.3em;
	background:url(title_icon3.gif) no-repeat left;
}
/******************************************
列表页,包括首页,文章子栏目文章表格样式,表格高度
******************************************/
#AutoRows .dragTable .middle{
	height:120px;
	padding-top:7px;
	padding-left:10px;
}
/******************************************
列表页,包括首页,文章子栏目文章标题样式
	width:300px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
定义width指定宽度.是为了自动隐藏超出边界的标题.用百分比不能控制
line-height:18px;行高
text-indent:0.6em;文字小图标的距离
background:url(title_icon3.gif) no-repeat ;标题前的小图标
background-position: 0 40%;	小图标X,Y的坐标
******************************************/
#AutoRows .dragTable ul li{
	width:308px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:22px;
	text-indent:1em;
	background:url(title_icon3.gif) no-repeat;
	background-position: 0 40%;
}
#AutoRows .dragTable .list_title{
	line-height:22px;
	text-indent:1em;
	background:url(title_icon3.gif) no-repeat;
        background-position: 0 40%;
}

/******************************************
文章中列表页中的图片主题,图片列表
.listpic每张图的占位空间
width:127px;占位宽度127像素
padding:3px 0 3px 4px;内间隙距离上右下左
float:left;居左排列
.listpic .title图片底下的标题样式
	width:127px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
固定了宽度,控制自动隐藏超出边界的文字
******************************************/
.listpic{
	width:123px;
	padding:0px 0 6px 4px;
	float:left;
}
.listpic .title{
	width:123px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
文章中列表页中的图片主题,图片内边框样式
border:1px #FFF solid;边框一个像素,为实线,可以改0px,即取消内边框
改solid为dotted即是虚线
******************************************/
.listpic img{
	border:1px #ccc solid;
	width:120px;
	height:90px;
}
/******************************************
文章中列表页中的图片主题,图片外边框样式
width:120px;	图片外边框宽
height:90px;    图片外边框高
display:block;	定义链接为实体利于加效果
text-align :center;	图片在边框内居中
border:1px #C5D7F2 solid;图片外边框样式,要取消边框,可以把1改0,
要加粗粗,把1改成更大的数,要用虚线,可以把solid改成dotted,要换颜色修改#C5D7F2为其他的
margin-bottom:5px;			与底部文字的距离
******************************************/

.listpic .img a{
	width:120px;
	height:90px;
	display:block;
	text-align :center;
	border:0px #fff solid;
	margin-bottom:4px;
}

/******************************************
文章列表
padding:7px 5px 0 5px;内间隙,上右下左的距离
border-bottom:1px dashed #C5D7F2;底部虚线,也可改为实线solid 或其他颜色
.listarticle span参数样式
******************************************/

.listarticle td{
	padding:7px 5px 0 5px;
	border-bottom:1px dashed #C5D7F2;
}
.listarticle span{
	display:block;
	float:left;
}

/******************************************
文章列表
文章标题样式
text-indent: 0.6em;与小图标的距离
background:url(title_icon3.gif) no-repeat left;小图标,居左不平铺
background-position: 0em 40%;小图标是背景,坐标位置
.listarticle span.time{float:right;}时间靠右显示
******************************************/

.listarticle span.title{
	text-indent: 1em;
	background:url(title_icon3.gif) no-repeat left;
	background-position: 0em 40%;
}
.listarticle span.time{
	float:right;
}

/******************************************
分页
******************************************/

.page{
	width:98%;
	margin-top:1em;
	clear:both;
}

.page a{
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #C5D7F2;
	padding:2px 4px 1px 4px;
}

/*****************************************************************
文章内容页
.content_word,.content_word p多种格式的控制内容的样式,字号为15像素
******************************************************************/
.content_word,.content_word p,.content_word a{
        font-size:18px;
        line-height:200%;
}
.content_word1 a{
        font-size:14px;
        line-height:200%;
}
.content_word a:link{
        color: #660000;
        text-decoration: none;
}
.content_word1 a:link{
        color: #000;
        text-decoration: none;
}
.content_word a:visited{
        text-decoration: none;
        color: #660000;
}
.content_word1 a:visited{
        text-decoration: none;
        color: #000;
}
.content_word a:hover{
        text-decoration: underline;
        color: #330099;
}
.content_word1 a:hover{
        text-decoration: underline;
        color: #330099;
}
.content_word a:active{
        text-decoration: none;
}
.content_word1 a:active{
        text-decoration: none;
}
/******************************************
display:block;定义为模块
width:98%;宽度为98%
margin:8px 8px 0 10px;与其他的外间隙上右下左的距离
height:100px;高度
overflow:hide;文字超过则隐藏,不过上面宽度只有设置成具体像素才生效.
border-bottom:1px #C5D7F2 dotted;底部边框为一个像素的虚线.改成solid则为实线,改成0px则取消边框
这里特别要注意的是.把宽度改成width:44%;增加一句float:left;就可以一行显示两个
******************************************/

.ListPhoto ul{
	display:block;
	width:44%;
        float:left;
	margin:8px 8px 0 10px;
	height:100px;
	overflow:hide;
	border-bottom:1px #C5D7F2 dotted;
}
/******************************************
图片与介绍文字是左右并排
******************************************/

.ListPhoto ul li{
	display:block;
	float:left;
}
/******************************************
图片容器样式,
width:122px;宽
border-right:1px #C5D7F2 dotted;容器右边样式,改dotted为solid则为实线,把1px改为0则取消边框
******************************************/

.ListPhoto ul li.img{
	width:122px;
	border-right:1px #C5D7F2 dotted;
}
/******************************************
图片内边框样式
******************************************/

.ListPhoto ul li.img img{
	border:1px solid #C5D7F2;
}

/******************************************
图片外边框样式
	display:block;	定义为实体,方便加效果
	width:120px;	宽
	height:90px;	高
	text-align :center; 图片居中
	background:#eee;	背景颜色,只有图片太小时,才看得到效果.
	border:1px solid #333; 外边框样式,可改solid为dotted虚线.取消边框的话.改1px为0
******************************************/

.ListPhoto ul li.img a{
	display:block;
	width:120px;
	height:90px;
	text-align :center;
	background:#eee;
	border:1px solid #333;
}
/******************************************
图片的相关文字样式
margin-left:1em;与左边距离1个汉字距离
******************************************/

.ListPhoto ul li.word{
	margin-left:1em;
}
/******************************************
图片的相关文字样式
display:block;做为实体,每个占一行,
overflow:hide,文字超出边界,自动隐藏.一般只有设置了宽度时才生效
******************************************/

.ListPhoto ul li.word span{
	display:block;
	overflow:hide;
}
/******************************************
图片的相关文字,超级链接的文字加粗显示
******************************************/

.ListPhoto ul li.word span.title a{

}
/**************************************************
评论
***************************************************/

#comment .content{
	border:dotted 1px #ccc;
	margin-bottom:10px;
}
#comment .content .word{
	border-bottom:solid 0px #ccc;
	padding-left:5px;
}

#comment .content .info{
	padding:2px 0 0 5px;
}
.lc{
	 color: #0D2338;
}
.plc{
	 color: #660000;
}
/*********************************************************
网页底部
**********************************************************/

#footer{
	border-top:#CBCBCB solid 1px;
	margin-top:3px;
}
#footer td{
	padding:1em 0 1em 0;
}
/***********************************************************
间隔条
*************************************************************/
.Space{
	height:23px;
	margin-top:3px;
	background:url(space_bg.jpg);
}
.Space .L{
	padding:5px 0 0 5px;
	color:#FFF;
}
.Space .L{
	float:left;
}
.Space .R{
	padding:5px 5px 0 0;
	float:right;
}
/**************************************************************
AJAX在线编辑DIV容器
这个会员看不到.只是版主管理员才可以看到.这是后台风格
一般不必修改了.修改了会员也看不到
***************************************************************/
#AjaxEditTable{
	border:1px solid #BEDDFF;
	background:#FFF;
}
#AjaxEditTable .head{
	height: 21px;
	background: #DBEAFF;
	border-bottom:1px solid #BEDDFF;
	padding:3px 5px 0 7px;
}
#AjaxEditTable .head a{
	color:#FFF;
}
#AjaxEditTable .head span{
	DISPLAY: block; 
	FLOAT: right;
}
#AjaxEditTable .middle{
	background:#FFF;
	line-height:22px;
	padding:5px;
}
#AjaxEditTable .middle input,#AjaxEditTable .middle textarea{
	border:1px solid #BEDDFF;
	background:#FFF;
}
.content_word img,.content_word p img { 
cursor:pointer; 
} 

/**************************************************************
其他
***************************************************************/
#listsp{
	width:99%;
}
#listsp .sptd{
	border-bottom:1px dotted #C5D7F2;
	padding-top:5px;
}
#listsp .pic{
	padding:3px 1em 0.5em 5px;
}
#listsp .title{
	padding-bottom:0.2em;
}
#listsp .title a{
	color:#990000;
}
#listsp .pic img{
	border:1px solid #333;
}
#spshow .about{
	color:#990000;
}


/*列表栏目名称*/
.showsortname{
	background:url(../default/article_elite.gif) no-repeat 0.3em 0;
	padding-left:0.3em;
	text-indent:1.5em;
	float:left;
}


/*列表页,标题+图片+内容的显示样式*/
.list_sortTCP{
	margin-bottom:12px;
	width:99%;
}
.list_sortTCP .pic{
	padding-right:1em;
}
.list_sortTCP .content{
	border-bottom:1px dotted #C5D7F2;
	text-indent:2em;
}

/*列表页,标题+内容的显示样式*/
.list_sortTC{
	margin-bottom:5px;
	width:99%;
	border-bottom:1px dotted #C5D7F2;
}
.list_sortTC .content{
	text-indent:2em;
}

/*下拉菜单的背景颜色与透明度设置*/
#menuTable{
	background:#fff;
	border:1px solid #7F9DB9;
	filter:Alpha(Opacity=88);
	width:68px;
}
#menuTable td{
	padding:6px 2px 6px 2px;
	line-height:18px;
    text-align:center;
}
#menuTable a{
  color:#0D2338;
}
#menuTable a:hover{
  color:#FF0000;
}
/*************顶客********************/
.Digg{
	background:url(digg_center.gif) no-repeat center;
	height:71px;
}
.Digg .left{
	background:url(digg_left.gif) no-repeat left;
	width:5px;
	height:71px;
}
.Digg .right{
	background:url(digg_right.gif) no-repeat right;
	width:5px;
	height:71px;
}
.Digg .number{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding-top:16px;
	color:#2B4399;
}
.Digg .title{
	font-size:13px;
	text-align:center;
	padding-top:16px;
}
.Digg .title a{
	color:#990000;
}

.small_digg{
	width:38px;
	height:24px;
	background:url(bg_digg.gif);
	text-align:center;
	padding-top:7px;;
	font-size:16px;
	margin-bottom:8px;
	margin-right:4px;
}

.module_table{
	border:1px dotted #ccc;
}
.module_tr td{
	background:#eee;
	color:red;
	padding:3px;
}

#comment_title{
	height:92px;
	background:url(comment_title.gif);
}
#comment_title td{
	padding-top:18px;
}

.button{
	color:#333;
	background:url(../default/bt_bg.gif);
	height:21px;
	border:1px solid #555;
	letter-spacing:2px;
}
/*************蓝底白字********************/
#szdm {
background:#016AB6;
width:16px;
height:12px;
font-size:12px;
color:#FFF;
display:block;
text-align:center;
line-height:12px;
padding-top:1px;;
float:left;
margin:3px 6px 0 0;
}
/* 焦点图********************************************/
#f_div{
  width:253px;
  height:220px;
  overflow:hidden;
  float:center;
  position:relative;
  background:#fff;

 }
#f_imgDiv{
  width:253px;
  height:190px;
  overflow:hidden;

  }
#f_infoDiv{
  width:253px;
  top:6px;
  }
#f_buttonDiv{
  width:auto;
  height:16px;
  top:172px;
  left:146px;
  position:absolute;
  z-index:2;
  }
/* 按钮区域，定位于infoDiv右侧，注意此div的层级为2，置于半透明层上方 */
#f_buttonDiv .bg{
  width:22px;
  float:left;
  text-align:center;
  margin-left:3px;
  }
#f_buttonDiv .bg a{
  width:22px;
  height:16px;
  float:left;
  font-size:12px;
  color:#fff;
  background: url(aa1.gif) no-repeat;
  filter:Alpha(Opacity=100);
  line-height:16px;
  overflow:hidden;
  text-decoration:none;
  }
/* 按钮定义 */
#f_buttonDiv .bg a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{
}
/* 初始按钮效果 */
#f_buttonDiv .bg a:hover{
  background: url(aa2.gif) no-repeat;
  color:#fff;
  filter:Alpha(Opacity=100);
  }
/* 初始按钮鼠标经过效果 */
#f_buttonDiv .bg a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{
  background: url(aa2.gif) no-repeat;
  color:#fff;
  filter:Alpha(Opacity=100);
  }
#f_textbg{
  width:253px;
  height:20px;
  float:center;
  background:#fff;
  filter:Alpha(Opacity=100);
  top:190px;
  left:0px;
  position:absolute;
  z-index:2;
  }
#f_text{
  width:253px;
  height:22px;
  overflow:hidden;
  text-align:center;
  float:center;
  top:198px;
  left:22px;
  position:absolute;
  z-index:3;
  }
#f_text a:link,#f_text a:visited,#f_text a:active{
  color:#00448B;
  text-decoration:none;
  filter:Alpha(Opacity=100);
  }
#f_text a:hover{
  color:#FF0000;
  text-decoration: none;}

/****20080625 留言本回复表格 *****/
.guestreply {
border:1px #ccc dotted;
}
.guestreply td {
color:#ff0000;
line-height:17px;
padding:5px;
}


/* 定义表格边框为1,边框颜色 #B8CAA2 ,实线,右面为空,下面为空 */
.bg05{border-left:0px solid #99BBDD;border-top:0px solid #99BBDD;font-size: 12px;color: #000000;}

/* 定义表格边框为1,边框颜色 #B8CAA2 ,实线,上面为空 */
.bg03{border-left:0px solid #99BBDD;border-right:1px solid #99BBDD;border-bottom:0px solid #99BBDD;border-top:none;line-height: 210%;}

/*表头的css定义*/
.menu_bottom1 
{ 
width:70px;height:22px;background:url(/skin/zz/1.gif);font-weight: normal;padding-top:1px;  
} 
.menu_bottom2 
{ 
width:70px;height:22px;background:url(/skin/zz/2.gif);line-height: 100%;padding-top:1px; 
} 

/* 首页页底
==========================================================*/
.sitemap1 {
    height: 2.2em;
    line-height: 2.2;
    color: #275c91;
    margin: 0px 5px 10px;
    text-align: center;
    background: #eaf3fb;
    border: 1px solid #bed0e0;
}
.sitemap1 a:link{ 
    color: #275c91;
}
.sitemap1 a:visited {
	color:#275c91;
}
.sitemap1 a:hover {
	color:#275c91;
	text-decoration:underline;
}
.footer {
    margin: 0 0px 0px;
    padding-bottom: 5px;
    text-align: center;
}
.copyright, .copyright a:link, .copyright a:visited {
    color: #000000;
	line-height:20px;
