body {
    background-color: #f5f5f5;
}
.main-container {
    max-width: 1100px;
    margin: 15px auto !important;
    display: flex;
    gap: 15px;
}

.article-wrap {
    flex: 3;
}

.article-info{
    padding: 20px;
    background: #fff;
}

.article-recommend{
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}

.article-info-header{
    display: flex;
    flex-direction: column;

}

.article-info-remark{

    padding:15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.article-info-remark a{
    color:#00a0e9;
}
.time-and-read{
    color:#999;
    display: flex;
    gap: 16px;
}

.article-info-content{
    font-size: 16px;
    color:#555 !important;
    line-height: 32px;
    padding:20px 10px;
    border-bottom: 1px solid #eee;
    word-break: break-all;
    word-wrap: break-word;
}


.article-info-content p {

    word-wrap: break-word;
}

.article-info-content img{
    width: 100% !important;
}
.article-info-operate{
    font-size:16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding:15px 10px;
}

.article-recommend h3{
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.article-list .article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 1px;
    padding: 15px 15px;
    /*border-radius: 6px;*/
    transition: box-shadow 0.3s;
}



.article-list .article-item:hover {
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: rgba(241, 243, 255, 0.46);
}
.article-list .article-item p {
    font-size: 16px;
    margin: 0 0 5px;
    color: #333;
}
.article-list .article-item .meta {
    font-size: 13px;
    color: #999;
}


.sidebar {
    min-width: 260px;
    /*max-height: 1755px;*/
    flex: 1;
    /*background: #fff;*/
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.sidebar .qrcode {
    text-align: center;
    margin-bottom: 10px;
}
.sidebar .qrcode img {
    width: 100%;
    border-radius: 4px;
}
.sidebar .recommend-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.sidebar .recommend-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.no-select {
    margin-top: -10px;
    white-space: pre-line;
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer */
}

.luoji-intro{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ea9518;
    font-size: 22px;
    font-weight: bold;
}

.luoji-intro i{
font-size: 26px;
}
@font-face {
    font-family: "iconfont"; /* Project id 4959989 */
    src: url('//at.alicdn.com/t/c/font_4959989_3jo8uggene3.woff2?t=1750914750815') format('woff2'),
    url('//at.alicdn.com/t/c/font_4959989_3jo8uggene3.woff?t=1750914750815') format('woff'),
    url('//at.alicdn.com/t/c/font_4959989_3jo8uggene3.ttf?t=1750914750815') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tixing:before {
    content: "\e613";
}
