.p3{
    width: 43.125rem;
    margin-top: 1.25rem;
}

.p3 .element{
    height: 12.5rem;
    padding: 1.25rem 1.5rem;
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
}

.p3 .element .right{
    width: 17.7rem;
    height: 10rem;
    float: right;
}

.p3 .element .right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p3 .element .left{
    width: 21rem;
    float: left;
}

.p3 .element .title{
    width: 100%;
    height: 6.5rem;
    line-height: 3.25rem;
    font-size: 2.125rem;
    margin-bottom: 1.5rem;
}

.p3 .element .title a{
    text-decoration: none;
    color: #202020;
}

.p3 .element .info{
    height: 2rem;
    padding: 0 0.5rem;
    float: left;
    border: 1px solid #02548e;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    color: #02548e;
    border-radius: 3px;
}

.p3 .element .date{
    height: 2rem;
    float: right;
    line-height: 2rem;
    text-align: right;
    color: #999999;
    font-size: 1.375rem;
}
