/*listcolumn*/
.list-main{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 250px auto;
    gap: 20px;
}

.list-main .left{
    width: 250px;
    height: 60px;
    background-color: #2e8705;
}

.list-main .right{
    height: 65vh;
}

.list-main .right .right-content{
    overflow: auto;
    height: 430px;
}

.list-main .left-content{
    height: 100%;
    display: flex;
    align-items: center;
}

.column_name{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.list-main .right .right-title{
    height: 60px;
    border-bottom: 1px solid #c3c3c4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-main .right .right-title .list-title{
    display: flex;
    height: 100%;
    border-bottom: 3px solid #cbcbcb;
    align-items: center;
}

.list-main .right .right-title .list-title .column_name{
    color: #2e8705;
    padding: 0 10px;
}

.column_position a{
    color: #000;
    text-decoration: none;
}

.wp_article_list{
    padding: 0;
    list-style-type: none;
}

.wp_article_list .list_item{
    border-bottom: 0;
    padding-bottom: 12px;
}

.wp_article_list .list_item a{
    color: #000;
    text-decoration: none;
}

.wp_article_list .list_item .article_index{
    display: none;
}

/*displayinfo*/
.dis-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
}

.dis-main .dis-title{
    margin-bottom: 10px;
}

.dis-main .article_title{
    font-size: 23px;
    color: #2e8705;
    font-weight: 900;
}

.dis-main .dis-attribute{
    display: flex;
    gap: 20px;
}