@CHARSET "UTF-8";

/*清除默认样式(start)*/
ul,li,p,h1{
	display: block;
	margin: 0;
	padding: 0;
}
/*清除默认样式(end)*/

/*导入字体(start)*/
@font-face{
	font-family: PingHei;
	src: url('../fonts/PingHei/PingHei-light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-text.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-semibold.ttf');
	font-weight: 600;
	font-style: normal;
}
/*导入字体(end)*/

body{
	font-size: 100%;
	font-family: 'PingHei', 'Microsoft YaHei', sans-serif;
	font-weight: 400;
	color: rgb(50, 50, 50);
	margin: 0;
	padding: 0;
	background: rgb(255, 255, 255);
	width: 100%; height: 100%;
}

a[class="framework"]{text-decoration:none; }
a[class="framework"]:link{color:rgb(255, 255, 255); text-decoration:none; }
a[class="framework"]:visited{color:rgb(255, 255, 255); text-decoration:none; }
a[class="framework"]:hover{color:rgb(200, 200, 200); text-decoration:none; }
a[class="framework"]:active{color:rgb(200, 200, 200); text-decoration:none; }

header{
	font-size: 1.25em;
	background: rgba(0, 0, 0, .7);
	height: 44px; 
	width: 100%;
	position: fixed;
	z-index: 999;
}
nav ul{
	margin: 0 auto;
	height: 44px; width: 960px;
	display: -webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;				/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;			/* TWEENER - IE 10 */
	display: -webkit-flex;			/* NEW - Chrome */
	display: flex;
	justify-content: space-between;	/* Safari not support */
}
nav li{
	padding: 12px 0;
}
header ul #news a{
	color: rgb(200, 200, 200);
}
#laws a{
	color: rgb(200, 200, 200);
}

main{
	background: #fff url('../img/sub-page-background.png') no-repeat ;
	background-attachment:fixed;
	background-position:center;
	min-height: 720px;
}
.details {
	width: 960px;
	margin: 0 auto;
	padding: 132px 0 44px 0;
	font-family: 'Microsoft YaHei', sans-serif;				/*平黑 缺少部分文字，故详情采用 微软雅黑 */
}
.details li{
	font-size: 1.25em;
	line-height: 2em;
	width: auto;
}
.details li:hover{
	color:rgb(100, 100, 100); 
	cursor: pointer;
}
h1{
	font-size: 1.875em; 
	line-height: 1.5em;
	text-align: center;
	font-weight: 600;
}
h2{
	font-size: 1.5em; 
	line-height: 1.5em;
	text-align: left;
	font-weight: 600;
}
p{
	font-size: 1.25em; 
	line-height: 1.5em;
	text-align: justify; 
	font-weight: 400;
}
