@charset "utf-8";
/* CSS Document */

.detail_title{width:100%; border-bottom:1px solid #006; margin-bottom:30px; }
.subject { background:#006; width:100px; height:30px; line-height:30px; text-align:center; color:#FFF}

.wrapper_detail{width:80%; margin:0 auto; background:#FFF; padding:20px; color:#333; line-height:2; }

.table_detail{ 
  width:100%; 
  padding:0px; 
  margin:0px; 
  border-left:1px solid #ADD8E6; 
  border-top:1px solid #ADD8E6;
  border-collapse:collapse; 
} 
/*表头样式。*/ 
.table_detail th{ 
  font-size:12px; 
  font-weight:600; 
  color:#303030; 
  border-right:1px solid #ADD8E6; 
  border-bottom:1px solid #ADD8E6; 
  border-top:1px solid #ADD8E6; 
  letter-spacing:2px; 
  text-align:left; 
  padding:10px 0px 10px 0px; 
  white-space:nowrap; 
  text-align:center; 
  overflow: hidden; 
} 
.table_detail td { 
  border-right:1px solid #ADD8E6; 
  border-bottom:1px solid #ADD8E6; 
  background:#fff; 
  font-size:12px; 
  padding:3px 3px 3px 6px; 
  color:#303030; 
  word-break:break-all; 
  word-wrap:break-word; 
  white-space:normal; 
  text-align:center;
} 