
.content {
    padding: 28px 0;
}

.crumbs {
}

.crumbs .breadcrumb {
    background-color: #fff;
}

.crumbs .breadcrumb li {
    font-size: 16px;
    color: #999;
}

.article {
    padding: 40px 0;
    text-align: center;
}

.article .article-time {
    color: #999;
    font-size: 16px;
    padding-bottom: 30px;
}

.paragraph {
    font-size: 16px;
    text-align: left;
}

.paragraph .paragraph-list {
    padding-bottom: 40px;
}

.paragraph .paragraph-list p {}

.paragraph  p img{
    max-width: 100%;
}

.img {

}

.img img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.other {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

.other .other-prev, .other .other-next {
    width: 49%;
    border-right: 1px solid #333;
    font-size: 16px;
    display: inline-block;
}

.other .tips, .other .other-title {
    vertical-align: middle;
}

.other .other-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.other .other-title:hover a{
    color: #122a88;
}

.other .other-next {
    border-right: 0;
}


@media screen and (max-width: 768px) {
    .content {
        padding: 10px 0;
    }
    .breadcrumb{
        padding: 0;
    }
    .crumbs .breadcrumb li{
        font-size: 14px;
        vertical-align: middle;
    }
    .breadcrumb>.active{
        width: 60%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .article {
        padding: 0 0 20px 0;
    }
    .article .article-time {
        padding-bottom: 10px;
    }
    .article .article-title {
        font-size: 22px;
    }
    .paragraph .paragraph-list {
        padding-bottom: 16px;
    }
    .paragraph .paragraph-list p {
        margin-bottom: 0;
        line-height: 26px;
    }
    .other .other-prev, .other .other-next {
        width: 100%;
        border-right: 0;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .other{
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .article .article-title{
        font-size: 18px;
    }
    .article .article-time{
        padding-bottom: 0;
    }
    .paragraph{
        font-size: 14px;
    }
    .paragraph .paragraph-list{
        padding-bottom: 10px;
    }
    .paragraph .paragraph-list p{
        line-height: 24px;
    }

}