@charset "utf-8";

/*顶部背景设置*/
.warrp{
	background: #b0ceef;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
.header_bg{
	background:url(2025gxlm_header_bg.png) no-repeat center top;
	position: absolute;
	top: 0;
	width: 100%;
	height: 409px;
	z-index: -1;
}

/*每块下面的搜索栏*/
.public_search{
	border-top: 1px solid #dcdddd;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	padding-top: 12px;
}
.public_search .search{
	height: 40px;
	position: relative;
	margin-left: 10px;
	float: left;
}
.public_search .search .search_input{
	border-radius:10px;
	border:1px solid #eeeeee;
	outline: medium;
	padding-left: 43px;
	width: 154px;
	height: 38px;
	font-size: 16px;
	color: #333333;
	
}
.public_search .search img{
	position: absolute;
	left: 9px;
	top: 6px;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.public_search .contact{
	float: right;
	height: 40px;
	line-height: 40px;
	padding-right: 5px;
	font-size: 16px;
}
.public_search .contact span{
	padding-left: 20px;
	color: #333333;
}
.public_search .contact .icon_lx{
	background: url(2025gxlm_phone.png) no-repeat left  center;
	height: 40px;
	display: inline-block;
	padding-left: 40px;
}

/*内页的标题位置*/

.public_intitle{
	width: 100%;
	border-bottom:1px solid #dcdddd;
	overflow: hidden;
	padding-bottom: 10px;
}
.public_intitle .left{
	float: left;
	margin-left: 14px;
}
.public_intitle .left .public_intitle_bt{
	font-size: 24px;
	color: #0066cc;
	background: url(2025gxlm_icon_keyan.png) no-repeat left center;
	padding-left: 47px;
	display: inline-block;
	height: 34px;
    line-height: 34px;
}

.public_intitle .left .public_intitle_list{
	font-size: 14px;
	color: #999999;
	padding-left: 35px;
}
.public_intitle .left .public_intitle_list a{
	color: #999999;
}
.public_intitle .public_intitle_list a:hover{
	color: #333;
}
.public_intitle .right{
	float: right;
    height: 40px;
    position: relative;
    margin-right: 9px;
    
  
}
.public_intitle .right .search{
	border-radius: 10px;
    border: 1px solid #eeeeee;
    outline: medium;
    padding-left: 43px;
    height: 38px;
    font-size: 16px;
    width: 157px;
    color: #333333;
}
.public_intitle .right img {
    position: absolute;
    left: 9px;
    top: 6px;
    width: 24px;
    height: 24px;
    z-index: 1;
    display: inline-block;
}

.xl_title{	text-align: center;
	font-size: 28px;
	color: #0066cc;
	line-height: 1;
}
.xl_time{ color:#666; text-align:center; padding-top:20px;}
.xl_content{padding:20px 30px 30px 20px; font-size:15px; line-height:32px; color:#333;}
.xl_pic{ text-align:center;}