﻿/**!
* 昌吉州公共资源交易网
* date:2021-04-30
* author: gaoli;
*/
.ewb-col {
    box-sizing: border-box;
    min-height: 630px;
    padding: 40px 0 100px;
    border: 1px solid #dfebf8;
}

.ewb-col-hd {
    height: 40px;
}

.ewb-coll-tt {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    background: url("../images/titlebg.png") center center no-repeat;
}

.main-items {
    padding: 20px 120px 0;
}

.main-item {
    width: 50%;
    margin-top: 40px;
}

.main-link {
    display: block;
    height: 174px;
    line-height: 174px;
    font-size: 26px;
    margin: 0 24px;
    padding-left: 200px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-in-out;
}

.main-item:nth-child(1) .main-link {
    background-image: url("../images/main_img1.png");
}

.main-item:nth-child(2) .main-link {
    padding-left: 165px;
    background-image: url("../images/main_img2.png");
}

.main-item:nth-child(3) .main-link {
    background-image: url("../images/main_img3.png");
}

.main-item:nth-child(4) .main-link {
    padding-left: 165px;
    background-image: url("../images/main_img4.png");
}

.main-link:hover {
    transform: translate(0, -10px);
}