/*detail*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.detail-panel{
	min-height: 600px;
}
.detail-articlewrap{
	padding: 20px;
}
.detail-header h1{
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 30px;
    line-height: 50px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.detail-page-info{
	/*height: 30px;
    padding: 18px 0 18px;
    border-bottom: 1px solid #ddd;*/
    font-size: 12px;
    line-height: 22px;
    color: #878787;
    text-align: center;
}
.detail-body{
	padding: 20px;
	line-height: 24px;
}
.detail-body-hd:after{
	clear: both;
}
/*附件*/
.detail-attachment{
	padding: 20px 0;
}
.detail-body img{
	max-width: 800px;
}

.middle-bg{
				    background: url(../images/index.jpg) center top no-repeat;
				    width: 100%;
				    max-height: 2254px; min-height: 860px;overflow-y: auto;
				    
			}