/* top */

.ewb-top img{
	display: none;
	max-height: 398px;
}

.ewb-top{
	height: 398px;
	background: url(../images/publicYear_bg.jpg) center top no-repeat;
}

.ewb-back{
	float: right;
	margin-right: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0 24px;
	background: #02457a;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.ewb-rela{
	position: relative;
}

.ewb-mouse{
	display: block;
	width: 357px;
	height: 298px;
	position: absolute;
	right: -68px;
	top: 110px;
	z-index: 90;
	background: url(../images/mouse_bg.png) no-repeat;
}

/* main */

.ewb-main-bg{
	background: url(../images/publicYear_main.jpg) center 22px no-repeat;
}

.ewb-main{
	margin-top: -22px;
	padding: 17px 25px 37px 25px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.ewb-arrow-l,
.ewb-arrow-r{
	display: block;
	width: 17px;
	height: 22px;
	position: absolute;
	top: 0;
}

.ewb-arrow-l{
	left: -17px;
	background: url(../images/l_arrow.png) no-repeat;
}

.ewb-arrow-r{
	right: -17px;
	background: url(../images/r_arrow.png) no-repeat;
}

@media (max-width: 1048px){
	.ewb-main {
    	padding: 10px 10px 10px 10px;
    	overflow: hidden;
    }

    .ewb-mouse{
    	right: 0;
    }
}

/* 信息公开年报 */

.ewb-mt20{
	margin-top: 20px;
}

.ewb-public-hd{
	height: 34px;
	border-top: 2px solid #216dbe;
	background: #f3f3f3;
}

.ewb-public-hd a{
	display: block;
	height: 36px;
	line-height: 36px;
	width: 179px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: -2px;
	background: url(../images/publicYear_hd2.png) no-repeat;
}

.ewb-public-hd a.ewb-spc{
	width: 239px;
	background-image: url(../images/publicYear_hd.png);
}

.ewb-year-bd{
	padding-top: 20px;
}

.ewb-year-l{
	height: 254px;
	padding-left: 36px;
	padding-top: 24px;
	background: url(../images/year_2.jpg) no-repeat;
}

.ewb-year-items{
	margin-left: -43px;
}

.ewb-year-item{
	height: 38px;
	line-height: 38px;
	width: 140px;
	float: left;
	vertical-align: top;
	font-size: 20px;
	margin-left: 43px;
	margin-top: 20px;
	text-align: center;
}

.ewb-year-item a{
	display: block;
	color: #fff;
	background: url(../images/year_bg.png) no-repeat;
}

.ewb-year-item a:hover{
	background-image: url(../images/year_bgh.png);
}

.ewb-year-r a{
	display: block;
	border: 5px solid #e9e9e9;
}

.ewb-year-r a img{
	vertical-align: top;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-year-items{
		margin-left: -40px;

	}

	.ewb-year-item{
		margin-left: 7px;
    	margin-top: 12px;
	}

	.ewb-year-l{
		height: 188px;
		background-size: 100% 100%;
	}	
}

@media(max-width: 979px){
	.ewb-arrow-l, 
	.ewb-arrow-r{
		display: none;
	}

	.ewb-main-bg{
		background-position: center top;
	}

	.ewb-main{
		padding: 17px 0 10px 0;
		margin-top: 0;
	}

	.ewb-top{
		height: auto;
		background: none;
	}

	.ewb-top img{
		display: block;
	}

	.ewb-rela{
		position: static;
	}

	.ewb-back{
		position: absolute;
		margin-right: 0;
		right: 5%;
		top: 0;
	}
}

@media(max-width: 767px){
	.ewb-year-l{
		background-size: 100% 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.ewb-year-item{
		width: 49.9%;
		margin-left: 0;
	}

	.ewb-year-item a{
		width: 140px;
		margin: 0 auto;
	}
}

/* 县市? */

.ewb-mt40{
	margin-top: 40px;
}

.ewb-public-bd{
	padding-top: 30px;
}

.ewb-book{
	height: 141px;
	background: url(../images/book_box.png) center bottom no-repeat;
}


.ewb-book-items{
	padding-left: 40px;
}

.ewb-book-item{
	width: 92px;
	float: left;
	margin-left: 52px;
}

.ewb-book-item a{
	display: block;
	height: 101px;
	padding-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
	line-height: 21px;
	font-size: 14px;
	text-align: center;
	color: #333;
	background: url(../images/book_bg.png) no-repeat;
}

.ewb-mt28{
	margin-top: 28px;
}

.ewb-mt17{
	margin-top: 17px;
}

.ewb-mt20{
	margin-top: 20px;
}

.ewb-book.ewb-spc .ewb-book-item a{
	background-image: url(../images/book_bg2.png);
}

.ewb-book.ewb-spc .ewb-book-item a.ewb-more{
	background-image: url(../images/book_more.png);
}

@media(max-width: 999px) and (min-width: 768px){
	.ewb-book-item{
		margin-left: 18px;
	}

	.ewb-book{
		background-size: 100% 40px;
	}
.span10 {
    width: 998px;
}
}

@media(max-width: 767px){
	.ewb-book{
		height: auto;
		background: #fff;
	}

	.ewb-book-items{
		padding-left: 0;
	}

	.ewb-book-item{
		width: 33.3%;
		float: left;
		margin-top: 10px;
		margin-left: 0;
	}

	.ewb-book-item a{
		width: 92px;
		margin: 0 auto;
	}
}