/* 面包屑的样式 */
.wx-breadcrumb {
    position: relative;

    height: 18px;
    padding-left: 24px;
    margin: 24px 0px;
    line-height: 18px;

    font-size: 16px;

    color: #333;
}

.wx-breadcrumb:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 18px;

    content: '';

    background: url(zw2020_breadIcon.png) center no-repeat;
    background-size: 100%;
}

/* 中间内容部分 */

/* 左侧导航栏 */
.wx-wjtz-nav {
    float: left;

    width: 220px;
}

.wx-wjtz-nav-item {
    border-top: 1px solid #c5c5c5;
    line-height: 62px;
    font-size: 18px;
    text-align: center;
}

.wx-wjtz-nav-item:last-child {
    border-bottom: 1px solid #c5c5c5;
}

.wx-wjtz-nav-item.active,
.wx-wjtz-nav-item:hover {
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.wx-wjtz-nav-item.active {
    color: #fff;
}

.wx-wjtz-nav-item:hover {
    color: #fff;
}

 a {
    text-decoration: none;
    color: #333;
}

/* 主题内容部分 */
.wx-wjtz-article {
    float: right;

    width: 75%;
    margin-top: -10px;
}

.wx-tzgg-li {
    position: relative;

    padding-right: 116px;
    line-height: 32px;

    font-size: 16px;
    
    color: #bcbcbc;
}

.wx-tzgg-li a {
    display: inline-block;

    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;

    font-size: 16px;

    color: #333;
}

.wx-tzgg-li a:hover {
    color: #034ea2;
}

.wx-tzgg-time {
    position: absolute;
    right: 0;
    top: 0;

    font-size: 16px;
    color: #bcbcbc;
}

.wx-wjtz-pagetion {
    margin-top: 30px;
}