.content {
    padding-top: 117px;
    background-color: #f8fafc;
    padding-bottom: 60px;
}

.content > .container {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.breadcrumbs {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 0 !important;
    color: #889;
    padding-left: 5px;
    font-family: Source Han sans-serif;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 13.5px;
    color: #889;
}

.breadcrumbs a, .breadcrumbs svg {
    margin-right: 5px;
}

.breadcrumbs a:hover {
    color: #2951e0;
    text-decoration: underline;
}

.main {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 6px;
    position: relative;
    width: calc(100% - 368px);
    box-shadow: 0 0 4px 0 rgba(7, 17, 27, .01);
}

.main .article-tit {
    margin-bottom: 15px;
}

.main .article-tit h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Microsoft YaHei', Verdana, Arial, serif;
}

.main .article-info {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 14px;
    color: #454545;
}

.main .article-info .article-views {
    display: flex;
    height: 30px;
    align-items: center;
}

.main .article-info .article-views span {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #df0000;
    margin-right: 8px;
}

.main .article-info .article-category {
    display: flex;
    align-items: center;
}

.main .article-info .article-category a:hover {
    color: #2951e0;
    text-decoration: underline;
}

.main .article-info .article-author, .main .article-info .article-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main .article-summary {
    width: 100%;
    min-height: 62px;
    padding: 20px 30px 20px 60px;
    font-weight: 400;
    color: rgb(37 42 60 / 70%);
    line-height: 28px;
    box-sizing: border-box;
    background: #f2f2f5 url(../images/bg-quotation.png) no-repeat 27px 22px;
    background-size: 20px auto;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.main .article-con {
    width: 100%;
    font-size: 15px;
}

.main .article-con h2 {
    font-size: 19px;
    margin: 12px 0;
}

.main .article-con h3 {
    font-size: 16.5px;
    margin: 12px 0 10px;
}

.main .article-con p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 28px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.code-result {
    line-height: 1.9em !important;
    padding: .5em .9em !important;
}

.code {
    background-color: #f1f1f8;
    border-radius: 4px;
    padding: 2px 5px;
    font-weight: 600;
    margin: 0 2px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.ul-list {
    margin: 10px 0 10px 20px;
}

.ul-list li {
    line-height: 26px;
    margin-bottom: 7px;
    list-style-type: disc;
}

hr {
    padding: 0;
    border: none;
    border-top: 1px solid #eeeeff;
    width: 100%;
    margin: 12px 0;
}

.main .article-con table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    overflow: hidden;
}

.main .article-con table tr {
    height: 42px;
    line-height: 42px;
}

.table-container table tr:first-child {
    background-color: #555555 !important;
    color: #fff;
}

.main .article-con .table-even tr:nth-of-type(odd) {
    background-color: #f6f7fb;
}

.table-container table tr:hover {
    background-color: #e6e6ee !important;
}

.main .article-con table th {
    line-height: 25px;
    padding: 8px 10px;
    border: solid 1px #e3e3ee;
    font-size: 14px;
    text-align: left;
}

.main .article-con table td {
    line-height: 25px;
    padding: 8px 10px;
    border: solid 1px #e3e3ee;
}

.main .article-con strong, .main .article-con b, .main .article-con span, .main .article-con a {
    font-size: inherit;
}

.main .article-con .links {
    color: #2951e0;
    margin: 0 1px;
}

.main .article-con .links:hover {
    text-decoration: underline;
}

.main .article-con .note {
    background-color: #fffde7;
    padding: 15px;
    border-left: 4px solid #ffd600;
    margin: 15px 0;
}

.main .article-con img {
    max-width: 100%;
}

/*侧边栏*/
.side {
    width: 350px;
}

/*推荐模块*/
.side .side-rec {
    background-color: #fff;
    padding: 15px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
    box-shadow: 0 0 4px 0 rgba(7, 17, 27, .01);
}

.side .side-rec h3 {
    font-size: 16px;
    height: 25px;
    color: #333333;
    font-weight: bold;
    font-family: "微软雅黑";
}

.side .side-rec ul {
    margin-top: 12px;
}

.side .side-rec ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}

.side .side-rec ul li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
}

.side .side-rec ul li a {
    display: flex;
    align-items: center;
    color: #252a3c;
    font-weight: bold;
    font-size: 15px;
}

.side .side-rec ul li a:hover {
    text-decoration: underline;
    color: #2951e0;
}

.side .side-rec ul li .param {
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    color: #969799;
    margin-top: 10px;
}

.side .side-rec ul li .param span {
    float: left;
    font-size: 12px;
}

.side .side-rec ul li .param span:nth-child(2) {
    margin-left: 24px;
}

.side .side-rec ul li .param span:nth-child(1) i {
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    width: 16px;
    height: 12px;
    background: url(../images/icon-views.png) center no-repeat;
    background-size: contain;
}

.side .side-rec ul li .param span:nth-child(2) i {
    display: block;
    margin-right: 5px;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/icon-time.png) 0 0 no-repeat;
    margin-top: 2px;
}

/*分类模块*/
.side .side-type {
    background-color: #fff;
    padding: 15px 16px 19px 16px;
    border-radius: 5px;
    margin-bottom: 18px;
    box-shadow: 0 0 4px 0 rgba(7, 17, 27, .01);
}

.side .side-type h3 {
    font-size: 16px;
    height: 25px;
    color: #333333;
    font-weight: bold;
    font-family: "微软雅黑";
}

.side .side-type ul {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px 18px;
    border-left: 1px dashed #ccccd8;
}

.side .side-type ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side .side-type ul li a {
    display: flex;
    align-items: center;
    color: #252a3c;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.side .side-type ul li a > div {
    width: 12px;
    height: 1px;
    border-bottom: 1px dashed #ccccd8;
    flex-shrink: 0;
}

.side .side-type ul li a > img {
    width: 24px;
    height: 24px;
    border: 1px solid #e8e8ed;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    margin-left: 4px;
}

.side .side-type ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side .side-type ul li a:hover span {
    color: #095bda;
    text-decoration: underline;
}

.side .side-type ul li > span {
    color: #999aaa;
    margin-right: 2px;
    font-family: Source Han sans-serif;
}

/*最新模块*/
.side .side-new {
    background-color: #fff;
    padding: 15px 17px;
    border-radius: 6px;
    margin-bottom: 16px;
    position: sticky;
    top: 135px;
    box-shadow: 0 0 8px 0 rgba(7, 17, 27, .01);
}

.side .side-new h3 {
    font-size: 16px;
    height: 25px;
    color: #252a3c;
    font-weight: bold;
    font-family: "微软雅黑";
}

.side .side-new ul {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.side .side-new ul li {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    position: relative;
    padding-left: 16px;
}

.side .side-new ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    width: 4.5px;
    height: 4.5px;
    background-color: #aaa;
    border-radius: 50%;
}

.side .side-new ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.side .side-new ul li a:hover {
    text-decoration: underline;
    color: #095bda;
}

/*微信二维码*/
.side .side-wechat {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 18px;
    position: sticky;
    top: 135px;
    box-shadow: 0 0 8px 0 rgba(7, 17, 27, .01);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.side .side-wechat > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.side .side-wechat > div .text-description {
    font-weight: 500;
    font-size: 16px;
}

.side .side-wechat > div .text-reply {
    color: #737887;
    margin-top: 10px;
    font-size: 15px;
}

.side .side-wechat > img {
    width: 70px;
    height: 70px;
}

.footer {
    margin-top: 0;
}

@media only screen and (max-width: 1440px) {
    .main .article-summary {
        font-size: 15px;
    }
}