.article-info {
    padding-top: 10px;
}
.article-info a {
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 6px 4px;
    border: 1px solid #e5e7e4;
    background-color: #e5e7e4;
    display: block;
    text-align: center;
    margin: 12px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 6px;
}
.article-info:last-child {
    padding-bottom: 0;
}

.article-name {
    color: #303741;
    font-size: 22px;
    margin-top: 20px;
}
.my-line-height {
    line-height: 40px
}
.ptitle-color {
    color: #c5653e;
}
.small-title {
    position: relative;
    padding-left: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #FF5872;
}
.left-line {
    display: inline-block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    vertical-align: middle;
    height: 20px;
    width: 4px;
    background-color: #c5653e;
}
@media only screen and (max-width: 768px) {
  .article-name {
    color: #303741;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
  }
}
