span {
    display: block;
}

.news {
    overflow: hidden;
}

.news img {
    cursor: pointer;
    transition: transform 0.6s; /*设置过渡时间*/
}

.news img:hover {
    transform: scale(1.1, 1.1);
}

.div_item_span:hover {
    color: #5378B7;
}

.div_news {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    min-height: 1026px;
    margin: 0 auto;
}

.div_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 60px;
    width: 100%;
}

.div_item > a {
    float: left \9;
}

.div_item_box {
    width: 350px;
    min-height: 310px;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    padding-bottom: 41px;
}

.div_item_box div {
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    min-height: 170px;
}

.div_item_box img {
    width: 350px;
    height: 270px;
    object-fit: cover;
    margin-bottom: 2px;
}

.div_item_span {
    font-size: 18px;
    padding: 34px 26px 18px 26px;
    min-height: 68px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.div_item_span1 {
    font-size: 16px;
    color: #999999;
    margin: 20px 0 0 28px;
}

#page {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 68px 0 80px 0;
}

#pages li {
    width: 30px;
    height: 30px;
    margin: 0 6px;
    text-align: center;
    line-height: 28px;
}

#page li {
    width: 30px;
    height: 30px;
    margin: 0 6px;
    text-align: center;
    line-height: 28px;
}

#pages li.number {
    background: #FAFAFA;
    border: 1px solid #C6CBD4;
    border-radius: 2px;
    font-size: 14px;
    color: #525A6F;
    letter-spacing: 0;
}

#page li.number {
    background: #FAFAFA;
    border: 1px solid #C6CBD4;
    border-radius: 2px;
    font-size: 14px;
    color: #525A6F;
    letter-spacing: 0;
}

#page li.active {
    background: #5378B7;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

#pages li.active {
    background: #5378B7;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

#pre_page:hover {
    cursor: pointer;
}

#next_page:hover {
    cursor: pointer;
}


.browser-tips {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 1000;
    color: red;
    background-color: rgb(199, 199, 199);
    padding: 15px;
}


@media only screen and (max-width: 500px) {
    .div_item {
        justify-content: center !important;
    }
}



























