.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%;
}
@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;
    }
}
@media (max-width: 645px){
    .main {
        padding-bottom: 10px;
    }
    .uk-container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .uk-container .uk-flex-cover{
        background-color: var(--bg-c);
    }
    .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;
    }
}
