@charset 'utf-8';

.page-header-topics .tab {
	position: relative;
	padding: 0;
}
.page-header-topics .tab ul {
	display: table;
	width: 100%;
}
.page-header-topics .tab ul.next {
	padding-left: 86px;
	width: calc(100% - 86px);
}
.page-header-topics .tab ul.prev {
	padding-right: 86px;
	width: calc(100% - 86px);
}
.page-header-topics .tab ul.next.prev {
	padding: 0 86px;
	width: calc(100% - 172px);
}
.page-header-topics .tab li {
	display: table-cell;
	width: auto;
	font-size: 24px;
}
.page-header-topics .tab li.active:after {
	background-position: -56px -334px;
}
.page-header-topics .tab ul li.next,
.page-header-topics .tab ul li.prev {
	position: absolute;
	top: 0;
	width: 86px;
}
.page-header-topics .tab ul li.next {
	left: 0;
	border-left: none;
}
.page-header-topics .tab li a {
	background-color: #949494;
}
.page-header-topics .tab li.active a {
	background-color: #790028;
}
.page-header-topics .tab ul li.next a,
.page-header-topics .tab ul li.prev a {
	position: relative;
	text-indent: -10000px;
	overflow: hidden;
	background-color: #790028;
}
.page-header-topics .tab ul li.next a:before,
.page-header-topics .tab ul li.prev a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-indent: 0;
	font-family: 'icon';
	font-style: normal;
	font-size: 30px;
	color: #fff;
}
.page-header-topics .tab ul li.next a:before {
	content: "\e922";
}
.page-header-topics .tab ul li.prev a:before {
	content: "\e923";
}
.section-topics {
	background: #f1f1f1;
}
.section-topics .posts {
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
}
.section-topics .posts li a {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #f1f1f1;
}
.section-topics .posts li a:hover {
	background-color: transparent;
}
.section-topics .posts li:first-child a {
	border: none;
}
.section-topics .posts .content .meta {
	font-size: 16px;
	height: auto;
	margin: 0;
}
.section-topics .posts .content .description {
	font-size: 14px;
	line-height: 1.5;
	height: 63px;
	margin: 10px 0 0 0;
}
@media screen and (max-width: 1280px) {
	.section-topics .posts {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.page-header-topics .tab ul.next {
		padding-left: 70px;
		width: calc(100% - 70px);
	}
	.page-header-topics .tab ul.prev {
		padding-right: 70px;
		width: calc(100% - 70px);
	}
	.page-header-topics .tab ul.next.prev {
		padding: 0 70px;
		width: calc(100% - 140px);
	}
	.page-header-topics .tab ul li.next,
	.page-header-topics .tab ul li.prev {
		width: 70px;
	}
	.page-header-topics .tab ul li.next {
		margin-right: -1px;
		border-right: 7px solid #d7d7d9;
	}
	.page-header-topics .tab ul li.next + li {
		border-left: none;
	}
	.page-header-topics .tab ul li.prev {
		border-left: 7px solid #d7d7d9;
	}
	.section-topics {
		padding: 30px 0 0 0;
		background-color: #d1d1d1;
	}
	.section-topics .posts li a {
		padding: 0;
		border-top: 2px solid #d1d1d1;
	}
	.posts .content .title {
		padding: 0;
		margin-top: 15px;
	}
	.section-topics .posts {
		width: 100%;
	}
	.section-topics .posts .content {
		padding: 15px;
	}
	.section-topics .posts .content .meta {
		font-size: 20px;
		max-height: 100%;
	}
	.section-topics .posts .content .description {
		display: none;
		font-size: 22px;
		max-height: 100%;
	}
}