body {
    background-color: #fafafa;
}

.newcontentbox {
    width: 5.7292rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: .3438rem auto .4479rem auto;
}

.newcontentbox_item {
    width: 100%;
    height: 1.4896rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: .0781rem;
    margin-bottom: .2083rem;
    cursor: pointer;
}

.newcontentbox_item_left {
    width: 2.0052rem;
    height: 100%;
    background-color: #999999;
    position: relative;
}

.newcontentbox_item_left img {
    width: 100%;
    height: 100%;
}

.newcontentbox_item_left_mask {
    width: .25rem;
    height: .25rem;
    background-color: #9d1724;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: .1042rem;
    right: -0.125rem;
}

.newcontentbox_item_left_mask span {
    font-size: .0625rem;
    color: #fff;
}

.newcontentbox_item_right {
    width: 3.2552rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: .0781rem;
}

.newcontentbox_item_right_title {
    width: 100%;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: .1458rem;
}

.newcontentbox_item_right_content {
    font-size: 16px;
    color: #999;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .1719rem;
}

.newcontentbox_item_right_more {
    font-size: 12px;
    color: #9d1724;
    /* margin-top: .474rem; */
}

.newcontentbox_item:hover {
    background-color: #9d1724;
}

.newcontentbox_item:hover .newcontentbox_item_right div {
    color: #fff;
}

/* 招投标 */
.bidcontentbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .3438rem;
    margin-bottom: .4479rem;
}

.bidcontentbox .cnv {
    margin-top: 0;
    margin-bottom: .3125rem;
}

.bidcontentbox_item {
    width: 6.7708rem;
    height: .8646rem;
    background-color: #ffffff;
    box-shadow: 0 .0052rem .0521rem 0 rgba(0, 0, 0, 0.14);
    display: flex;
    margin-bottom: .1042rem;
    padding: .2604rem .2083rem 0 .2083rem;
    cursor: pointer;
}

.bidcontentbox_item_time {
    font-size: .1354rem;
    color: #999999;
}

.bidcontentbox_item_info {
    flex: 1;
    font-size: .0938rem;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 .2865rem;
}

.bidcontentbox_item_img {
    width: .1667rem;
    height: .0521rem;
}

.bidcontentbox_item_img img {
    width: .1667rem;
    height: .0521rem;
    display: none;
}

.bidcontentbox_item:hover .bidcontentbox_item_time {
    color: #9d1724;
}

.bidcontentbox_item:hover .bidcontentbox_item_info {
    color: #9d1724;
    font-weight: bold;
}

.bidcontentbox_item:hover .bidcontentbox_item_img img {
    display: block;
}

/* 详情 */
.contentdjdelbox {
    width: 6.25rem;
    margin: .3385rem auto .4792rem auto;
}

.contentdjdelbox_title {
    font-size: .1771rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.contentdjdelbox_timemath {
    font-size: .0677rem;
    font-weight: bold;
    color: #cccccc;
    display: flex;
    align-items: center;
    margin-top: .4896rem;
}

.contentdjdelbox_timemath img {
    width: auto;
    height: .0729rem;
    margin-right: .0625rem;
}

.contentdjdelbox_timemath_eye {
    margin-left: .2552rem;
}

.contentdjdelbox_xian {
    width: 100%;
    height: .0052rem;
    background-color: #d8d8d8;
    margin: .1875rem 0 .2188rem 0;
}

.contentdjdelbox_prew,
.contentdjdelbox_next {
    width: 100%;
    height: .25rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: .1198rem;
}

.contentdjdelbox_prew span,
.contentdjdelbox_next span {
    font-size: .0729rem;
    font-weight: bold;
    color: #666666;
}

.contentdjdelbox_prew {
    font-size: .0729rem;
    letter-spacing: .0052rem;
    color: #bdbdbd;
    margin-top: 1.0417rem;
}

.contentdjdelbox_prew:hover {
    text-decoration: underline;
}

.contentdjdelbox_next {
    font-size: .0729rem;
    letter-spacing: .0052rem;
    color: #666666;
}

.contentdjdelbox_next:hover {
    text-decoration: underline;
}

.contentbox_title {
    width: 100%;
    margin-top: .3125rem;
}

.contentbox_title_engtext {
    width: 100%;
    font-size: .1146rem;
    letter-spacing: .0052rem;
    color: #f8982b;
    text-align: center;
}

.contentbox_title_text {
    font-size: 24px;
    letter-spacing: .0052rem;
    color: #9d1724;
    text-align: center;
    margin-top: .0521rem;
}

.contentbox_title_cont {
    width: 5.7292rem;
    font-size: .0885rem;
    letter-spacing: .0052rem;
    color: #666666;
    margin: 0 auto;
    margin-top: .1823rem;
}

@media screen and (max-width:1024px) {
    .newcontentbox {
        width: 90%;
    }

    .newcontentbox_item {
        height: 100px;
    }

    .newcontentbox_item_left {
        width: auto;
        max-width: 130px;
    }

    .newcontentbox_item_left_mask {
        width: auto;
        height: auto;
        top: 8px;
        right: -15px;
        padding: 3px;
    }

    .newcontentbox_item_left_mask span {
        font-size: 9px;
    }

    .newcontentbox_item_right {
        flex: 1;
        padding-left: 18px;
    }

    .newcontentbox_item_right_title {
        font-size: 14px;
        margin-top: 0;
    }

    .newcontentbox_item_right_content {
        font-size: 12px;
        margin-top: 5px;
    }

    .newcontentbox_item_right_more {
        font-size: 12px;
    }

    .bidcontentbox_item {
        width: 90%;
    }

    .bidcontentbox_item_time {
        font-size: 14px;
    }

    .bidcontentbox_item_info {
        font-size: 12px;
    }

    .bidcontentbox_item_img {
        width: auto;
        height: auto;
    }

    .bidcontentbox_item_img img {
        width: 16px;
        height: auto;
    }


    .contentbox_title_engtext {
        font-size: 14px;
    }

    .contentbox_title_text {
        font-size: 16px;
    }

    .contentbox_title_cont {
        width: 90%;
        font-size: 12px;
    }




}