.layui-table-click {
    background-color: #ebdeb8;
}

.main-container {
    width: 100%;
    text-align: center;
}

.main-container a {
    text-decoration: none;
    color: #3d2515;
}

.new_list {
    width: 100%;
    color: #3d2515;
}

.new_list a {
    text-align: start;
    border-bottom: 1px dashed #a28547;
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.new_list a:hover {
    background:rgba(255,244,194,.3);
}

.page_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    color: #734f27;
}

.page_box span {
    margin-right: 1rem;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #bb8a2d;
}

.new_time {
    min-width: 100px;
    margin-left: 1rem;
}

.active {
    background: #ebdeb8 !important;
    color: #414660;
}
.detail{
    width: 98%;
    margin: 0 auto;
    color: #3d2515;
}
.detail_t{
    font-size:1.5rem;
    text-align: center;
    border-bottom:3px solid #282b3b;
}

.create_time {
    font-size: 1rem;
    padding: 1rem 0;
}

.create_time span:first-child {
    margin-right: 1.2rem;
}

.create_time a {
    color: #00ceff;
}

.create_time a:hover {
    text-decoration: underline;
}

#news-markdown-view {
    font-size: 1rem;
    line-height:2rem;
    padding-top: 1.2rem;
    box-sizing: border-box;
    background: none;
    color: #3d2515;
}

#news-markdown-view li {
    list-style: initial;
}