@charset "UTF-8";
body {
    min-width: 1200px;
    background: #fff;
    --h-color-r: #be0a0b;
    --h-color-b: #4162e0;
}

/* 参政为公 */
.cz-header {
    min-height: 681px;
    background: url(/statics/mjyn/images/specials/czwg/cz-header.png) no-repeat top center;
}

/* 社会服务 */
.fw-header {
    background: url(/statics/mjyn/images/specials/czwg/sh-header.png) no-repeat top center;
    min-height: 837px;
}

.cz-container .breadcrumb a:hover {
    color: var(--h-color-r);
}
.cz-container ul li a:hover {
    color: var(--h-color-r);
}
.cz-container ul li::before {
    background: var(--h-color-r);
}

.fw-container {
    background: rgba(255, 255, 255, 0.6);
    margin-top: -300px;
    padding: 20px;
    border-radius: 20px;
}
.fw-container .breadcrumb a:hover {
    color: var(--h-color-b);
}
.fw-container ul {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px;
    border-radius: 20px;
    padding: 1%;
    background: #fff;
}
.fw-container ul li a:hover {
    color: var(--h-color-b);
}
.fw-container ul li::before {
    background: var(--h-color-b);
}

.breadcrumb {
    color: #666;
    margin-bottom: 30px;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb a:hover {
    color: var(--h-color-r);
}

.container {
    padding: 30px 0;
}
.container ul li {
    position: relative;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-indent: 1em;
}
.container ul li a {
    line-height: 62px;
    float: left;
    max-width: 80%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.container ul li a:hover {
    font-weight: bold;
}
.container ul li span {
    float: right;
    color: #666;
    font-size: 16px;
}
.container ul li:nth-of-type(5n) {
    height: 72px;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 10px;
}
.container ul li:nth-of-type(5n)::before {
    margin-top: -5px;
}
.container ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.container ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
}
