﻿/**!
 * &#36259;&#30475;&#51;&#54;&#53;&#97;&#112;&#112;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#29616;&#22330;&#28378;&#29699;&#95;&#51;&#54;&#53;&#29616;&#22312;&#36824;&#33021;&#23433;&#20840;&#25552;&#27454;&#21527;市网站群发改委
 * author: xuy;
 * date:2017-05-23
 */

/* local */
body{
	background: url(../images/bg.jpg) center 31px repeat;
}

.ewb-local {
    padding-left: 33px;
    font-size: 15px;
    background: url(../images/home_icon.png) 10px 4px no-repeat;
}

.ewb-local a {
    color: #333;
}

.ewb-local span {
    color: #ff0000;
}

/* 新闻公告 */

.ewb-news-hd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #0d6abc;
}

.ewb-news-hd a {
    color: #fff;
}

.ewb-news-bd {
    padding: 0 15px;
    min-height: 692px;
    border: 1px solid #e5e5e5;
    background: url(../images/news_bg.jpg) left bottom no-repeat #fff;
}

.wb-tree-tt{
    color:#2885cc;
}

.wb-tree-items {
    margin-top: 12px;
}

.wb-tree-node,
.wb-tree-sub a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    background-color: #e6f4ff;
}

.wb-tree-iconl{
    float: left;
    width: 11px;
    height: 7px;
    margin-top: 15px;
    margin-left:20px;
    margin-right:10px;
    background:url(../images/listl.png) no-repeat;
}

.wb-tree-iconr{
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 14px;
    margin-right:12px;
    background:url(../images/listr.png) no-repeat;
}

.wb-tree-sub{
    display: none;
}

.wb-tree-item>a{
    margin-top: 2px;
    padding-left: 40px;
	font-size: 12px;
    color: #333;
    background-color: #f0f0f0;
}

.wb-tree-item .last{
	border-bottom:none;
}

.wb-tree-item>a:hover{
	background-color:#ffecc2;
}

.current .wb-tree-node {
    background-color: #5ca4e3;
}

.current .wb-tree-iconl{
    background: url(../images/listlh.png) no-repeat;
}

.current .wb-tree-iconr{
    margin-top: 15px;
    background: url(../images/listrh.png) 0 3px no-repeat;
}

.current .wb-tree-tt{
    color:#fff;
}

.current .wb-tree-sub{
    display: block;
}

/* 通知公告 */

.ewb-notice {
    margin-left: 5px;
}

.ewb-n-tab-hd {
	height: 32px;
	border-bottom: 2px solid #0975c7;
}

.ewb-n-tab-tt {
	position: relative;
	margin-right: 26px;
	padding: 0 10px;
	height: 32px;
	font-size: 18px;
	color: #666;
}

.ewb-n-tab-tt.current {
	color: #0070c6;
}

.ewb-n-tab-tt i {
	position: absolute;
	top: 27px;
	display: none;
	left: 50%;
	margin-left: -4px;
	width: 9px;
	height: 5px;
	background: url(../images/tab_icon.png);
}

.ewb-n-tab-tt.current i {
	display: block;
}

.ewb-n-tab-bd {
	padding-top: 6px;
    min-height: 666px;
}

.ewb-com-item {
	padding-left: 15px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	vertical-align: top;
	background: url(../images/item_icon.jpg) left center no-repeat;
}

.ewb-com-block {
	margin-right: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-com-item a {
	color: #333;
}

.ewb-com-item span {
	margin-top: -28px;
	color: #909090;
}

.ewb-com-item:hover a,
.ewb-com-item:hover span {
	color: #ff0000;
}

/* 分页 */

.ewb-page {
    margin-top: 14px;
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    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>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.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 #dfdfdf;
    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;
}

.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;
}

.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;
}
