﻿@charset "utf-8";
/*article*/
#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;
}
#article {
	width: 900px;
	padding: 50px;
}
#title {
	font-size: 28px;
	color: #004986;
	text-align: center;
}
#subtitle {
	font-size: 20px;
	color: #004986;
	text-align: center;
}
#info {
	color: #888888;
	text-align: center;
}
#info a {
	color: #888888;
}
.article-infos .increase, .article-infos .decrease {
	width: 16px;
	height: 16px;
}
.comment-form .textarea-wrap .textarea {
	width: 826px;
}
.article-detail .article-detail-inner p {
	font-size: 16px;
	line-height: 200%;
}
.article-detail .fontsizebig p {
	font-size: 20px;
}