header.premium .navi ul.menu > li:nth-child(4) a {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #FCD6B3;
}

.top_banner {
	font-size: 0;
}

.top_banner img {
	width: 100%;
}

.align_center {
	font-family: 'ET Text';
	max-width: 1260px;
	margin: 0 auto 60px;
	padding: 30px 30px 60px;
	background: #fff;
}

.top_article {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.top_article .left_col {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 0;
}

.top_article .left_col > a {
	position: relative;
}

.top_article .right_col {
	display: inline-block;
	width: 50%;
	float: right;
	font-family: 'Roboto', sans-serif;
}

.top_article .card {
	padding-left: 10%;
}

.align_center img {
	display: inline-block;
	width: 100%;
}

.align_center .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.align_center .card .newest {
	display: inline-block;
	height: 26px;
	width: 75px;
	border-radius: 3px;
	background-color: #ec0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 12px;
	color: #fff;
}

.align_center .card .title {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding: 25px 0;
	border-bottom: 1px dotted #000;
}

.align_center .card .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding: 15px 0;
}

.align_center .tags {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #000;
	margin: 15px 0 25px;
}

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

.card_list .card {
	display: inline-block;
	width: 24.1%;
	float: left;
	padding: 0 0 60px;
	margin-right: 1.2%;
}

.card .image .container > a {
	position: relative;
}

.card_list .card:nth-child(4n+1) {
	clear: both;
}

.card_list .card:nth-child(4n) {
	margin-right: 0;
}

.card_list .card .image {
	font-size: 0;
}

.card_list .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-top: 10px;
}

.card_list .card .title {
	border-bottom: none;
	font-size: 18px;
	line-height: 21px;
	padding: 7px 0;
}

.card .title a,
.card .title a:visited,
.card .title a:hover {
	color: #000;
}

@media only screen and (max-width: 768px) {
	.align_center .card .title {
	    font-size: 25px;
	    line-height: 28px;
	    font-weight: bold;
	    padding: 10px 0 25px;
	}
	.card_list .card {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	.card:nth-child(2n) {
		margin-right: 0;
	}
	.card:nth-child(2n+1) {
		clear: both;
	}
}


@media only screen and (max-width: 640px) {
	.align_center {
		padding: 20px 20px 60px;
		margin-bottom: 0;
	}
	.top_article {
		font-size: 0;
		border-bottom: 0;
	}
	.top_article .left_col,
	.top_article .right_col {
		width: 100%;
	}
	.top_article .card {
		padding: 20px 0 0;

	}
	.align_center .card .title {
		font-size: 18px;
		line-height: 21px;
		padding: 15px 0;
	}
	.align_center .tags {
		margin: 15px 0;
	}
	.card_list .card {
		display: inline-block;
		width: 100%;
		padding: 40px 0 20px;
		border-bottom: 1px dotted #000;
		margin-right: 0;
	}
	.card_list .card:first-child {
		padding-top: 0;
	}
}


