.content_1_14 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background:linear-gradient(to bottom, #a1bfd9, #d2dde6);
}

.content_1_14 a {
    text-decoration: none;
}

.content_1_14 .card1 {
    background-color: #000;
    padding: 8px;
    width: 980px;
    height: auto;
    position: relative;
    margin:0 auto 80px auto;
    display: flex;
    justify-content: space-between;
    border: 9px solid;
    border-image: url(../images/bg.png) 10 stretch;
}

.card1 .left {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.card1 .left .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #292421;
}

.card1 .left .btn_kfd {
    color: #baa27e;
    font-size: 18px;
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.card1 .left .btn_kfd:hover {
    background-color: #baa27e;
    color: #292421;
}

.card1 .left .txt {
    width: 100%;
    height: 100%;
    background-color: #292421;
    color: #baa27e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    max-width: 300px;
    max-height: 175px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    span {
        margin: 13px;
        background-color: #fdeec5;
        border: 5px solid #baa27e;
    }
    p {
        padding: 10px;
    }
}

.content_1_14 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.content_1_14 .box img {
    width: 1390px;
}
