@charset "utf-8";

/*reset */

html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}


img {
	border: none;
}


/*body默认样式*/

body {
	font-size: 15px;
	font-family: "微软雅黑";
	background: #fff;
	color: #333;
}

input {
	border: 0;
	outline: none;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*浮动方向*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

/*头部开始*/
.header{
	height:35px;
	width: 100%;
	background: #f3f3f3;
	line-height: 35px;
	font-size: 13px;
}
.header .w1100{
	height: 35px;
}
.header .w1100 div{
	width: 50%;
}

/*banner*/
.banner{
	height: 150px;
	background: url("banner-bg.png"/*tpa=http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2758/site/images/25739/banner-bg.png*/) no-repeat 540px center;
}
.banner .logo{
	width: 465px;
	height: 65px;
	margin: 45px 25px 0 0;
}
.banner .logo img{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .address{
	margin-top: 50px;
}
.banner .search{
width: 340px;
height: 40px;
margin-top: 55px;
}

/*nav*/
.nav{
	height: 50px;
	width: 100%;
	background: #f3f3f3;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
/*当前位置*/
.address1{
	height: 58px;
	line-height: 58px;
	font-size: 13px;
	background: url("address-bg.png"/*tpa=http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2758/site/images/25739/address-bg.png*/) no-repeat left center;
	padding-left: 20px;
}
/*主要内容*/
.main{
	min-height: 500px;
	margin-bottom: 25px;
}
.main .left{
	width: 280px;
	min-height: 500px;
	background: #efefef;
}
.main .left .top{
	height: 50px;
	background: #bb2335;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	padding-left: 40px;
	font-weight: bold;
}
.main .left .bottom{
	min-height: 450px;
	font-size: 17px;
	line-height: 45px;
	padding-top: 15px;
}
.main .left .bottom .message{
	width: 100%;
	height: 200px;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
}
.main .left .bottom ul{
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.main .left .bottom ul li{
	padding-left: 55px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.main .left .bottom ul li a{
	color: #333;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 15px;
}
.main .left .bottom ul li a:hover{
	color: red;
}


.main .right{
	min-height: 500px;
	width: 795px;
	background: #f9f9f9;
	border: 1px solid #dedede;
	padding: 5px 20px 20px;
}










/*相关链接*/

.links{
	height: 70px;
	padding: 15px 0;
}
.links span{
float: left;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 5px;
}

.links .link{
	height: 40px;
	width: 232px;
	margin-left: 20px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 40px;
}

/*版权*/
.footer{
	height: 110px;
	background: #434343;
	width: 100%;
	font-size: 13px;
	color: #999;
}
.footer .w1100{
	height: 110px;
	line-height: 30px;
	padding: 10px 100px;
}
.footer .w1100 div{
	height: 90px;
	text-align: center;
}
.footer .w1100 div p a{
	color: #fff;
}