@charset "UTF-8";
/* 政务公开*/
.zwgk-container {
    background: #fff;
    padding: 40px 20px;
    position: relative;
    margin-top: 40px;
    min-height: 1500px;
}

.zwgk-title {
    font-size: 66px;
    text-align: center;
    font-weight: bold;
    color: var(--defaultTitleColor);
}

.zwgk-search {
    width: 100%;
    height: 50px;
    margin: 30px 0 0px;
}
.zwgk-search .input-box {
    position: absolute;
    width: 510px;
    height: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zwgk-search .input-box form {
    width: 100%;
    height: 100%;
}
.zwgk-search .input-box input {
    width: 100%;
    height: 100%;
    padding: 0 2em;
    border: 2px solid var(--defaultTitleColor);
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    color: var(--defaultTitleColor);
}
.zwgk-search .input-box button {
    position: absolute;
    right: 9px;
    top: 2px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url(../images/common/search-icon.png) no-repeat center right;
}
.zwgk-search .input-box::after,
.zwgk-search .input-box::before {
    position: absolute;
    top: 50%;
    content: '';
    height: 2px;
    background: var(--defaultTitleColor);
    width: 280px;
}
.zwgk-search .input-box::before {
    left: 0;
    -webkit-transform: translate(-105%, -50%);
    -moz-transform: translate(-105%, -50%);
    -ms-transform: translate(-105%, -50%);
    -o-transform: translate(-105%, -50%);
    transform: translate(-105%, -50%);
}
.zwgk-search .input-box::after {
    right: 0;
    -webkit-transform: translate(105%, -50%);
    -moz-transform: translate(105%, -50%);
    -ms-transform: translate(105%, -50%);
    -o-transform: translate(105%, -50%);
    transform: translate(105%, -50%);
}

.zwgk-main {
    width: 100%;
    padding: 50px;
}

.zwgk-content {
    width: -webkit-calc(100% - 256px - 25px);
    width: -moz-calc(100% - 256px - 25px);
    width: calc(100% - 256px - 25px);
    border: 2px solid var(--defaultTitleColor);
    margin-bottom: 30px;
}

.zwgk-aside {
    width: 256px;
}
.zwgk-aside li {
    position: relative;
    margin-bottom: 10px;
}
.zwgk-aside li:nth-child(1) div {
    background: #fff url(../images/common/zwgk-icon1.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(1) div:hover,
.zwgk-aside li:nth-child(1) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon1.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(2) div {
    background: #fff url(../images/common/zwgk-icon2.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(2) div:hover,
.zwgk-aside li:nth-child(2) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon2.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(3) div {
    background: #fff url(../images/common/zwgk-icon3.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(3) div:hover,
.zwgk-aside li:nth-child(3) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon3.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(4) div {
    background: #fff url(../images/common/zwgk-icon4.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(4) div:hover,
.zwgk-aside li:nth-child(4) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon4.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(5) div {
    background: #fff url(../images/common/zwgk-icon5.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(5) div:hover,
.zwgk-aside li:nth-child(5) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon5.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(6) div {
    background: #fff url(../images/common/zwgk-icon6.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(6) div:hover,
.zwgk-aside li:nth-child(6) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon6.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(7) div {
    background: #fff url(../images/common/zwgk-icon7.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(7) div:hover,
.zwgk-aside li:nth-child(7) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon7.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(8) div {
    background: #fff url(../images/common/zwgk-icon8.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(8) div:hover,
.zwgk-aside li:nth-child(8) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon8.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(9) div {
    background: #fff url(../images/common/zwgk-icon9.png) no-repeat 42px center;
}
.zwgk-aside li:nth-child(9) div:hover,
.zwgk-aside li:nth-child(9) div.active {
    background: var(--defaultTitleColor) url(../images/common/zwgk-current-icon9.png) no-repeat 42px center;
}
.zwgk-aside li div {
    border: 2px solid var(--defaultTitleColor);
    height: 100px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.zwgk-aside li div a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 26px 50px 0 100px;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: var(--defaultTitleColor);
}
.zwgk-aside li div.short a {
    padding-right: 0;
    padding-top: 35px;
}
.zwgk-aside li div:hover {
    background: var(--defaultTitleColor);
}
.zwgk-aside li div:hover span::before,
.zwgk-aside li div:hover span::after {
    background: #fff;
}
.zwgk-aside li div:hover a {
    color: #fff;
}
.zwgk-aside li div.active {
    background: var(--defaultTitleColor);
}
.zwgk-aside li div.active span::before,
.zwgk-aside li div.active span::after {
    background: #fff;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.zwgk-aside li div.active a {
    color: #fff;
}
.zwgk-aside li div.active ~ dl {
    display: block;
    height: auto;
    padding: 10px 0 8px;
}
.zwgk-aside li div span {
    float: right;
    position: relative;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.zwgk-aside li div span:after,
.zwgk-aside li div span:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: var(--defaultTitleColor);
}
.zwgk-aside li div span:after {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.zwgk-aside li dl {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    padding: 0;
    height: 0px;
    border-top: none;
    overflow: hidden;
    display: none;
    position: relative;
    border: 2px solid var(--defaultTitleColor);
    text-indent: 1em;
    color: var(--defaultTitleColor);
    line-height: 2;
    transition: all 1s;
}
.zwgk-aside li dl:first-child {
    border-top: none;
}
.zwgk-aside li dl dt {
    display: block;
    border-bottom: 10px solid #fff;
    line-height: 2;
    width: 100%;
    background: #f0f0f0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--defaultTitleColor);
}
.zwgk-aside li dl dt:first-child {
    border-top: none;
}
.zwgk-aside li dl dt:last-child {
    margin: 0;
}
.zwgk-aside li dl dt i {
    display: none;
    color: #fff;
}
.zwgk-aside li dl dt span {
    line-height: 1.5;
    vertical-align: top;
    font-size: 20px;
    margin-left: 4em;
}
.zwgk-aside li dl dt .asub {
    display: none;
}
.zwgk-aside li dl dt a {
    display: block;
    width: 100%;
    color: var(--defaultTitleColor);
}
.zwgk-aside li dl .current {
    color: #fff;
    background: var(--defaultTitleColor);
}
.zwgk-aside li dl .current a {
    color: #fff;
}
.zwgk-aside li dl .current i {
    display: block;
    margin: 0px auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-indent: 3em;
    background: #f0f0f0;
}
.zwgk-aside li dl .current i a {
    color: var(--defaultTitleColor);
}
.zwgk-aside li dl .current .cadd {
    display: none;
}
.zwgk-aside li dl .current .asub {
    display: inline;
}
.zwgk-aside li dl .current .icurrent {
    background: var(--defaultTitleColor);
}
.zwgk-aside li dl .current .icurrent a {
    color: #fff;
}

/* 信息公开指南 */
.zwgk-zn {
    line-height: 2;
    overflow-y: auto;
    width: 99%;
    max-height: 1200px;
    padding: 2em;
    /* 1. 首先定义样式外观 */
    /* 2. 设置滚动条的状态 */
}
.zwgk-zn::-webkit-scrollbar {
    width: 10px;
}
.zwgk-zn::-webkit-scrollbar-track {
    background: #fff;
}
.zwgk-zn::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
.zwgk-zn:hover::-webkit-scrollbar-thumb {
    background: #286dc0;
}
.zwgk-zn h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: --defaultFontColor;
    line-height: 3;
}
.zwgk-zn .zwgk-count-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.zwgk-zn h3 {
    font-weight: bold;
    line-height: 3;
}
.zwgk-zn a {
    color: var(--defaultTitleColor);
}
.zwgk-zn a.file2 {
    margin-left: 3.2em;
}

.count-net .zwgk-zn img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -1%);
    -moz-transform: translate(-50%, -1%);
    -ms-transform: translate(-50%, -1%);
    -o-transform: translate(-50%, -1%);
    transform: translate(-50%, -1%);
    width: 142% !important;
    height: auto !important;
    display: block;
}

/* 政策文件 */
.zwgk-file ul li {
    padding: 10px;
    font-size: 16px;
}
.zwgk-file ul li a {
    color: var(--defaultTitleColor);
}
.zwgk-file ul li a:hover {
    font-weight: bold;
}
.zwgk-file ul li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--defaultTitleColor);
    border-radius: 50%;
    vertical-align: middle;
}
.zwgk-file table {
    padding: 0 2em;
    width: 100%;
}
.zwgk-file table thead {
    display: block;
    width: 100%;
    border-bottom: 2px solid var(--defaultTitleColor);
}
.zwgk-file table thead tr {
    display: block;
    width: 100%;
}
.zwgk-file table thead tr th {
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 32%;
}
.zwgk-file table thead tr th:nth-child(1) {
    text-align: left;
    text-indent: 1em;
}
.zwgk-file table thead tr th:nth-child(3) {
    text-align: right;
}
.zwgk-file table tbody tr {
    display: block;
    min-height: 100px;
}
.zwgk-file table tbody tr td {
    display: inline-block;
}
.zwgk-file table tbody tr td.item-num {
    text-indent: 1em;
    width: 10%;
    font-weight: bold;
    font-size: 20px;
    line-height: 100px;
}
.zwgk-file table tbody tr td.item-title {
    width: 58%;
    font-size: 16px;
    text-align: left;
}
.zwgk-file table tbody tr td.item-title p {
    font-size: 14px;
    color: var(--defaultTitleColor);
}
.zwgk-file table tbody tr td.item-down {
    text-align: right;
}
.zwgk-file table tbody tr td.item-down a {
    font-size: 14px;
    margin: 0 15px;
    color: var(--defaultTitleColor);
}
.zwgk-file table tbody tr td.item-down a:last-child {
    margin-right: 0;
}
.zwgk-file table tbody tr td.item-down a:hover {
    font-weight: bold;
}
.zwgk-file table tbody tr:nth-child(5n) {
    border-bottom: 1px solid var(--defaultTitleColor);
}

/* 通用列表 */
.zwgk-list {
    padding: 2em;
}
.zwgk-list .list-link {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.zwgk-list .list-link .list-link-item {
    line-height: 2;
    font-size: 24px;
    color: var(--defaultTitleColor);
}
.zwgk-list .list-link .list-link-item:hover {
    color: var(--defaultHoverColor);
}
.zwgk-list .list-link .link-img {
    padding: 5px;
    background: var(--defaultTitleColor);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(33%, -174%);
    -moz-transform: translate(33%, -174%);
    -ms-transform: translate(33%, -174%);
    -o-transform: translate(33%, -174%);
    transform: translate(33%, -174%);
    text-align: center;
    color: #fff;
}
.zwgk-list .list-link .link-img p {
    font-size: 12px;
}
.zwgk-list .list-link .link-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(90%);
    -moz-transform: translateY(90%);
    -ms-transform: translateY(90%);
    -o-transform: translateY(90%);
    transform: translateY(90%);
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: var(--defaultTitleColor) transparent transparent var(--defaultTitleColor);
}
.zwgk-list .list-title {
    border-bottom: 2px solid var(--defaultTitleColor);
}
.zwgk-list .list-title h2 {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px 3px;
    background: var(--defaultTitleColor);
}
.zwgk-list .list-main li {
    padding: 10px 1em;
}
.zwgk-list .list-main li i {
    float: left;
    display: block;
    width: 6px;
    height: 6px;
    background: #333;
    margin-right: 15px;
    margin-top: 10px;
}
.zwgk-list .list-main li a {
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .zwgk-list .list-main li a {
        margin-right: 0;
    }
}
.zwgk-list .list-main li:hover i {
    background: var(--defaultTitleColor);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.zwgk-list .list-main li:hover a {
    color: var(--defaultTitleColor);
    font-weight: bold;
}
.zwgk-list .list-main li:nth-child(5n) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--defaultTitleColor);
    margin-bottom: 10px;
}
.zwgk-list .list-main li:last-child {
    border: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.zwgk-list .list-more {
    text-align: center;
    margin: 20px 0;
}
.zwgk-list .list-more a {
    width: 92px;
    height: 36px;
    line-height: 36px;
    background: var(--defaultTitleColor);
    display: inline-block;
    color: #fff;
}
.zwgk-list .list-more a:hover {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

/* 分页 */
#pages {
    padding: 14px 0 10px;
    font-family: SimSun;
    text-align: center;
    margin: 0 auto;
    clear: both;
    line-height: 35px;
}
#pages a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    font-family: '微软雅黑';
}
#pages a.a1 {
    width: 75px;
    padding: 0;
}
#pages ahover {
    text-decoration: underline;
}
#pages span {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: var(--defaultTitleColor);
    border: 1px solid var(--defaultTitleColor);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    font-family: '微软雅黑';
}
/* 增加的来源 */
.show-name {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid var(--defaultLineColor);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.show-name dl {
    float: left;
    color: #666;
    font-size: 16px;
}
.show-name dl dt,
.show-name dl dd {
    float: left;
    float: left;
}
