﻿@charset "utf-8";
/*list_text*/
#list_article {
	width: 900px;
	padding: 20px;
	border: 1px solid #dae2ea;
}
#list_article li {
	list-style: disc inside;
	clear: both;
}
.date {
	float: right;
	color: #999999;
}
#bread {
	padding-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
}
#list_category {
	width: 900px;
	margin: 10px 0;
}
#list_category ul {
	border-bottom: 1px solid #cccccc;
}
#list_category li {
	float: left;
	padding: 0 20px;
	font-weight: bold;
	margin-bottom: -1px;
	list-style: none;
	clear: none;
}
#list_category li.current {
	color: #950000;
	border-bottom: 2px solid #ab161c;
}
#list_category li.current a, #list_category li.current:hover {
	color: #950000 !important;
	text-decoration: none;
}
#sidebar {
	width: 298px;
}
#sidebar dl {
	margin-bottom: 10px;
	border: 1px solid #acbfd1;
	border-top: 3px solid #052e80;
}
#sidebar dt {
	height: 39px;
	line-height: 39px;
	background-image: ;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0071d1;
}
#sidebar dd ul li {
	list-style: disc inside;
}
        #list_article ul.clear li:nth-child(5n 5)::after {
            content: '';
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
            height: 1px;
            background-color: transparent;
            border: 0;
            border-bottom: 1px dashed #444444;
        }
        
        #list_article ul.clear li:last-child::after {
            content: none;
        }