/**!
 * 上海静安政府网站--二级页
 * author: chenzp;
 * date:2018-1-30
 */

/* 正文 */

/* 政府网站年度报表 */

.ewb-year-hd{
	position: relative;
	height: 115px;
	background-color: #096fd4;
}

.ewb-year-tt{
	position: relative;
	display: block;
	height: 115px;
	background: url(imagesyear_img.png) no-repeat center 15px;
}

.ewb-year-l{
	position: absolute;
	top: 58px;
	left: -25px;
	display: block;
}

.ewb-year-r{
	position: absolute;
	top: 34px;
	right: -17px;
	display: block;
}

.ewb-year-bd{
	margin-bottom: 66px;
	height: 731px;
	background-color: #fff;
    border: 1px solid #096fd4;
	border-top: 0;
}

.tab-view{
	position: relative;
}

.ewb-chose-hd{
	position: absolute;
	top: 13%;
	left: 0;
	width: 198px;
	height: 40px;
	line-height: 36px;
	font-family: "Candara";
	font-size: 30px;
	text-align: center;
}

.ewb-chose-hd.sec{
	top: 21%;
}

.ewb-chose-hd.third{
	top: 29%;
}

.ewb-chose-hd.four{
	top: 37%;
}

.ewb-chose-hd.fifth{
	top: 45%;
}

.ewb-chose-hd.sixth{
	top: 53%;
}

.ewb-chose-hd.seven{
	top: 61%;
}

.ewb-chose-hd.eight{
	top: 69%;
}

.ewb-chose-hd.ninth{
	top: 77%;
}

.ewb-chose-tt{
	position: absolute;
	left: 42px;
	padding: 30px 0 22px;
	line-height: 40px;
	font-size: 24px;
	font-family: "CenturyGothic";
}

.ewb-chose-bd{
	padding-bottom: 99px;
}

.ewb-chose-hd a{
	color: #096fd4;
}

.ewb-chose-hd.current a{
	color: #fff;
}

.ewb-chose-hd.current{
	background: url(imageschose_item.png) no-repeat center;
}

.ewb-year-main{
	margin-left: 200px;
	padding-left: 20px;
	border-left: 1px solid #096fd4;
}

.ewb-year-main>div{
	padding: 15px 20px 0 0;
	height: 716px;
}

.wb-data-list{
	padding-right: 21px;
}

/* 分页 */

.ewb-page {
    padding: 37px 0 30px;
    height: 26px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li:first-child{
    margin-right: 20px;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #ddd;
}

.ewb-page-li.current>a {
    font-weight: bold;
    border: 1px solid #fff;
    color: #ff600e;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
    background-color: #a0a0a0;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
    color: #fff;
    border: 0;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

a:focus{
	outline: 0;
}

/* pad */

@media (max-width: 980px) and (min-width: 768px){
	/* 选择年份 */
	.ewb-chose-hd{
		width: 160px;
	}
	.ewb-chose-tt{
		left: 20px;
	}
	.ewb-year-main{
		margin-left: 160px;
	}
	.ewb-year-main>div{
		padding: 15px 15px 0 0;
	}
	.wb-data-list{
		padding: 12px 5px 0 0;
	}
}

/* phone */

@media (max-width: 767px){
	/* 年度报表 */
	.ewb-year-hd{
		height: 70px;
	}
	.ewb-year-tt{
		margin: 0 auto;
		width: 260px;
		height: 70px;
		background-size: 100%;
	}
	.ewb-year-bd{
		margin-bottom: 20px;
		height: auto;
	}
	/* 选择年份 */
	.ewb-chose-tt{
		left: 10px;
	}
	.ewb-chose-hd{
		width: auto;
		top: 45px;
	}
	.ewb-chose-hd.sec{
		top: 45px;
		left: 20%;
	}
	.ewb-chose-hd.third{
		top: 45px;
		left: 40%;
	}
	.ewb-chose-hd.four{
		top: 45px;
		left: 60%;
	}
	.ewb-chose-hd.fifth{
		top: 45px;
		left: 80%;
	}
	.ewb-chose-hd.sixth{
		top: 80px;
		left: 0;
	}
	.ewb-chose-hd.seven{
		top: 80px;
		left: 20%;
	}
	.ewb-chose-hd.eight{
		top: 80px;
		left: 40%;
	}
	.ewb-chose-hd.ninth{
		top: 80px;
		left: 60%;
	}
	.ewb-year-main{
		margin: 0;
		padding: 0;
		border: 0;
	}
	.ewb-year-main>div{
		height: auto;
		padding: 0;
	}
	.ewb-chose-tt{
		padding: 0;
		font-size: 16px;
	}
	.ewb-chose-hd{
		padding: 0 10px;
		font-size: 22px;
		height: 26px;
		line-height: 26px;
	}
	.ewb-chose-tip{
		height: 110px;
	}
	.wb-data-list{
		padding: 0 10px;
		font-size: 13px;
	}
	.wb-data-infor{
		margin-right: 80px;
	}
	/* 分页 */
	.ewb-page{
		padding: 15px 0 25px;
	}
	.ewb-page-li:first-child{
		margin-right: 0;
	}
}