@charset "utf-8";

/*----- header  ------*/
header{
	display: block;
	width:100%;
	height: 300px;
	background: rgba(255,255,255,0.8);
	border-bottom: solid 1px #ccc;
	border-top: solid 10px #000;
}
header > div{
	position: relative;
	width: 920px;
	margin: 0 auto;
}
header h1{
	display:block;
	width:300px;
	margin: 100px auto 0;
	text-align:center;
}

section > div{
	width: 920px;
	margin: 0 auto;
	padding: 40px 0;
}
section > div h2{
	padding: 0 0 40px;
	font-weight: normal;
	text-align:center;
}
section > div h3{
	margin-bottom:30px;
	padding: 5px 0 5px  25px;
	border-bottom: solid 1px #000;
	background: url(../img/icon_boll.png) no-repeat 0 center scroll;
	background-size: 16px 16px;
}
section > div h4{
	margin-left: 30px;
	margin-bottom:30px;
	padding: 5px 0;
	border-bottom: dashed 1px #000;
	
}
section > div div.with_border_box{
	padding: 20px;
	border: solid 5px #ccc;
}
section > div p{
	padding: 0 0 20px;
}
section > div p.with_margin_l{
	margin-left: 30px;
}
section > div p.read{
	padding: 0 0 30px;
}
section > div ol{
	padding: 0 0 30px;
	margin-left: 30px;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
}
section > div ol.alpha{
	padding: 0 0 30px;
	margin-left: 30px;
	list-style-type: upper-alpha !important;
	list-style-position: outside;
	list-style-image: none;
}
section > div ol li{
	margin: 15px 0 0 20px;
	
	list-style-type: decimal !important;
}
section > div ol.alpha li{
	list-style-type: upper-alpha !important;
	
}
section > div ul.disc li{
	margin-left: 10px;
	list-style-type: disc !important;
}
section > div .footer_btn_close{
	text-align: center;
}
section > div .footer_btn_close button{
	background:#000;
}
section > div table{
	border: solid 2px #ccc;
	margin-bottom: 20px;
	border-collapse: collapse;
}
section > div table th{
	padding: 10px;
	vertical-align: top;
	border: solid 2px #ccc;
	text-align:left;
}
section > div table td{
	padding: 10px;
	border: solid 2px #ccc;
}
section > div table.with_margin_l{
	margin-left: 20px;
}
section figure.chart{
	padding: 30px 0 40px;
	text-align: center;
}
section figure.chart img{
	
}
.btn_close{
	position: fixed;
	top:100px;
	right: 0;
}
.btn_close button{
	width: 50px;
	min-width:auto;
	height: 50px;
	margin:0;
	background:#fff url(../img/btn_close.png) no-repeat center 0 scroll;
	background-size: 40px 40px;
	padding:30px 0 0;
	box-sizing: border-box;
	color:#000;
	font-size: 10px;
}
.btn_area{
	padding: 20px 0;
	text-align:center;
}
.btn{
	display: inline-block;
	height: 40px;
	padding: 0 40px;
	line-height: 40px;
	background: #000;
	border-radius:2px;
	color:#fff;
	text-decoration:none;
}
/*---------  section#news  --------*/
section#news{
	
}
section#news .date{
	text-align: right;
	font-size: 12px;
}
section#news .read{
	padding:25px 0 30px;
}
section#news .empsis_box{
	position: relative;
	margin-bottom: 25px;
	padding: 45px 30px 30px;
	border: solid 2px #ccc;
	background: #f1f1f1;
	border-radius: 8px;
}
section#news .empsis_box .title{
	position: absolute;
	top: -15px;
	left: 30px;
	height:30px;
	padding: 0 40px;
	background: #ccc;
	border-radius: 30px;
	line-height: 30px;
}
section#news .footer_btn_close{
	margin-top: 40px;
}