﻿/**!
 * 华润集团
 * author: gaoli;
 * date:2018-09-21
 */

.ewb-wrap {
    width: 999px;
    margin: 0 auto 50px;
}

.ewb-detail-hd {
    height: 110px;
    border-bottom: 1px solid #e2dcd7;
}

.ewb-detail-hd>img {
    display: block;
    padding-top: 23px;
}


/* 表格 */
.ewb-info {
    margin-top: 68px;
}

.ewb-week-hd {
    text-align: center;
    padding-top: 20px;
}

.ewb-week-hd h2 {
    line-height: 30px;
    font-size: 28px;
    color: #f99d32;
}

.ewb-week-hd p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-top: 2px;
}

.ewb-week-sel {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.ewb-week-sel a {
    color: #333;
}

.ewb-week-sel a.ewb-now {
    color: #ff2f36;
}

.ewb-table>table {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    table-layout: fixed;
}

.ewb-table>table tr th {
    height: 35px;
    color: #666;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #0046AD;
    background-color: #fafafa;
}

.ewb-table>table tr td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e2dcd7;
}

.ewb-table>table tr .ewb-td-last {
    text-align: left;
}

.ewb-td-last ul li {
    padding-left: 11px;
    line-height: 22px;
    background: url(../images/listimg.png) no-repeat left 10px;
}

.ewb-th1 {
    width: 147px;
}

.ewb-th2 {
    width: 98px;
}

.ewb-th3 {
    width: 128px;
}

.ewb-th4 {
    width: 190px;
}


/* 底部 */

.ewb-footer {
    height: 173px;
    margin-top: 56px;
}

.ewb-foot-img {
    margin-top: 52px;
}

.ewb-foot-info {
    margin-top: 48px;
}

.ewb-foot-img2:hover .ewb-foot-hover {
    display: none;
}