.jbmlTitle{
    text-align: center;
    font-size: 1.8rem;
    color: #487bc5;
    font-weight: bold;
    line-height: 5rem;
}
.jbmlAbs{
    text-indent: 2em;
    font-size: 1rem;
    line-height: 2rem;
}
.jbmlSz{
    margin-top: 3rem;
}
.szTitle{
    border-bottom: 1px solid #dee2e6!important;
    margin-bottom: 1.5rem;
}
.szTitle span{
    font-weight: bold;
    font-size: 1.4rem;
    color: #487bc5;
    border-bottom: 0.1875rem solid #487bc5;
    display: inline-block;
    line-height: 3rem;
}

.szList li{
    width: 23%;
    display: block;
    float: left;
    text-align: center;
    background: -webkit-linear-gradient(top, #b3d2fd, #6196e1);
    height: 5rem;
    line-height: 5rem;
    margin: 0 1% 1.5rem 1%;
    color: #fff !important;
    border-radius: 10px;
}
.szList li:hover{
    transform: scale(1.02);
    transition: all 0.5s;
    box-shadow: 0 0 3px 3px #dde2ef;
}
.szList li a{
    color: #fff;
    font-size: 1.2rem;
}



.jbmlXsq{
    margin-top: 2rem;
}
.xsqTitle{
    border-bottom: 1px solid #dee2e6!important;
    margin-bottom: 1.5rem;
}
.xsqTitle span{
    font-weight: bold;
    font-size: 1.4rem;
    color: #487bc5;
    border-bottom: 0.1875rem solid #487bc5;
    display: inline-block;
    line-height: 3rem;
}
.xsqList li{
    width: 23%;
    display: block;
    float: left;
    text-align: center;
    background: -webkit-linear-gradient(top, #b3d2fd, #6196e1);
    height: 5rem;
    line-height: 5rem;
    margin: 0 1% 1.5rem 1%;
    color: #fff !important;
    border-radius: 10px;
}
.xsqList li:hover{
    transform: scale(1.02);
    transition: all 0.5s;
    box-shadow: 0 0 3px 3px #dde2ef;
}
.xsqList li a{
    color: #fff;
    font-size: 1.2rem;
}