.paddingtbtm {
	padding-bottom: 50px;
}

* {
	margin: 0;
	border: 0;
	padding: 0
}

body {
	font-family: "Helvetica,Droid Sans Fallback";
}

.main {
	margin: 0 12px;
}

.title {
	margin-top: 27px;
	font-size: 20px;

}
.content-info {
	margin-top: 10px;
	width: 100%;
	font-size: 75%;
	margin-bottom: 19px;
}

.content-info span {
	padding-right: 15px;
	display: inline;
}
.nav {
	margin: 40px 0 30px 0;
	text-align: center;
}

.left {
	transform: skewX(-35deg);
	line-height: 34px;
	height: 34px;
	width: 8px;
	display: inline-block;
}

.tab {
	transform: skewX(-35deg);
	text-align: center;
	line-height: 34px;
	height: 34px;
	font-size: 18px;
	padding: 0 30px;
	display: inline-block;
	font-weight:800;
}

.small {
	transform: skewX(35deg);
}

.index p{
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 14px;
	word-wrap: break-word;
	text-align: justify;

}

.yesterday {
	margin-top: 35px;
}

.yesterdayName {
	font-size: 16px;
	margin-left: 5px;
	font-weight:800;
}
.navIndex{
	margin-left: 10px;
}
.yestLeft {
	transform: skewX(-30deg);
	line-height: 16px;
	height: 16px;
	width: 3px;
	display: inline-block;
}

.indexTable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
}

.indexTable tr th {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

.indexTable tr td {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	width: 25%;
}

.indexTable tr th:first-child, .indexTable tr td:first-child {
	text-align: left;
	padding-left: 10px;
	width: 50%;
}