﻿/*Cases和Solutions共用同一样式*/
.common-content {
    text-align: center;
    margin-bottom: 2em;
    color: #000000;
}

    .common-content:hover {
        text-decoration: none;
        color: #000000;
        cursor: pointer;
    }

    .common-content p {
        font-size: 1.5em;
        line-height: 2;
    }

    .common-content span {
        color: #999999;
        font-size: 1em;
        display: block;
        height: 3em;
        overflow: hidden;
    }

@media(max-width: 767px ) {
    .common-content p {
        font-size: 2em;
    }

    .common-content span {
        font-size: 1.8em;
    }
}
