.app17244 {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}

.app17244 .app1 {
    max-width: 1200px;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    word-break:break-all;
}

.app17244 .app1 .app2 {
    font-size: 20px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    word-break:break-all;
}

.app17244 .app1 .app3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 37px;
    line-height: 1.3;
    color: #091d3e;
    font-weight: bold;
    text-align: center;
    word-break:break-all;
}

.app17244 .text1 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.app17244 .text2 {
    width: calc(100% / 3 - 40px);
    margin: 0 10px;
    outline: none;
}

.app17244 .text3 {
    overflow: hidden;
    border-radius: 4px;
    transition: all 300ms linear 0ms;
    padding: 25px 30px 40px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin-top: 10px;
}

.app17244 .imgBox {
    margin-bottom: 32px;
}

.app17244 .imgBox img {
    margin-top: 20px;
    max-height: 80px;
}

.app17244 .text3:hover .imgBox img {
    animation: Updown 1s alternate;
}

/*  alternate */
@keyframes Updown {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.app17244 .container {
    width: auto;
}

.app17244 .textBox {
    width: 100%;
    padding: 0 0 0;
}

.app6{
    color: inherit;
}
.app17244 .app4 {
    font-size: 15px;
    font-weight: bold;
    color: #0092ff;
    padding: 1.5px 1px;
    background-color: #e6e8eb;
    /* opacity: 0.5; */
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    transition: all 250ms ease 0s;
    margin-left: -52px;
}

.app17244 .app4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: #e5f4ff;
    /* border-radius: 3px; */
    transition: all 300ms ease 0s;
    z-index: -1;
}

.app17244 .app4:hover::after {
    width: 100%;
    background-color: #0092ff;
    cursor: pointer;
}

.app17244 .text3:hover .app4::after {
    width: 100%;
    background-color: #0092ff;
    cursor: pointer;
}

.app17244 .title {
    font-size: 20px;
    transition: color 0.36s ease;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

.app17244 .content {
    margin-top: 25px;
    color: #666;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
}

.app17244 .app6 .moreBtn {
    font-size: 14px;
    border-radius: 5px;
    color: inherit;
    background-color: transparent;
    margin-top: 20px;
    padding: 11px 14px;
    display: inline-block;
    text-transform: capitalize;
    transition: all .36s ease;
    position: relative;
    z-index: 1;
}

.app17244 .moreBtn .app5 {
    font-size: 14px;
    margin-left: 7px;
}

.app17244 .moreBtn .app5::before {
    content: "\f061";
}

.app17244 .moreBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #0092ff;
    /* opacity: 0.2; */
    border-radius: 3px;
    transition: all 300ms ease 0s;
    z-index: -1;
}

.app17244 .moreBtn:hover {
    color: #fff;
}

.app17244 .moreBtn:hover::after {
    width: 100%;
    background-color: #0092ff;
    opacity: 1;
}

.app17244 .title:hover {
    color: #0092ff;
    cursor: pointer;
}

.app17244 .text3:hover {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
}

/* 最后小箭头部分 */
.app17244 .arrowBox {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.app17244 .prev {
    margin-right: 14px;
}

.app17244 .arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    position: relative;
    transition: background .36s ease;
    cursor: pointer;
}

.app17244 .prev i {
    margin-left: -1px;
}

.app17244 .next i {
    margin-left: 2px;
}

.app17244 .arrow i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.app17244 .arrow:hover {
    background: #3a51df;
}

@media screen and (max-width:1000px) {
    .app17244 .text3 {
        padding: 20px;
    }
}

@media screen and (max-width:700px) {
    .app17244 {
        position: relative;
        padding-bottom: 20px;
    }

    .app17244 .text3 {
        border: block;
        box-shadow: none !important;
        margin-top: 0px;
    }

    .app17244 .textBox {
        padding: 20px 12px 14px;
        width: calc(100% - 24px);
    }

    /* .app17244 .title {
        text-align: center;
    }

    .app17244 .content {
        text-align: center;
    } */

    .app17244 .moreBtn {
        display: none;
    }

    .app17244 .imgBox {
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    .app17244 .arrow {
        width: 40px;
        height: 40px;
    }

    .app17244 .next i {
        margin-left: 1px;
    }

    .app17244 .app1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .app17244 .arrowBox {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
    margin-top: 1px;
    }
}