.news_wrap {

    .title {
        color: #444;
        margin: 30px 0 30px 0;
        font-size: 30px;
    }

    .title p {
        font-size: 12px;
        color: #8F8F8F;
        line-height: 30px;
    }

    p {
        margin: 0 0 10px;
    }

    .tip {
        width: 3px;
        height: 24px;
        display: inherit;
        background-color: #0068b7;
        margin-right: 10px;
    }

    .other_message {
        padding: 20px 5px 5px;
        text-align: left;
        margin-top: 45px;
        color: #333;
        height: 70px;
        overflow: hidden;
    }

    hr {
        color: rgb(250, 249, 249);
    }

    .newsdate {
        text-align: left;
        color: #777;
        float: left;
        font-size: 12px;
        padding: 0 0 10px 5px;
    }


    .newseditor {
        text-align: right;
        color: #777;
        float: right;
        font-size: 12px;
        padding: 0 5px 10px 0;
    }

    .newsinfodetail {
        padding: 5px;
        text-align: left;
        margin-top: 5px;
        /*padding-top: 5px;*/
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #777;
        line-height: 25px;
        height: 55px;
        overflow: hidden;
    }

    .card-animate1 .other_img {
        transition: all 0.6s;
        -moz-transition: all 0.6s linear 0s;
        -webkit-transition: all 0.6s linear 0s;
        -o-transition: all 0.6s linear 0s;
    }

    .card-animate1:hover {
        box-shadow: 0 20px 10px #ccc;
        transform: translate(0, -15px);
        -webkit-transform: translate(0, -15px);
        -moz-transform: translate(0, -15px);
        -o-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
    }

    .card-animate1:hover .other_img {
        transform: scale(1.1, 1.1); /*设置缩放比例*/
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
    }
}