@charset "utf-8";

*{ margin:0;  padding:0;}
.list_content{ width:100%; margin:0 auto; background:#fff; position:relative;overflow: hidden;}

.list_record{width: 100%; height:28px; overflow: hidden; background-color:#f4f8fb; border-bottom:1px solid #ddd;padding-top: 6px;
padding-left: 6px;font-weight: bold;font-size: 12px;color: #0e2d5f;margin: 0;}
.list_recordIcon{cursor: default;height: 16px;width: 16px;float: left;background: url(images/record.png) left no-repeat;margin-top: 3px;padding-right: 5px;}
.list_record span{height: 16px;width: auto;float: left; margin-top:4px;}

.list_arrow{display: inline-block;width: 16px;height: 16px;opacity: 0.6;filter: alpha(opacity = 60);margin: 3px 0px 0 0px;vertical-align: middle;background: url(images/layout_arrows.png) no-repeat -16px -16px;text-align: center;cursor: pointer;padding: 0;}
.list_arrow_bottom{display: inline-block;width: 16px;height: 16px;opacity: 0.6;filter: alpha(opacity = 60);margin: 3px 0px 0 0px;vertical-align: middle;background: url(images/layout_arrows.png) no-repeat -16px 0px;text-align: center;cursor: pointer;padding: 0;}

.list_text{ width:100%; /* height:100%; */ border-bottom:1px solid #ddd; }
.list_text ul{ width:100%; height:150px; padding:10px 0px  10px 15px; display:block; font-family:"宋体"; font-size:12px; color:#2e2e2e;}
.list_text ul li{ list-style-image:url(images/circle.png); line-height:30px; height:30px; margin-left:10px;}
.list_text_c{ margin-left:5px;}

.list_portion{width:100%; /* height:100%; */ border-bottom:1px solid #ddd; }
.list_subject{ width:auto; height:15px; font-family:"宋体"; font-size:12px; color:#0e2d5f; font-weight:700; margin:15px 0px 10px 10px;}
.list_subject ul{height:15px;display: inline;}
.list_subject ul li{ list-style:none; line-height:15px; float:left; margin-left:4px;}
.title_subjectLine{ width:4px; height:15px;background:#5080e0; vertical-align:middle;}

.list_title{padding:10px 0px  10px 24px; display:block; font-family:"宋体"; font-size:12px; color:#0e2d5f; /*font-weight:700;*/}
.list_title ul{display:block;}
.list_title ul li{ list-style-image:url(images/circle.png); margin:0px 10px 0px 10px;}
.list_title ul li p{ font-family:"宋体"; font-size:12px; color:#2e2e2e; font-weight:500; margin:10px 0px 10px 0px; line-height:24px;}

.new_table{color: #2e2e2e; font-size:12px; border:1px solid #c0d4ee;margin:14px 0px 14px 0px; text-align:center; font-weight:500;}
.new_table th{background:#f4f8fb ; font-weight:500;height: 30px;padding: 0 2px;border-right: 1px solid #c0d4ee;border-bottom: 1px solid #c0d4ee; text-align: center;}
.new_table td{height: 30px;padding: 0 2px;overflow: hidden;text-align: center;border-bottom: 1px dotted #91b4e3; border-right:1px dotted #91b4e3;}

.list_title:after{contnet:"."; display:block; height:0; clear:both;visibility:hidden;}
.clearfix{ clear:both; height:0;}

/*信息申报详情弹框，审核记录样式*/
.xxsb_record{font-size:14px; color:#000;width: 100%; height:28px; overflow: hidden;  border-bottom:1px solid #ddd;padding-top: 5px;
padding-left: 10px;font-weight: bold;font-size: 14px;color: #000;}
.xxsb_record span:hover{color:#2862b5;}
