/* CSS Document */
body {
	margin:0;
	background-color:#eeeeee;
}
a,a:hover,a:visited,a:active {
	text-decoration:none;
	text-underline-style: none;
	color: inherit;
} 
* {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}
#hf_iask {
	font-size: 18px;
	color: #FFF;
	padding: 10px 0;
	margin: 0;
	cursor: pointer;
  background-color: #54ae3f;
}
#hf_iask:hover {
	background-color: rgba(255, 192, 0, 1);
	color: #ffffff;
}
ul, li, span {
	margin:0;
	padding:0;
	list-style:none;
}
span {
	display:inline-block;
}
.clear {clear:both;}
.content {
	margin:0 auto;
	margin-top:20px;
	width:1200px;
	background-color:#eeeeee;
}
.content_left {
	float:left;
	width:880px;
	margin-right:20px;
	color:#999999;
}
.content_tags {
	font-size:0px;
	padding-bottom:15px;
}
.tags_size, .content_tags span:last-child {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-family:"宋体";
	font-size:16px;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	background-color:#54ae3f;
	margin-right:10px;
	cursor:pointer;
}
.tags_size {
	padding: 0 10px;
}
.tags_size:nth-child(n+7) {display:none;}
.tags_size:hover {
	background-color: rgba(255, 192, 0, 1);
}
.content_tags input {
	float:right;
	margin-right:0px;
	height:30px;
	width:30px;
	outline:none;
}
.container_body {
	clear:both;
	margin-left:18px;
	margin-right:18px;
}
.questions_part {
	width:880px;
}
.questions {
	display:block;
	width:880px;
	background-color:#ffffff;
	margin-bottom:20px;
}
.title {
	clear:both;
	padding-top:18px;
	margin-bottom:6px;
}
.title span: {
	font-size:12px;
	margin: 0 10px 0 0;
}
.title span:first-child {
	color:#54ae3f;
	font-family:"宋体";
	font-size:18px;
	font-weight:bold;
}
.state {
	line-height:22px;
}
.state span {
	display:inline-block;
	line-height:22px;
	font-size:12px;
}
.state span:first-child {
	color:#fff;
	font-family:"宋体";
	text-align:center;
	padding:0 2px 0 2px;
	height:22px;
	background-color:#c1c1c1;
}
.user_name a {
	color:#5766a5;
}
.answer_content {
	width:844px;
	min-height:35px;
	margin-top:8px;
	margin-bottom:8px;
	font-family:"宋体";
	font-size:12px;
	word-break:break-all;
}
.read_all a {
	color: #5766a5;
  margin-left: 10px;
  text-decoration:underline;
}
.alt_reply {
	padding-bottom:18px;
}
.reply {
	float:left;
}
.reply span {
	padding-left:12px;
}
.reply span a, .float_box ul li a {
	color:#999999;
}
.reply span a {
	font-size:12px;
}
.background_style {
	background-repeat:no-repeat;
	background-position:left 5px;;
}
.comment_ask {
	background-image:url(icon1.png);
}	
.thank {
	background-image:url(icon2.png);
}
.share {
	background-image:url(icon3.png);
}
.favorite {
	background-image:url(icon4.png);
}
.edit_date {
	float:right;
}
.edit_date span {
	font-size:12px;
}
.content_right {
	float:right;
	width:300px;
	text-align:center;
}
.content_right ul li {
	font-family:"微软雅黑";
	font-size:18px;
	text-align:center;
	width:230px;
	height:37px;
	line-height:37px;	
	margin:0 auto;
	margin-top:12px;
	margin-bottom:12px;
	cursor:pointer;
	background-color: #54AE3F;
	color: #fff;
}
.content_right ul li:hover {
	background-color:#ffc000;
	color:#ffffff;
}
.default_font_color {
	color:#999999;
}
.hover_style {
	background-color:#ffc000;
	color:#ffffff;
}
@media only screen and (max-width: 600px) {
	.content {
		width: 100%;
	}
	.content_left {
		float: none;
		width: 90%;
		margin: 0 5%;
	}
	.questions_part {
		width: 100%;
	}
	.questions {
		width: 100%;
	}
	.answer_content {
		width: 100%;
	}
	.content_right {
		display: none;
	}
}