/* 招标信息 */
#bid-info, #about-sizebid {
    background-color: #f2f2f2;
}


a {
    text-decoration: none;
}


.item_area{
    background-color: #f2f2f2;
    overflow: hidden;
}

.bid_area {
    margin: 10px 5px;
    background-color: #fff;
}

.head_title {
    /* border: 1px solid; */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
}

.head_title .bar {
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(/images/icon/bar.png);
    display: inline-block;
    margin-bottom: -10px;
}

.head_title .title_en {
    font-size: 1rem;
    text-align: left;
    color: rgb(30, 80, 174);
}

.head_title .title {
    font-weight: 700;
    font-size: 1.5em;
    margin-right: 10px;
}

.head_title .more {
    text-align: right;
    font-size: 0.8em;
    color: #999999;
    padding-right: 30px;
}

#banner{
    margin-top: 80px;
}


/* 内容 */
.body_content {
    border-bottom: 1px dashed #e6e6e6;
    line-height: 3.5rem;
    width: 100%;
}

.body_content a:link {
    color: unset;
}

.body_content a:visited {
    color: #939393;
}

.body_content span {
    font-size: 1.1rem;
}

.body_content .title {
    width: calc(100% - 120px);
    display: inline-block;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    cursor: pointer;
}

.body_content .publish_date {
    min-width: 100px;
    float: right;
    line-height: 3.5rem;
}








/* 关于势在必得 */
#about-sizebid {
    padding: 0 5px 10px 5px;
}

.about_area {
    background-color: #fff;
}


@media (max-width: 699px) {

    #about-sizebid .about_content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #about-sizebid .about_content .about_card {
        /*flex-basis: 28%;*/
        flex-shrink: 1;
        text-align: center;
        padding: 20px;
    }
}


@media (min-width: 700px) {


    #about-sizebid .about_content {
        display: flex;
        justify-content: space-around;
    }

    #about-sizebid .about_content .about_card {
        flex-basis: 28%;
        flex-shrink: 1;
        text-align: center;
    }


}



#about-sizebid .about_content .about_card img {
    border-radius: 5px;
}

#about-sizebid .about_content .about_card .title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 10px 0;
}

#about-sizebid .about_content .about_card .content {
    text-indent: 2em;
    color: #737373;
    margin-bottom: 20px;
}
