body {
    background: #f6f6f6;
}

.szjj-others ul {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 20px;
}

.szjj-others .wp_article_list .list_item .pr_fields {
    float: none;
    display: block;
}

.szjj-others .wp_article_list .list_item .Article_Title {
    float: none;
    display: block;
    text-align:center;
}

.wp_entry img{
    width:100%!important;
    height:auto!important;
}
.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;
}

/* 0520 */
/*.wp_article_list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(10, 1fr);
}*/

.jsj-box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(10, 1fr);
    text-align: center;
}

.articlelist3_tr {
    background: none;
}

.renyuan-title {
    color: #1461cd;
    text-align: center;
    font-size: 18px;
    margin:20px 0;
}

.pub-biaoti {
    font-weight: 700;
    background: #8db3e2;
    padding: 12px 10px;
    border: 1px solid #DDD;
    font-size: 14px;
    margin: 40px 0 20px 0;
}

.wp_article_list .list_item .Article_Index {
    display: none;
}

.wp_article_list .list_item {
    border-bottom: 0;
}
@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;
    }
    .szjj-others ul,
    .jsj-box{
        grid-template-columns: repeat(5, 1fr);
        grid-gap:10px 13px;
    }
}

@media screen and (max-width:350px){
    .szjj-others ul,
    .jsj-box{
        grid-template-columns: repeat(4, 1fr);
        grid-gap:10px 13px;
    }
} 