body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


body {
	background: #fff; color: #555; font-family: "Microsoft YaHei",'Lato', Calibri, Arial, sans-serif; font-size: 14px; overflow-x: hidden; overflow-y: auto;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
}

.container {
	
}

.hr0 {
	margin-top: 20px;
	height:1px;
	border:none;
	border-top: 1px dotted #aaa;
}

.hr1 {
	margin-top: 20px;
	height:1px;
	border:none;
	border-top:1px dotted #aaa;
}



.headspan{
	padding:1px 0 0 0;
	clear: both;
}
.spanbar{
	padding:20px 0 0 8px;
	clear: both;
}

.header{
    position:fixed;top:0;left:0;right:0;
	padding:20px 20px 25px 30px;
	color: #e9e9e9;
	font-size:28px;
	font-weight:bold;
	background: #373751;
}

.subtitle{
	padding:6px 20px 0px 0px;
	color: #a7a8aa;
	font-size:12px;
	font-weight:normal;
}

.main {
	margin: 118px 30px 30px 30px;
	background: rgba(0,0,0,.0);
}

.main > section {
	max-width: 260px;
	width: 90%;
	margin: 0 auto;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.spanline {
	width: 50px;
	margin-top: 16px;
	border-bottom:3px solid #68ca7f;
}

.title {
	float: left;
	margin-top: 20px;
	color: #333;
	font-size:30px;
}

.datetime {
	margin-top: 17px;
	margin-bottom: 15px;
	color: #888;
	font-size:16px;
}

.contenttext {
	margin-top: 30px;
	color: #555;
	font-size:15px;
	text-indent: 0em;
	line-height: 36px;
}

.button {
	display: block;
	cursor:pointer;
	margin: auto;
	margin-top: 30px;
	width: 220px;
	color: white;
	font-size: 18px;
    background-color: #68ca7f;
    height: 45px;
    border: 0px solid black;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 5px #ccc; /* 老的 Firefox */
	box-shadow: 1px 1px 5px #ccc;
}


.button:hover {
    background-color: #f45046;
}

.button1 {
	float: right;
	display: block;
	cursor:pointer;
	margin-top: 20px;
	width: 180px;
	color: white;
	font-size: 17px;
    background-color: #68ca7f;
    height: 40px;
    border: 0px solid black;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 5px #ccc; /* 老的 Firefox */
	box-shadow: 1px 1px 5px #ccc;
}

.button1:hover {
    background-color: #f45046;
}

.footer{
	margin: 10px 0 0 0;
	padding: 30px 0 30px 0;
	text-align: center;
	color: #373751;
	font-size:12px;
	background: #fff;
	line-height: 27px;
}

.main ul {
	display: inline;
	width: 100%;
	line-height: 40px;
	font-size: 15px;
	text-indent: 0em;
	padding: 0;
	cursor:default;
}

.main li {
	display: inline;
	padding: 0 10px 0 10px;
	/*width: 100%;
	float: left;
 	border-bottom:1px dotted #ddd;*/
}

.main ul li:hover {
	background: #f0f0f0;
}

.dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px 0 10px;
	background: #f45046;
	vertical-align: middle;
	overflow: hidden;
}

.time {
	*margin-top: -40px;
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #aaa;
}

.labeltext {
	padding: 12px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #f45046;
}

.infotip {
	margin: 30px;
	font-size: 14px;
	color: #666;
}

