﻿@charset 'utf-8';


/*通用*/
@import url("/_lib/css/layout.css");







/*BBS USE*/
#bbs_html .bbs_bg_1{ position:relative; width:100%; height:100%; background:url(/images/bbs_bg_1.gif) 0 0 no-repeat;}
#bbs_html .bbs_bg_2{ position:relative; width:100%; height:100%; background:url(/images/bbs_bg_2.gif) 0 0 no-repeat;}
#bbs_html .scroll_area{ width:100%; height:100%; background:#000000}
/*滚动条样式*/
#bbs_html .scroll{
z-index:1000;
overflow-y:auto;
overflow-x:hidden;
SCROLLBAR-FACE-COLOR: #FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR: #fcfcfc;
SCROLLBAR-SHADOW-COLOR: #B3B3B3;
SCROLLBAR-3DLIGHT-COLOR: #B3B3B3;
SCROLLBAR-ARROW-COLOR: #B3B3B3;
SCROLLBAR-TRACK-COLOR: #F6F6F6;
SCROLLBAR-DARKSHADOW-COLOR: #DFDFDF;
SCROLLBAR-BASE-COLOR: #FFFFFF;
}









dl,dt,dd{ position:relative; width:100%; text-align:left; font-size:9pt; padding:0; margin:0; border:none; float:left;}









/*SIDE MENU*/
#bbs_html .side_menu_container{ position:absolute; width:120px; height:280px; left:10px; top:55px;}
.side_menu_container{ height:300px;}
.side_menu_container dl{ position:relative; background:url(/images/side_menu_dashed.gif) bottom repeat-x; padding:10px 0 5px;}
.side_menu_container dt{ position:relative; text-indent:14px; height:20px; background:#00CC99}
.side_menu_container dd{ position:relative; text-indent:27px; height:20px; margin-top:1px;}
.side_menu_container dt .link{ margin-top:1px;}
.side_menu_container dd .link{ margin-top:4px;}
.side_menu_container dt a{ font-weight:bold;}
/*NORMAL*/
.side_menu_container dl a:link, .side_menu_container dl a:visited{ color:#767676; text-decoration:none;}
.side_menu_container dl a:hover{ color:#933;}
/*SELECTED*/
.side_menu_container dl a.selected:link, .side_menu_container dl a.selected:visited, .side_menu_container dl a.selected:hover{ color:#930;}
.side_menu_container dl .icon{ position:absolute; width:18px; height:24px; background:url(/images/icon_open.gif) 0 0 no-repeat; left:5px; top:-10px;}

/*OPEN*/
.side_menu_container dl.open dt{ background:url(/images/icon_open_1.gif) 1px 2px no-repeat;}
.side_menu_container dl.open dd{ display:;}
/*CLOSE*/
.side_menu_container dl.close dt{ background:url(/images/icon_close.gif) 1px 2px no-repeat;}
.side_menu_container dl.close dd{ display:none;}









/*RIGHT*/
#bbs_html .right_container{ position:absolute; width:627px; height:330px; right:0; top:42px;}









/*BBS DETAIL*/
.bbs_detail .content{ width:560px; height:350px; margin:10px auto 0; background:#FFF;}
.bbs_detail .content .title{ font-size:14px; font-weight:bold; margin-bottom:5px;}
.bbs_detail .content .date{}
.bbs_detail .content .txt{ width:100%; padding-right:10px; height:290px; text-align:left; margin-top:20px; overflow:hidden; overflow-y:auto;}









/*BBS INDEX*/
.bbs_index .content{ width:600px; height:390px; overflow:hidden;}
.bbs_index .list{ position:relative;}
.bbs_index .list dt{ color:#369; font-weight:bold;}
.bbs_index .list dd{ height:34px; background:url(/images/bbs_icon.gif) 5px 7px no-repeat; border-bottom:1px solid #CCC;}
/*通用div样式*/
.bbs_index .content div{ float:left; height:20px; overflow:hidden; line-height:20px; margin-top:10px;}
.bbs_index .content dt div{ float:left; height:18px; line-height:18px; margin-top:2px;}
/*帖子标题*/
.bbs_index .title{ width:366px; text-indent:30px;}
/*帖子作者*/
.bbs_index .writer{ width:70px; text-indent:10px;}
/*回复查看*/
.bbs_index .inf{ width:70px; text-indent:10px;}
.bbs_index dt .inf{ text-align:left;}
.bbs_index dd .inf{ text-align:center;}
/*日期*/
.bbs_index .date{ text-indent:10px;}









/*BBS HONOR*/
.bbs_honor .content{ width:580px; height:350px; margin:10px auto 0;}
.bbs_honor .content p{ margin-top:5px; margin-bottom:30px;}
.bbs_honor .float_block{ width:260px; height:190px; float:left;}









/*BBS EVENT*/
.bbs_event .content{ width:580px; height:350px; margin:10px auto 0;}
.bbs_event .content p{ margin-top:5px; margin-bottom:30px;}
.bbs_event .content .float_block{ width:180px; height:150px; float:left;}
.bbs_event .content .event_w_1{ width:133px; height:17px; text-indent:4px; overflow:hidden;}
.bbs_event .content a.event_img{ display:block; width:140px; height:103px; background:url(/images/event_img_border.gif) no-repeat;}
.bbs_event .content a.event_img img{ margin:4px; width:129px; height:85px;}

