/**!
 * 上海松江安监局
 * author: xuyang;
 */

.ewb-ttgb{
	height: 82px;
	width: 720px;
	overflow: hidden;
	clear: both;
	background: url(imagesttbg.png) no-repeat;
}
.ewb-tt-name{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 82px;
	margin-right: 60px;
	float: right;
}

.ewb-left {
	background-color: #fff;
}

.ewb-left-hd {
	height: 34px;
	border-bottom: 1px solid #57bd1c;
}

.ewb-left-tt {
	display: inline-block;
	width: 117px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #57bb1a;
}

.wb-border{
    border:1px solid #dddddd;
}

.wb-subbg{
    background:url(../images/wbsubbg.jpg) left bottom no-repeat;
}
.wb-menu-bd{
    height: 569px;
}

.wb-tree-tt{
   color:#333;
}
.wb-tree-node,
.wb-tree-sub a{
    display:block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-bottom:1px solid #ddd;
}

.wb-tree-iconl{
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 13px;
    margin-left:20px;
    margin-right:10px;
    background:url(../images/wblist.png) no-repeat;
}
.wb-tree-iconr{
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 12px;
    margin-right: 12px;
    background:url(../images/wblistrh.png) no-repeat;
}
.wb-tree-sub{
    display: none;
}
.wb-tree-item>a{
    padding-left: 44px;
	font-size: 12px;
    background-color:#f6f6f6;
}
.wb-tree-item>a:hover{
	background-color:#57bb1a;
    color:#fff;
}
.wb-tree-item>a:active{
    background-color:#57bb1a;
    color:#fff;
}

.wb-tree-node:hover {
	background-color: #e4fad7;
}

.current .wb-tree-iconr{
    width: 12px;
    height: 7px;
    margin-top: 15px;
    margin-right:10px;
    background: url(../images/wblistr.png) no-repeat;
}
.current .wb-tree-sub{
    display: block;
}

.ewb-right {
	height: 598px;
	background-color: #fff;
}

.ewb-right-hd {
	padding-left: 15px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
}

.ewb-right-bd {
	padding: 10px 15px 0 8px;
	height: 555px;
	border: 1px solid #ddd;
	border-top: 1px solid #57bd1c;
}

.ewb-right-item {
	line-height: 30px;
	vertical-align: top;
	font-size: 14px;
	background: url(../images/item_icon.png) 0 15px no-repeat;
}

.ewb-right-item:hover {
	background: url(../images/item_iconh.png) 0 15px no-repeat;
}

.ewb-right-block {
	padding-left: 8px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-right-item a {
	color: #333;
}

.ewb-right-item span {
	color: #666;
}

.ewb-right-item:hover a,
.ewb-right-item:hover span {
	color: #ff0000;
}

/*!
* 页码样式
*/

.wb-page-items {
    margin-top: 24px;
    margin-left: 70px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #0030cc;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0030cc;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

/*补充修饰moreinfosub样式*/
#morsub{
	height:555px;
	overflow:auto;
}