/* 图片标题样式 */
.desc-right-content em {
    display: block;
    text-align: center;
    font-style: italic;
    margin: 15px 0;
    font-weight: normal;
}

/* 图片样式 */
.desc-right-content img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 15px auto;
    text-align: center;
}