﻿body
{    
}


/*左栏*/
#left
{
	float:left;
	width:672px;
	margin-left:1px;
}


/*右栏*/
#right
{
	width:278px;	
	float:right;	
	margin-right:1px;
}


.content
{
	margin-bottom:5px;
	/*background-color:#F8F8F3;*/
	min-height:100px;
	padding-top:5px;	
}

#ad{text-align:center; }


/*文章板块样式*/
#right .article_board
{		
	border: 1px solid #CCDFF2;	
	text-align:left;	
	margin-top:6px;
}

#right .article_board h2
{
	background-image:url("/images/home/title-bg-02.png"); background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	text-indent:10px;
	color:#193B5F;
	font-size:16px;
	font-family:宋体;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom:solid 1px #CCDFF2
}

#right .article_board ul
{
	margin-top:6px;
	margin-left:8px;
	padding-left:0px;
	line-height:160%;
	font-size:13px;	
	color:#788062;
	margin-bottom:6px;		
	list-style-type:none;	
}

#right .article_board ul li {padding-left:15px; background:url(/images/home/dot4.gif) no-repeat left center}

/*板块的内容列表*/
.content .list
{
	float: left;
	font-size: 14px;
	line-height: 180%;
}

.content li
{
	list-style-type:square;
}



/*成功案例*/
#case{overflow:hidden;}
.dxpControl{ padding-top:10px;}
#case table {line-height:170%; font-size:12px;}
#case table td {padding-left:6px; padding-right:6px; text-align:left }
#case table td span {font-weight:bold; color:Black;  }
#case table td table {width:100% }
#case table .line {border-bottom: solid 1px #dcdbdb; font-size: 0px; line-height: 1px; padding-top:0px; padding-bottom:0px;  }




/*荣誉证书*/
#certificate .cert-img {width:64px;text-align:center; padding-top:6px;padding-bottom:2px;}
#certificate .cert-desc {font-size:12px; padding-right:6px;line-height:150%}
#certificate .line {border-bottom-style: dotted; border-bottom-color: #cbcbcb; border-bottom-width: 1px; font-size:0px;}


