@charset "utf-8";/******调用问题列表样式:开始****/

/*调用问题页样式*/
body{
	margin:auto;	    /* 页面位置(居中)  */
	padding:auto;		/* 内容距四角位置  */
	background:#ffffff; /* 背景为白色      */
	font-size:12px;     /* 字体为12px      */
	font-family: Arial, Helvetica,sans-serif, 宋体;
	color: #000000; 	/* 页面中字体颜色   */			 
	text-align:center;  /* 页面中的项目居中 */
}

a {
 text-decoration:none;
}

/* 问题列表表格样式 */
.asklist_table{
	margin:auto;
	padding:auto;
	width:100%; 		/* 表格宽度     */
	border:0px;  		/* 是否需要边框 */
	line-height:18px;   /* 每行间距     */
    text-align:left;    /* 文字左对齐   */
}

/* 问题列表标题: 标题样式 */
.title_title_style{
     font-weight:bold;	 /*文字加粗*/
}

/* 问题列表标题:回答样式 */
.title_num_style{
     font-weight:bold;	 /*文字加粗*/
}

/* 问题列表标题:状态样式 */
.title_status_style{
	font-weight:bold;	/*文字加粗*/
}

/* 问题列表标题:时间样式 */
.title_time_style{
	 display:none;   /* 隐藏 */
}

/* 问题列表标题:悬赏分样式 */
.title_score_style{
	 display:none; /* 隐藏 */
}

/* 问题列表标题：提问者样式 */
.title_user_style{
	 display:none; /* 隐藏 */

}



/* 问题列表内容：标题样式 */
.title_style{
	
}

/* 问题列表内容：标题链接样式 */
.title_style a{
	color:#000000;
    
}


/* 问题列表内容：问题回答样式 */
.num_style{
}

/* 问题列表内容：问题状态样式 */
.status_style{
 

}


/* 问题列表内容：提问时间样式 */
.time_style{
   display:none; /* 隐藏 */
}

/* 问题列表内容：悬赏分样式 */
.score_style{
	 display:none;

}

/* 问题列表内容：提问者样式 */
.user_style{
	 display:none;

}

/* 问题列表内容：提问者链接样式 */
.user_style a{
	color:#000000;
}



/* 每行数据间隔样式 */
.hr_style{
	display:none;
}


/*问题分页样式*/
.mainlist_page{
	width:300px;        /* 宽度     */
	text-align:center;  /* 文字居中 */
}

/******调用问题列表样式:结束*******/