/**!
 * 新疆公共资源交易中-政务公开
 * author: gaojian;
 * date:2018-12-05
 */
.ewb-banner {
    margin-top: 20px;
    height: 347px;
    /* padding-top: 23px;
    padding-left: 283px; */
    background: url("../images/goverpublic_banner.jpg") center top no-repeat;
}

.ewb-banner h2 {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ewb-banner-info {
    font-size: 16px;
    padding: 0 34px;
    line-height: 28px;
    color: #fff;
    text-indent: 2em;
    height: 140px;
}

.ewb-banner-detail {
    color: #ffea5f;
}

.ewb-banner-btn {
    padding-top: 38px;
    padding-left: 34px;
}

.ewb-banner-btn a {
    display: block;
    width: 247px;
    height: 67px;
    padding: 13px 0 0 23px;
    margin-right: 20px;
}

.ewb-banner-btn a h2 {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.ewb-banner-btn a p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.ewb-banner-btn1 p {
    color: #bbf7d8;
}

.ewb-banner-btn2 p {
    color: #c9f2ff;
}

.ewb-banner-btn3 p {
    color: #e5d2ff;
}

.ewb-banner-btn1 {
    background: url("../images/govbanner_btn1.png")
}

.ewb-banner-btn2 {
    background: url("../images/govbanner_btn2.png")
}

.ewb-banner-btn3 {
    background: url("../images/govbanner_btn3.png")
}

.ewb-info {
    margin-top: 30px;
}

.ewb-info-list {
    width: 33.333%;
    height: 490px;
    background: #fff;
}

.ewb-info-box {
    height: 488px;
    border: 1px solid #dfebf8;
}

.ewb-info-list.spe .ewb-info-box {
    border-left: 0;
    border-right: 0;
}

.ewb-info-hd {
    height: 77px;
    padding-top: 22px;
    background: #f7f7f7;
    text-align: center;
}

.ewb-info-hd h2 {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.ewb-info-hd p {
    color: #c7c7c7;
}
.scale.hover .ewb-info-hd a h2{
    color: #fff;
}
.scale.hover .ewb-info-hd a p{
    color: #fff;
}


.ewb-info-hd p {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
}

.ewb-info-item {
    padding: 20px 30px 0;
}

.ewb-info-data {
    padding: 10px 0 9px;
    border-top: 1px dashed #dfdfdf;
}

.ewb-info-data:first-child {
    border: 0;
}

.ewb-date {
    height: 48px;
    width: 54px;
    text-align: center;
    border: 1px solid #9cc5e0;
    border-radius: 5px;
}

.ewb-date-momth {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    background: #9cc5e0;
}

.ewb-data-year {
    display: block;
    height: 18px;
    line-height: 18px;
    color: #6aa3c9;
    font-size: 12px;
}

.ewb-info-con {
    margin-left: 0;
    padding: 3px 0;
}

.ewb-info-item.spe .ewb-info-con {
    margin-left: 75px;
}

.ewb-info-con a {
    display: block;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-info-con a:hover {
    color: #00adef;
}

.scale {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.scale.hover {
    transform: scale(1.0408);
    -webkit-transform: scale(1.0408);
    -moz-transform: scale(1.0408);
    -o-transform: scale(1.0408);
    box-shadow: 0px 3px 15px 0px rgba(78, 120, 150, 0.36)
}

.scale.hover .ewb-info-box {
    border: 0;
}

.scale.hover .ewb-info-hd {
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: url('../images/govbg1.jpg') right bottom no-repeat #00adef;
}

.scale.hover .ewb-info-item {
    background: url('../images/govbg2.jpg') right top no-repeat #fff;
}