@media screen and (min-width:768px){

    .topimg img {
        /*height: 70vh;*/
        width: 100vw;
    }

    .mobile{
        display: none;
    }

    .content{
        max-width: 80%;
        margin-left: 10%;
        margin-top: 10vh;
    }

    .content h3{
        font-size: 0.7rem;
        margin-bottom: 20px;
    }

    .content .info{
        width: 100%;
        overflow: hidden;
        height: 35vh;
        padding-bottom: 5vh;
        margin-top: 5vh;
    }

    /*.content .info.image img{*/
        /*width: 40%;*/
        /*float: left;*/
        /*height: 30vh;*/
        /*position: relative;*/
    /*}*/

    .content .info>img{
        /*width: 40%;*/
        float: left;
        max-height: 30vh;
    }


    .content .info div{
        width: 60%;
        float: left;
        padding-left: 5%;
        padding-top: 2%;
        height: 30vh;
        position: relative;
    }

    .content .info h5{
        font-size: 0.4rem;
    }

    .content .info p:nth-of-type(1){
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .content .info p:nth-of-type(2){
        font-size: 17px;
    }


    .content .info button{
        position: absolute;
        bottom: 0;
        /*border-radius: 15px;*/
        /*border: 1px solid #c4c4c4;*/
        /*color:#c4c4c4;*/
        text-align: center;
        border: none;
        outline:none;
        border-radius: 15px;
        background-size: cover;
        /*background-color: transparent;*/
        background: url('../img/know.png') no-repeat;
        background-size: 90%;
        /*background-color: transparent;*/
        width: 10vw;
        margin-top: 0.8rem;
        /*padding: 0 10px;*/
        height: 2vw;
    }
    .content .info button:hover{
        position: absolute;
        bottom: 0;
        /*border-radius: 15px;*/
        /*border: 1px solid #c4c4c4;*/
        /*color:#c4c4c4;*/
        text-align: center;
        border: none;
        outline:none;
        width: 10vw;
        margin-top: 0.8rem;
        /*padding: 0 10px;*/
        height: 2vw;
        border-radius: 10px;
        background: url('../img/know_hover.png') no-repeat;
        background-size: 90%;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
    }

    .page{
        width: 55vw;
        margin-left: 10vw;
        overflow: hidden;
    }

    .page div{
        float: left;
        width: 3vw;
        height: 3vw;
        margin-right: 0.4vw;
        line-height: 3vw;
        border: 1px solid #c4c4c4;
        text-align: center;
        margin-bottom: 20vh;
        cursor: pointer;
    }

    .page_btn {
        color: #c4c4c4;
    }

    .page-num {
        color: #c4c4c4;
    }

    .page-num-current{
        color: black;
    }

    .page div a:hover{
        background-color: #c4c4c4;
        color: black;
    }


    .page .now{
        color: black;
        background: #c4c4c4;
    }
}

