/**!
 * 某某页面-首页
 * author: gaojian;
 * date:2018-08-02
 */

.ewb-bar {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.ewb-col-tt {
    display: block;
    height: 42px;
    width: 160px;
}

.ewb-col-tt>span {
    font-size: 55px;
    line-height: 42px;
    color: #970000;
}

.ewb-title {
    margin-left: 40px;
}

.ewb-title>h2 {
    font-size: 20px;
    color: #333;
}

.ewb-title>p {
    font-size: 15px;
    color: #970000;
}

/* 流程步骤 */

.ewb-step {
    border-bottom: 1px dashed #666;
}

.ewb-time-list {
    padding: 67px 0 68px 80px;
}

.ewb-time-list li {
    float: left;
}

.ewb-time-node {
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/timenode.png) no-repeat;
}

.ewb-time-line {
    position: relative;
    margin: 13px 0;
    width: 141px;
    height: 4px;
    background-color: #cfcfcf;
}

.ewb-time-line .ewb-time-data {
    top: 23px;
}

.ewb-time-progress {
    display: block;
    width: 0;
    height: 4px;
    background-color: #d00f1b;
}

.ewb-time-data {
    position: absolute;
    height: 36px;
    top: -42px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    line-height: 18px;
    text-align: center;
    color: #666;
}

.ewb-time-data.bottom {
    top: 36px;
}

.ewb-time-name {
    padding-top: 18px;
}

.ewb-time-node.cur {
    background: url(../images/timenodeh.png) no-repeat;
}

.ewb-time-line.cur .ewb-time-progress {
    width: 100%;
    background-color: #d00f1b;
}

.cur .ewb-time-data {
    color: #d00f1b;
}

.ewb-info {
    padding-top: 24px;
    height: 132px;
}

.ewb-info-box {
    width: 400px;
    margin-left: 20px;
	margin-right: 20px;
	background: #fff3e9;
}

.ewb-info-hd {
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 15px;
    color: #f14f00;
}

.ewb-info-name {
    font-size: 20px;
    color: #333;
    margin-right: 10px;
}

.ewb-timenow {
    height: 50px;
    line-height: 50px;
    text-indent: 24px;
    font-size: 30px;
    color: #f14f00;
}

.ewb-money {
    width: 345px;
    padding-left: 85px;
	background: #fff3e9;
}

.ewb-money-unit {
    font-size: 20px;
}

.ewb-group span {
    height: 32px;
}

.ewb-th1 {
    width: 152px;
}

.ewb-th2 {
    width: 515px;
}

.ewb-th3 {
    width: 188px;
}

.ewb-th4 {
    width: 340px;
}

td {
    height: 32px;
    border: 1px solid #cfcfcf;
}

.ewb-tr {
    text-align: right;
    padding-right: 8px;
}

.ewb-spe {
    width: 890px;
}

.ewb-tl {
    text-align: left;
    padding-left: 8px;
}

.ewb-tl p {
    line-height: 32px;
}

.ewb-enclosure {
    padding: 8px 9px 9px 8px;
}

.ewb-enclosure-hd {
    height: 31px;
    border-top: 1px solid #a9161f;
}

.ewb-enclosure-label1 {
    width: 257px;
}

.ewb-enclosure-label2 {
    width: 377px;
    margin: 0 1px;
}

.ewb-enclosure-label3 {
    width: 394px;
}

.ewb-enclosure-hd>span {
    height: 31px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #a9161f;
}

.ewb-enclosure-img {
    display: block;
    height: 32px;
    width: 170px;
    line-height: 32px;
    padding: 0 69px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f14f00;
}

.ewb-enclosure-load {
    display: block;
    height: 32px;
    width: 170px;
    line-height: 32px;
    padding: 0 69px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f14f00;
    background: url(../images/load_icon.jpg) right center no-repeat;
}

.ewb-total {
    padding-right: 10px;
    height: 32px;
    text-align: right;
    line-height: 32px;
    color: #f14f00;
}

.ewb-enclosure-name-img,
.ewb-enclosure-name {
    text-align: center;
}

.ewb-enclosure-group.even {
    background-color: #f5f5f5;
}

/* 友情链接 */

.ewb-sele {
    width: 388px;
    height: 41px;
    border: 1px solid #d5d5d5;
    margin-right: 18px;
    color: #999;
    font-size: 16px;
}

.ewb-link {
    padding-top: 18px;
    margin-right: -18px;
}



/* 新增弹框样式 */
.ewb-pop2{
    width: 890px;
    height: 450px; 
    background-color: #fff;
}
.ewb-pop-hd{
    height: 42px;
    padding-left: 25px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #005BFE;
}
.ewb-pop-bd{
    padding: 37px 37px 40px 45px;
    height: 43px;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.wb-data-infor a {
    color: #333;
}
.wb-data-infor a:hover {
    color: #d00f1b;
}

.wb-data-list {
    line-height: 34px;
    padding-left: 14px;
    list-style: none;
}


.ewb-time-list_kbtime {
    padding-top: 10px;
}