/* CSS Document */
div,ul,li{ margin:0; padding:0; list-style:none;}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a { text-decoration: none; font-size:14px;} /* 链接无下划线,有为underline */
a:link { color: #000000; } /* 未访问的链接 */
a:visited { color: #333333; } /* 已访问的链接 */
a:hover { color: #ae0927; } /* 鼠标在链接上 */
a:active { color: #0000ff; } /* 点击激活链接 */
.cls{ clear:both;}
/*导航*/
#nav { 
line-height: 36px; height:36px; list-style-type: none;
} 
#nav a { 
display: block; width: 110px; text-align:center; font-weight:bold;
} 
#nav a:link { 
color:#fff; text-decoration:none; 
} 
#nav a:visited { 
color:#fff;text-decoration:none; 
} 
#nav a:hover { 
color:#FFF;text-decoration:none;font-weight:bold; 
} 
#nav li { 
float: left; width: 110px; background:url(title_shu.jpg) no-repeat right; text-align:center;
}
#nav li a:hover{
	background:url(nav_hov.jpg);
} 
#nav li ul { 
line-height: 27px; list-style-type: none;text-align:left; 
left: -999em; width: 110px; position: absolute;
z-index:9999;
} 
#nav li ul li{ 
float: left; width: 110px; 
background: #D3ECF8; 
} 
#nav li ul a{ wedisplay: block; width: 110px;text-align:center; font-weight:normal; color:#000;
} 
#nav li ul a:link { 
color:#000; text-decoration:none; 
} 
#nav li ul a:visited { 
color:#000;text-decoration:none; 
} 
#nav li ul a:hover { 
color:#F3F3F3;text-decoration:none;font-weight:normal; 
background:#0066FF; 
} 
#nav li:hover ul { 
left: auto; 
} 
/* 底部版权信息文字链接的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; font-size: 9pt; 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; background-image: url(bg01.gif); background-repeat: repeat-x; }
/* 单元格的css定义:对应css中的"td"，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td { font-family:"宋体"; font-size: 9pt; line-height: 150%; font-weight: normal; }

/* 按钮的css定义:对应css中的"button"，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button { font-size: 9pt; height: 20px; }
/* 下拉列表框的css定义:对应css中的"select"，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select { font-size: 9pt; height: 20px; }


/* ==自选风格中的css定义结束== */
.menu { background-color: #cccccc; width:97%; border: 1px; }
.menubody { background-color: #ffffff; }
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */ { color: red; }
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */ { color: green; }
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link { color: #000000; }
a.guest:visited { color: #000000; }
a.guest:hover { color: #ff6600; }
a.guest:active { color: #000000; }


/* ==党建频道文字样式== */
/* ==党建流动公告== */
.xxdjljwz { COLOR: #000000; TEXT-ALIGN: left; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.xxdjljwz A { FONT-SIZE: 12px; COLOR: #990000; TEXT-DECORATION: none; line-height: 24px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC; }
.xxdjljwz A:hover { COLOR: #FF0000 }
.xxdjljwz a:visited { COLOR: #FB702D; }
/* ==党建大标题== */
.xxdjdbt { COLOR: #000000; border: 1px dotted #CCCCCC; }
.xxdjdbt A { FONT-SIZE: 22pt; COLOR: #ff0000; TEXT-DECORATION: none; font-family: "华文中宋"; font-weight: bold; line-height: normal; }
.xxdjdbt A:hover { COLOR: #FF0000 }
.xxdjdbt a:visited { COLOR: #ff0000; }
/* ==文章内容页红色标题== */
.xxdjrnyhbt1 /* 主标题文字颜色定义 */ { color: 03005C; font-weight:bold; font-size: 24; line-height: 150%; }
/* ==党建内容页红色标题== */
.xxdjrnyhbt /* 主标题文字颜色定义 */ { color: ff0000; font-weight:bold; font-size: 24; line-height: 150%; }

/* 滑动门标签 */

.huadongmeng_menu_bottom1 { width:88px; height:28px; background:url(2009xmxx/images_gongyong/huadongmeng/bg1.jpg); font-weight: normal; padding-top:2px; font-weight: bold; }
.huadongmeng_menu_bottom2 { width:88px; height:28px; background:url(2009xmxx/images_gongyong/huadongmeng/bg2.jpg); line-height: 120%; padding-top:2px; font-weight: bold; }
.menu_bottom1 { background:url(gov/menu_bottom1.gif); }
.menu_bottom2 { background:url(gov/menu_bottom2.gif); }
/* 教师频道 */
.beike01 { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #AFC894; border-left-color: #AFC894; color: #000000; }
/* 德育频道 */
.deyubt1 { COLOR: #FC712C; }
.deyubt1 A { FONT-SIZE: 32px; COLOR: #FC712C; TEXT-DECORATION: none; font-family: "华文中宋"; font-weight: bold; line-height: normal; }
.deyubt1 A:hover { COLOR: #FC712C }
.deyubt1 a:visited { COLOR: #FC712C; }
.schoolA_body { background-image: url(body_bg2.gif); background-repeat: repeat-y; }

.schoolA_biangkuan { border: 1px solid #CCCCCC; }
.schoolA_tabletitle1 { font-size: 14px; font-weight: bold; color: #CC3333; padding-left: 25px; }
.schoolA_tabletitle2 { font-size: 14px; font-weight: bold; color: #ffffff; padding-left: 20px; }
.schoolA_tabletitle3 { font-size: 14px; font-weight: bold; color: #003399; padding-left: 20px; }
.menu_2 { margin:4px 8px 8px 0px }
.left { float:left }
.class_cyjs a { font-size:12px; color:#000000; text-decoration: none; letter-spacing: 2px; line-height: 33px; text-align: center; width: 126px; height: 33px; background-image: url(zbg1.gif); background-repeat: no-repeat; }
.class_cyjs a:hover { color:#FF0000; text-decoration:underline; background-image: url(zbg2.gif); background-repeat: no-repeat; }
.title-bg1 { background-image: url(title-bg.gif); background-repeat: no-repeat; background-position: right; }
.title-bg2 { background-image: url(title-bg1.gif); background-repeat: no-repeat; background-position: left; }
.title-bg3 { background-image: url(title01.gif); background-repeat: no-repeat; background-position: left; }
/* --便民服务-- */
#bianminfuwu a { height: 60px; width: 76px; }
#bianminfuwu a:hover { text-decoration: underline; background-color: #FFECDD; }
#services1 a:hover { height: 100%; width: 100%; text-decoration: underline; padding-top: 6px; }
/* --青春自定义风格开始-- */

/* --标题风格 title-- */
.title_bai16 { font-size: 16px; color: #FFFFFF; font-weight: bold; line-height: 24px; height: 24px; }
.title_bai16 a { text-decoration: none; } /* 链接无下划线,有为underline */
.title_bai16 a:link { color: #FFFFFF; } /* 未访问的链接 */
.title_bai16 a:visited { color: #FFFFFF; } /* 已访问的链接 */
.title_bai16 a:hover { color: #ae0927; } /* 鼠标在链接上 */
.title_bai16 a:active { color: #FFFFFF; } /* 点击激活链接 */
.title_hei14 { font-size: 14px; font-weight: bold; color: #000000; }
.title_hei12 { font-size: 12px; color: #000000; }
/* --标题风格 list-- */
.list_bai12 { font-size: 12px; color: #FFFFFF; }
.list_bai12 a { text-decoration: none; } /* 链接无下划线,有为underline */
.list_bai12 a:link { color: #FFFFFF; } /* 未访问的链接 */
.list_bai12 a:visited { color: #FFFFFF; } /* 已访问的链接 */
.list_bai12 a:hover { color: #ae0927; } /* 鼠标在链接上 */
.list_bai12 a:active { color: #FFFFFF; } /* 点击激活链接 */
/* --边框风格 biankuan-- */
.biankuan_hui4 { border: 1px solid #CCCCCC; }
.biankuan_hui4_x {/* --带x为虚线边框-- */ border: 1px dashed #CCCCCC; }
.biankuan_hui3 { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; }

/* --文本内容样式-- */
.text_hei14 { font-size: 14px; line-height: 24px; color: #000000; }
.title_lan14 { font-size:14px; color:#003399; font-weight:bold; }
.title_lan14 a { text-decoration: none; } /* 链接无下划线,有为underline */
.title_lan14 a:link { color: #003399; } /* 未访问的链接 */
.title_lan14 a:visited { color: #003399; } /* 已访问的链接 */
.title_lan14 a:hover { color: #cc0000; } /* 鼠标在链接上 */
.title_lan14 a:active { color: #003399; } /* 点击激活链接 */
.title_hei14 { font-size:14px; color:#000000; font-weight:bold; }
/* --标题风格-- */
.title_bai12 { font-size: 12px; font-weight: bold; color: #FFFFFF; }
.title_bai14 { font-size: 14px; font-weight: bold; color: #FFFFFF; }
.title_bai16 { font-size: 16px; font-weight: bold; color: #FFFFFF; }
.title_hong12 { font-size:12px; color:#990000; font-weight: bold; }
.title_hong14 { font-size:14px; color:#990000; font-weight: bold; }
.title_hong16 { font-size:16px; color:#990000; font-weight: bold; }
.title_lan12 { font-size:12px; color:#3366CC; font-weight:bold; }
.title_lan14 { font-size:14px; color:#3366CC; font-weight:bold; }
.title_lan16 { font-size:16px; color:#3366CC; font-weight:bold; }
.title_hei12 { font-size:12px; color:#000000; font-weight:bold; }
.title_hei14 { font-size:14px; color:#000000; font-weight:bold; }
.title_hei16 { font-size:16px; color:#000000; font-weight:bold; }
.title_hei18 { font-size:18px; color:#000000; font-weight:bold; }
.title_lv12 { font-size:12px; color:#006600; font-weight:bold; }
.title_lv14 { font-size:14px; color:#006600; font-weight:bold; }
.title_lv16 { font-size:16px; color:#006600; font-weight:bold; }
.title_huang12 { font-size:12px; color:#EE5C0D; font-weight:bold; }
.title_huang14 { font-size:14px; color:#EE5C0D; font-weight:bold; }
.title_huang16 { font-size:16px; color:#EE5C0D; font-weight:bold; }
/* 链接风格 */
/* 白色链接风格 */
.link_bai12 a { font-size: 12px; color: #FFFFFF; }
.link_bai12 a:link { color: #FFFFFF; text-decoration: none; }
.link_bai12 a:visited { color: #FFFFFF; text-decoration: none; }
.link_bai12 a:hover { color: #990000; text-decoration: none; }
.link_bai12 a:active { color: #ffffff; text-decoration: none; }
/* 黑色链接风格 */
.link_hei12 a { font-size: 12px; color: #FFFFFF; }
.link_hei12 a:link { color: #000000; text-decoration: none; }
.link_hei12 a:visited { color: #000000; text-decoration: none; }
.link_hei12 a:hover { color: #990000; text-decoration: none; }
.link_hei12 a:active { color: #000000; text-decoration: none; }
/* 蓝色色链接风格 */
.link_lan14 a { font-size: 14px; font-weight: bold; color: #003399; }
.link_lan14 a:link { color: #003399; text-decoration: none; }
.link_lan14 a:visited { color: #003399; text-decoration: none; }
.link_lan14 a:hover { color: #FF0000; text-decoration: underline; }
.link_lan14 a:active { color: #003399; text-decoration: none; }
/* --边框风格-- */
.biankuan_hui4 { border: 1px solid #CCCCCC; }
.biankuan_hui4_x {/* --带x为虚线边框-- */ border: 1px dashed #CCCCCC; }
.biankuan_hui3_shang {/* 上边为空 */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
.biankuan_hui3_xia {/* --下边为空-- */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
.biankuan_lan2 { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #7194D1; border-left-color: #7194D1; }
.biankuan_lan3_shang {/* 上边为空 */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #3BA5E1; border-left-color: #3BA5E1; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3BA5E1; }
.biankuan_lan4 { border: 1px solid #B1D1F1; }
.biankuan_hong4 { border: 1px solid #FFD6C3; }
.biankuan_lv4 { border: 1px solid #BADE7F; }
.biankuan_huang4 { border: 1px solid #FF8501; }
/*各频道图片边框 */

/*文章频道图片边框 */
.pic1 { border: 2px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#000000, strength=1);
}
/*下载频道图片边框 */
.pic2 { border: 2px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#000000, strength=1);
}
/*图片频道图片边框 */
.pic3 { border: 4px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#666666, strength=1);
}
#imgBox img { width:600px; }/* 图片频道内容页的图片显示大小 */
/* 文章频道DIV输出 */
.pic_art { width: 299px; margin-top: 8px; margin-bottom: 8px; }
.pic_art_title { height: 20px; width: 165px; font-size: 14px; line-height: 20px; font-weight: bold; color: #990000; text-align: left; float: right; }
.pic_art_img { height: 90px; width: 125px; float: left; margin-left: 5px; }
.pic_art_content { height: 70px; width: 165px; float: right; }


/* flexslider */
.flexslider{position:relative;width:380px;height:278px;overflow:hidden;zoom:1; border:1px solid #CCC;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1; width:380px;}
.flexslider .slides img{ width:380px; height:278px;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(imagesad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(imagesdot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/*首页新增*/
.news_list{ padding:5px;}
.news_list ul li{ text-align:left;height:26px; line-height:26px; overflow:hidden; background:url(d.gif) no-repeat left; padding-left:10px;}
.news_list ul li span{ float:right; color:#999;}
.content{ font-size:14px; padding:10px; line-height:22px;}
.content a{ color:#F00;}
.gn_btn img{ text-align:center; padding-bottom:5px;}

/*单页*/
.navbg{ border-bottom:1px dotted #679901;}
.box_l{ border:1px solid #CCC;}
.lm_title{ background:url(lm_bg.gif); height:32px; padding-left:38px; font-weight:bold; color:#FFF; font-size:14px;}
.lm_list ul li{ height:39px; line-height:38px; background:url(lmlist_bg.gif) no-repeat; padding-left:36px; margin:12px;}
.rm_title{ background:url(rm_bg.gif); height:32px; padding-left:38px; font-weight:bold; color:#CC3333; font-size:14px;}
.nr_box{ padding:10px; font-size:14px; border:1px solid #CCC;}
.nr_box h1{ text-align:center; color:#666; font-size:22px;}
.nr_box2{ border:1px solid #CCC;}
.boxtitle{ height:32px; line-height:32px; padding-left:20px; background:url(box_bg.gif); font-size:14px; font-weight:bold;}
.boxlist{ padding:10px;}
.boxlist ul li{ float:left; margin:5px;  text-align:center;}
.boxlist ul li img{ width:166px; height:120px; padding:2px;border:1px solid #eeeeee;}
.page{ clear:both; text-align:center; margin-top:20px; height:26px; line-height:26px; background:#eeeeee;}
.titlefoot{ color:#999; font-size:12px; height:26px; line-height:26px; margin-bottom:10px; border-bottom:1px dotted #eeeeee; padding-left:5px;}
.titlefoot span{ float:right; color:#194D7D; padding-right:5px;}