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

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


/*左侧分类*/
.T-classify {
    width: 18.33%;
}

.T-classify .head {
    background: #ee6070;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.T-classify .head a {
    color: #FFFFFF;
    font-size: 18px;
}

.nav-list {
    margin-left: 10px;
}

.nav-list li {
    margin: 10px 0;
}

.T-classify .nav-list li a {
    display: flex;
    align-items: center;
    border: none;
}

.nav-list li a span {
    margin-left: 10px;
}

/*主页-右侧内容*/
.main-right {
    width: 80%;
    float: right;
}

.art-title .actives {
    /*background: #ee6070;*/
    border-bottom: 2px solid #ff6b6b;
    background: none;
}
.art-title li {
    background: none;

}

.art-title li a {
    color: #333;
    font-size: 26px;
}

.cont-max {
    width: 100%;
    /*height: 340px;*/
}

.line-gray {
    border-bottom: none;
    margin-top: 20px;
}

.am-breadcrumb {
    margin-bottom: unset;
}

.act-article-content {
    width: 860px;
    padding-top: unset;
    float: left;
}

.act-article-content #di{
    margin-top: 40px;
}
.act-article-content #di p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-related-box{
    clear: both;
    background: #fcf9f9;
    border: 1px solid rgba(240, 240, 240, 0.5);
    border-radius: 8px;
}
.news-related-box .hd {
    margin-bottom: 0;
    padding: 0 10px;
    background: #ffdfdf;
}
.news-related-box h2{
    line-height: 44px;
}
.news-related-box ul{
    margin: 0;
    padding: 0 10px;
}

.examples-side {
    width: 280px;
    margin-top: -30px;
    clear: both;
    background: #fcf9f9;
    border: 1px solid rgba(240, 240, 240, 0.5);
    border-radius: 8px;
}

.examples-side .hd {
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 10px;
    background: #ffdfdf url(/statics/img/hotfire_r_1.svg?v=4) right bottom no-repeat;
}

.examples-side .hd h2 {
    margin: 12px 0;
    width: 150px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    float: left;
}

.examples-side .hd img {
    width: 16px;
    height: 16px;
}

.examples-side .hd span {
    margin-left: 10px;
}

.examples-side li {
    margin: 10px;
    padding: 0;
    font-size: 14px;
}

.examples-side li .user {
    margin-right: 15px;
    overflow: hidden;
    float: left;
    width: 90px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.examples-side li .user img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline-block;
}

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

.examples-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;
}

.slide-img li img {
    height: auto;
}


/*详情-右侧内容*/
.main-content{
    padding: unset;
}

.main-content .name{
    margin-left: 5px;
}

.main-content img{
    max-width: 500px !important;
    margin: 0 auto;
    display: block;
}

.main-content h3{
    font-size: 16px;
}
