#content>h1{
	display:block;
	padding:20px;
	text-align:right;
	font-size:32px;
	color:#333;
}
/**/
.articles_row{
	display:block;
	margin:10px;
	border-bottom:solid 1px #ddd;
}
.articles_row:last-child{
	border-bottom:none;
}
.articles_row>a{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:10px;
	text-decoration:none;
	color:#333;
}
.articles_row>a:hover{
	background-color:#f3f3f3;
}
.articles_row>a:visited{
	color:#666;
}
.articles_row>a span{
	display:block;
}
/**/
.articles_row>a>span.date{
	width:100px;
	min-width:100px;
	padding:10px;
	color:#999;
}
.articles_row>a>span.date>span{
	display:block;
	text-align:center;
	font-weight:bold;
}
.articles_row>a>span.date>span:nth-child(1){
	padding-top:4px;
	font-size:50px;
	line-height:40px;
}
.articles_row>a>span.date>span:nth-child(2),.articles_row>a>span.date>span:nth-child(3){
	font-size:14px;
	line-height:20px;
}
/**/
.articles_row>a span.title{
	text-align:right;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
}
.articles_row>a span.brief{
	font-size:14px;
}
/**/
.articles_row>a span.image{
	flex:1;
	min-width:250px;
	height:250px;
	background-position:center;
	background-size:cover;
	box-shadow:0px 1px 5px -1px;
}
/**/
.articles_row>a span.text{
	flex:1;
	min-width:300px;
	margin-right:10px;
}
.articles_row>a span.writer span{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:25px;
	margin-left:10px;
	background-position:center;
	background-size:cover;
	vertical-align:middle;
}
/**/
.category_bottom_ad {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**/
.pager_container{
	margin:10px;
    text-align:center;
}
a.pager_button,a.pager_button:visited{
	display:inline-block;
	padding:10px;
	border-radius:10px;
	margin:5px;
	background:#1E88E5;
	color:#fff;
	box-shadow:#666 0px 0px 5px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	line-height:20px;
}
a.pager_button[selected=selected]{
	text-decoration:underline;
}
a.pager_button:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}