@charset "UTF-8";
body {
    min-width: 1200px;
    background: #fff7e2;
}

/* 头部 */
.xxgc-header {
    min-height: 836px;
    background: url(/statics/images/xxgcershi/header-img.png) no-repeat center 100%;
}
.xxgc-header #logo {
    display: block;
    position: absolute;
    width: 460px;
    left: 67px;
    top: 70px;
}

/* 内容 */
.list-content {
    margin: 83px auto;
}
.list-content > div {
    width: -webkit-calc((100% - 48px) / 2);
    width: -moz-calc((100% - 48px) / 2);
    width: calc((100% - 48px) / 2);
}
.list-content h2 {
    position: relative;
}
.list-content h2 a {
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    color: #e6968a;
}
.list-content h2 a:hover {
    font-weight: bold;
}
.list-content ul {
    margin-top: 0.5em;
    padding-right: 0.5em;
}
.list-content ul li {
    position: relative;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px dashed #c0bdb4;
}
.list-content ul li a {
    max-width: 75%;
    line-height: inherit;
    text-indent: 1.5em;
}
.list-content ul li a:hover {
    font-weight: bold;
}
.list-content ul li span {
    line-height: inherit;
    font-size: 16px;
    color: #c1c1c1;
}
.list-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 26px;
    background: url(/statics/images/xxgcershi/list-icon.png) no-repeat;
}
.list-content ul li:last-of-type {
    border: none;
}

/* 全省 */
.lsqk-content {
    position: relative;
    padding-bottom: 80px;
}
.lsqk-content h2 {
    width: 100%;
    margin-bottom: 45px;
}
.lsqk-content ul {
    padding: 25px;
    width: 100%;
    min-height: 400px;
    border-top: 5px solid #cf3a36;
    background: -webkit-linear-gradient(top, #fffbf1 90%, transparent);
    background: -moz-linear-gradient(top, #fffbf1 90%, transparent);
    background: -o-linear-gradient(top, #fffbf1 90%, transparent);
    background: linear-gradient(to bottom, #fffbf1 90%, transparent);
    box-shadow: 5px 0 30px rgba(200, 31, 30, 0.35);
}
.lsqk-content ul li {
    position: relative;
    height: 58px;
    line-height: 58px;
}
.lsqk-content ul li a {
    text-indent: 1em;
    line-height: 58px;
    max-width: 80%;
}
.lsqk-content ul li a:hover {
    font-weight: bold;
}
.lsqk-content ul li span {
    line-height: 58px;
    font-size: 16px;
    color: #b8b8b8;
}
.lsqk-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    -moz-transform: translateY(-50%) rotateZ(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg);
    width: 0.33em;
    height: 0.33em;
    background: #c81f1e;
}
.lsqk-content .list-more {
    position: absolute;
    right: 1em;
    bottom: 130px;
    color: #b8b8b8;
}
.lsqk-content .list-more:hover {
    font-weight: bold;
    color: var(--defaultHoverColor);
}
