@charset "utf-8";
/* CSS Document */
.listTab{margin-top:10px;}
.listTab label{padding:0px; margin:0px; display:inline;}
.listTab .title{height:28px; margin-left:10px; margin-right:10px; line-height:28px;}
.listTab .title h1{font-size:14px; text-indent:10px; display:block;}
.listTab .title span{float:right;}
.listTab .title span a{color:#787878; font-weight:bold; margin-right:5px;}
.listTab .title span a:hover{color:#ff0000;}

.listTab .table{margin-left:10px; margin-right:10px; height:178px;}
.listTab .table table{}
.listTab .table tr{height:24px; line-height:24px;}
.listTab .table .dot{width:5%; height:5px; font-size:0px; background:url(../images/service_list_dot.gif) no-repeat center;}
.listTab .table .listTitle{width:60%;}
.listTab .table .listTitle a{color:#6f6f6f;}
.listTab .table .listTitle a:hover{color:#0f5b90;}
.listTab .table .num{width:10%; text-align:center;}
.listTab .table .icon{width:10%; text-align:center;}
.listTab .table .time{width:15%; text-align:center;}

.newAnswer .title{background:#e8edf4; border:1px solid #cfdae2;}
.newAnswer .table{border-bottom:1px solid #cfdae2; border-left:1px solid #cfdae2; border-right:1px solid #cfdae2;}

.newQuestion .title{background:#f4f3e8; border:1px solid #e0dead; color:#a7a15e;}
.newQuestion .table{border-bottom:1px solid #e0dead; border-left:1px solid #e0dead; border-right:1px solid #e0dead;}

.Answer .title{background:#f4dfdf; border:1px solid #e0adad; color:#a54216;}
.Answer .table{border-bottom:1px solid #e0adad; border-left:1px solid #e0adad; border-right:1px solid #e0adad;}

.Question .title{background:#e5f4df; border:1px solid #c1e0ad; color:#528115;}
.Question .table{border-bottom:1px solid #c1e0ad; border-left:1px solid #c1e0ad; border-right:1px solid #c1e0ad;}
