.jbjs{width: 1280px;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 40px 0;}
.jbjs_1{width: 35%;border-bottom: 3px solid #1b59a2;border-radius: 15px;background: #f7f7f7;box-sizing: border-box;overflow: hidden;}
.jbjs_2{width: 63%;border-bottom: 3px solid #1b59a2;border-radius: 15px;background: #f7f7f7;padding: 20px;box-sizing: border-box;}

.jbjs_1>p{width: 100%;line-height: 60px;background: #1b59a2;color: #fff;font-size: 20px;font-weight: bold;padding-left: 15px;box-sizing: border-box;}
.jbjs_1 div{padding: 20px;box-sizing: border-box;background: #f7f7f7;}
.jbjs_1 div p{font-size: 16px;line-height: 20px;font-weight: bold;}
/*.jbjs_1 div span{font-size: 14px;font-weight: bold;display: block;}
*/
.jbjs_1 div i{font-style: normal;font-size: 14px;display: block;margin: 10px 0;}
.you-1{
}
.you-1 h3{
    color: #2F5597;
    font-size: 20px;
    font-weight: 600;
}
.bl{
    color: #2F5597 !important;
}
.you-1 h5{
    line-height: 26px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
}
.you-1 p{
    font-size: 16px;
    color: #999;
    padding: 10px 20px;
}

.jbjs_2 p{font-size: 18px;text-align: center;font-weight: bold;}
.jbjs_2 img{display: block;margin: 20px auto;border-radius: 15px;}
.jbjs_2 span{display: block;margin: 5px auto;border-radius: 15px;text-align: center;font-size: 16px;}
.jbjs_2 span a{color: #1b59a2;}

.btn{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 20px;box-sizing: border-box;}
.btn a{display: block;padding: 10px 15px;background: #1b59a2;margin-top: 20px;color: #fff;border-radius: 10px;}
.btn a i{font-style: normal;}

@media screen and (max-width:1024px) {
    .jbjs {width: 100%;}
    .jbjs_1 {
        display: none;
    }
    .jbjs_2 {
        width: 100%;
    }
    .jbjs{padding: 10px 0;}
    .btn{padding: 0;}
    .btn a {
        display: block;
        padding: 10px 5px;
        background: #1b59a2;
        margin-top: 20px;
        color: #fff;
        border-radius: 10px;
    }
}
