﻿/**!
 * 江苏省公共资源交易网
 * author: gaojian;
 */

.ewb-about-mid {
    background: url(../images/trade_bg.jpg) center top repeat;
}

.ewb-page-wrap {
    padding-bottom: 20px;
}

.ewb-page-main {
    padding: 0 20px;
    /* height: 437px; */
	padding-bottom:20px;
}

.ewb-login-hd {
    height: 95px;
    padding-bottom: 1px;
    line-height: 95px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.ewb-login-bd {
    padding-left: 78px;
}

.ewb-login-list {
    width: 168px;
    height: 191px;
    margin-right: 58px;
}

.ewb-login-list a {
    display: block;
    padding-top: 127px;
    height: 64px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-position: center 23px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.ewb-loginlist-item1 {
    background-color: #4f96f7;
    background-image: url(../images/login_item1.png);
}

.ewb-loginlist-item2 {
    background-color: #26bad5;
    background-image: url(../images/login_item2.png);
}

.ewb-loginlist-item3 {
    background-color: #aecf6e;
    background-image: url(../images/login_item3.png);
}

.ewb-loginlist-item4 {
    background-color: #e9b56f;
    background-image: url(../images/login_item4.png);
}

.ewb-login-list a:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}