/****************************************************************************/
/******************************  === 布局 ===  ******************************/
/****************************************************************************/
/*                                                                          */
/*  .clear                                  清除                            */
/*  .container                              常规容器                        */
/*  .row                                    行                              */
/*  .column                                 列                              */
/*                                                                          */
/*    ├.home_slide_frame                     ├首页轮转图_框               */
/*    ├.home_slide                           ├首页轮转图                  */
/*    │├#slide                              │├轮转区                    */
/*    ││├img                               ││├图                      */
/*    ││├i                                 ││├标题背景                */
/*    ││└a.title                           ││└标题链接                */
/*    │└#btn                                │└切换按钮                  */
/*    │  ├a                                 │  ├按钮链接                */
/*    │  └a.activeSlide                     │  └按钮链接_活动           */
/*                                                                          */
/*  .panel                                  面板                            */
/*  ├.panel_title                          ├面板标题区                    */
/*  │├.panel_title_tab                    │├面板标题区_标签             */
/*  ││├span.tab                          ││├标签                      */
/*  │││└span.tab_a                      │││└标签_左背景             */
/*  │││  └span.tab_b                    │││  └标签_右背景           */
/*  ││└span.tab_active                   ││└标签_活动                 */
/*  ││  └a                               ││  └链接                    */
/*  │├.panel_content                      │├面板内容区                  */
/*  │└.panel_content_outLine              │└面板内容区_外框版           */
/*  │  └.panel_content_inLine             │  └面板内容区_内框           */
/*                                                                          */
/*  ul.text_list                            文本式列表                      */
/*  └li                                    └单元                          */
/*    ├a                                     ├链接                        */
/*    └i                                     └时间                        */
/*                                                                          */
/*  .sysEntry                               系统入口                        */
/*                                                                          */
/*  .adA                                    广告位_专题                     */
/*  └a                                     └链接                          */
/*    └img                                   └图                          */
/*  .noticeScroll                           公告滚动区                      */
/*  └.noticeScroll_content                 └内容区                        */
/*    ├.title                                ├标题区                      */
/*    ├.content                              ├内容区                      */


/*                                                                          */
/*  .sysEntry                               系统入口                        */
/*  .scroll_pic                             横向滚动图片区                  */
/*  ├a.scroll_button                       ├方向箭头                      */
/*  ├a.scroll_leftbtn                      ├方向箭头_左                   */
/*  ├a.scroll_rightbtn                     ├方向箭头_右                   */
/*  └.scroll_pic_content                   └内容区                        */
/*    └ul                                    └列表                        */
/*      └li                                    └单元                      */
/*        ├a                                     ├链接                    */
/*        ├a.pic                                 ├链接_图                 */
/*        ├a.word                                ├链接_文字               */
/*        └img                                   └图                      */
/*  .linkout                                友情链接                        */
/*  ├ul.linkout_pic                        ├图片友情链接                  */
/*  │└li                                  │└单元                        */
/*  │  ├a                                 │  ├链接                      */
/*  │  └img                               │  └图                        */
/*  │                                      │                              */
/*  └ul.linkout_word                       └文字友情链接                  */
/*    └li                                    └单元                        */
/*      └a                                     └链接                      */
/*  └.linkout_bottom                       └友情链接底端                  */
/*    └.linkout_bottom_a                     └友情链接底端_左             */
/*      └.linkout_bottom_b                     └友情链接底端_右           */



/****************************************************************************/
.clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
.container {
	width: 1000px;
	margin: 0px auto;
}
.row {
	padding-top: 15px;
}
.column {
	float: left;
}
/****************************************************************************/
.home_slide_frame {
	width: 293px;
	height: 218px;
	border: 1px solid #e8e8e8;
}
.home_slide {
	width: 275px;
	height: 200px;
	padding: 8px;
	border: 1px solid #fff;
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
.home_slide #slide {
	width: 275px;
	height: 200px;
	overflow: hidden;
	z-index: 1;
}
.home_slide #slide img {
	width: 275px;
	height: 200px;
}
.home_slide #slide i {
	width: 275px;
	height: 50px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	position: absolute;
	z-index: 3;
	bottom: 0;
	filter:alpha(opacity=50);   /* IE */ 
	-moz-opacity:0.5;           /* Moz + FF */ 
	opacity: 0.5;               /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
}
.home_slide #slide a.title {
	color: #fff;
	position: absolute;
	z-index: 5;
	bottom: 28px;
	left: 10px;
	filter:alpha(opacity=100);   /* IE */ 
	-moz-opacity:1;           /* Moz + FF */ 
	opacity: 1;               /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
}
.home_slide #btn {
	display: inline;
	width: 270px;
	hegiht: 18px;
	margin: -23px 0px 0px 0px;
	position: absolute;
	z-index: 9;
	text-align: right;
	padding: 0px 0px;
}
.home_slide #btn a {
	color: #ccc;
	font: 700 11px "Arial";
	background: #000;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	margin-left: 5px;
	display: inline-block;
	filter:alpha(opacity=50);   /* IE */ 
	-moz-opacity:0.5;           /* Moz + FF */ 
	opacity: 0.5;               /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
}
.home_slide #btn a.activeSlide {	
	color: #000;
	background: #eee;
	filter:alpha(opacity=100);  /* IE */ 
	-moz-opacity:1;             /* Moz + FF */ 
	opacity: 1;                 /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
}
.home_slide #btn a:hover {	
	color: #000;
	background: #eee;
}
/****************************************************************************/
.panel {}
.panel_title {
	height: 25px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ddd;
}
.panel_title_tab span.tab {
	height: 25px;
	display: inline-block;
}
.panel_title_tab span.tab_a {
	height: 25px;
	display: inline-block;
}
.panel_title_tab span.tab_b {
	height: 25px;
	line-height: 23px;
	font-size: 16px;
	padding: 0px 25px 0px 15px;
	display: inline-block;
}
.panel_title_tab span.tab a {
	color: #333;
	text-decoration: none;
}
.panel_title_tab span.tab_active {
	background: url(../images/panel_tab_center.gif) repeat-x center center;
}
.panel_title_tab span.tab_active span.tab_a {
	background: url(../images/panel_tab_left.gif) no-repeat left center;
}
.panel_title_tab span.tab_active span.tab_b {
	background: url(../images/panel_tab_right.gif) no-repeat right center;
}
.panel_title_tab span.tab_active a {
	color: #fff;
}
.panel_content {
	padding-top: 15px;
}
.panel_content_outLine {
	padding-top: 0;
	border: 1px solid #e8e8e8;
}
.panel_content_inLine {
	padding-top: 0;
	border: 1px solid #fff;
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
/****************************************************************************/
ul.text_list {
	list-style: none;
}
ul.text_list li {
	min-height: 27px;
	_height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
ul.text_list li a {
	color: #000;
	text-decoration: none;
}
ul.text_list li a:hover {
	color: #f00;
}
ul.text_list li a.new {}
ul.text_list li a.new:after {
	content: url(../images/new.gif);
	margin-left: 5px;
}
ul.text_list li i {
	color: #aaa;
	font-style: normal;
	font-size: 14px;
	position: absolute;
	right: 10px;
}
/****************************************************************************/
.sysEntry {
	width: 270px;
	height: 220px;
	background: url(../images/sysEntry.jpg) no-repeat;
	display: block;
	float: right;
}
/****************************************************************************/
.adA {
	width: 225px;
	height: 70px;
	padding-right: 10px;
	float: left;
}
.adA a {}
.adA img {
	width: 225px;
	height: 70px;
}
/****************************************************************************/
.noticeScroll {
	width: 293px;
	height: 68px;
	border: 1px solid #e8e8e8;
	float: right;
}
.noticeScroll_content {
	width: 291px;
	height: 66px;
	border: 1px solid #fff;
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
.noticeScroll_content .title {
	width: 17px;
	height: 54px;
	border-right: 1px dotted #ccc;
	color: #cf2722;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	padding: 6px;
	display: inline-block;
}
.noticeScroll_content .content {
	width: 240px;
	height: 60px;
	margin-left: 3px;
	display: inline-block;
	overflow: hidden;
}
/****************************************************************************/
.scroll_pic {
	width: 970px;
	height: 150px;
	position: relative;
	padding-top: 15px;
}
a.scroll_button {
	width: 28px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}
a.scroll_leftbtn {
	background-image: url(../images/scroll_leftbtn.png);
	_background-image: url(../images/scroll_leftbtn.gif);
	top: 60px;
	left: 0px;
}
a.scroll_rightbtn {
	background-image: url(../images/scroll_rightbtn.png);
	_background-image: url(../images/scroll_rightbtn.gif);
	top: 60px;
	right: 0px;
}
.scroll_pic_content {
	height: 150px;
	padding: 12px;
	overflow: hidden;
}
.scroll_pic_content ul {
	height: 150px;
	list-style: none;
	overflow: hidden;
}
.scroll_pic_content ul li {
	width: 156px;
	text-align: center;
	display: inline-block;
	*display: inline;
	_display: inline;
	margin-right: 1px;
	*float: left;
	_float: left;
}
.scroll_pic_content ul li a {
	text-decoration: none;
}
.scroll_pic_content ul li a.pic {
	width: 150px;
	height: 110px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 10px;
}
.scroll_pic_content ul li img{
	width: 150px;
	height: 110px;
}
.scroll_pic_content ul li a.word {
	font-size: 14px;
	color: #000;
}
.scroll_pic_content ul li a.word:hover {
	color: #f00;
}
/****************************************************************************/
.linkout {
	background: #e8e8e8;
	padding: 0px 10px;
}
ul.linkout_pic {
	list-style: none;
	padding: 20px 10px 10px 10px;
	margin-top: -10px;
}
ul.linkout_pic li {
	width: 88px;
	height: 31px;
	padding: 0px 15px 15px 0px;
	_padding: 0px 15px 15px 0px;
	float: left;
}
ul.linkout_pic li img {
	width: 88px;
	height: 31px;
}
ul.linkout_word {
	list-style: none;
	padding: 0px 10px 20px 10px;
}
ul.linkout_word li {
	padding: 0px 15px 10px 0px;
	float: left;
}
ul.linkout_word li a {
	color: #000;
}
ul.linkout_word li a:hover {
	color: #f00;
}
.linkout_bottom {
	height: 6px;
	background-color: #b5000a;
}
.linkout_bottom_a {
	height: 6px;
	background: url(../images/linkout_bottom_left.gif) no-repeat left center;
}
.linkout_bottom_b {
	height: 6px;
	background: url(../images/linkout_bottom_right.gif) no-repeat right center;
}
/****************************************************************************/










