body {
    background: #f6f6f6;
}
.wp_entry img{
    width:100%!important;
    height:auto!important;
}

#wp_column_article .wp_entry{
    overflow: auto;
}

.content {
    flex: 1;
    padding: 30px 0;
}

.content-left {
    width: 18.75%;
}

.content-right {
    width: 79%;
}

.left-head {
    background: linear-gradient(-30deg, #0088FF 0%, #0BBAFB 100%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.left-ul {
    background: #fff;
}

.left-ul li {
    padding: 15px 30px;
    border-bottom: 1px solid #DCDCDC;
}

.left-ul li a {
    font-size: 16px;
    color: #313131;
}

.left-ul li a:hover {
    color: #0078BF;
}

/*  */

.breadcrumb {
    background: transparent;
    font-size: 12px;
    color: #777777;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb>li+li+li:before {
    color: #777777;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #777777;
}


.font-list {
    padding: 30px 0 30px 40px;
    position: relative;
}

.font-list a {
    font-size: 18px;
    color: #1B1B1B;

    padding-right: 20px;
    max-width: calc(100% - 78px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-list a:hover {
    color: #0078BF;
}

.font-list span {
    font-size: 14px;
    color: #A0A0A0;
    display: inline-block;
    min-width: 78px;
}

.font-list::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0078BF;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}


.right-content {
    background: #fff;
    padding: 0 40px 40px;
}

.right-head {
    font-size: 24px;
    font-weight: 700;
    color: #0377DC;
    border-bottom: 1px solid #DCDCDC;
    padding: 30px 0;
}

/* webplus */
.left-ul li {
    padding: 0;
}

.wp_listcolumn .wp_column a {
    border: 0 none;
    background: transparent;
    position: relative;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected,
.wp_listcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_column a:hover,
.wp_listcolumn .wp_column a.selected {
    background: transparent;
    color: #0377DC;
}

.wp_listcolumn .wp_column a .column-name {
    line-height: 40px;
}

.wp_listcolumn .wp_column a::after {
    display: block;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.wp_listcolumn .wp_subcolumn .wp_column a {
    border: 0 none;
    background: transparent;
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 30px;
}

/*  */
.breadcrumb .Column_Position span {
    display: none;
}

.breadcrumb .Column_Position>a:not(:last-of-type)::after {
    color: #333333;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb .Column_Position>a {
    font-size: 12px;
    color: #666666;
}

.wp_article_list .list_item {
    border: 0 none;
}

.wp_article_list .list_item .Article_Index {
    display: none;
}

.wp_article_list .list_item .pr_fields {
    padding-right: 20px;
    max-width: calc(100% - 78px);
}

.wp_article_list .list_item .Article_Title {
    width: 100%;
}

.wp_article_list .list_item .pr_fields a {
    font-size: 18px;
    color: #1B1B1B;
}

.wp_article_list .list_item .pr_fields a:hover {
    color: #0078bf;
}

.wp_article_list .list_item {
display: flex;
    justify-content: space-between;
    height: auto;
    position: relative;
    align-items: center;
    padding-left: 40px;
    margin: 15px 0;
}

.wp_article_list .list_item::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0078BF;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.wp_article_list .list_item .Article_PublishDate {
    font-size: 14px;
    color: #A0A0A0;
    min-width: 78px;
}

/* 0515 */

.shizi-body .wp_article_list_table tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px 0;
}

.shizi-body .wp_article_list_table .albumn_info {
    display: flex;
}

.wp_listalbumn .albumn_info .Article_Title {
    margin: 0 0 0 20px;
}

.shizi-body .wp_article_list_table .wp_listalbumn {
    width: auto;
    border: 1px solid #DCDCDC;
    padding: 10px;
    transition: all .3s ease;
}

.shizi-body .wp_article_list_table .wp_listalbumn:hover {
    border: 1px solid #0377DC;
    box-shadow: 0px 2px 12px 0px rgba(3, 119, 220, 0.2);
}

.wp_listalbumn .albumn_info a {
    font-size: 24px;
    color: #0377DC;
}
.wp_paging{
    float:none;
    margin-top:20px;
    display: flex;
    justify-content: end;
    flex-wrap:wrap;
}

.wp_single.wp_column_article{
    padding-top:20px;
}

@media screen and (max-width:1023px) {

    .content-left,
    .content-right {
        width: 100%;
    }

    .content {
        padding-top: 0;
    }

    .content-box{
        flex-wrap:wrap;
}
}

@media screen and (max-width:768px) {
    .right-head {
        padding: 20px 0;
    }

    .right-content {
        padding: 0 20px  10px;
    }

.wp_article_list .list_item{
    padding-left:20px;
    flex-wrap:wrap;
}
.wp_article_list .list_item::after{
    left:10px;
    width:4px;
    height:4px;

    top:11px;
    transform: translateY(0);
}
.wp_article_list .list_item .pr_fields a{
    font-size:16px;
}

.wp_article_list .list_item .Article_PublishDate{
    font-size:12px;
    min-width:70px;
text-align:right;
width:100%;
}

.wp_article_list .list_item .pr_fields {
    padding-right: 5px;
    max-width: 100%;
width:100%;
}

.wp_article_list .list_item .ex_fields {
    display: block;
    float: none;
    width: 100%;
}
}