﻿@charset "utf-8";
/*list_text*/
#bread {
	border-bottom: 1px solid #222222;
	background-color: #ffffff;
}
#search {
	width: 229px;
	height: 29px;
	line-height: 29px;
	float: right;
	margin: 10px;
	background:  no-repeat;
	overflow: hidden;
	padding-left: 2px;
}
#search input, #search button {
	float: left;
	height: 29px;
	border: 0;
	background-color: transparent;
}
#search input {
	width: 189px;
}
#search button {
	width: 38px;
}
#list_article {
	width: 900px;
	min-height: 500px;
	padding: 30px 50px 50px;
}
#list_article li {
	list-style: disc inside;
	clear: both;
}
.date {
	float: right;
	color: #999999;
}
#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;
}

        #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;
        }