.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

body {
    background-color: #f8f8f8;
}

.center {
    box-sizing: border-box;
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}

.center .summary {
    width: 100%;
    height: auto;
}

.center .summary .left {
    box-sizing: border-box;
    width: 60%;
    padding-right: 40px;
}

.center .summary .left .subtitle, .center .summary .left .title {
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
    color: #023f98;
    letter-spacing: 2px;
}

.center .summary .left .title {

    font-size: 28px;
}

.center .summary .left .summary_con {
    margin: 50px 0;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    color: #555555;
}

.center .summary .left .button {
    background: linear-gradient(to right, #019ce7, #0063b5);
    width: 30%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 20px;
    color: white;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 5px;
    text-align: center;
}

.center .summary .left .button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.center .summary .left .button .fa {
    margin-left: 10px;
    padding-left: 3px;
    border-radius: 50%;
    border: 1px solid white;
    width: 20px;
    text-align: center;
    height: 20px;
    box-sizing: border-box;
}

.center .summary .right {
    box-sizing: border-box;
    width: 35%;
    padding-top: 42%;
    position: relative;
    overflow: hidden;
    margin-top: 4%;
}

.center .summary .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
}

.center .block {
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.center .block .item {
    box-sizing: border-box;
    float: left;
    width: 22%;
    /* height: 280px; */
    margin-right: 4%;
    padding: 20px 20px;
    border: 1px solid #0063b5;
    border-radius: 10px;
    cursor: pointer;
}

.center .block .item:hover {
    opacity: 0.8;
}

.center .block .item:nth-child(4) {
    margin-right: 0;
}

.center .block .item .icon {
    width: 40%;
    padding-bottom: 40%;
    border-radius: 50%;
    background-color: #2589ff;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.center .block .item .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.center .block .item .name {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    position: relative;
}

.center .block .item .name .line {
    width: 20%;
    height: 3px;
    background-color: #2589ff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

    .center .block .item .cont {
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        padding: 0 10px;
        padding-top: 30px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 25px;
        position: relative;
        word-break: break-all;
    }

.map {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1200px) {
    .center .block .item .name {
        padding: 0;
    }

    .center .block .item .cont {
        padding: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .center .summary .left {
        width: 62%;
        padding-right: 0px;
    }

    .center .summary .left .subtitle, .center .summary .left .title {
        line-height: 35px;
        font-size: 25px;
        letter-spacing: 0px;
    }

    .center .summary .left .title {
        font-size: 25px;
    }

    .center .summary .left .summary_con {
        padding: 0;
        margin: 30px 0;
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .center .summary .left .button {
        width: 35%;
        height: 40px;
        padding: 0px 5px;
        color: white;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .center .summary .left .button .fa {
        margin-left: 10px;
        padding-left: 1px;
        border-radius: 50%;
        border: 1px solid white;
        width: 18px;
        text-align: center;
        height: 18px;
        box-sizing: border-box;
    }

    .center .block {
        padding: 30px 0;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .center .block .item {
        box-sizing: border-box;
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        padding: 10px 10px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .center .block .item:nth-child(2) {
        margin-right: 0;
    }

    .center .block .item .cont {
        padding: 0;
        padding-top: 20px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 23px;
    }
}

@media screen and (max-width: 600px) {
    .center .summary .left {
        width: 62%;
        padding-right: 0px;
    }

    .center .summary .left .subtitle, .center .summary .left .title {
        line-height: 25px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .center .summary .left .title {
        font-size: 16px;
    }

    .center .summary .left .summary_con {
        padding: 0;
        margin: 20px 0;
        line-height: 22px;
        letter-spacing: 0px;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .center .summary .left .button {
        width: 50%;
        height: 40px;
        padding: 0px 5px;
        color: white;
        line-height: 40px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .center .summary .left .button .fa {
        margin-left: 10px;
        padding-left: 1px;
        border-radius: 50%;
        border: 1px solid white;
        width: 16px;
        text-align: center;
        height: 16px;
        box-sizing: border-box;
    }
}