/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;position : relative; top : 1px; left : 1px} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
#top_L_r a:hover{color:#ff0;font-size:14px;}
#top_L_r a {color: #990000;font-size:14px;}
#jianjie a:hover{color:#ae0927;font-size:14px;}
#jianjie a {color: #000066;font-size:14px;}
#bot a:hover{color:#ff0;}
#bot a {color: #ffffff;}
#diqu a:hover{color:#ff0;}
#diqu a {color: #ffffff;}
#top_1 a:hover{color:#ff0;font-size:13px}
#top_1 a {color: #ffffff;font-size:13px}
/* 顶部您现在的位置 */
#path_p a:hover{color: #ff0;}
#path_p a{color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
padding:0px;
font-size: 9pt;background:url(/Skin/zbylbj/bg_all.gif);
background-attachment: fixed;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
.userbox{
background:url(/Skin/ocean/login_02b.gif);
height:70px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10;
    text-align:center;
    height:16px;
}
.userbox input{height:12px;}
#userctrl
{
    height:23px;
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffff00;}
a.AnnounceBody2:link {color: #ffff00;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#ff0;}
a.AnnounceBody1:link {color: #ffffff;}
a.AnnounceBody1:visited {color: #ffffff;}
a.AnnounceBody1:hover{color: #ffffff;}
a.AnnounceBody1:active {color: #ffffff;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --DIV的css定义开始-- */
.class_tit {
font-size:18px;
color:#990000;
letter-spacing:30px;
background-color:#E0F2FA;
font-weight:bold;
}
.sousuo_tit {
font-size:18px;
color:#990000;
background-color:#E0F2FA;
font-weight:bold;
}
#classsearch {
	width: 696px;
         border:1px #cccccc solid;
	height: 23px;
	position: relative;
	background-color: #E0F2FA;
	text-align: center;
}
#classmenu {
	width: 698px;
	position: relative;
	margin: 0 auto;
	background-image: url(zbylbj/path_bg.gif);
         text-align:center;
}
#ad    {
         width:193px;
         border:1px #cccccc solid;
         text-align:center;
}
#title {
	background-image: url(zbylbj/title.gif);
	width: 195px;
	height: 25px;
	position: relative;
	font-size: 14px;
}
#content {
	width: 193px;
	background-color: #F9F9F9;
	border: 1px #cccccc solid;
	position: relative;
	margin-bottom: 3px;
}
#title1 {
	background-image: url(zbylbj/title1.gif);
	width: 347px;
	height: 25px;
	position: relative;
	font-size: 14px;
}
#content1 {
	width: 345px;
	border: 1px #cccccc solid;
	position: relative;
	margin-bottom: 3px;
}
#title2 {
	background-image: url(zbylbj/title2.gif);
	width: 230px;
	height: 25px;
	position: relative;
	font-size: 14px;
}
#content2 {
	width: 228px;
	background-color: #F9F9F9;
	border: 1px #cccccc solid;
	position: relative;
	margin-bottom: 3px;
}
#tit {
	float: left;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin-left: 17px;
}

#more {
	width: 47px;
	line-height: 25px;
	float: right;
	position: relative;
	height: 25px;
}
#diqu {
	width: 900px;
	margin: 0 auto;
         height:32px;
         padding-top:5px;
	background-image: url(zbylbj/diqu.jpg);
}
#top {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	background-image: url(zbylbj/top.gif);
}
#top_1 {
	width: 900px;
}
#top_1_L {
	float: left;
	position: relative;
	width: 720px;
	text-align: center;
	line-height: 40px;
}
#top_1_R {
	width: 180px;
	float: right;
	position: relative;
	line-height: 40px;
	height: 40px;
}
#top_2 {
	width: 900px;
	height: 90px;
}
#top_L {
	width: 760px;
	position: relative;
	height: 90px;
	float: left;
}
#top_L_l {
	width: 200px;
	height: 90px;
	float: left;
	position: relative;
}
#top_L_r {
         line-height:22px;
	width: 560px;
	position: relative;
	float: right;
	text-align: center;
         color: #ffffff;
}
#top_R {
	width: 140px;
	position: relative;
	float: right;
	height: 90px;
}
#path {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background-image: url(zbylbj/path_bg.gif);
	color: #FFFFFF;
}
#path_p {
         padding-left:40px;
	width: 670px;
	height: 20px;
	float: left;
	position: relative;
	line-height: 22px;
}

#date {
	width: 190px;
	position: relative;
	float: right;
	height: 20px;
	text-align: center;
	line-height: 22px;
}
#mid {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}
#mid1 {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}
#mid2 {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}
#mid_L {
	width: 698px;
	float: left;
	position: relative;
}
#banner {
	width: 698px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#main {
	width: 698px;
	position: relative;
}
#main_L {
	width: 347px;
	float: left;
	position: relative;
}
#main_R {
	width: 347px;
	position: relative;
	float: right;
}
#main_1 {
	width: 698px;
	position: relative;
}
#main_1_L {
	width: 464px;
	position: relative;
	float: left;
}
#main_1_L_l {
	width: 230px;
	float: left;
	position: relative;
}
#main_1_L_r {
	width: 230px;
	position: relative;
	float: right;
}


#main_1_R {
	width: 230px;
	float: right;
	position: relative;
}
#mid_R {
	width: 195px;
	position: relative;
	float: right;
	margin-right: 2px;
}
#bot {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-color: #28B817;
	text-align: center;
         line-height:20px;
         color:#ffffff
}
#bot_b {
	height: 50px;
	width: 1000px;
	margin:0 auto;
	position: relative;
}
#link {
         width:900px;
         margin:0 auto;
	position: relative;
	background-color: #ffffff;
}
#link2 {
         width:900px;
         margin:0 auto;
	position: relative;
	background-color: #ffffff;
}
/* --DIV的css定义结束-- */
.pic1
{
border: 1px double #ffffff;filter:progid:dximagetransform.microsoft.glow(color=#ff0,strength=4);
}
/*--地区首页定义--*/

#top_jn,#top_qd,#top_zb,#top_wf,#top_dy,#top_bz,#top_wh,#top_yt,#top_rz,#top_dz,#top_ly,#top_jning,#top_zz,#top_ta,#top_lw,#top_lc,#top_hz {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}
#top_jn {
	background-image: url(zbylbj/top_jn.gif);
}
#top_qd {
	background-image: url(zbylbj/top_qd.gif);
}
#top_zb {
	background-image: url(zbylbj/top_zb.gif);
}
#top_wf {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	background-image: url(zbylbj/top_wf.gif);
}
#top_dy {
	background-image: url(zbylbj/top_dy.gif);
}
#top_bz {
	background-image: url(zbylbj/top_bz.gif);
}
#top_wh {
	background-image: url(zbylbj/top_wh.gif);
}
#top_yt {
	background-image: url(zbylbj/top_yt.gif);
}
#top_rz {
	background-image: url(zbylbj/top_rz.gif);
}
#top_dz {
	background-image: url(zbylbj/top_dz.gif);
}
#top_ly {
	background-image: url(zbylbj/top_ly.gif);
}
#top_jning {
	background-image: url(zbylbj/top_jning.gif);
}
#top_zz {
	background-image: url(zbylbj/top_zz.gif);
}
#top_ta {
	background-image: url(zbylbj/top_ta.gif);
}
#top_lw {
	background-image: url(zbylbj/top_lw.gif);
}
#top_lc {
	background-image: url(zbylbj/top_lc.gif);
}
#top_hz {
	background-image: url(zbylbj/top_hz.gif);
}
/*内容页定义*/
#neirong {	
         width: 696px;
         border:1px #cccccc solid;
	position: relative;
}
#info {
	height: 20px;
	border-bottom: 1px #cccccc solid;
	top: 2px;
	text-align: center;
	background-color: #E0F2FA;
}
#ArticleTitle {
         font-size:14px;
         color:#990000;
         font-weight:bold;
	height: 30px;
	background-image: url(zbylbj/bg.bmp);
	background-repeat: repeat-x;
	line-height: 30px;
	text-align: center;
	background-position: bottom;
}
#jianjie {
	width: 654px;
	border: 1px #cccccc solid;
	left: 20px;
	text-align: center;
         font-size:14px; 
	position: relative;
	margin-top: 5px;
	color: #000066;
	padding: 5px;
}
#Content {
         overflow:hidden;
	padding: 20px;  
         font-size:14px; 
         line-height:25px;
         letter-space:3px;
}
#shengming {
	width: 654px;
	border: 1px #cccccc solid;
	left: 20px;
	position: relative;
	margin-top: 5px;
	color: #000066;
	padding: 5px;
}
#bbs {
	text-align: center;
	position: relative;
}
#Editor {
	height: 20px;
	margin-top: 5px;
	background-image: url(zbylbj/bg.bmp);
	background-repeat: repeat-x;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px #cccccc solid;
}
#Next {
         padding-left:40px;
	height: 40px;
	line-height: 20px;
}
#path1 {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background-image: url(zbylbj/path_bg.gif);
	color: #FFFFFF;
}
#path_p1 {
         padding-left:40px;
	width: 670px;
	height: 20px;
	float: left;
	position: relative;
	line-height: 22px;
}

#date1 {
	width: 190px;
	position: relative;
	float: right;
	height: 20px;
	text-align: center;
	line-height: 22px;
}
#path2 {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background-image: url(zbylbj/path_bg.gif);
	color: #FFFFFF;
}
#path_p2 {
         padding-left:40px;
	width: 670px;
	height: 20px;
	float: left;
	position: relative;
	line-height: 22px;
}

#date2 {
	width: 190px;
	position: relative;
	float: right;
	height: 20px;
	text-align: center;
	line-height: 22px;
}
