.newItem .wrapper {
    width: 75%;
    margin: 0 auto
}

.newItem .wrapper .top_detail {
    position: relative
}

.newItem .wrapper .data_box {
    position: absolute;
    top: 15px;
    left: 0
}

.newItem .wrapper .date {
    padding-top: 16px;
    width: 120px;
    height: 120px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.newItem .wrapper .date span {
    display: block;
    margin-top: 5px;
    font-size: 48px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

.newItem .wrapper .data_box .views_item {
    text-align: right;
    margin-top: 8px;
    font-size: 14px
}

.newItem .wrapper .top_title {
    padding-right: 60px;
    padding-bottom: 26px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box
}

.newItem .wrapper .top_title,
.newItem .wrapper .bottom_detail>.bottom_title,
.newItem .wrapper .bottom_detail>.bottom_brief,
.newItem .wrapper .bottom_detail>.contents,
.newItem .wrapper .bottom_detail>.share,
.newItem .wrapper .bottom_detail>.news_box {
    float: right;
    width: calc(100% - 175px)
}

.newItem .wrapper .bottom_detail {
    padding-top: 40px;
    min-height: 400px
}

.newItem .wrapper .bottom_detail>.contents {
    padding-bottom: 20px;
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    min-height: 300px
}

.newItem .wrapper .bottom_detail .news_box .item {
    margin-top: 30px
}

.newItem .wrapper .bottom_detail .news_box .item:first-child {
    margin-top: 0
}

.newItem .wrapper .bottom_detail .news_box .item .icon {
    padding: 0 10px;
    width: 78px;
    line-height: 30px;
    background-color: #193e8d;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box
}

.newItem .wrapper .bottom_detail .news_box .item .title {
    width: calc(100% - 78px);
    padding-left: 12px;
    line-height: 30px;
    box-sizing: border-box;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.newItem .wrapper .bottom_detail .news_box .item .title a {
    color: #222;
    text-decoration: none
}

.newItem .wrapper .bottom_detail .share {
    margin-bottom: 40px;
    padding: 30px 0 50px;
    border-bottom: 1px solid #e8e8e8
}

.newItem .wrapper .bottom_detail>.bottom_title,
.newItem .wrapper .bottom_detail>.bottom_brief {
    color: #222
}

.newItem .wrapper .bottom_detail>.bottom_title {
    font-size: 30px;
    margin-bottom: 20px
}

.newItem .wrapper .bottom_detail>.bottom_brief {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #222222
}

@media screen and (max-width: 1000px) {
    .newItem .wrapper {
        width: 92%
    }

    .newItem .wrapper .date {
        float: left;
        position: static;
        transform: translate(0, 0)
    }

    .newItem .wrapper .top_title {
        padding-right: 0;
        width: calc(100% - 90px);
        padding-bottom: 0;
        border-bottom: 0;
        font-size: 20px;
        line-height: 27px;
        color: #222222
    }

    .newItem .wrapper .top_detail {
        padding-bottom: 24px;
        border-bottom: 1px solid #3a3d41
    }

    .newItem .wrapper .top_detail .date {
        padding-top: 12px;
        width: 70px;
        height: 70px;
        font-size: 12px;
        line-height: 12px
    }

    .newItem .wrapper .top_detail .date span {
        margin-top: 8px;
        font-size: 30px;
        line-height: 25px
    }

    .newItem .wrapper .bottom_detail>.bottom_title,
    .newItem .wrapper .bottom_detail>.bottom_brief,
    .newItem .wrapper .bottom_detail>.contents,
    .newItem .wrapper .bottom_detail>.share,
    .newItem .wrapper .bottom_detail>.news_box {
        width: 100%;
        float: none
    }

    .newItem .wrapper .bottom_detail {
        padding-top: 70px
    }

    .newItem .wrapper .bottom_detail>.bottom_title {
        font-size: 18px
    }

    .newItem .wrapper .bottom_detail>.bottom_brief {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 20px
    }

    .newItem .wrapper .bottom_detail .share {
        margin-bottom: 30px;
        padding: 20px 0 30px
    }

    .newItem .wrapper .bottom_detail .news_box .item {
        margin-top: 20px
    }

    .newItem .wrapper .bottom_detail .news_box .item .icon {
        width: 88px
    }

    .newItem .wrapper .bottom_detail .news_box .item .title {
        padding-left: 15px;
        width: calc(100% - 88px);
        line-height: 20px;
        -webkit-line-clamp: unset
    }

    .newItem .wrapper .bottom_detail .news_box .item .title a {
        font-size: 14px
    }
}


.newItem {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 5%;
    margin-top: 5%;
}

.newItem .date {
    color: #000000;
    background-color: #193e8d
}

@media screen and (max-width: 1000px) {
    .newItem {
        padding-top: 18px;
        padding-bottom: 25px;
    }
}