body {
    background-color: #F8F8F8;
}
.module {
    background-color: #fff;
    padding: 25px;
}
.article-pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
    vertical-align: middle;
}
.show-news .news-head {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.show-news .news-head h1 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}
.show-news .news-head .info>span {
    margin-right: 30px;
    color: var(--md-c);
}
.show-content p {
    margin: 15px 0;
    color: #303133;
    line-height: 32px;
    font-size: 15px;
    text-indent: 2em;
}
.show-content p img {
    display: block;
    max-width: 86%;
    margin: 0 auto;
}
.show-content h3 {
    margin: 15px 0;
    font-size: 17px;
    font-weight: bold;
}
.show-content p:last-child {
    margin-bottom: 0;
}
.photo {
    margin-top: 20px;
}
.photo:after, .photo:before {
    display: table;
    content: "";
}
.photo:after {
    clear: both;
}
.photo figure {
    display: block;
    float: left;
    width: 210px;
    max-height: 85px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    overflow: hidden;
}
.photo img {
    width: 100%;
    height: 100%;
    transition: transform .15s ease-in;
    will-change: transform;
    cursor: zoom-in;
}
.show-content h3 {
    background-image: linear-gradient(90deg, #d4e2ff 10%, #f5f8ff 20%, #fff);
    border-left: 5px solid #0057ff;
    border-radius: 3px 3px;
    color: #131926;
    font-weight: 700 !important;
    line-height: 2em;
    padding-left: 18px !important;
    white-space: inherit !important;
    width: 100%;
}
.summary {
    color: #57627a;
    background: #faf9f9;
    border-radius: 12px;
    padding: 12px 24px 12px 24px;
    margin-top: 24px !important;
    display: flex;
    margin-bottom: 24px;
}
.summary .icon-quotes {
    font-size: 16px;
    vertical-align: top;
}
.summary .text {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all;
    margin-left: 16px;
    padding-top: 4px;
    line-height: 32px;
}
.duration {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .3s;
    overflow: hidden;
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
}
.duration .secondary {
    line-height: 140%;
    font-weight: 400;
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    background: rgb(239, 242, 245);
    color: #4c4c4c;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    height: 24px;
    display: flex;
}
.offs {
    margin-top: 32px !important;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    padding: 12px;
}
@media (max-width: 899px) {
    .uk-container .sidebar {
        display: block;
        width: 100%;
        margin-left: 0px !important;
        margin-top: 10px;
    }
    .uk-container .uk-flex{
        display: block;
    }
    .main{
        padding-bottom: 15px;
    }
    .main{
        background-color: var(--bg-c);
        background-image: inherit;
    }
}
@media (max-width: 645px){
    .main {
        padding-bottom: 10px;
    }
    .uk-container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .uk-container .uk-flex .module{
        padding: 15px;
    }
    .uk-container .uk-flex  .uk-margin-small{
        padding: 18px;
    }
    .show-news .news-head {
        padding-bottom: .3rem;
        margin-bottom: .3rem;
        border-bottom: 1px solid var(--br-c);
    }
    .show-news .news-head h1 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .module {
        padding: 2px;
    }
    .show-content p{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .main {
        margin-left: 0px;
        margin-right: 0px;
    }
}
