@charset "utf-8";
/* CSS Document */

/*------------------------- 超链接样?---------------------------*/
.nav:link{
font-size:14px;
font-weight:bolder;
color:#000000;
}
.nav:visited{
font-size:14px;
font-weight:bolder;
color:#000000;
}
.nav:hover{
font-size:14px;
font-weight:bolder;
color:#CA1C13;
text-decoration:none;
}

.a_left_menu:link {
	text-decoration:none;
	color: #282826;
	font-weight:bold;
}
.a_left_menu:visited {
	text-decoration:none;
	color: #282826;
	font-weight:bold;
}
.a_left_menu:hover {
	text-decoration: underline;
	color: #E73602;
	font-weight:bold;
}
.a_left_menu:active {
	text-decoration: none;
	color: #282826;
	font-weight:bold;
}

.a_more:link {
color:#E30000;
text-decoration:underline;
}
.a_more:visited {
color:#E30000;
text-decoration:underline;
}
.a_more:hover {
color:#013C8A;
text-decoration:underline;
}
.a_more:active {
color:#E30000;
text-decoration:none;
}

.a_lmenu:link {
color:#666666;
text-decoration:none;
}
.a_lmenu:visited {
color:#666666;
text-decoration:none;
}
.a_lmenu:hover 
{
    font-weight:bold;
    color:#FF0000;
    text-decoration:none;
}
.a_lmenu:active {
color:#666666;
text-decoration:none;
}

.a_foot:link {
color:#333333;
text-decoration:none;
}
.a_foot:visited {
color:#333333;
text-decoration:none;
}
.a_foot:hover {
color:#FB6100;
text-decoration:underline;
}
.a_foot:active {
color:#333333;
text-decoration:none;
}

.a_news_pray:link {
	text-decoration:none;
	color: #666666;
}
.a_news_pray:visited {
	text-decoration:none;
	color: #666666;
}
.a_news_pray:hover {
	text-decoration:none;
	color: #FB6100;
}
.a_news_pray:active {
	text-decoration: none;
	color: #666666;
}
/*------------------------- top样式 ---------------------------*/
.logo_sub{
background-image:url(../images/logo_02.jpg);
width:407px;
height:98px;
background-repeat:no-repeat;
}

.top_bg_sub {
background-image: url(../images/top_bg.gif);
width:411px;
height:17px;
background-repeat:no-repeat;
}

/*------------------------- tBody,lMenu等样?---------------------------*/

.tbody_01{
background-image:url(../images/tBody/tBody_01.jpg);
width:411px;
height:34px;
background-repeat:no-repeat;
}
.tbody_02{
background-image:url(../images/tBody/tBody_02.jpg);
height:15px;
background-repeat:no-repeat;
background-position:left;
}
.tbody_03{
background-image:url(../images/tBody/tBody_03.jpg);
height:15px;
background-repeat:no-repeat;
background-position:left;
}
.tbody_04{
background-image:url(../images/tBody/tBody_04.jpg);
height:15px;
background-repeat:no-repeat;
background-position:left;
}

.tBody_bg {
	background-image: url(../images/tBody/tBody_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-left:38px;
}

/*------------------------- 自定义样?---------------------------*/
.sub_lmenu_bg{
background-image:url(../images/sub_lmenu_bg.jpg);
width:228px;
background-color:#F8F7F3;
background-repeat:no-repeat;
background-position:bottom;
}

.menu_dot
{
    background-image:url(../images/sub_left_bg_dot.jpg);
    width:2px;
    background-repeat:repeat-y;
}

.bg_left_dot_td
{
    background-image:url(../images/bg_left_dot_line.gif);
    height:26px;
    color:#666666;
}

.td_content
{
    color:#666666;
    line-height:21px;
 }
 
.menu1_con{
line-height:28px;
background-image:url(../images/line_dot.jpg);
background-position:bottom;
background-repeat:repeat-x;
color:#666666;
font-size:12px;
}

.dot_02{
padding-right:6px;
width:24px;
}

.time{
color:#999999;
text-align:right;
padding-right:10px;
}

.detail_tit
{
    color:#444444;
    font-weight:bold;
    }

.detail_tx_gray
{
    color:#999999;
    }
    
.detail_text
{
    color:#666666;
}


.detail_commend_bg {
	background-color: #E6F0FB;
}
.detail_commend_br {
	background-color: #A4CCEA;
}

.detail_commend_tit_bg {
	background-color: #DCEBF1;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
}

.detail_commend_text {
	color: #656060;
	font-size: 12px;
	line-height: 20px;
	padding:8px;
	background-color:#FFFFFF;
}

