@media screen and (max-width: 768px) {
    .centerRegion {
        width: 100%;
    }

    .tab2 {
        display: none;
    }

    .tab1 {
        width: 100%;
    }

    .tab1 .title {
        font-size: 4vw;
        line-height: 10vw;
    }

    .tab1 .time {
        text-align: center;
        font-size: 3vw;
    }

    .tab1 .img {
        max-width: 95%;
        margin-left: 2.5%;
    }

    .tab1 .info {
        width: 95%;
        margin-left: 2.5%;
        font-size: 4vw;
        line-height: 7.7vw;
        color: #000;
    }

    .tab1 .pre {
        margin-left: 2.5%;
        width: 45%;
            font-size: 4vw;

    }

    .tab1 .next {
        text-align: right;
        width: 45%;
        margin-right: 2.5%;
            font-size: 4vw;

    }
/* .info p{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
        margin: 15vw 3vw;

} */


.centerRegion .tab1 .info img{
    width: 100%!important;
            height: 100% !important;


}
}