
 .title {
        text-align: center;
        font-size: 53px;
    }

    .title-line {
        border-width: 0px;
        width: 12px;
        height: 5px;
        background: inherit;
        background-color: rgba(42, 143, 253, 1);
        border: none;
        border-radius: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

    .img-box {
        position: relative;
        text-align: center;
        margin-bottom: 100px;
    }

    .img-box  > img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0px !important;
        padding-right: 30px !important;
        height: auto !important;
    }

    .img-name {
        position: absolute;
        width: 380px;
        padding: 20px 0;
        background-color: white;
        left: 50%;
        margin-left: -205px;
        bottom: -50px;
        box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.12156862745098);
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
    }

    .img-name > p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 6px;
    }