.news {
    padding: 48px 0px 50px 0px
}

.news {
    padding: 48px 0px 50px 0px;
}

.breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #002CC0;
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 8px;
    color: #ccc;
}

.breadcrumb span:last-child {
    color: #999;
    margin-right: 0;
}

/* 新闻条目样式 */
.news_M {
    width: 100%;
    float: left;
    /* background: #f6f7f9; */
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.news_M>p {
    width: 302px;
    float: left;
    overflow: hidden;
}

.news_M>p img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
}

.news_M>div {
    width: calc(100% - 338px);
    float: left;
    margin-left: 36px;
    margin-top: 12px;
    padding-right: 20px;
    box-sizing: border-box;
}

.news_M>div h1 {
    font-size: 20px;
    color: #323232;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.news_M>div p {
    color: #646464;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.news_M>div .flex {
    display: flex;
    align-items: center;
}

.news_M>div .tag {
    margin-right: 4rem;
    font-size: .75rem;
    color: #999;
}

.news_M>div .time {
    font-size: .75rem;
    color: #999;
}

.page {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.page a,
.page span,
.page div {
    display: inline-block;
    color: #323232;
    margin: 0px 8px;
}

.page span i {
    color: #646464;
}

.page select {
    width: 56px;
    border: 1px solid #dddddd;
    background: none;
}

@media screen and (max-width:1024px) {
    html {
        font-size: 12px !important;
    }

    .news_M>p {
        width: 100%;
    }

    .breadcrumb {
        margin-bottom: 0;
    }
    .page div{
        margin-top: 12px;
    }
    .news_M>div {
        width: 100%;
        margin: 0;
        padding: .75rem 1rem;
    }
}