/* CSS Document */
.middlewrap{
	width: 98%;
	margin: 0 auto;
}
.container{
  background-color: #ffffff;
  width:1140px;
  margin:0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.webpath{ 
	height: 46px;
    line-height: 30px;
    font-size: 18px; 
	padding-top: 10px;
	}
  .webpath a {
    color: #666 !important;
  }
.pagebox {
	border-radius:5px;
	/* border:1px solid #dcdcdc; */
}
.webpath *{ padding:0 5px; }
.pagehd{ height:20px; padding:15px 0; border-bottom:2px solid #dcdcdc; font-size:18px; }
.pagehd span{ display:block; float:left; height:20px; line-height:20px; border-left:5px solid #256eab;  padding-left:20px; }
.pagebd{  padding: 35px 12px 35px 12px; }

.duoji {
  margin: 26px 0 6px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 40px;
}

.duoji span a{
	color: #393939;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
}

/*标题列表*/
.erlist{    padding-top: 10px; }

.erlist ul li {
  height: 52px;
  border-bottom: 1px dashed #ccc;
  line-height: 52px;
}
.erlist ul li span.pullright{ color:#999; float:right; }

/*content*/
.contenthd{ height:auto; text-align:center; border-bottom:1px dashed #ccc; font-size: 16px;	line-height: 200%;  }
.contenthd div.ertile{ font-size:24px; }
.contenthd div.ertinf{ line-height:40px; margin-top:10px; color:#999;   }

.contentbd {
  padding: 35px;
  line-height: 200%;
  color: #666;
  font-size: 18px;
}
.contentbd img{
	margin-bottom:4px;
}


/* ////页码 */
.barcon2 ul {
    	margin: 20px 0;
    	padding-left: 0;
    	list-style: none;
    	text-align: center;
	}
 
	.barcon2 li {
    	display: inline;
		font-size:16px;
	}
  
	.barcon2 a {
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
		padding: 5px;
		padding-top: 0;
		color: black;
	}
 
	.barcon2 a:hover{
		color: rgb(255, 0, 0);
	}
  #wholePage {
    float: none;
    color: black;
  }
  #more_page{
    float: right;
    font-size: 14px;
    color: #a4a4a4;
    margin-right: 15px;
}
