.jy{
        width: 1200px;
        margin: 0 auto 116px auto;
    }
    .jy-title-box{
        width: fit-content;
        display: flex;
        text-align: center;
        align-items: center;
        padding: 15px 10px;
    }
    .jy-title:nth-child(1){
        margin-right: 29px;
        font-size: 25px;
        color: #0094dd;
    }
    .jy-title span{
        color: red;
    }
    .jy-title:nth-child(2){
        margin-right: 10px;
    }
    .jy-title:nth-child(2),.jy-title:nth-child(3){
        font-size: 13px;
        cursor: pointer;
    }
    .jy-title:nth-child(2):focus{
        background: red;
    }
    .jy-title-btn{
        padding: 5px 13px;
        border: 1px solid #c3c3c3;
        border-radius: 50px;
    }
    .jy-item-title{
        margin: 10px 0;
        color: #00abff;
    }
    .jy-item{
        padding: 0 13px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 117px;
        height: 176px;
    }
    .jy-box{
            display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jy-item-content{
        font-size: 13px;
    }
    .jy-item-box{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 222px;
        font-size: 14px;
        margin: -2px 0;
    }
    .jy-item-box-ico > img{
        width: 100%;
    }
    .jy-item-box-index,.jy-item-box-title,.jy-item-box-text ,
    .jy-item-title,.jy-item-content,.jy-item-ico-text{
        margin-left: 10px;
    }
    .jy-item-box-index{
        font-size: 29px;
        color: #b4daf9;
        font-weight: 600;
    }
    .jy-item-box-title,.jy-item-title{
        font-weight: 600;
        font-size: 17px;
        color: #0685eb;
    }
    .jy-item-box-text{
        font-size: 13px;
        margin-right: 10px;
    }