@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.page_banner {
    background: url("../images/banner/news_banner.jpg") no-repeat center center
}

.news_item {
    padding: 25px;
    background: #fff;
    margin-bottom: 40px
}

.news_item a {
    flex-wrap: nowrap
}

.news_item .imgs_box {
    width: 310px;
    height: 195px;
    margin-right: 20px
}

.news_item .imgs_box img {
    max-width: 310px;
    max-height: 195px
}

.news_item:hover {
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05)
}

.news_item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.news_item:hover .news_date h2,
.news_item:hover .news_info h1 {
    color: #c30d23
}

.news_date {
    width: 110px;
    margin-right: 30px;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #dadada
}

.news_date h2 {
    color: #5f5f5f;
    font-size: 50px;
    margin-bottom: 10px
}

.news_date h4 {
    color: #5f5f5f
}

.news_info {
    width: 700px
}

.news_info h1 {
    font-size: 26px;
    color: #282828;
    font-weight: bold
}

.news_info h4 {
    color: #797979;
    line-height: 1.4;
    margin-top: 15px
}