.mt {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #ddd;
}
.mt span {
    position: relative;
    font-size: 20px;
    float: left;
    height: 45px;
    line-height: 45px;
    /* min-width: 132px; */
    font-weight: bold;
}
.mt span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #e22323;
    position: absolute;
    bottom: 0;
    left: 0;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
.report-detail {
    margin-top: 20px;
}
.company-messages-box, .company-showmessage-box {
	width: 100%;
	padding:20px 15px;
	background: #fff;
	border:1px solid #e0e3ec;
	margin-bottom: 10px;
	overflow: hidden;
}
.company-messages-box {
	position: relative;
}
.company-messages-box dt h2 {
	float: left;
	font-size: 20px;
	margin: 0;
	padding-right: 150px;
	line-height: 34px;
}
.company-messages-box dt h2 strong {
	margin-right: 15px;
	font-size: 26px;
	float: left;
	max-width:650px;
}
.company-messages-box dt h2 small {
	vertical-align: top;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 2px;
	margin-right: 15px;
	margin-top:5px;
	font-weight: normal;
}
.company-messages-box dt h2 small.zyicon{
	background:#fff;
	border:1px solid #f5a623;
	color: #f5a623;
}
.company-messages-box dt h2 small.cxicon{
	background:#fff;
	border:1px solid #6cab08;
	color: #6cab08;
}
.company-messages-box dt h2 small.zxicon{
	background:#fff;
	border:1px solid #ccc;
	color: #ccc;
}
.company-messages-box dt h2 small.dxicon{
	background:#fff;
	border:1px solid #93650d;
	color: #93650d;
}
.company-messages-box dt h2 small.syicon{
	background:#fff;
	border:1px solid #e22323;
	color: #e22323;

}
.company-messages-box dt h2 small.cjicon{
	background:#fff;
	border:1px solid #333;
	color: #333;
}
.company-messages-box dd {
	font-size: 16px;
	width: 100%;
	padding-top:20px;
	overflow: hidden;
}
.company-messages-box dd li{
	float: left;
	color: #e22323;
	margin-right: 25px;
}
.company-messages-box dd li span{
	color: #333;
	padding-right:25px;
}
.company-messages-box dd li span em{
	color: #e22323;
}
.company-messages-box a.download{
	float: right;
	width:165px;
	height: 36px;
	border:1px solid #e22323;
	line-height: 36px;
	/* background: url("../images/downloadicon.png") #e22323 8px center no-repeat; */
	background: url("../images/downloadicon-hover.png") #e22323 8px center no-repeat;
	padding-left: 25px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-18px;
	border-radius: 2px;
	transition: all 0.2s;
-moz-transition: all 0.2s;	/* Firefox 4 */
-webkit-transition: all 0.2s;	/* Safari 和 Chrome */
-o-transition: all 0.2s;
}
.company-messages-box a.download:hover{
	background: url("../images/downloadicon-hover.png") #d41010 8px center no-repeat;
	color: #fff;
	
}

.company-showmessage-box {
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 15px;
}
.company-showmessage-box .mt{
	border-bottom-width: 1px;
}
.company-showmessage-box .mt span{
	font-size: 16px;
	font-weight: bold;
	color: #e22323;
	min-width: auto;
}
.company-showmessage-box table {
	width: 100%;
	background: url("../images/xinyongbg.png") left top repeat;
	border: 1px solid #dddddd;
	border-bottom: 0;
	border-right:0;
	margin-top:20px;
}

.company-showmessage-box table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 12px 20px;
	width: 360px;
	vertical-align: top;
	word-break: break-all;
}
.company-showmessage-box table td.graybg {
	background-color:rgba(243, 243, 243, 0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50f3f3f3', EndColorStr='#50f3f3f3');
	font-weight: bold;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.padding0{
	padding:0 0 15px;
}
.company-showmessage-box .tab-title {
	overflow: hidden;
}
.company-showmessage-box .tab-title li {
	float: left;
	width:12.5%;
	border-right: 1px solid #ddd;
	height: 100px;
	cursor: pointer;
	background: url("../images/tabtitleicon.png") center 20px no-repeat;
	padding-top:64px;
	text-align: center;
	position:relative;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.company-showmessage-box .tab-title li em {
	position:absolute;
	right:17px;
	top:8px;
	color: #999999;
	font-size: 15px;
}
.company-showmessage-box .tab-title li:nth-child(8) {
	border-right: 0;
}
.company-showmessage-box .tab-title li.cur {
	color: #fff;
	background: url("../images/tabtitleicon-hover.png") #e22323 center 20px no-repeat;
}
.company-showmessage-box .tab-title li.cur em{
	color: #fff;
}
.company-showmessage-box .result-tab {
	display: none;
	min-height: 300px;
}
.company-showmessage-box .result-tab ul {
	border-bottom: 1px solid #ddd;
	padding:20px 15px;
	overflow: hidden;
}
.company-showmessage-box .result-tab ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	border:1px solid #e0e3ec;
	padding:0 15px;
	margin-right: 30px;
	cursor: pointer;
}
.company-showmessage-box .result-tab ul li span{
	padding-left: 10px;
}
.company-showmessage-box .result-tab ul li.cur{
	background: #e22323;
	color: #fff;
}
.company-showmessage-box .result-tab h3 {
	margin: 24px 15px 15px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
        text-align:right;
}
.company-showmessage-box .result-tab h3:before {
	content: '';
	width: 3px;
	height: 14px;
	background: #e22323;
	float: left;
	margin: 0 10px 0 0;
}
.company-showmessage-box .result-tab .result-table{
	margin: 0 15px;
}
.company-showmessage-box .result-tab .result-table table{
	margin-top: 0;
}
.company-showmessage-box .result-tab .result-table table td:nth-child(1){
	width:20%;
}
.company-showmessage-box .result-tab .result-table a {
    float: right;
    display: inline-block;
    padding: 1px 15px;
    border: 1px solid #e22323;
    color: #e22323;
}
.company-showmessage-box .result-tab .result-table a.zaixianxiufu{
	display: block;
	background: #e22323;
	width:140px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
}
.company-showmessage-box .tit{
background: url(../images/line-th.jpg) left center repeat-x;
text-align: center;
width:100%;
}
.company-showmessage-box .tit span{
background: #fff;
font-size: 18px;
font-weight: bold;
padding:0 20px;
}
.company-showmessage-box .titfenlei{
	margin-top: 20px;
	border:0;
	overflow: hidden;
}
.company-showmessage-box .titfenlei dd{
	float:left;
	width:95%;
	height: 50px;
	overflow: hidden;
}
.company-showmessage-box .titfenlei dd li{
	float:left;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	margin:0 30px 30px 0;
	cursor: pointer;
}
.company-showmessage-box .titfenlei dd li small{
	margin-left:10px;
	font-size:16px;
	background: #a7acba;
	display: inline-block;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	padding:0 5px;
	color: #fff;
}
.company-showmessage-box .titfenlei dd li.cur{
	color: #e22323;
}
.company-showmessage-box .titfenlei dd li.cur small{
	background: #e22323;
}
.company-showmessage-box .titfenlei dt{
	float:right;
	background: url("../images/arrdown.png") right center no-repeat;
	font-size:16px;
	color: #999999;
	font-weight: normal;
	padding-right:20px;
	cursor: pointer;
}
.company-showmessage-box .titfenlei dt.arrup{
	background-image: url("../images/arrup.png");
}
.company-showmessage-box dl {
	border-top: 1px solid #ededed;
	padding: 20px 0;
}
.company-showmessage-box dd p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.company-showmessage-box dd span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-left: -10px;
	margin-top: 10px;
}
.company-showmessage-box dd span em {
	padding: 0 10px;
}
.company-showmessage-box .more {
	font-size: 16px;
	color: #336699;
	text-align: center;
	display: block;
	border-top: 1px solid #ededed;
	padding: 20px 0 0;
}
.company-showmessage-box dt {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tip-wram-message {
    font-size: 14px;
    color: #666666;
    min-height: 54px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #e0e3ec;
	overflow: hidden;
	display: table;
	width:100%;
	vertical-align:middle;
}
.tip-wram-message span {
	display: table-cell;
    color: #ff2522;
    width: 125px;
    font-weight: bold;
    font-size: 16px;
	border-right: 1px solid #e0e3ec;
	vertical-align: middle;
    text-align: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-position-x: 17px;
}
.tip-wram-message .text{
	display: table-cell;
	padding:0 15px 15px;
}
.tip-wram-message p {
    font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.tip-wram-message a {
    font-size: 14px;
    color: #336db6;
    /*background-color: #336db6;*/
    /*padding: 5px 10px;*/
    /*margin: 0 10px;*/
    /*border-radius: 2px;*/
}

.company-showmessage-box .tab-title li.list-1{
	background: url(../images/tabtitleicon.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-2{
	background: url(../images/tabtitleicon-2.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-3{
	background: url(../images/tabtitleicon-3.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-4{
	background: url(../images/tabtitleicon-4.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-5{
	background: url(../images/tabtitleicon-5.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-6{
	background: url(../images/tabtitleicon-6.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-7{
	background: url(../images/tabtitleicon-7.png) center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.list-8{
	background: url(../images/tabtitleicon-8.png) center 20px no-repeat;
  }
  
  
  .company-showmessage-box .tab-title li.cur.list-1{
	background: url(../images/tabtitleicon-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-2{
	background: url(../images/tabtitleicon-2-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-3{
	background: url(../images/tabtitleicon-3-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-4{
	background: url(../images/tabtitleicon-4-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-5{
	background: url(../images/tabtitleicon-5-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-6{
	background: url(../images/tabtitleicon-6-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-7{
	background: url(../images/tabtitleicon-7-hover.png) #e22323  center 20px no-repeat;
  }
  
  .company-showmessage-box .tab-title li.cur.list-8{
	background: url(../images/tabtitleicon-8-hover.png) #e22323  center 20px no-repeat;
  }
.sqxfbtn{
	float: right;
}  
.result-table td  > p{
	float:left;
	width:740px;
}
@charset "UTF-8";
.result-tab1 {
	border: 1px solid #bebebe;
	padding-bottom: 20px;
	margin: 0 auto;
}

.inter_midbox {
	padding: 4px;
	background: #f5f5f5;
}
.inter_midbox .biginc {
	height: 650px;
	min-height: 650px;
	height: auto !important;
}
.inter_midbox .inc {
	border: 1px solid #e7e7e7;
	background: #FFFFFF;
}
.hdjl_form33 {
	width: 100%;
	margin: 15px auto 10px;
}
.publicItemHeader {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	text-align: center;
}
.publicItemHeaderTxt {
	border-bottom: 4px solid #ea3e3e;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 16px;
}
.hdjl_form table {
	width: 100%;
}
.replayTable {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}
.replayTable tr th {
	padding: 20px 5px;
	width: 320px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
.replayTable tr td {
	padding: 10px 5px;
	vertical-align: top;
}

.hdjl_form table td {
	height: 28px;
}
.itemRequired {
	padding-left: 5px;
	color: #e22323;
}
.inputTxt {
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.w400 {
	width: 400px;
}
.file-container {
	position: relative;
	width: 104px;
	height: 36px;
	float: left;
	background: url("../images/file.png") no-repeat;
	background-size: 100%;
}
.file-container input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0;
}
.filed_name {
	float: left;
	line-height: 35px;
	margin-left: 15px;
	font-size: 16px;
}
.button-submit {
	background-color: #ea3e3e;
	color: #fff;
}
.button {
	padding: 0 50px;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
}
.button-reset {
	background-color: #0063ba;
	color: #fff;
}
.error {
	padding-left: 5px;
	color: #e22323;
}