﻿/**!
 * 二级页
 * author: wangkai;
 */

/* main */

.ewb-main {
    padding-bottom: 20px;
}

/*当前位置*/

.ewb-location {
    padding: 14px 0;
    height: 30px;
    line-height: 30px;
}

.ewb-location p {
    padding-left: 23px;
    background: url(../images/location_ico.png) left center no-repeat;
}

.ewb-location p a {
    color: #333;
}

.ewb-location p span {
    color: #f08300;
}

/*左侧*/

.ewb-left {
    float: left;
    width: 282px;
    height: 966px;
    border: 1px solid #e5e5e5;
    background: url(../images/menu_img.jpg) bottom no-repeat #f8f8f8;
}

.ewb-menu-hd {
    margin: -1px -1px 0 -1px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #1587ea;
}

.ewb-menu-hd a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-menu-bd {
    padding: 10px 9px 0 9px;
}

.wb-tree {
    padding: 3px 3px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}

.wb-tree-items {
    margin-top: 1px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    color: #333;
    width: 170px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb-tree-node {
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
    background-color: #f1f1f1;
}

.wb-tree-items.last .wb-tree-node, .wb-tree-items:last-child .wb-tree-node {
    border-bottom: 0;
}

.wb-tree-iconl {
    margin: 11px 17px 0 20px;
    float: left;
    width: 4px;
    height: 18px;
    background: url(../images/wblistl.png);
}

.wb-tree-iconr {
    float: right;
    margin: 11px 20px 0 0;
    width: 19px;
    height: 19px;
    background: url(../images/wblistr.png);
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.wb-tree-item>a {
    display: block;
    padding-left: 70px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item>a:hover, .wb-tree-item>a.current {
    color: #ff7800;
    background-color: #ecf4fa;
}

.current .wb-tree-tt {
    color: #1587ea;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-node {
    border-bottom: 1px solid #f1f1f1;
}

/*右侧*/

.ewb-right {
    float: left;
    margin-left: 20px;
    padding: 8px 19px 0 19px;
    width: 856px;
    height: 956px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #1587ea;
}

.ewb-right-hd {
    height: 38px;
    line-height: 38px;
    background: url(../images/r_hd_bg.png) repeat-x;
}

.ewb-right-tt {
    float: left;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url(../images/s_tt_ico.jpg) left center no-repeat #fff;
}


.ewb-list {
    padding: 10px 0 28px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.ewb-list-node {
    padding-left: 13px;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    background: url(../images/s_dian.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 70%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover {
    background: url(../images/s_dian_cur.jpg) left center no-repeat;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #ff7800;
}

/* 分页 */

.ewb-page {
    margin-top: 39px;
    text-align: center;
    height: 26px;
}

.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;
    float: left;
    line-height: 26px;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li>a:hover {
    border: 1px solid #0030cc;
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.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-go {
    margin-left: 2px;
}

.ewb-page-go:hover>a, .ewb-page-hover: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;
    color: #555;
}

/* 园区风采 */
.ny_tupian {
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    clear: both;
    border-bottom: 1px dashed #dcdcdc;
}

.ny_tupian span {
    width: 200px;
    height: 190px;
    float: left;
    text-align: center;
    margin-left: 60px;
    margin-top: 10px;
}

.ny_tupian span img {
    width: 190px;
    height: 143px;
    padding: 5px;
    border: 1px solid #CCC
}

.ny_tupian span p {
    display: block;
    height: 30px;
    line-height: 30px;
}

.ny_tupian span img:hover {
    background: #f8aa00;
}

.ewb-hovc {
	color: #333;
}

.ewb-hovc:hover {
	color: #ff7800;
}

.ewb-page-go a{
    cursor: pointer;
}

/*ä¾¿æ°‘ä¿¡æ¯*/

.ewb-fpi {
    height: 278px;
    overflow: hidden;
}

.ewb-fpi-bd {
    margin-top: 15px;
}

.ewb-fpi-links {
    float: left;
    width: 182px;
}

.ewb-fpi-node {
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
}

.ewb-fpi-node:first-child {
    margin-top: 0;
}

.ewb-fpi-name {
    display: block;
    padding-left: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/fpi_jt.png) 139px center no-repeat #65ade4;
}

.ewb-fpi-name:hover {
    background-color: #ff5e1f;
}

.ewb-fpi-icons {
    float: left;
    padding: 1px 0 0 1px;
    margin-left: 20px;
    width: 588px;
}

.ewb-fpi-item {
    float: left;
    margin: -1px 0 0 -1px;
    width: 145px;
    height: 102px;
    border: 1px solid #ededed;
    background-color: #f7f7f7;
}

.ewb-even {
    background-color: #fbfbfb;
}

.ewb-fpi-item:first-child {
    width: 148px;
}

.ewb-fpi-item.long {
    width: 195px;
    height: 101px;
}

.ewb-fpi-item a {
    display: block;
    padding-top: 56px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewb-fpi-item.long a {
    padding-top: 55px;
}

.ewb-fpi-item:hover {
    background-color: #f4faff;
}

.ewb-fpi-item:hover a {
    color: #1587ea;
}

.ewb-fpi-icon1 {
    background: url(../images/fpi_icon1.png) center 24px no-repeat;
}

.ewb-fpi-icon2 {
    background: url(../images/fpi_icon2.png) center 25px no-repeat;
}

.ewb-fpi-icon3 {
    background: url(../images/fpi_icon3.png) center 27px no-repeat;
}

.ewb-fpi-icon4 {
    background: url(../images/fpi_icon4.png) center 25px no-repeat;
}

.ewb-fpi-icon5 {
    background: url(../images/fpi_icon5.png) center 25px no-repeat;
}

.ewb-fpi-icon6 {
    background: url(../images/fpi_icon6.png) center 24px no-repeat;
}

.ewb-fpi-icon7 {
    background: url(../images/fpi_icon7.png) center 27px no-repeat;
}

.ewb-fpi-icon8 {
    background: url(../images/fpi_icon8.png) center 23px no-repeat;
}

.ewb-fpi-icon9 {
    background: url(../images/fpi_icon9.png) center 25px no-repeat;
}

.ewb-fpi-img {
    float: left;
    margin-left: 25px;
    width: 384px;
}

.ewb-fpi-img li {
    margin-top: 10px;
    height: 98px;
    vertical-align: top;
}

.ewb-fpi-img li:first-child {
    margin-top: 0;
}

.ewb-fpi-img li a, .ewb-fpi-img li img {
    display: block;
    width: 100%;
    height: 98px;
}
