body {
    background: #f6f6f6;
}

.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>a {
    font-size: 16px;
    color: #313131;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #DCDCDC;
}

.left-ul>li.active>a,
.left-ul>li>a:hover,
.left-second-ul>li.active>a,
.left-second-ul>li>a:hover {
    color: #0377DC;
}

.left-second-ul>li>a {
    font-size: 15px;
    color: #313131;
    display: block;
    padding: 12px 20px 12px 35px;
    border-bottom: 1px solid #DCDCDC;
}

.left-second-ul>li>a:hover {
    color: #0377DC;
}

/*  */
.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: 17px 0 17px 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: #0377DC;
}

.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: #0377DC;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.right-content {
    background: #fff;
    padding: 0 40px;
}

.right-head {
    font-size: 24px;
    font-weight: 700;
    color: #0377DC;
    border-bottom: 1px solid #DCDCDC;
    padding: 30px 0;
}

.list-all {
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
}


/*  */
.skip>* {
    margin: 0 5px;
    color: #333;
}

.skip input,
.skip button {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 30px;
}

.skip button {
    transition: all .3s ease;
    /* border-radius: 2px; */
}

.skip button:hover {
    background: #0377DC;
    color: #fff;
    border: 1px solid #0377DC;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

input[type="number"]:focus {
    border: 1px solid #89c8ff;
}

.pagination {
    flex-wrap: nowrap;
}

.pagination>li {
    transition: all .3s ease;
    border: 1px solid #D6D6D6;
    /* border-radius: 2px; */
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 0.5rem;
}

.pagination>li:hover,
.pagination>li.active {
    background: #0377DC;
    color: #fff;
    cursor: default;
    border-color: #0377DC;
}

.pagination>li:hover a,
.pagination>li.active a {
    color: #fff;
}

nav .pagination li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-content: center;
}

nav .skip {
    font-size: 14px;
}

nav>* {
    margin-bottom: 5px;
}

nav {
    padding: 20px 0;
}

/* webplus */

/* webplus */
.left-ul li {
    padding: 0;
}

.wp_listcolumn .wp_column a {
    border: 0 none;
    background: transparent;
    position: relative;
    font-weight:400!important;
    font-size:16px;
    border-bottom: 1px solid #DCDCDC;
}
.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: #0078BF;
}
.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;

    border-bottom: 1px solid #DCDCDC;
}
.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);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wp_article_list .list_item .Article_Title {
    width: 100%;
}

.wp_article_list .list_item .pr_fields a {
    white-space: nowrap;
    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: 60px;
    line-height: 60px;
    position: relative;
    padding-left: 40px;
}

.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;
}

@media screen and (max-width:1023px) {
    .content-left {
        display: none;
    }

    .content-right {
        width: 100%;
    }

    .content {
        padding-top: 0;
    }
}

@media screen and (max-width:900px) {
    .right-content {
        padding: 0 20px;
    }
}

@media screen and (max-width:768px) {
    .right-head {
        padding: 20px 0;
    }

    .right-content {
        padding: 0 20px;
    }

    .font-list {
        padding: 10px 0 10px 20px;
    }

    .font-list::after {
        left: 8px;
    }

    .font-list a {
        font-size: 16px;
        width: calc(100% - 67px);
        padding-right: 10px;
    }

    .font-list span {
        font-size: 12px;
        min-width: 67px;
    }

}