@charset "utf-8";
@import url(global.css);
@import url(comments.css);
@import url(pages.css);
.article .comments {
	height: auto;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.article {
	height: auto;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.article div a:hover {
	color: #0181dc;
}
.article .info {
	line-height: 40px;
	height: 40px;
	width: 100%;
	color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.article .info a {
	color: #666;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}
.article .title {
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6e9dd2;
}
.article .content {
	line-height: 20px;
	height: auto;
	width: 94%;
	margin: 3%;
	color: #666;
}
.article .vote {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
}
.article .vote .problem {
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	height: 50px;
	width: 100%;
}
.article .vote .answer {
	font-size: 12px;
	height: auto;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.article .vote .answer label {
	display: inline-block;
	line-height: 35px;
	height: 35px;
	width: 100%;
}
.article .vote .answer .button {
	display: inline-block;
	float: left;
	width: 60px;
	height: 27px;
	color: #FFF;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	background-position: left -795px;
	border: 1px solid #6e9dd2;
}
.article .vote .answer .view {
	display: inline-block;
	float: left;
	width: 80px;
	height: 27px;
	color: #FFF;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	background-position: left -795px;
	border: 1px solid #6e9dd2;
	margin-left: 10px;
}