#main {
	margin: 0 auto;
	max-width: 1000px;
}

#main .main_container {
	display: inline-block;
	width: 100%;
	padding: 20px 0 50px;
}

#main .main-content {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: calc(100% - 320px);
	margin-right: 20px;
}

#main .main-content h1 {
	font-size: 32px;
}

#main .main-content .content {
	padding: 30px 0;
}

#main .aside {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

#v2014_cmnt {
	padding: 10px 0;
}

#v2014_cmnt .cmnt-header .title {
	margin: 10px 0px;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #929292;
	color: #fff;
}

#v2014_cmnt .cmnt-header .text {
	margin: 10px 0px;
	padding: 0px 15px;
	font-size: 17px;
	line-height: 25px;
}

.commentary {
	padding-bottom: 50px;
}

.commentary .block_title {
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #929292;
	color: #fff;
}

.commentary #commentpost {
	display: block;
	margin-bottom: 30px;
}

.commentary .submit {
	float: right;
	margin-right: 20px;
	font-size: 1em;
	border: 1px solid;
	margin-top: 10px;
}

.search-wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.search-wrap .main-wrap {
	display: inline-block;
	width: 66.66667%;
	padding-right: 12px;
}

.search-wrap .main-wrap .keyword {
	margin: 12px 0;
}

.search-wrap .main-wrap .keyword form {
	position: relative;
}

.search-wrap .main-wrap .keyword form input {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 6px;
}

.search-wrap .main-wrap .keyword form button[type="submit"] {
	position: absolute;
	top: 4px;
	right: 6px;
	left: auto;
	bottom: 0;
}

.search-wrap .main-wrap .hot-keywords {
	background-color: #f1f1f1;
	width: 100%;
	padding: 12px 24px;
	margin-bottom: 24px;
}

.hot-keywords label {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-right: 6px;
}

.hot-keywords ul {
	display: inline-block;
}

.hot-keywords ul li {
	list-style: none;
	display: inline-block;
}

.hot-keywords ul li a {
	padding: 0 8px;
}

.hot-keywords ul li:nth-last-of-type(n + 2) a {
	border-right: 1px solid #828282;
}

.search-wrap .main-wrap .results {
	margin-bottom: 24px;
}

.search-wrap .main-wrap .results article {
	border-bottom: 1px solid #f1f1f1;
	padding: 12px 0;
}

.search-wrap .main-wrap .results article h3 {
	font-size: 20px;
	line-height: 24px;
}

.search-wrap .main-wrap .results article .time {
	font-size: 12px;
	line-height: 24px;
}

.search-wrap .main-wrap .tags {
	padding-bottom: 10px;
}

.search-wrap .main-wrap .tags label {
	color: #fff;
	background-color: #fa7502;
	font-size: 14px;
	padding: 4px 9px;
	margin-right: 6px;
}

.search-wrap .main-wrap .tags {
	display: inline-block;
}

.search-wrap .main-wrap .tags li {
	display: inline-block;
	list-style: none;
	padding-left: 10px;
}

.search-wrap .main-wrap .tags li:nth-last-of-type(n + 2) a {
	border-right: 1px solid #828282;
	padding-right: 10px;
}

.search-wrap .aside {
	display: inline-block;
	vertical-align: top;
	width: 32.33333%;
}

.search-wrap .aside .list-ranking {
	height: 100%;
	padding-bottom: 24px;;
}

.list-ranking {
	padding-top: 12px;
	margin-bottom: 24px;
}

.list-ranking h2 {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.list-video {
	margin-bottom: 24px;
}

.list-video h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcbcbc;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}

.list-video .content {
	overflow-y: auto;
}

.list-video .content article {
	height: 102px;
	overflow: hidden;
	padding: 5px 0;
}

.list-video .content .img {
	position: relative;
	display: inline-block;
	width: 45%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.list-video .content img {
	height: 100%;
}

.list-video .content .text {
	float: right;
	padding-left: 12px;
	height: 72px;
	overflow: hidden;
	width: 55%;
}

.list-video .content .tags {
	display: none;
}

.list-video .content .text a h3 {
	line-height: 24px;
	font-size: 18px;
	overflow: hidden;
}

.pagination {
	display: block;
	text-align: center;
	clear: both;
	padding: 50px 0;
}

.pagination .page-numbers.current {
	background: #c51d1d;
	color: #fff;
}

.pagination .page-numbers {
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}

#main.entd .main_container {
	display: block;
	margin: 0 auto;
	max-width: 640px;
	padding: 40px 20px 100px;
}

.entd .block_title {
	font-size: 28px;
	padding-bottom: 10px;
}

.entd .top_img img {
	width: 100%;
}

.entd .text1 {
	color: #1d40a0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.entd .timetable {
	display: inline-block;
	width: 100%;
}

.entd .timetable .schedule {
	display: inline-block;
	font-weight: bold;
	width: 45%;
}

.entd .timetable .schedule.left {
	border-right: 1px solid #ccc;
}

.entd .text2 {
	padding-top: 20px;
}

.entd .goto_entd_link {
	text-align: center;
	padding-top: 40px;
}

.entd .goto_entd_link a {
	display: inline-block;
	padding: 8px 40px;
	background: #1d3d99;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	letter-spacing: 1px;
}