/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #005500;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的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;background:url(/Skin/shouye/bg_all.gif);
background-position:center;
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: 180%;
	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: 20px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 12pt;HEIGHT: 24px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 12pt;height: 22px;
}
/* 顶部用户登录文字链接的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: shouye;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/shouye/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/shouye/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/shouye/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(/Skin/shouye/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/shouye/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/shouye/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/shouye/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(/Skin/shouye/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/shouye/Column01_BG.gif);
	height: 27px;
	padding-left: 30px;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/shouye/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/shouye/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	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: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/shouye/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/shouye/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/shouye/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(/Skin/shouye/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#0086A8;border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #0086A8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#0086A8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/shouye/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的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;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: shouye;}
a.channel_keylink:visited {color: shouye;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: shouye;}

/* --用户控制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/shouye/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
{
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/skin/shouye/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/skin/shouye/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==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/shouye/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
.userbox_top{
background:url(/Skin/shouye/Login_Top.gif);
height:36px;
}
.userbox_bottom{
background:url(/Skin/shouye/Login_Bottom.gif);
height:10px;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:23px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#000000;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/shouye/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/shouye/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/shouye/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/shouye/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/shouye/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/shouye/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/shouye/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/shouye/menu_bg.jpg);
	height: 26px;
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--

/*公共样式表*/
.l_border{ border:#E8E8E8 solid 1px;}
#index_EC_Content{margin:0px auto;width:1002px;background: #fff url(/skin/shouye/fdkjgzcn_school_27.gif) repeat-y left 180px;}
/*首页样式表 */
#EC_ECHSYSCLeft{FLOAT:LEFT;width:268px;}
#EC_ECHSYSCRight{FLOAT:RIGHT;width:718px;margin:0px 8px!important; margin:0px 4px;}
/*首页样式表首页左边样式表*/
.EC_ZT,.EC_GG,.EC_ecleader,.EC_ECHotNews,.EC_ECstat
{width:246PX;MARGIN:5PX auto 8PX;border:1px solid #CCC;background:#FFF;}
.EC_User
{  
    width:246PX;
	height:206px!important;
	MARGIN:5PX auto 8PX;
	border:1px solid #CCC;
	background:#FFF;}
.zt_title,.ecggtitle,.ecleadertitle,.ECHotNews_title,.ECstat_title,.jxrm,.jxtj,.pdtj,.lmdh,.rmtp,.tjtp,.rmxz,.tjxz
{height:27px;line-height:27px;background:url(/skin/shouye/wygkcnzwb_school_19.gif) no-repeat left top;}
.ecggtitle{background:url(/skin/shouye/wygkcnchtm_school_17.gif) no-repeat left top;}
.ecleadertitle{background:url(/skin/shouye/wygkcnzxb_school_05.gif) no-repeat left top;}
.ECHotNews_title{background:url(/skin/shouye/aspcomcn_school_21.gif) no-repeat left top;}
.ECstat_title{background:url(/skin/shouye/wygkcnnetcn_school_23.gif) no-repeat left top;}
.jxrm{background:url(/skin/shouye/jxrm.gif) no-repeat left top;}
.jxtj{background:url(/skin/shouye/jxtj.gif) no-repeat left top;}
.pdtj{background:url(/skin/shouye/pdtj.gif) no-repeat left top;}
.lmdh{background:url(/skin/shouye/lmdh.gif) no-repeat left top;}
.rmtp{background:url(/skin/shouye/jxrm1.gif) no-repeat left top;}
.tjtp{background:url(/skin/shouye/jxtj1.gif) no-repeat left top;}
.rmxz{background:url(/skin/shouye/jxrm2.gif) no-repeat left top;}
.tjxz{background:url(/skin/shouye/jxtj2.gif) no-repeat left top;}

.EC_date{ 
    width:248px;
	padding-left:56px;
	margin:0px auto;
	height:33PX;
	color:#FF0000;
	line-height:33px;
	background: url(/skin/shouye/wygkcndate_bg.gif) no-repeat center left;
}
.ec_leader{padding:10px 12px;}
.EC_YANGHUI_QUIKE{MARGIN:6PX auto;WIDTH:250PX;}
.EC_YANGHUI_QUIKE UL{MARGIN:4px 0px;PADDING:0;}
.EC_YANGHUI_QUIKE UL img{display:block;}
.ec_zt_name{
    margin:6px auto;
	background: #fff url(/skin/shouye/dl_bg.gif) repeat-x left top;
	border:1px solid #bbb;
	padding:6px 0px;
	min-height:60px;
	height:auto!important;
	height:60px;  
    overflow:auto!important;
	overflow:visible;
}
.ec_zt_name li{
    float:left;
	width:170px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	background: url(/skin/shouye/dl_dot1.gif) no-repeat 8px center;
}
.ec_zt_name a:hover{
    display:block;
    background: #C9EBFD url(/skin/shouye/dl_dot2.gif) no-repeat 8px center;
}

.zt_list{
   padding:0px 4px;
   line-height:20px;
}
.ec_pic_sp {
	margin:8px 0px 8px 0px;	
	text-align:center;
}
.ec_pic_sp li {
	padding:4px;
}

.ecvisit{
    padding:10px;
}
.ecvisit li{
    
	line-
	padding-left:30px;
    background:url(/skin/shouye/icon_new.gif) no-repeat 10px center;
}

.EC_online_yanghui{

	margin:6px auto;
}
.EC_online{
    width:246px;
	margin:6px auto;
    padding-top:40px;
    background:#FFF url(/skin/shouye/gzxtxcn_school_25.gif) no-repeat left top;
    border:1px solid #CCC;
}
.EC_xgwz{
    width:246px;
	margin:6px auto;
    padding-top:40px;
    background:#FFF url(/skin/shouye/gzxtxcn_school_26.gif) no-repeat left top;
    border:1px solid #CCC;
}

.EC_online_yanghui{
	height:100px;
	overflow-y: auto;
}
.EC_online_yanghui li{
    
	line-
	padding-left:30px;
    background:url(/skin/shouye/icon_new.gif) no-repeat 10px center;
}
.EC_online_yanghui li{
    background:url(/skin/shouye/news_4.gif) no-repeat 10px center;
}

#EC_DaoDu{
   margin:0px;
   padding:0px;
}

.picture{
   float:right;
   display:inline;
   width:350px;
   height:258px;
   border:1px solid #CCC ;
   padding:4px;
}
.EC_pics_bg{

}



.pic_move_title{
   margin:6px auto 0px auto;
   width:232px;
}
.pic_move_title li{
   float:left;
}
.pic_icon_yanghui,.move_icon_yanghui{
   height:20px;
   line-height:20px;
   width:96px;
   text-align:center;
   padding:4px 10px 0px;
   background:url(/skin/shouye/ec_pic_dot.gif) no-repeat 10px center;
}
.move_icon_yanghui{
   background:url(/skin/shouye/ec_move_dot.gif) no-repeat 10px center;
}
.EC_MP_Menu_style {
   margin:5px auto 0px auto;
   width:232px;

}
.EC_MP_Menu_style LI {
	FONT-SIZE: 12px;
	FLOAT: left;
	padding:0px 8px;
	CURSOR: pointer;
	COLOR: #333;
	font-weight:normal;
	LINE-HEIGHT: 28px;
	HEIGHT: 28px;
	TEXT-ALIGN:center;
	list-style:none;
	WIDTH:100PX;
}
.EC_MP_Menu_style LI.selectd {
	COLOR:FF0000;
}

.tt_tj{
   float:left;
   width:360px;
   height:258px!important;
   height:auto;
   height:258px;
   display:inline;
   border:1px solid #CCC ;
}


}
.tiaotiao{
   margin:4px 10px;
   height:53px;
   text-align:center;
   line-height:53px;
   font-size:25px;
   font-weight:bold;
   color:#FF0000;
   border-bottom:1px solid #CCC ;
   background:url(/skin/shouye/toutiao_bg.gif);
}

.tiaotiao a:link,.tiaotiao a:visited{
    color:#f00;
    text-decoration:none;
}

.tiaotiao a:hover{
    background:  #F7F7F7;
    color:#CD1111;
    text-decoration:none;
}
.e_chuang_news{
    padding:15px 10px;
}
.EC_TT_Menu_style {
	padding: 0px 0px; HEIGHT: 33px;
	BACKGROUND: url(/skin/shouye/wygkcn_tt_bg.gif) repeat-x left 0px; 
}
.EC_TT_Menu_style LI {
	FONT-SIZE: 14px;
	FLOAT: left;
	padding:0px 8px;
	CURSOR: pointer;
	COLOR: #03866B;
	font-weight:normal;
	LINE-HEIGHT: 28px;
	HEIGHT: 28px;
	TEXT-ALIGN: center;
	list-style:none;
	border-right:1px solid #bbb;
}

.EC_TT_Menu_style LI.selectd {
    HEIGHT: 33px;
	border:none;
	BACKGROUND: url(/skin/shouye/slide_echsys_bg.gif) no-repeat center 0px;
	COLOR: #FFF;
	font-weight:bold;
}

.EC_TT_Menu_User {
	padding: 0px 2px; HEIGHT: 33px;
	BACKGROUND: url(/skin/shouye/wygkcn_tt_bg.gif) repeat-x left 0px; 
}
.EC_TT_Menu_User LI {
	FONT-SIZE: 14px;
	FLOAT: left;
	padding:0px 8px;
	CURSOR: pointer;
	COLOR: #03866B;
	font-weight:normal;
	LINE-HEIGHT: 28px;
	HEIGHT: 28px;
	TEXT-ALIGN: center;
	list-style:none;
	border-right:1px solid #bbb;
}

.EC_TT_Menu_User LI.selectd {
    HEIGHT: 33px;
	border:none;
	BACKGROUND: url(/skin/shouye/slide_echsys_bg.gif) no-repeat center 0px;
	COLOR: #FFF;
	font-weight:bold;
}

.EC_sitesearch{
	padding:4px 0px 0px 10px;
	margin:6px 0px;
	height:30px;
	border:1px solid #ccc;

}
.EC_s_cnt{
    padding-left:40px;
    background:url(/skin/shouye/search.gif) no-repeat center left;
}
.ads1_Ec_echuang{
    margin:4px auto;
	height:94px;
	padding:1px;
	border:1px solid #C0C0C0;
}	

.lanmu_line{
    margin:8px auto;
	padding:1px;
	width:0px;
	background:#C0C0C0;
	height:260px;
}

.xlan_line{
    margin:8px auto;
	padding:1px;
	width:0px;
	background:#C0C0C0;
	height:430px;
}

.xkxx{
    margin:8px auto;
	padding:1px;
	width:0px;
	background:#C0C0C0;
	height:156px;
}
.rmxx{
    margin:8px auto;
	padding:0px;
	height:175px;	
}

.art_echsys{
    display:inline;
    width:718px;
    margin:0px 0px 5px 0px;
	border:solid 0px #BBBBBB;
	
}

.EC_LM_Style {
    padding:0px;
	margin:0px;
	height:35px;
	width:90px;
	text-align:center;
	line-height:27px;
	background:url(/skin/shouye/slide_echsys_bg.gif) no-repeat center top;
	font-weight:bold;color:#fff;font-size:14px;
}
.more_ec{
	line-height:27px;
	padding-right:10px;
}
.ecart_pic{
    width:60px;
	height:50px;
	border:1px solid #ccc;
	padding:2px;
	margin:6px;
}
.ecart_text{
    margin:6px 6px 6px 0px;
    width:230px;
}
.art_echsys_title{
    font-weight:bold;
	font-size:14px;
	text-align:left;
	background: #F6F6F6;
}
.art_echsys_cnt{
	padding:4px;
	line-height:16px;
	text-align:left;
	min-height:34px;
	height:auto!important;
	height:34px;
	border-bottom:1px dashed #ccc;
}

.newpic_echsyscom{
    margin:0px auto;
	height:120px;
	border:1px solid #bbb;
	padding:1px 5px 0px 5px;
	background:url(/skin/shouye/pic_echsyscombg.gif) repeat-x left top;
}
.ech_ec_title_bg,.hd_ec_title_bg{
    height:23px;
    background:url(/skin/shouye/dotechsyscom_pic.gif) no-repeat;
	border-bottom:3px solid #0CC9AD;
	margin-bottom:6px;
	line-height:23px;
	padding-right:10px;
}
.hd_ec_title_lm{
    height:25px;
    background:url(/skin/shouye/dotechsyscom_pica.gif) no-repeat;
	margin-bottom:6px;
	line-height:23px;
	padding-right:10px;
}
.lanmu_text{
   width:60;
}

.pic_t{
	height:105px;
}
.scrollpic{
   overflow:hidden;
   height:120px;
   width:680px;
   margin:0px 10px;
}
.pic_cont{
   width:120px; 
   height:90px; 
   margin:4px; 
   padding:4px !important; 
   padding:4px 4px 0px 4px ;
   border:1px solid #bbb;
   border-bottom:3px solid #bbb;
   background:#FFF url(/skin/shouye/pic_bg_echsys.gif) repeat-x left top;
}
.pic_cont_Hover{
   border:1px solid #0EA8CC;
}
.ECHUANG_hudong{
   margin:6px auto;
   height:234px;
   padding:2px 4px;
   border:1px solid #C0C0C0;
   background:url(/skin/shouye/pic_echsyscombg.gif) repeat-x left top;
}
.ECHUANG_lanmu{
   margin:1px auto;
   height:50px;
   padding:2px 4px;

}
.hd_ec_title_bg{
    background:url(/skin/shouye/hd_echsyscom_pic.gif) no-repeat left top;
	margin-bottom:0px;
}

.hd_ec_title_lm{
    background:url(/skin/shouye/hd_echsyscom_pica.gif) no-repeat left top;
	margin-bottom:0px;
}
.vote_YANGHUI{
   width:205px;
   min-height:188px;
   height:auto!important;
   height:188px;
   padding-top:28px;
   background:url(/skin/shouye/wygkcn_vote_bg.gif) no-repeat left top;
   border:1px solid #C0C0C0;

}

.vote_list{
   padding-left:8px;
   line-height:20px;
}

.hd{
   width:708px;
}



.T_Menu_style {
	MARGIN-LEFT: 10px; HEIGHT: 28px
}
.T_Menu_style LI {
	FONT-SIZE: 12px;
	FLOAT: left;
	WIDTH: auto;
	padding:0px 10px;
	CURSOR: pointer;
	COLOR: #2D9FBD;
	font-weight:normal;
	LINE-HEIGHT: 24px;
	HEIGHT: 24px;
	TEXT-ALIGN: center;
	list-style:none;
	border-right:1px solid #bbb;
}
.T_Menu_style LI.selectd {
    HEIGHT: 28px;border:none;
	BACKGROUND: url(/skin/shouye/slide_menu.gif) no-repeat center 0px; COLOR: #2D9FBD;
}

.T_Menu_User {
	MARGIN-LEFT: 0px; HEIGHT: 28px;
	BACKGROUND: url(/skin/shouye/gov_wygkcnzlc_88.gif);
}
.T_Menu_User LI {
	FONT-SIZE: 12px;
	FLOAT: left;
	WIDTH: auto;
	padding:0px 10px;
	CURSOR: pointer;
	COLOR: #2D9FBD;
	font-weight:normal;
	LINE-HEIGHT: 24px;
	HEIGHT: 24px;
	TEXT-ALIGN: center;
	list-style:none;
	border-right:1px solid #bbb;
}
.T_Menu_User LI.selectd {
    HEIGHT: 28px;border:none;
	BACKGROUND: url(/skin/shouye/slide_menu.gif) no-repeat center 0px; COLOR: #2D9FBD;
}


/*首页右边样式表*/
.EC_Rcnt1{
    margin:0px auto;
	width:366px;
}
.EC_GovDir{
   margin-bottom:10px;
   min-height:140px;
   height:auto !important;
   height:140px;
   border:1px  #07D0E0 solid;
}
.EC_GovdirBg,.EC_ZTGG_Bg{
   background:#F0FCFF url(/skin/shouye/ec_govdirbg.gif) repeat-x left top;
}

.EC_slide_bg{
background:url(/skin/shouye/wygkcn_govdir_bg.gif) repeat-x left top;
}
.ec_ysqgk_menu{
   margin:10px 0px 0px 10px;
}
.ec_ysqgk_menu li{
   float:left;
   padding:4px;
}

.b_banshi,.hotnews,.stat{
   margin:0px 0px 10px 0px;
   border-bottom:1px solid #bbb;
}
.banshi{
   min-height:100px;
   height:auto !important;
   height:100px;
}
.bmfw{
   margin:8px auto;
   padding:3px;
   text-align:center;
   border:1px solid #bbb;
   background:url(/skin/shouye/fw_bg.gif) repeat-x left top;
}
.shenpi{
    padding-bottom:6px;
}
.myform{
    padding:2px 0px 1px 10px;
	margin-bottom:6px;
}

.bm_article{
    width:45%;
	padding:8px 4px;
}
.login_email{
   margin:10px auto;
   background:url(/skin/shouye/gov_wygkcnchtm_79.gif) repeat-x #ffffff;
   border:1px solid #bbb;
}
.email{
   padding:8px;
}
.linkmap{
   margin:0px auto;
   border:0px solid #bbb;
   height:70px;
   padding:0px;
   text-align:center;
   background:url(/skin/shouye/link_BG.jpg)
}

.linkmap li{
   width:88px;
   float:left;
   padding:0px 2px;
}

.top             {
	COLOR: #ffffff;
	FONT-FAMILY:Verdana, Arial, 宋体;
	FONT-SIZE: 9pt;
	font-weight: bold;
}
A.top:link        { COLOR: #ffffff;  TEXT-DECORATION: none}
A.top:visited     { COLOR: #ffffff;  TEXT-DECORATION: none}
A.top:active      { COLOR: #ffffff;  TEXT-DECORATION: none}
A.top:hover       { COLOR: #FF0000;  TEXT-DECORATION: none}

/*公共样式表*/
*{    
    margin:0px; padding:0px;font-family: "宋体";

}
a:link{
	color:#333333; text-decoration:none; 
}
a:visited{
	color:#333333; text-decoration:none;
}
a:hover{
	color:#ae0927;
}
.mylink{
    COLOR: #303030;  FONT-FAMILY:Verdana, Arial, 宋体; FONT-SIZE: 12px;font-weight:bold;
}
a.mylink:link{
	color:#333333; font-size:12px; text-decoration:none; font-weight:bold;
}
a.mylink:visited{
	color:#333333; font-size:12px;text-decoration:none;font-weight:bold;
}
a.mylink:hover{
	color:#19BCB8; font-size:12px;text-decoration:none;font-weight:bold;
}
.clear_float{
	clear:both; height:0px;font-size:1px;
}
.float_left{
	float:left
}
.float_right{
	float:right
}
H1 {
	font-size:14px;font-weight:bold;word-spacing:5px;COLOR: #006666;
}
H2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 30px;  PADDING-BOTTOM: 0px; font-size:14px;font-weight:bold;COLOR: #333; LINE-HEIGHT: 31px; PADDING-TOP: 0px; HEIGHT: 31px;background:url(/skin/shouye/lm_dot.gif) no-repeat 10px 9px;
}
H3{
PADDING-RIGHT: 10px; PADDING-LEFT: 30px;  PADDING-BOTTOM: 0px; font-size:14px;font-weight:bold;COLOR: #FFF; LINE-HEIGHT: 27px; PADDING-TOP: 0px; HEIGHT: 27px;background:url(/skin/shouye/lm_dot2.gif) no-repeat 10px 9px;
}
.more {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FLOAT: right;padding-top:10px;
}
.slide_bg{background:url(/skin/shouye/gov_wygkcnzlc_71.gif) repeat-x left top;}
.lianmu_bg{background:url(/skin/shouye/wygkcnzxb_echsyscom.gif) repeat-x left top;}
ul{margin:0px;padding:0px;}
li{list-style:none;}
div,input,table{
	font-size:12px;
	font-weight:normal;
}
table{border-collapse:collapse;}
hr{height:1px;color:#BBBBBB;}
.normal_tr{background:#FFFFFF}
.Hover_tr{background:#e8e8e8}
.shouye_tit{color:#000;font-size:12px;font-weight:bold; }
.black_title{ color:#000000;font-size:12px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
BODY{  color:#101010;font-size:12px;background: #E0FCFC url(/skin/shouye/background.gif) repeat-x top;}
#EC_Content{margin:0px auto;width:1002px;background:#FFFFFF;}
.list {margin:0px;text-align:left;padding: 2px;}
.list Li {
	list-style:none;font-size:12px; line-height: 20px;
}
.list li span{
	color: #666666;
	float: right;
	text-align: right;
	clear:right;
	font-size:12px;
	padding-right:6px;
}
.list li a, .list li a:visited {
    font-size:12px;
	color: #333333;
	text-decoration: none;
	padding:0px;

}
.list li a:hover{
	background:  #F7F7F7;
	color: #19BCB8;
	text-decoration: none;
}
.pic_word{
	FONT-FAMILY:Verdana, Arial, "宋体";
	FONT-SIZE: 8pt;
	color: #ff0000;
}
.my           { color:#FF0000; FONT-FAMILY:Verdana, Arial, 宋体; FONT-SIZE: 9pt}
A.my:link     {COLOR: #FF0000; TEXT-DECORATION: none}
A.my:visited  {COLOR: #FF0000;  TEXT-DECORATION: none}
A.my:active   {COLOR: #000000;  TEXT-DECORATION: none}
A.my:hover    {COLOR: #000000;  TEXT-DECORATION: none}

.content_text{
FONT-FAMILY:Verdana, Arial, 宋体;
font-size:14px;
line-height:24px;
color:#333333;
padding:5px;
}
#login{
   width:52px;
   margin:0px auto;
}
.login_01{
   height:59px;
   background:url(/skin/shouye/login_01.gif) no-repeat;
}
.login_02{
   height:140px;
   background:url(/skin/shouye/login_02.gif) no-repeat;
}
.login_03{
   height:23px;
   background:url(/skin/shouye/login_03.gif) no-repeat;
}
.ver{
   height:40px;
   text-align:center;
   line-height:40px;
}
.logincnt{
   text-align:center;
   margin:48px 8px 0px 8px;
}
.copyright{
   margin-top:20px;
   text-align:center;
   color:#FFFFFF;
}
/*公共样式表*/

/*顶部样式*/
.header{
    margin:0px auto;
    height:26px;
	background: url(/skin/shouye/wygkcnzwb_school_02.gif) repeat-x; 
}
.login{
	text-align:left;
	line-
	padding:4px 0px 0px 8px;
}
.mymenu{
   width:380px;
   text-align:right;
   line-height:26px;
   padding-right:8px;
}
.banner{
   marign:0;
   padding:0;
}
.white_tit{
   color:#ffffff;
   font-size:12px;
   font-weight:bold;   
}
.white_tit a:link,.white_tit a:visited{
   color:#ffffff; 
}
.white_tit a:hover{
   color:#ff0000;
}
.nav_main li {
	float: left;
	text-align: center;
	list-style:none;
}

/*导航菜单样式表*/

.nav_main{
   	background: url(/skin/shouye/wygkcn_main_nav.gif) repeat-x;
	height: 34px;
	margin: 0px auto;
	padding: 0px; 
}
.nav_main ul{
	margin: 0px auto;
	padding: 0px; 
}
.nav_main li{
	float: left;
	text-align: center;
	list-style:none;
}

.nav_current {
	background: url(/skin/shouye/menu_echsys_hover.gif) no-repeat 0px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height:34px;
	text-decoration: none;
	width: 80px;
}
a.f_nav:link {
	color: #ffffff;
	display: block;
	height: 14px;
	text-decoration: none;
}

a.f_nav:visited {
	color: #ffffff;
}

a.f_nav:hover {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.nav_link {
	cursor:pointer;
	float: left;
	font-size: 14px;
	font-weight:bold;
	height: 34px;
	line-height:34px;
	text-decoration: none;
	width: 80px;
}
.nav_link a,.nav_link a:visited {
	color:#ffffff;
}
.nav_link a:hover{
	color:#FFFFFF;
	display: block;
}
.nav_sub {
	height:30px;
	line-height:30px;
	color: #000;
	text-align: left;
	line-height:21px;
	background: url(/skin/shouye/sub_nav_bg.gif) repeat-x  left top;
}

.nav_sub a:link,.nav_sub a:visited,.nav_sub a:active {
	color: #000;
	text-decoration: none;
}
.nav_sub a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.nav_sub li {
	display:inline;
	height: 0px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.hidden, .undis {
	display: none;
}
.sub_box {
	float: left;
	text-align: left;
	padding:0px 0px 0px 10px;
}
.sub_box2 {
	padding:0px 0px 0px 100px;
}
.sub_box3 {
	padding:0px 0px 0px 114px;
}
.sub_box4 {
	padding:0px 0px 0px 194px;
}
.sub_box5 {
	padding:0px 0px 0px 111px;
}
.sub_box6 {
	padding:0px 0px 0px 276px;
}
.sub_box7 {
	padding:0px 0px 0px 434px;
}
.sub_box8 {
	padding:0px 0px 0px 514px;
}
.sub_box9 {
	padding:0px 0px 0px 594px;
}
.sub_box10 {
	padding:0px 0px 0px 608px;
}
.sub_box11 {
	padding:0px 0px 0px 640px;
}
.sub_box12 {
	padding:0px 0px 0px 368px;
}
.sub_box13 {
	padding:0px 0px 0px 600px;
}
/*导航菜单样式表*/
/*底部样式表*/
#footer{
   margin:0px auto;
   background:#FFFFFF;
}
.foot_nav{
    height:29px;
	text-align:center;
	line-height:29px;
	background:url(/skin/shouye/bottom_echsys_bg.gif) repeat-x;
}
.foot_info{
    font-size:12px;
	line-height: 18px;
    text-align:center;
	background:url(/skin/shouye/wygkcn.gif) repeat-x;
	padding:5px 0px;
}
/*底部样式表*/



/*公共样式表*/
.position{
    height:36px;
	padding:8px 10px 0px 20px;
	background: url(/skin/shouye/position_bg.gif) repeat-x;	
}
H4{
PADDING-RIGHT: 10px; PADDING-LEFT: 30px;  PADDING-BOTTOM: 0px; font-size:14px;font-weight:bold;COLOR: #000; LINE-HEIGHT: 27px; PADDING-TOP: 0px; HEIGHT: 62px;background:url(/skin/shouye/lm_dot.gif) no-repeat 10px 9px;
}
H5{
PADDING-RIGHT: 10px; PADDING-LEFT: 20px;  font-size:14px;font-weight:bold;COLOR: #000; LINE-HEIGHT: 20px; HEIGHT: 20px;background:#e8e8e8;
}
H6{
PADDING-RIGHT: 10px; PADDING-LEFT: 40px;  font-size:14px;font-weight:bold;COLOR: #000; LINE-HEIGHT: 40px; HEIGHT: 42px;background:url(/skin/shouye/lm_dot.gif) no-repeat 15px 13px;
}
.lm_class_bg{
	background: url(/skin/shouye/lm_class.gif) repeat-x left top;
}
.list_pages{
   
   width:634px;
   margin:10px auto;
   text-align:center;
   line-
   border:1px solid #bbb;
   clear:left;
}
/*文章页面样式*/
/*左边部分样式*/
#EC_Cnt_center{
    background: url(/skin/shouye/art_ech_sys_logo_bg.gif) no-repeat 646px top;
}

.EC_Cnt_Left{
    width:640px;
	margin: 0px 6px!important;
	margin: 0px 3px;
}

.EC_Content_Left{      
	 margin:0px auto;
	 border:1px solid #bbb;
	 padding:0px 0px 10px 0px;
}

.EC_News_Title{
     width:100%;
	 height:33px;
	 text-align:center;
	 padding-top:20px;
	 font-size:20px;
	 color:#333;
	 font-weight:bold;
}
.EC_title_line{
     height:20px;
     background: url(/skin/shouye/EC_title_line.gif) no-repeat;
}
.art_info,.comment_title{
     width:620px;
	 height:26px;
	 line-height:26px;
	 text-align:center;
	 padding:0px 0px 10px 0px ;
	 margin:5px auto;
	 border-bottom:1px solid #ccc;
}
#zw_content{
    width:600px;
	line-
	font-size:14px;
	margin:10px auto;
	text-align:left;
	overflow:hidden;
}
.editor{
    height:20px;
	text-align:right;
	padding-right:10px;
	margin:4px auto;
}
.pages{
   width:600px;
   text-align:left;
   margin:4px auto;
   line-height:20px;
}
.about_news,.comment{
   width:600px;
   margin:10px auto;
}
.about_art,.about_spec{
   width:260px;
   background:url(/skin/shouye/wygkcnzxb_echsyscom.gif) repeat-x left top;
   border-bottom:1px solid #bbb;
   padding:0px 6px;
   min-height:150px;
   height:auto !important;
   height:150px;
}
.comment{
   border:1px solid #e8e8e8;
   width:600px;
   margin-bottom:10px;
}
.comment_title{
   width:600px;
   margin:0px auto;
   padding:0px;
   text-align:left;
   font-size:14px;
   font-weight:bold;
   background:#DDFDF5 url(/skin/shouye/wygkcn_gz_comment_bg.gif) repeat-x left top;
}
.comment_tit{
   height:50px;
   line-height:50px;
   text-align:center;
   border-bottom:1px solid #bbb;
}
.comm_pages{
   
   line-
   text-align:center;
   margin:10px auto;
   border:1px dashed #bbb;
}
.comment_cnt,.comment_tab{
   padding:4px;
}
.comment_list{
   background:#e8e8e8;
   height:20px;
   line-height:20px;
   padding:0px 10px;
   margin:10px auto;

}
.comment_tab{
    text-align:center;
}
  
/*右边部分样式*/
.EC_Cnt_Right{
    width:330px;
}

.EC_n_right,.EC_npic_right,.EC_spe_pic,{
    width:324px;
	margin:0px 6px 10px auto;
	padding-bottom:10px;
	border:1px solid #ccc;
}
.Article_right_AD01{
    width:326px;
    margin:0px 6px 4px auto;
	padding-bottom:0px;
	border:none;
}
.EC_npic_right li{
    width:160px;
	float:left;	
}
.EC_ntext_right{
    border-top:1px dashed #bbb;
}
.EC_ntext_right li{
	clear:left;
	width:320px;
}
.EC_spe_pic{
    width:280px;
	float:left;
	border:none;
}
.EC_spe_pic li{
    width:138px;
	float:left;
}
.npic{
   width:120px;
   padding:2px;
   margin:10px 15px 10px 20px;
   border:1px solid #bbb;
   background:#fff;
}
.npic2{
   width:100px;
   padding:2px;
   margin:10px;
   border:1px solid #bbb;
   background:#fff;
}
.npic_Hover{
   border:1px solid #FD9C05;
   filter:alpha(opacity=80);
   
}
.npic_title{
   height:24px;
   line-height:24px;
   font-size:12px;
   text-align:center;
   font-weight:normal;
   margin-bottom:4px;
}

/*文章列表页面样式*/
#zl_center,#nobig_center,#big_center,#Small_center,#noSmall_center{
    background: url(/skin/shouye/zl_bg.gif) repeat-y left top;
}

/*左边部分样式*/
.zl_left,.nobig_left,.big_left,.small_left,.nosmall_left{
    width:302px;
}

.E_c_dl_dh,.new_art{
    width:286px;
	margin:0px auto 10px auto;
	border:1px solid #bbb;
	background:#fff url(/skin/shouye/wygkcnzxb_echsyscom.gif) repeat-x left top;
}

.E_c_dl_name{
    margin:8px auto;
	background: #fff url(/skin/shouye/dl_bg.gif) repeat-x left top;
	border-top:1px solid #bbb;
	padding:6px 6px;
	min-height:20px;
	height:auto!important;
	height:20px;  
    overflow:auto!important;
	overflow:visible;
}
.E_c_dl_name li{
    float:left;
	width:136px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	background: url(/skin/shouye/dl_dot1.gif) no-repeat 8px center;
}
.E_c_dl_name a:hover{
    display:block;
    background: #AEFBE0 url(/skin/shouye/dl_dot2.gif) no-repeat 8px center;
}
.new_art_list{
    margin:10px 0px;
}


#EC_GovPublic_center{
    background: url(/skin/shouye/wygkcn_GovPublic_bg.gif) repeat-y left top;
}
.EC_GovPublic_left{
    width:260px;text-align:center;
}
.EC_GovPublicLeft{
    margin:0 auto;
}
.EC_GovPublicLeft LI{
    padding-bottom:5px;
}
.other_searchbg{
    background: #FFF1EE;
	border:#bbb solid 1px;
	text-align:center;
	width:250px;
}
.EC_gkml_left{
    width:220px;
    margin:0px auto;
	text-align:left;
}
/*右边部分样式*/
.zl_right,.nobig_right,.big_right,.small_right{
    width:700px;
}
.EC_GovPublic_right{
    width:742px;
}
.EC_GovPublic_cnt{
    width:730px;
	margin:0px auto 10px auto;
    background: url(/skin/shouye/hd_dh.gif) repeat-x left top;
	border:1px solid #BDBDBD;
}
.EC_GovPublic_content{
	width:730px;
	margin:5px auto 10px auto;
	text-align:center;
}
.ec_govpublic_txt{
	text-align:left;
	line-height:24px;
	padding:20px;
}
.ec_govpublic_txt_l{
    width:440px;
	text-align:left;
	line-height:24px;
	padding:20px;
}
.ec_govpublic_txt_r{
    width:220px;
	text-align:center;
	line-height:24px;
	padding:20px 0;
}
.ec_govpublic_txt_b{
	text-align:left;
	line-height:24px;
	padding:10px 2px;
	border-top:1px #FF3333 dashed;
	font-weight:bold;
}
.EC_gmsq_table1{
   text-align:center;
   color:#FF0000;
   font-size:20px;
   margin:4px auto;
   font-weight:bold;
}
.EC_gmsq_table2{
   margin:10px auto;
   width:640px;
   border:dashed #FF3333 1px;
}


.class_listcnt{ 
    width:640px;
	margin:10px auto;
}
.class_list1{
	margin-bottom:5px;
	padding:0px;
	min-height:20px;
	height:auto!important;
	height:20px;  
    overflow:hidden!important;
	overflow:visible;
}
.class_list1 li{
	float:left;
}
.class_pic_list{
    width:160px;
}
.class_pic_list_leader{
    width:320px;
}
.class_site_list{
    width:316px;
	line-height:20px;
	text-align:center;
	padding:1px;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	background:#F6F6F6;
}

.piclist{
   width:110px;
   padding:4px;
   margin:0px auto;
   border:1px solid #bbb;
}
.piclist_Hover{
   border:1px solid #0799DD;
}
.piclist_title{
   height:24px;
   line-height:24px;
   font-size:12px;
   text-align:center;
   font-weight:normal;
   margin-bottom:4px;
}
.s_pic{
   width:80px;
   padding:2px;
   border:1px solid #e8e8e8;
   margin:5px 0px;
}
.EC_s_cnt{
   width:540px;
   line-height:18px;
   text-align:left;
   margin:5px 0px;
}

/*其他页面样式*/

