.am-breadcrumb > li [class*=am-icon-]:before {
    color: #ff6b6b;
    margin-right: 5px;
}

.am-breadcrumb > li + li:before {
    content: ">>";
    padding: 0 8px;
    color: #666666;
}

/*右侧列表 start*/
.page-r-item {
    width: 290px;
    float: right;
}

.page-r-item .item-side {
    margin-bottom: 35px;
    padding: 25px 25px 25px 0;
    background: #fff;
    position: relative;
    border-radius: 8px;

}

.page-r-item .item-side .hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.page-r-item .item-side .hd h2 {
    width: 150px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.page-r-item .item-side li {
    padding: 12px 0;
}

.page-r-item .item-side li .user {
    margin-right: 15px;
    overflow: hidden;
    float: left;
    width: 90px;
    height: 56px;
}

.page-r-item .item-side li .user img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.page-r-item .item-side li h3 {
    margin-bottom: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 0px;
}

.page-r-item .item-side li p {
    max-height: 34px;
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-r-item .item-side .hd img, .circle-side .hd img {
    width: 16px;
    height: 16px;
}

.page-r-item .item-side .hd span, .circle-side .hd span {
    margin-left: 10px;
}

/*右侧列表 end*/


/*左侧详细 start*/
.item-content-header {
    margin-top: 20px;
    float: left;
    width: 820px
}

.thumbnail {
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail .article-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}

.item-desc {
    width: 460px;
    margin-left: 20px;
}

.hd-address div {
    float: right;
    width: 378px;
}

.item-desc div:first-child {
    font-size: 28px;
    color: #000;
    display: flex;
    align-items: center;
}

.item-desc div:first-child img {
    margin-left: 8px;
}

.hd-address span, .hd-time span, .hd-item span {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.hd-item img {
    margin-bottom: 3px;
}

.hd-item div {
    float: right;
    width: 346px;
}

.hd-item div span {
    margin: unset;
}

.hd-item, .hd-time, .hd-address {
    display: inline-block;
    margin: 2px 0;
}

.act-article-content h5 {
    border-bottom: 3px solid #ff6b6b;
}

.act-article-content h5 {
    width: 72px;
}

.act-article-content p:last-child {
    margin-left: 25px;
}
