/**!
 * 二级页
 * author: fxyue;
 * date:2019-06-21
 */
.ewb-mt10 {
    margin-top: 10px;
}

.ewb-left-nav {
    min-height: 693px;
    background-color: #e3f4fc;
}

.ewb-left-tt {
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #0080da;
}

.ewb-menu {
    padding-top: 5px;
}

.ewb-menu table {
    width: 100%;
    border: 0;
}

.ewb-menu td {
    background-image: url("/images/left_erj.png");
    height: 47px;
    line-height: 47px;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 0 0 0;
    background-repeat: no-repeat;
}

.ewb-menu a {
    color: #333;
    padding-left: 62px;
    display: block;
}


/* 面包屑 */

.ewb-route {
    height: 26px;
    line-height: 26px;
    text-indent: 15px;
    margin-bottom: 5px;
    background: url("/images/bread_ico.png") 2px 5px no-repeat;
}

.ewb-route table {
    border: 0;
}

.ewb-route-content {
    color: #999;
    font-weight: bold;
    text-align: left;
}

.ewb-route-content a {
    color: #999;
    font-weight: normal;
}

.ewb-route-content span {
    font-weight: normal;
}

.ewb-right>table {
    border: 0;
    width: 100%;
}

.ewb-right img {
    max-width: none !important;
    vertical-align: initial;
}

/* 线 */
.ewb-line {
    height: 1px;
    vertical-align: top;
}

.ewb-right-list {
    background-repeat: no-repeat;
    height: 31px;
    vertical-align: middle;
}

.ewb-right-list>table {
    width: 99%;
    border: 0;
}

.tt1 {
    background: url("/images/sub_01_bg1.gif")
}

.tt2 {
    background: url("/images/sub_02_01.gif");
}

.tt3 {
    background: url("/images/sub_02_02.gif");
}

.tt4 {
    background: url("/images/sub_03_bg.gif");
}

.ewb-list-tt>table {
    width: 100%;
    border: 0;
}

/* 更多 */
.ewb-list-more {
    text-align: right;
}

.ewb-right a {
    color: #333;
}

/* 列表 */
.ewb-data-list {
    height: 100px;
    vertical-align: top;
}

.ewb-data-list>table {
    width: 100%;
    text-align: center;
    border: 0;
    vertical-align: top;
    table-layout: fixed;
}

.ewb-data-list td {
    height: 29px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td.ewb-data-img {
    text-align: center;
}

td.ewb-data-img img {
    vertical-align: middle;
}

@media (max-width:979px) {

    /* 左 */
    .ewb-left-nav {
        min-height: auto;
    }

    /* 面包屑 */
    .ewb-route {
        margin-top: 20px;
    }

}


/* 左侧树 */

.ewb-menu .current{
	color: #fff;
    background-color: #0080da;
}

.ewb-menu td a:hover{
	color: #fff;
    background-color: #0080da;
}


.ewb-right-list  td img.vmiddle{
	vertical-align:middle;
}



tr.info-hover:hover{
	color: #0080da;
}
tr.info-hover:hover a{
	color: #0080da;
}


