﻿.page-article {
    padding-top: 40px;
}

.sidebar {
    width: 280px;
    background-color: #fff;
    float: left;
}

.sidebar a {
    display: block;
}

.sidebar .title {
    width: 278px;
    height: 114px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: table;
    position: relative;
    background: #1073b7;
}

.sidebar .title span {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sidebar .list {
    width: 277px;
    border-left: solid #dae0ee 1px;
    border-right: solid #dae0ee 1px;
    background: url(list_new_bg.png) no-repeat top center;
    padding-top: 10px;
    min-height: 600px;
    border-bottom: solid #dae0ee 1px;
}

.sidebar .list .item {
    margin: 0 20px;
    height: 65px;
    line-height: 65px;
    padding-left: 50px;
    border-bottom: solid 1px #e6e3e3;
    background-size: 0 100%;
    transition: all 0.3s;
    position: relative;
    background: url("dot.png") no-repeat 20px center;
}

.sidebar .list .item .nav-link {
    font-size: 18px;
}

.sidebar .list .item:hover,
.sidebar .list .item.on {
    background: url("dot_on.png") no-repeat 20px center;
}

.sidebar .list .item:hover a,
.sidebar .list .item.on a {
    color: #1073b7;
}

.article-list {
    float: left;
    padding-left: 50px;
    width: 870px;
}

.article-list #myzj_bd {
    min-height: 760px;
}

.article-list .article-list-title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.article-list .article-list-title span {
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    padding-left: 20px;
}

.article-list .article-list-title span::before {
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #eb5f00;
    content: "";
    display: block;
}

.article-list .article-list-layout {
    padding-top: 20px;
}

.article-list .article-list-layout .list-group {
    display: block;
}

.article-list .article-list-layout .list-group .list-item {
    padding-left: 0;
}

.article-list .article-list-layout .list-group .list-item .list-item-action {
    padding-left: 20px;
}

.article-list .article-list-layout .list-group .list-item:nth-child(5n)::after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #a6c5e1;
    margin-top: 32px;
    margin-bottom: 4px;
}

.article-list .article-list-layout * {
    text-indent: 2em;
    line-height: 36px !important;
    font-size: 18px !important;
}