/*-用于：全站各级页面，通用样式-*/
/*--CSS Reset--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0; margin: 0; } 
fieldset,img { border: 0; } 
address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;} 
ol,ul,li { list-style: none;} 
h1,h2,h3,h4,h5,h6 { font-weight: normal;font-size: 100%;} 
/**/
input, textarea, select {font-family:inherit;font-weight:inherit;vertical-align:middle;}
input,select{vertical-align:middle;height:18px;line-height:18px;} 
/*--CSS Reset--*/

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/*body*/
body {font-family: '宋体', Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;background-color: #FFFFFF;}
td {font-size: 9pt;line-height: 2;font-style: normal;font-weight: normal;text-decoration: none;}

/*--通用边框--*/
/*全框*/
.Content_Edge {border: 1px solid #a0d3ff;}
/*无上框*/
.Content_Edge_top {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: #a0d3ff;border-bottom-color: #a0d3ff;border-left-color: #a0d3ff;}
/*无下框*/
.Content_Edge_Bottom {border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-top-color: #a0d3ff;border-right-color: #a0d3ff;border-left-color: #a0d3ff;}
/*无上下框*/
.Content_Edge_lr {border-right-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #a0d3ff;border-left-color: #a0d3ff;border-left-width: 1px;}
/*--通用边框--*/

/*--全站通用各级导航栏CSS定义开始--*/
/*顶部导航栏*/
.Navi_top {background-color: #f8f8f8;border: 1px solid #e3e3e3;}
.Navi_top .Function {text-align: left;text-indent: 10px;}
.Navi_top .Prompt {text-align: center;}
.Navi_top .Prompt span {padding-right: 5px;padding-left: 5px;}
.Navi_top .Prompt a:link {color: #666666;text-decoration: none;}/*未访问*/
.Navi_top .Prompt a:visited {color: #666666;text-decoration: none;}/*已访问*/
.Navi_top .Prompt a:hover {color: #666666;text-decoration: underline;}/*鼠标悬停*/ 
.Navi_top .Prompt a:active {color: #666666;text-decoration: none;}/*点击激活*/

/*主导航栏背景*/
.Navi {background-image: url(/skin/2011/Navi_Bg.gif);background-repeat: repeat-x;background-position: bottom;}
/*导航栏大标题*/
.Navi .title {font-family: "微软雅黑";font-size: 18px;font-weight: bold;background-image: url(2011/Navi_title_bg.gif);background-repeat: no-repeat;letter-spacing: 3px;text-align: left;text-indent: 20px;background-position: top;}
/*Rss Wap 定义*/
.Navi .Wap{}
.Navi .Wap span {margin-right: 7px;}
/*主导航当前*/
.Navi .Current {font-size: 13px;font-weight: bold;color: #FFFFFF;background-image: url(2011/Navi_Current.gif);background-repeat: no-repeat;letter-spacing: 3px;text-align: center;}
.Navi .Current a:link {color: #FFFFFF;}/*未访问*/
.Navi .Current a:visited {color: #CC0000;}/*已访问*/
.Navi .Current a:hover {color: #FF6B24;}/*鼠标悬停*/ 
.Navi .Current a:active {color: #000000;}/*点击激活*/
/*主导航其他*/
.Navi .Other {font-size: 13px;font-weight: bold;color: #000000;background-image: url(2011/Navi_Other.gif);background-repeat: no-repeat;letter-spacing: 3px;text-align: center;}
.Navi .Other a:link {color: #000000;}/*未访问*/
.Navi .Other a:visited {color: #FF6B24;} /*已访问*/
.Navi .Other a:hover {color: #FF6B24;}/*鼠标悬停*/ 
.Navi .Other a:active {color: #000000;}/*点击激活*/
/*栏目导航栏*/
.Navi .Class {color: #FFFFFF;text-align: center;}
.Navi .Class span {color: #000000;padding-right: 5px;padding-left: 5px;}
.Navi .Class a:link {color: #FFFFFF;}/*未访问*/
.Navi .Class a:visited {color: #CC0000;}/*已访问*/
.Navi .Class a:hover {color: #FFCC00;}/*鼠标悬停*/ 
.Navi .Class a:active {color: #000000;}/*点击激活*/
/*分站导航栏*/
.Navi .Sub {text-align: center;}
.Navi .Sub span {padding-right: 5px;padding-left: 5px;}
.Navi .Sub a:link {color: #000000;}/*未访问*/
.Navi .Sub a:visited {color: #999999;}/*已访问*/
.Navi .Sub a:hover {color: #CC0000;}/*鼠标悬停*/ 
.Navi .Sub a:active {color: #000000;}/*点击激活*/
/*您的位置*/
.Navi .Position {text-indent: 30px;text-align: left;}
/*底部导航*/
.Navi_bottom {height: 30px;text-align: center;}
.Navi_bottom span {margin-right: 5px;margin-left: 5px;}
.Navi_bottom a:link {color: #666666;}/* 未访问的链接 */
.Navi_bottom a:visited {color: #666666;}/* 已访问的链接 */ 
.Navi_bottom a:hover {color: #CC3300;}/* 鼠标在链接上 */ 
.Navi_bottom a:active {color: #666666;}/* 点击激活链接 */ 
/*--版权信息通用样式--*/
.Copyright {}
.Copyright .Photo{text-align: center;height: 80px;}
.Copyright .Photo span {margin-right: 20px;margin-left: 20px;}
.Copyright .Photo img {border: 1px solid #CCCCCC;}
.Copyright .info{text-align: center;height: 50px;font-weight: bold;line-height: 1.5;}
/*手机网站系统*/
.Copyright_wap {}
/*--版权信息通用样式--*/

/*主站首页主导航栏背景*/
.Navi_Lord_Bg {background-image: url(/skin/2011/Navig_Lord_Bg.gif);background-repeat: no-repeat;}
/* --全站通用各级导航栏CSS定义结束-- */
/* --通用单元格背景CSS定义开始-- */
/*左*/
.td_bg1{background-image: url(2011/02.gif);background-repeat: no-repeat;background-position: bottom;}
/*标题*/
.td_bg2{background-image: url(2011/01.gif);background-repeat: no-repeat;background-position: bottom;color: #FFFFFF;font-weight: bold;text-align: center;font-size: 14px;vertical-align: bottom;}
/*中*/
.td_bg3{background-image: url(2011/03.gif);background-repeat: repeat-x;background-position: bottom;text-align: right;vertical-align: bottom;}
.td_bg3 a:link {color: #CC0000;}
.td_bg3 a:visited {color: #000000;}
.td_bg3 a:hover {color: #999999;text-decoration: underline;}
.td_bg3 a:active {color: #CC0000;}
/*右*/
.td_bg4{background-image: url(2011/04.gif);background-repeat: no-repeat;background-position: bottom;}
/*中，没有文字样式定义*/
.td_bg5{background-image: url(2011/03.gif);background-position: bottom;vertical-align: bottom;background-repeat: repeat-x;}
/*图片高度45*/
.td_bg6{background-image: url(2011/05.gif);background-repeat: repeat-x;text-align: left;text-indent: 20px;font-size: 14px;font-weight: bold;color: #CC0000;}
.td_bg6 span {font-size: 12px;color: #000000;font-weight: normal;margin-left: 20px;}
/* --通用单元格背景CSS定义结束-- */

/* --通用边框带背景样式CSS定义开始-- */
/*全框带背景色*/
.Edge_bg {background-color: #FDFBF0;border: 1px solid #FF9900;}
/* --通用边框带背景样式CSS定义结束-- */

/* --通用判断样式CSS定义开始-- */
/*正确，是，开始，可以*/
.yes {background-image: url(2011/yes.gif);background-repeat: no-repeat;height: 14px;width: 14px;padding-left: 18px;padding-top: 3px;vertical-align: bottom;}
/*错误，否，结束，不可以*/
.Error {background-image: url(2011/Error.gif);background-repeat: no-repeat;height: 14px;width: 14px;color: #FF0000;padding-left: 18px;padding-top: 3px;vertical-align: bottom;}
/* --通用判断样式CSS定义结束-- */
/* --通用友情链接样式CSS定义开始-- */
.link {}
.link ul {width: 900px;height:110px;left:35px;position:relative;*left:0px;top:10px;bottom:10px;}
.link li {width:88px;height:32px;float:left;border:1px dashed #999999;margin:5px;}
/* --通用友情链接样式CSS定义结束-- */

/* --广告间距通用定义开始-- */
.spacing {padding-top: 5px;}
/* --广告间距通用定义结束-- */
/* --通用公告样式CSS定义开始-- */
.Announce {text-align: left;text-indent: 5px;}
.Announce span {float: right;margin-right: 10px;}
/* --通用公告样式CSS定义结束-- */

/*表单通用验证样式*/
input.vf_inCorrect,textarea.vf_inCorrect{box-shadow:0 1px 2px rgba(3,139,0,0.2) inset;border-color:#90b983;color:#2d7c14;}
input.vf_inError,textarea.vf_inError{box-shadow:0 1px 2px rgba(139,23,0,0.2) inset,0 0 5px rgba(139,23,0,0.6);border-color:#d46060;color:#b40000;}
.vf_Normal,.vf_Correct,.vf_Error,.vf_Focus{vertical-align:middle;display:inline-block;padding:3px;font-size:12px;margin-left:5px;float: left;}
.vf_Normal{color:#777;}
.vf_Focus{color:#000;}/*提示*/
.vf_Correct{color:#20800d;display:none;}/*验证通过*/
.vf_Error{color:#f00;}/*错误*/
/*自定义样式*/
input.inTestClass,textarea.inTestClass{box-shadow:0 0 2px rgba(0,0,0,0.3) inset,0 0 5px rgba(139,23,0,0.6);border-color:#00f;color:#eee;background-color:#333;}
.TestClass_OK{color:#fff;background-color:#080;}
.TestClass_Err{color:#fff;background-color:#c00;}

/* --新闻列表通用定义-- */
/*新闻列表*/
.News_Public_List{}
.News_Public_List li {text-align: left;text-indent: 5px;}
.News_Public_List span {float: right;margin-right: 10px;}
/*JOB新闻内容页面 热点关注 图片新闻*/
.News_Public_List .img {text-align: center;}
/*只用于动易系统 DIV输出定义 单列*/
.News_Public_List div {text-align: left;text-indent: 5px;}
/*只用于动易系统 普通列表输出定义 多列*/
.News_Public_List .Article {text-align: left;text-indent: 5px;}