/* CSS Document */
@charset "utf-8";
*{
	margin:0;
	padding:0;
	list-style:none;
	width: auto;
	height: auto;
}
	input[type="button"], 
	input[type="submit"], 
	input[type="reset"] 
	{
	-webkit-appearance: none;
	font-family:Arial, Helvetica, sans-serif}
a{ text-decoration:none;}
body{
	width:100%;
	max-width:640px;
	margin:0 auto;
	
	top:0px; bottom:0px; left:0px; right:0px;
	min-width:320px;}
.left{
	position: absolute;
	top:20%;

	left:3%;
	/*float:left;
	margin-left:1%;*/
	}
.right{
	position: absolute;
	top:20%;
	right:3%;
	/*float:right;
	margin-right:1%;*/
	}
.header{
	/*height:50px;*/
	text-align:center;
	width:100%;
	max-width:640px;
	/*height:35%;*/
	background:#FF7E00;
	position: relative;}
.header img{
	vertical-align:middle;	
	/*text-height:auto;*/
    /*margin-top:6px;	*/	
	width:8%;}
.header span{  
	color:#FFF;
	font-size:24px;
	line-height:230%;
	}
.list{
	line-height:300%;;
	text-align:center;
	}
.list ul li{
	border-bottom:1px solid #e8e8e8;}
.list p{
	/*padding:0 1%;*/
	color:#FF7E00;
	}
.list span{
	font-size:0.8em;
	/*float:right;*/}
.foot{
	margin-top:40%;
	/*line-height:130px;*/
	/*margin-top:95%;*/
	/*width:100%;
	margin:0 auto;*/
	color:#838383;
	text-align:center;
}
以下为通知通告详情页样式===========================================================================================================									==========================================================================================================================
.text{
	width:100%;
	max-width:640px;
	
	}
.text p{
	margin-top:8%;
	/*text-align:center;*/
	line-height:30px;
	text-indent:2em;
	
	}
.center{
	width:auto;
	text-align:center;
	font-size:1.5em;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.text span{
	
	color:#747474;
	font-size:0.6em;}
以下为公务员管理样式===========================================================================================================									==========================================================================================================================
.gongwuyuan{
	margin-top:15px;}
.gongwuyuan{
	
	  width:auto;
	/*  margin:10px auto; */
	  max-width:640px; 
	  min-width:320px;
	  height:auto;
	  margin-top:5%;
	  display:block;
	  border-bottom:1px solid #c9c9c9;
	  }
.pic{
	width:25%;
	float:left;
	}
.pic img{
/*	width:70%;*/
}
.neirong{
	width:auto;
	float:left;
	color:#201f1f;
	/*line-height:20px;  white-space:nowrap; height:40px;*/
	 word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;/*对象作为伸缩盒子模型显示*/

	  -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	overflow:hidden;
	margin-top:10px;
	text-overflow:ellipsis;
-webkit-line-clamp:2; /*显示的行数*/
	height: auto;
}
.detail{
	float:right;
	width:20%;
	margin-top:5%;
	line-height:30px;
	background:#FF7E00;
	color:#FFF;
	border-radius:5px;
	font-size:0.8em;
	padding:1px;
	text-align:center;
	margin-right: 100px;
}
