﻿/**!
 * 烟台市（国有产权）交易中心--二级频道
 * author: gl;
 * date:2018-2-26
 */

.ewb-wt960 {
    float: left;
    width: 960px;
}
.ewb-wt240 {
    float: left;
    width: 240px;
}

/* 左侧树 */

.ewb-menu {
    margin-bottom: 24px;
    font-size: 16px;
}
.ewb-menu-hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    background: #014789;
}
.ewb-menu-hd a {
    color: #fff;
}
.ewb-menu-bd {
    min-height: 758px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-top: 0;
}
.ewb-menu-tt {
    padding-left: 21px;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #333;
    background: url(../images/menu_arrow.png) no-repeat 205px center #fff;
    border-bottom: 1px solid #eee;
}
.ewb-menu-tt:hover {
    color: #fff;
    background-image: url(../images/menu_arrowh.png);
    background-color: #3284d8;
}

/* 左侧树 */



.ewb-menu-hd a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.wb-tree{
    border-top: 1px solid #dcdcdc;
}


.wb-tree-node{
	position: relative;
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	background-color: #fcfcfc;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.wb-tree-sub a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #333;
    cursor: pointer;
}

.wb-tree-iconr {
    position: absolute;
    top: 16px;
    right: 22px;
    width: 7px;
    height: 12px;
    /*background: url(../images/wblistrh.png) no-repeat;*/
    cursor: pointer;
}

.wb-tree-sub {
	padding: 10px 0;
    display: none;
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.wb-tree-item>a {
    text-align: center;
}

.wb-tree-item>a:hover,
.wb-tree-item>a:active {
    color:  #3284d8;
}

.current .ewb-menu-tt{
	color: #fff;
    background-image: url(../images/menu_arrowh.png);
    background-color: #3284d8;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    top: 19px;
    right: 20px;
    /*background: url(../images/wblistr.png) no-repeat;*/
}

.current .wb-tree-sub {
    display: block;
}
/* 右侧信息 */

.ewb-info {
    border: 1px solid #ddd;
    border-left: 0;
}
.ewb-info-hd {
    padding-left: 49px;
    height: 48px;
    line-height: 48px;
    color: #000;
    background: url(../images/local_icon.png) no-repeat 20px center #f6f6f6;
}
.ewb-info-hd a {
    color: #000;
}
.ewb-info-hd a:hover {
    color: #1d9bd8;
}
.ewb-info-bd {
    height: 749px;
    padding: 10px 10px 0;
}

/* 表格 */

.ewb-info-tb {
    width: 100%;
    table-layout: fixed;
}
.ewb-info-tb tr th {
    background: #f3f3f3;
}
.ewb-info-th {
    height: 36px;
    color: #666;
    text-align: center;
}
.ewb-info-one {
    width: 167px;
}
.ewb-info-two {
    width: 336px;
}
.ewb-info-three {
    width: 85px;
}
.ewb-info-four {
    width: 168px;
}
.ewb-info-five {
    width: 128px;
}
.ewb-info-tb tr td {
    height: 35px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.ewb-info-tb tr .ewb-info-td {
    text-align: left;
    text-indent: 7px;
	WORD-WRAP: break-word;
}
.ewb-info-td a {
    display:block;
    width: 336px;
    color:#333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ewb-info-td a:hover {
    color: #3a92eb;
}


/* aboutUS */

.ewb-info-bd p {
    line-height: 180%;
    padding:10px 20px 0 20px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}

.ewb-info-bd.about{
    overflow-y:auto;
}