﻿@charset "utf-8";
/* CSS Document */

/*	#content 首页content内部样式
--------------------------------------*/
.bg{
	background-image:url(../../images/law/bg_law.gif);
	background-repeat:repeat-y;
	background-position:20px 0px;
}

/*	右侧上部banner条
--------------------------------------*/
.h1_law{
	background-image:url(../../images/law/law.jpg);
}


/*	法律申明 style
--------------------------------------*/
.law{
	margin-top:12px;
}
.law_title{
	font-size:14px;
	font-weight:bold;
	color:#003399;
}
.law ol{
	padding-left:25px;
}
.law ol li{
	list-style-type:decimal;
	line-height:20px;
}
.law_cnt{
	margin:30px 0px 10px 0px;
}
.law_cnt td{
	padding:10px 50px;
	line-height:22px;
}
