/*统计数据*/
.total_data h2{font-size:20px;font-weight:bold;text-align:center;}
.total_data td{width:20%;height:auto;}
.total_data .title{margin:0 0 10px 0;text-align:center;color:#999;}
.total_data .num{width:33%;float:left;text-align:center;font-size:25px;color:#32A0EE;}


/*选择来源*/
.select_source{margin:0 0 10px 0;}
.select_source a{display:inline-block;padding:6px;border:#888;background:#f0f0f0;margin:5px;color:#32A0EE;border-radius:4px;font-size:13px;font-weight:bold;}
.select_source a:hover{color:#333;background:#ddd;}
.select_source .selected{color:#f00;}


/*帖子列表*/
.thread_content{width:100%;}
.thread_content .thu{width:160px;min-height:120px;border:1px solid #999;background:#f6f6f6;}
.thread_content .thu img{width:160px;}
.thread_content .date{position:absolute;right:0;color:#aaa;font-size:12px;margin:4px 30px 0 0;}
.thread_content .detail{font-size:14px;line-height:18px;padding:10px 0 0 0;min-height:40px;}
.thread_content .data{font-size:12px;padding:6px 20px;background:#f9f9f9;color:#888;}
.thread_content .data span{padding-right:50px;}
.thread_content .actions a{display:inline-block;padding:8px 14px;border:1px solid #aaa;background:#3297FD;color:#fff;border-radius:4px;text-decoration:none;font-size:12px;margin:15px 15px 0 0;}
.thread_content .actions a.red{background:#f00;margin-left:50px;}
.thread_content .actions a:hover{background:#222;}

.select_css {
font-family: Arial;
font-size: 14px;
background: #FFF;
border: 1px solid #AAA;
width:20em;
height:2em;
padding-top:3px;
padding-left:3px;
}
.select_css option{
padding-top:3px;
margin-left:5px;
}

.built_table_head{
font-size: 12px;
font-weight:600;
}

.built_table_head td{
width:130px;
height:25px;
}

.content_txt_table{
font-size: 12px;
font-weight:500;
}

.content_txt_table input{
height:25px;
}

.content_txt_table textarea{
width:200px;
height:25px;
}


