.left{
    float:left;
	}
.right{float:right; font-size: 16px;}
    
.clear{clear:both;}
    
.clearFloat:after{ 
	content:'';
    display:block;
    clear:both;
	}
   
.pointer{ cursor:pointer;}
   
.w_1190{width:1200px;
      margin:0 auto;
	  }
      
.positionR{position:relative;}
    
.marginT_30{margin-top:30px;}
    
.marginT_20{margin-top:20px;}
    


//二级页面背景图
.ERJIiMG{
	display:block;
    height:450px;
    width:100%;
	}
    
.listContent{
	width:1190px;
    box-sizing:border-box;
    min-height:650px;
    margin:0 auto ;
    margin-bottom:30px;}
    

/*图片防止溢出*/
img {
	max-width:100%;
	
}

.headtitle{
	
	padding-bottom:8px;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
            

/*************** 列表，右边样式 ******************/
.ERJIiMG{
	    display:block;
	    height:450px;
	    width:100%;
}

.list_content_box{
	float:right;
	width:900px;
	background:#fff;
	min-height:600px;
	margin:22px 0;
	padding:8px 10px;
	box-sizing:border-box;
}
     
.list:hover{cursor:pointer;
	
}
    
.nav-left li:hover span{
	 color:#950000!important;
}
     
.nav-left li:hover span.dot {
	background:#950000;
}
      

.leftMenu {
  width: 250px;
  background: #fff;
  padding: 0 8px 10px;
  border: 2px solid #f9f7f8;
}
.menu-head {
  border-bottom: 1px dashed #950000;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #950000;
}
.icon-menu {
  float: left;
  width: 25px;
  height: 100%;
  background: url("../images/sprite.png") no-repeat 0 7px;
}
.FunctionTab {
  text-align: center;
  float: left;
  margin: 20px 0;
}
.FunctionTab .tabUL {
  width: 250px;
  padding: 0 8px 10px;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
}
.FunctionTab .tabUL .currentTab_li {
  margin: 12px auto;
  width: 195px;
  height: 48px;
  background: url("../images/sprite.png") no-repeat -15px -115px;
  line-height: 48px;
  cursor: pointer;
  font-size: 16px;
}
.FunctionTab .tabUL .currentTab_li:hover {
  background: url("../images/sprite.png") no-repeat -15px -52px;
}
.FunctionTab .tabUL .active {
  background: url("../images/sprite.png") no-repeat -15px -52px;
}

.headtitle {
  text-align: left;
  position: relative;
}
.head_icon {
  background: url("../images/sprite.png") no-repeat -246px 15px;
  width: 22px;
  height: 38px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  top: -12px;
}

.nav-left {
  padding: 10px;
}
.nav-left li{
  font-size: 14px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nav-left span.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.nav-left span.title {
  margin-left: 5px;
  color: #3c3c3c;
  font-size: 14px;
}
.nav-left span.date{
  color: #6b6969;
  position: absolute;
  right: 0;
}
.nav-left .list_text {
  display: inline-block;
  max-width: 730px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_data_yearMonth {
  position: relative;
  top: 10px;
  padding-right: 15px;
}

/* 内容 */

.content-box {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
  position: relative;
}
.content-box img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.content-box p{
  text-indent: 26px;
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}
.contentDetail_title {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
}
.contentDetail_about {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}
.contentDetail_about .item {
  margin-left: 30px;
  font-size: 12px;
  color: #666;
}
.contentDetail_about .item .time{
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url("../images/time.png") no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.contentDetail_about .item .see {
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url("../images/see.png") no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.contentDetail_about .item .name {
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("../images/name.png") no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.turn-page {
	
	margin-bottom:30px;
	height:100%;
	text-align:left;
	padding-bottom:15px;
}
    
.turn-page p{
	
        font-size:16px; 
        line-height:32px;
        cursor:pointer;} 
