﻿@charset "utf-8";
/* CSS Document */
body{
	font-family:"微软雅黑";
	margin:0;
	padding:0;
	border:none;
	color:#333333;
	font-size:15px;
}
input,img{
	border:none;
}
a{
	color:#333333;
}
/*头部开始*/
.head{
	overflow:hidden;
}
.head_one{
	width:1200px;
	margin:0 auto;
	height:40px;
	line-height:40px;
}
.head_one .date{
	float:left;
	font-size:13px;
}
.head_one form{
	float:left;
	margin-left:20px;
	font-size:13px;
}	
.head_one form input{
	border:1px solid #e5e5e5;
}
.head_one form label{
	padding:0px 10px 0px 20px;
}
.head_one form .denglu{
	background:url(ylbz_02.png) no-repeat left center;
	border:none;
	width:100px;
	height:24px;
	color:#ffffff;
	font-size:13px;
	margin-left:20px;
}
.head_one .head_oneright{
	float:right;
	font-size:13px;
}
.head_one .head_oneright li{
	float:left;
}
.head_one .head_oneright li a{
	margin:0px 10px;
}
.logo{
	width:100%;
	background:url(logo.jpg) no-repeat center center;
	height:180px;
}
/*头部结束*/
/*导航开始*/
.top{
	width:100%;
	background-color:#00a0e9;
	overflow:hidden;
}
.nav{
	width:1200px;
	margin:0 auto;
	height:50px;
	line-height:50px;
	overflow:hidden;
}
.nav ul li{
	float:left;
	width:138px;
	text-align:center;
}
.nav ul li a{
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
}
.nav ul li:first-child{
	/*background:url(ylbz_04.png) no-repeat 25px 15px;
	padding-left:50px;*/
	width:80px;
}
/*导航结束*/
.search{
	float:right;
	position:relative;
}
.search .searchcon{
	background:url(ylbz_03.png) no-repeat left center;
	width:260px;
	height:30px;
	line-height:30px;
	margin-top:10px;
	font-size:13px;
	color:#999999;
	padding-left:20px;
}
.search .sougjz{
	background:url(ylbz_05.png) no-repeat left center;
	width:80px;
	height:30px;
	position:absolute;
	right:30px;
	top:10px;
	z-index:9999;
}
/*搜索结束*/
.position{
	width:100%;
	background-color:#ededed;
	height:40px;
	font-size:13px;
	overflow:hidden;
}
.position ul{
	width:1200px;
	margin:0 auto;
	line-height:40px;
}
.position ul li{
	float:left;
}
.position .pos_bg{
	background:url(ylbz_art_01.png) no-repeat left center;
	padding-left:20px;
}
.position ul li a{
	font-size:13px;
}
.position ul li span{
	padding:0px 5px;
}
/*当前位置结束*/
.content{
	width:1200px;
	margin:30px auto;
	overflow:hidden;
}
.article{
	width:900px;
	margin:0px auto 25px;
}
.article h3{
	font-size:25px;
	text-align:center;
	padding-bottom:20px;
	border-bottom:2px solid #717171;
}
.art_date{
	text-align:center;
	padding-top:20px;
	position:relative;
}
.art_date span{
	padding-left:55px;
}
.art_date .share{
	position:absolute;
	top:20px;
	right:10px;
}
.art_date .share a{
	padding-left:5px;
}
.art_con{
	width:900px;
	margin:0 auto 25px;
}
.art_con p{
	margin-top:30px;
	text-indent:2em;
	line-height:30px;
}
.art_con .text_right{
	text-align:right;
	margin-top:0px;
}
.download{
	height:40px;
	line-height:40px;
	background-color:#f1f1f1;
	padding:0px 10px;
}
/*.download a{
	color:#027bc2;
	text-decoration:underline;
}*/
.down_right{
	float:right;
}
.down_right span{
	margin-left:20px;
}
.down_right .dy{
	background:url(ylbz_art_07.png) no-repeat left center;
	padding-left:25px;
}
.down_right .close{
	background:url(ylbz_art_08.png) no-repeat left center;
	padding-left:25px;
}
.art_xian{
	border-bottom:1px dotted #c5c5c5;
	margin-top:20px;
}
/*内容结束*/
.xian{
	border-top:5px solid #00a0e9;
	margin-top:30px;
}
.flink{
	width:1200px;
	margin:0px auto;
}
.flink select{
	width:212px;
	background-color:#eeeeee;
	height:30px;
	padding-left:20px;
	border:none;
	margin:10px 0px 10px 30px;
}
.flink select:first-child{
	margin-left:0px;
}
.footer{
	text-align:center;
	background-color:#00a0e9;
	color:#ffffff;
	line-height:20px;
	overflow:hidden;
}
.footer_nei{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.footer ul{
	width:220px;
	margin:0px auto;
	overflow:hidden;
}
.footer li{
	margin-top:25px;
	float:left;
}
.footer li a{
	color:#ffffff;
	margin:0px 5px;
}
.foot_con{
	padding-bottom:30px;
}
.dangzheng{
	position:absolute;
	left:105px;
	top:30px;
}
.jiucuo{
	position:absolute;
	right:50px;
	top:40px;
}