.xyfc-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.22rem; 
    padding-top: 0.08px;}


.xyfc-block {
    background-image: linear-gradient(-38deg, rgba(2, 104, 152, 1) 0%, rgba(103, 80, 113, 1) 45%, #cc374a 100%);
    color: white;
    font-size: 0.25rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 49%;
    height: 0.76rem;
    display: flex;
    justify-content: center;
    align-items: center;}

.pb2-list ul li {
    width: 30%;
    margin: 0.2rem 1.5% 0;
    float: left;}
