.custom--article--info {
    border: 2px dashed #515151;
    overflow: hidden;
    padding: 10px;
}
.custom--article--info--left {
    float: left;
    width: 50%;
}
.custom--article--info--right {
    float:right;
    width: 50%;
}
.custom--reading--image {
    width: 100%;
}
.custom--reading--item {
    width: 48%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.custom--reading--title {
    font-weight: bold;
}