﻿/* 公共样式 */
body
{
	padding: 0px; margin: 0px; font-family: "Microsoft YaHei","微软雅黑","Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif; font-size: 12px;
}

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

a:link
{
	text-decoration: none;
	color: #0000b2;
}

a:visited
{
	text-decoration: none;
	color: #0000b2;
}

a:hover
{
	color: #b20000;
	text-decoration:underline;
}
h1{font-size:18px;}

/* 页面布局 */
.layout_top { margin-bottom:0px;  }
.layout_middle { width: 100%; margin-left:auto; margin-right:auto; }
.layout_bottom
{
    float:none; clear:both; width: 100%; background: url(/images/bottom.jpg) repeat-x 0 0; padding-top:5px;
    color:#656565;
    font-size:12px;
}
.layout_bottom a { color: #666666; }
.layout_bottom a:hover { color: #FFFFFF; }
.layout_bottom_license { margin-left:40px; }
.layout_bottom_powerby { margin-left:40px; }
.layout_bottom_customer { margin-left:40px; }

/* 顶部 */
.top_bar {height:85px; }
.headerbg{height:56px;background:url(/images/menubg.jpg) repeat-x 0 0; }
#header{height:56px;}

/* 菜单 */
.top_menu
{
    margin-left:auto; margin-right:auto; 
}

.login_info_block
{
    float:right;
    position:fixed;
    right: 10px;
    top: 10px;
    color:#878787;
    font-weight: bold;
}

.login_info_block a
{
    color:#C6C8CA;
}

.login_info_block a:visited
{
    color:#C6C8CA;
}

#nav{ padding-left:80px; font-size:14px; font-family:"宋体";margin-left:auto; margin-right:auto; }
#nav li a{color:#FFFFFF; }
#nav li a:hover{color:#b20000; }
#nav a:hover{text-decoration:none}
#nav .nav-item,#nav .nav-link{position:relative;float:left;display:block;color:#FFFFFF;z-index:1000;}
#nav .nav_item_selected,#nav .nav_link_selected { color:#000000 !important; }
#nav .nav-link{ margin-top:18px;line-height:18px; height:18px;margin-left:-1px; border-left:1px solid #000;border-right:1px solid #000;z-index:999;width: 90px;text-align:center;}
#nav .hover .nav-link{ height:57px; line-height:57px; white-space:nowrap;border-bottom:1px solid #fff;background:#000; color:#FFFFFF !important;margin-top:-1px;  }
#nav .nav-dropdown{display:none;position:absolute;top:57px;left:-1px;width:280px;height:290px;border:1px solid #dadada; background-color:#FFF; border-bottom:5px solid #c2c2c2; box-shadow:0 1px 6px rgba(0, 0, 0, 0.2);z-index:998}
#nav .nav-dropdown-align-right{left:auto;right:0;_right:-1px}
#nav .nav-dropdown-trending{float:left;width:280px;font-size:14px}
#nav .nav-dropdown-channel{float:right;width:100px;height:290px;font-size:14px;background:#f6f6f6}
#nav .trending li{height:50px;line-height:50px;border-bottom:1px dashed #ccc;vertical-align:bottom;overflow:hidden}
#nav .trending li a{display:block;padding-left:25px;color:#000000;}
#nav .trending li a:hover{background:#f6f6f6}
#nav .nav-dropdown-entry{line-height:34px;margin-left:25px;font-size: 14px;}
#nav .nav-dropdown-entry a{display:inline-block;color:#b20000}
#nav .channel{margin-top:16px}
#nav .channel li{line-height:2em}
#nav .channel li a{height:30px;padding-left:24px;line-height:30px;color:#6d6d6d}
#nav .nav-highlight {color:#FF0000; }

/* 内容列表 */
.content_list_show { width: 100%; }    
.content_list_title
{
    padding-left: 0px;
    background-repeat:no-repeat;
    font-weight: bold; color: #090909; font-size:14px;
    height:40px; line-height:40px;
    margin-bottom:5px;
    color: #999999;
}
.content_list_title a { color: #090909; }
.content_list_title a:hover { color: #b20000; }

.content_list_item_titlebar
{
    height:25px; line-height:25px;
    background:url('/images/middle-arrow.jpg') no-repeat 0px ;
    margin-bottom: 5px;
    vertical-align:middle;
}
.content_list_item_title
{
    margin-left: 20px;
    height:25px; line-height:25px;
    float:left;
    font-size:14px;font-family:"宋体";
}
.content_list_item_bizdate
{
    background:url('/images/date.jpg') no-repeat 0px ;
    padding-left:20px;
    height:25px; line-height:25px;
    margin-left: 20px;
    color:#666666; font-style:italic;
    float:left;
}
.content_list_item
{
    border-bottom: 0px dashed #EEEEEE;
    padding-bottom: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.content_list_item_detail
{
    font-size: 12px;
    margin-left:20px;
    float:none;clear:both;
}
.content_list_item_content
{
    margin-bottom:5px;
    padding-bottom:5px;
}

/* 内容块 */
.content_box_show
{
    float:left; margin-left:10px; width: 360px;
}
.content_box_title
{
    padding-left: 0px;
    background-repeat:no-repeat;    
    font-weight: bold; color: #090909; font-size:14px;
    height:40px; line-height:40px;
    margin-bottom:5px;
}
.content_box_title a { color: #090909; }
.content_box_title a:hover { color: #b20000; }

.content_box_item
{
    float:left;font-size:14px;font-family:"宋体";
    background-color: #EEEEEE;
    height:30px; line-height:30px;
    margin-right:5px;margin-bottom:5px;
    padding-left:5px; padding-right:5px;
}
.content_box_item_over
{
    background-color: #00aa00; 
}

/* 内容页 */
.layout_title_bar
{
    margin-top:10px; 
}

.content_title_bar
{
    /*margin-left: auto; margin-right:auto;*/
    margin-bottom:20px;
    line-height: 40px; height:40px;
    text-align: left;
    /*border-bottom: 1px solid #aa0000;*/
}

.content_title
{
    margin-left: 40px;
    line-height: 40px; height:40px;
    text-align: left;
    font-size:18px; font-weight:bolder;
    color:#696969;
}
.content_bizdate
{
    line-height: 40px; height:40px;
    float: right;
    margin-right:10px;
}
.content_body
{
    margin-left: 10px; margin-right: 10px;
    margin-bottom: 20px;
}

.content_grid_title_bar
{
    margin-left: auto; margin-right:auto; margin-bottom:5px; margin-top:5px;
    line-height: 40px; height:40px;
    text-align: center;
    border-bottom: 1px solid #aa0000;    
}

.content_grid_title
{
    line-height: 40px; height:40px;
    text-align: center;
    font-size:18px; font-weight:bolder;
}

.content_foreverking_grid
{
    width:960px;
    margin-left:auto; margin-right:auto;
    border:none;
}

.content_foreverking_grid td
{
    padding-left:5px;
    height: 40px;
    border:none;
}
.content_foreverking_grid .gtjg_datagrid_pager
{
    background-color:Aqua;
}
.content_foreverking_grid .gtjg_datagrid_pager span
{
    float:right;
}

/* -以下内容准备废弃- */

.foreverking_datagrid
{
	width: 100%;
}

.foreverking_datagrid_title
{
	background-color: #F8F8F8;
	font-weight: bold;
	height: 25px;
}

.foreverking_datagrid_row2
{
	background-color: #F8F8F8;
}

.foreverking_datagrid_pager
{
	text-align: right;
}


.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.notice_text
{
	color: #FF0000;
}

.title_bar
{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #EEEEEE;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

.title
{
	font-weight: bold;
	padding-left: 5px;
}

table
{

}

table td
{
	height: 25px;
}

/*alert消息*/
#mb_con {
    position: fixed;
    top: -200px;
    left: 0px;
    right: 0px;
    bottom: 200px;
    margin-top: auto;
    margin-bottom: auto;
}
