﻿/* 通用CSS样式设置开始 */
/* BODY 外部填充 字体 字号 */
body {
	margin:0px;
	font-family: "宋体";
	font-size: 12px;
 padding:0px; background-color:#C0C0C0;
}
.mar{margin:0 auto}
/* 通用超级链接样式开始 */
a:link{ text-decoration:none; color:#000000;}
a:visited{ text-decoration:none; color:#000000;}
a:hover{ text-decoration:none; color:#C10000;}
/* 通用超级链接样式结束 */

/* 表格左右边框样式 */
.border{border-left:1px #000000 solid; border-right:1px #000000 solid;}
/* 通用CSS样式设置结束 */

/* 顶部样式设置开始 */
/* 顶部最外层表格 外部填充最平局中 宽 高 背景 */
.top{ margin:auto; width:1003px; height:191px; background:url(top_bg.jpg) no-repeat;}
/* 顶部搜索框外部表格 外部上边距 外部左边距 宽 高 背景 */
.top_search_box{ margin-top:159px; margin-left:498px; width:503px; height:32px; background:url(search_bg.jpg) no-repeat;}
/* 顶部搜索框下拉列表表单 外部左边距 边框 */
.top_search_select{ margin-left:103px; border:#2868B8 1px solid;}
/* 顶部搜索文本框 边框 右边框取消 */
.top_search_textbox{ border:#2868B8 1px solid; border-right:none;}
/* 顶部搜索按钮 宽 高 边框 鼠标 背景 */
.top_search_button{ width:49px; height:20px; border:none; cursor:pointer; background:url(top_search_button.gif) no-repeat  }
/* 顶部样式结束 */


/* 导航菜单栏开始 */
/* 导航菜单栏最外层表格 外部填充最平局中 宽 高 背景 */
.nav{ margin:auto; width:1003px; height:49px; background:url(nav_bg.jpg) no-repeat;}
/* 导航菜单栏导航菜单 宽 高 水平位置 外部填充最平局中 外部上边距 内容水平居中 字形 字体颜色 字间距 */
.nav_nav{ width:800px; height:40px; margin:auto; margin-top:5px; text-align:center; font-weight:bold; color:#FFFFFF; letter-spacing:3px;}


/* 导航菜单超级链接样式开始 */
.nav_a:link{ text-decoration:none; color:#fff; font-weight:bold}
.nav_a:visited{ text-decoration:none; color:#fff; font-weight:bold}
.nav_a:hover{ text-decoration:none; color:#fff; font-weight:bold}
/* 导航菜单超级链接样式结束 */
/* 导航菜单栏结束 */


/* 主题部分样式开始 */
/* 主题部分左侧开始 */
/* 主题部分外层表格 外部填充水平居中 宽 高 上边框 下边框 */
.main{ margin:auto; width:1002px; height:100%; background:#fff; border-top:#5E9AD6 1px solid; border-bottom:#5E9AD6 1px solid;}
/* 主题部分表格左侧TD 宽 右侧边框 */
.main_left{ width:784px; border-right:#5E9AD6 1px solid;}


/* 通告开始 */
/* 通告表格 外部上边距 外部左边距 宽 高 背景 */
.notice{ margin-top:4px; margin-left:14px; width:762px; height:26px; background:url(notice_bg.gif) no-repeat;}
/* 通告表格左侧TD 宽 字体颜色 字形 内部左填充 */
.notice_left{ width:50px; color:#FFFFFF; font-weight:bold; padding-left:13px;}
/* 通告表格右侧TD 字体颜色 */
.notice_right{ color:#999999;}
/* 通告表格右侧时间内容 字体颜色 */
.notice_right_time{ color:#3688DA;}
/* 通告结束 */

/* 通告超级链接样式开始 */
.notice_a:link{ text-decoration:none; color:#000000;}
.notice_a:visited{ text-decoration:none; color:#000000;}
.notice_a:hover{ text-decoration:none; color:#62AAE6;}
/* 通告超级链接样式结束 */
/* 通告结束 */


/* 新闻列表内容开始 */
/* 新闻列表顶部 外部上边距 外部左边距 宽 高 */
.news_top{ margin-top:6px; margin-left:14px; width:762px; height:30px;}
/* 新闻列表顶部左侧TD 宽 背景 */
.news_top_left{ width:1px; background:url(news_top_left.gif) no-repeat;}
/* 新闻列表顶部中间 X轴循环背景 */
.news_top_bg_x{background:url(news_top_bg_x.gif) repeat-x;}
/* 新闻列表顶部标题 外部左边距 */
.news_top_title{ margin-left:10px;}
/* 新闻列表顶部标题文字 字体颜色 字形 宽 文字水平居中 */
.news_top_title_text{ color:#FFFFFF; font-weight:bold; width:80px; text-align:center}
/* 新闻列表顶部右侧更多 宽 文字水平居中 */
.news_top_title_right{ width:630px; text-align:right;}

/* 新闻列表顶部超级链接开始 */
.news_top_title_more_a:link{ text-decoration:none; color:#fff; font-weight:bold}
.news_top_title_more_a:visited{ text-decoration:none; color:#fff; font-weight:bold}
.news_top_title_more_a:hover{ text-decoration:none; color:#fff; font-weight:bold}
/* 新闻列表顶部超级链接结束 */


/* 图片新闻外层表格 外部上边距 外部左边距 */
.news_pic_box{ margin-top:3px; margin-left:28px;}
/* 图片新闻图片 宽 高 背景 */
.news_pic{ width:328px; height:252px; background:url(news_pic_bg.gif) no-repeat;}

/* 图片新闻列表 外部左边距 外部上边距 宽 行高 */
.news_pic_list{ margin-left:16px; margin-top:10px; width:400px; line-height:26px;}
/* 图片新闻列表左侧TD 宽 内容水平居中 */
.news_pic_left{ width:24px; text-align:center;}
/* 图片新闻列表右侧TD 宽 */
.news_pic_right{ width:80px;}

/* 图片新闻列表超级链接开始 */
.news_pic_list_a:link{ text-decoration:none; color:#2F68BA;}
.news_pic_list_a:visited{ text-decoration:none; color:#2F68BA;}
.news_pic_list_a:hover{ text-decoration:none; color:#FC8B3A;}
/* 图片新闻列表超级链接结束 */


/* 政务公开外层表格 外部上边距 宽 高 背景 */
.zwgk_top{ margin-left:13px; width:764px; height:49px; background:url(zwgk_top_bg.jpg) no-repeat;}
/* 政务公开按钮 外部左边距 外部上边距 宽 */
.zwgk_top_button{ margin-left:275px; margin-top:10px; width:420px;}


/* 专题科学发展观AD 外部左边距 宽 高 背景 （后面的AD复用此CSS） */
.zt_kxfzg{ margin-left:13px; width:764px; height:90px; background:url(ad4.jpg) no-repeat;}


/* 海域管理外层表格 外部左边距 外部上边距 外部下边距 宽 高 边框 背景 （后面的信息列表复用次CSS）*/
.hygl_main{ margin-left:14px; margin-top:11px; margin-bottom:7px; width:763px; height:262px; border:#B1E6EC 1px solid; background:url(hygl_top_x.gif) repeat-x left top;}
/* 海域管理顶部 宽 */
.hygl_top{ width:100%;}
/* 海域管理标题 外部上边距 外部左边距 宽 高 背景 字体颜色 字形 字号 字间距 内容水平居中 内部左填充 （后面的信息列表复用次CSS）*/
.hygl_title{ margin-top:5px; margin-left:12px; width:197px; height:27px; background:url(hygl_title_bg.gif) left top no-repeat;
			 color:#fff; font-weight:bold; font-size:14px; letter-spacing:3px; text-align:center; padding-top:4px;
			}
			
.hygl_title_a:link{ text-decoration:none; color:#fff;}
.hygl_title_a:visited{ text-decoration:none; color:#fff;}
.hygl_title_a:hover{ text-decoration:none; color:#fff;}
/* 海域管理标题右侧装饰图片表格 宽 */
.hygl_top_right{ width:82px;}


/* 海域管理二级标题导航菜单 外部左边距 外部上边距 内容水平居中 行高 （后面的信息列表复用次CSS）*/
.hygl_top2{ margin-left:18px; margin-top:8px; text-align:center; line-height:20px;}
/* 海域管理二级标题导航菜单TD通用样式 宽 内部上填充 背景颜色 （后面的信息列表复用次CSS）*/
.hygl_top2 td{ width:100px; padding-top:3px; background:#C0D4F1;}

/* 海域管理二级标题导航菜单超级链接开始 （后面的信息列表复用次CSS）*/
.hygl_top2_a:link{ text-decoration:none; color:#000;}
.hygl_top2_a:visited{ text-decoration:none; color:#000;}
.hygl_top2_a:hover{ text-decoration:none; color:#C10000;}
/* 海域管理二级标题导航菜单超级链接结束 */

/* 海域管理列表容器表格 宽 （后面的信息列表复用次CSS）*/
.hygl_list_box{ width:100%; height:195px;}
/* 海域管理列表图片容器 外部左边距 外部上边距 边框 （后面的信息列表复用次CSS）*/
.hygl_pic_box{ margin-left:9px; margin-top:0px; border:#DBDBDB 1px solid;}
/* 图片外边距 （后面的信息列表复用次CSS）*/
.hygl_pic{ margin:3px;}
/* 图片说明文本表格 外部左边距 外部上边距 宽 内容水平居中 行高 （后面的信息列表复用次CSS）*/
.hygl_pic_text{ margin-left:9px; margin-top:5px; width:177px; text-align:center; line-height:24px;}

/* 海域管理列表表格 外部上边距 外部左边距 宽 行高 字间距 字体颜色 （后面的信息列表复用次CSS）*/
.hygl_list{ margin-top:10px; margin-left:10px; width:540px; line-height:30px; letter-spacing:1px; color:#5F5F5F;}

/* 海域管理列表超级链接开始 （后面的信息列表复用次CSS）*/
.hygl_list_a:link{ text-decoration:none; color:#5F5F5F;}
.hygl_list_a:visited{ text-decoration:none; color:#5F5F5F;}
.hygl_list_a:hover{ text-decoration:none; color:#C10000;}
/* 海域管理列表超级链接结束 */

/* 海域管理列表更多 外部上边距 外部左边局 外部下边距 宽 行高 内容居右 （后面的信息列表复用次CSS）*/
.hygl_more_box{ margin-bottom:10px; margin-left:10px; margin-bottom:5px; width:540px; line-height:20px; text-align:right; padding-right:10px;}

/* 海域管理列表超级链接开始 （后面的信息列表复用次CSS）*/
.hygl_more_a:link{ text-decoration:none; color:#2E93D9; font-weight:bold}
.hygl_more_a:visited{ text-decoration:none; color:#2E93D9; font-weight:bold}
.hygl_more_a:hover{ text-decoration:none; color:#C10000; font-weight:bold}
/* 海域管理列表超级链接结束 */

/* 通用AD 外部上边距 外部左边距 */
.ad1{ margin-top:9px; margin-left:13px;}



/* 渔政执法宽二级菜单导航栏 外部左边距 外部上边距 内容水平居中 行高 */
.yzzf_top{ margin-left:18px; margin-top:8px; text-align:center; line-height:20px;}
/* 渔政执法宽二级菜单导航栏通用TD属性 宽 内部上填充 背景颜色 */
.yzzf_top td{ width:140px; padding-top:3px; background:#C0D4F1;}
/* 主题左侧TD结束 */

/* 主题右侧TD开始 */
/* 时间外层表格 外部上边距 外部左边局 边框 宽 高 字体颜色 内容水平居中 内部上填充 */
.time{ margin-top:5px; margin-left:7px; border:#7B95B2 1px solid; width:198px; height:40px; color:#FF0000; text-align:center; padding-top:3px;}

/* 时间右侧装饰小图片上（就是那上下两个小揪揪） 内容做对齐 背景小揪揪 */
.time_up{ text-align:left; background:url(time_bg.gif) right no-repeat;}
/* 时间右侧装饰小图片下（就是那上下两个小揪揪） 内容做对齐 背景小揪揪 */
.time_down{ text-align:left; background:url(time_bg2.gif) bottom right no-repeat;}

/* 主题右侧列表外层表格 */
.main_right_table_list{ margin:10px auto;}
/* 主题右侧列表 */
.main_right_table1{ margin-top:6px; margin-left:7px; width:200px; border:#75A6DD 1px solid;}
/* 主题右侧列表第一行TR */
.main_right_table1_tr1{ height:32px; background:url(main_right_table1_top_bg.gif) no-repeat;}
/* 主题右侧列表顶部 */
.main_right_table1_top{ margin-left:30px; color:#FFFFFF; font-weight:bold;}
/* 主题右侧列表第二行TR */
.main_right_table1_tr2{ height:100%; background:#EDF3FA;}

/* 主题右侧列表信息 */
.main_right_table1_list{ margin:10px auto; margin-left:5px; width:190px; line-height:31px;}
/* 主题右侧列表左侧装饰小图片TD */
.main_right_table1_list_pic{ width:15px;}


/* 专项工作图片链接按钮样式 */
.zxgz_link_img{ margin: 3px auto;}


/* 登录表格左侧TD */
.login_left{ width:60px; line-height:26px; color:#377CC9;}
/* 登录表格文本框 */
.login_textbox{ width:100px; height:14px; border:#B1CCEA 1px solid; background:#EDF3FA;}
/* 登录表格按钮 */
.login_button{ margin:auto 10px; width:46px; height:20px; background:url(login_button.gif) no-repeat; border:none; color:#FFFFFF; font-weight:bold; padding-top:2px;}
/* 登录表格底部 */
.login_bottom{background:url(login_bottom_bg.gif) no-repeat; height:17px;}


/* 友情链接装饰小图片 */
.frindlink_pic{ width:18px;}
/* 友情链接更多 */
.frindlink_more{ margin-left:140px;}

/* 友情链接开始 */
.frindlink_pic_a:link{ text-decoration:none; color:#000; font-weight:bold}
.frindlink_pic_a:visited{ text-decoration:none; color:#000; font-weight:bold}
.frindlink_pic_a:hover{ text-decoration:none; color:#000; font-weight:bold}
/* 友情链接结束 */
/* 主题右侧结束 */
/* 主题部分结束 */
