/* 领导信息及文件板块 */

.gongkai-top-box {
    display: flex;
}

.gover-left {
    flex-shrink: 1;
    width: 0;
    flex: 300;
    margin-right: 15px;
}

.gover-leader-box {
    height: auto;
    padding: 15px;
    background-color: #fff;
}

.de-icon-block {
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #125DB2;
    margin-right: 4px;
    vertical-align: middle;
}

.de-icon-title {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #125DB2;
    vertical-align: middle;
}

.gover-leader-pic {
    width: 100%;
    text-align: center;
}

.gover-leader-pic img {
    display: block;
    width: 140px;
    margin: 20px auto 15px;
}

.gover-leader-info {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #333333;
}

.yd-box1 {
    margin-bottom: 20px;
}

.gover-yd-pic-box {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.gover-yd-pic-box img {
    width: 100%;
}

.gover-yd-name {
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #125DB2;
    text-align: center;
    width: 100%;
    padding: 15px 8px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.gover-yd-two {
    font-size: 0px;
}

.leader-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gover-yd-single {
    display: block;
    width: 47%;
    background-color: #edf6ff;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    padding: 12px 0px;
    margin-top: 15px;
}

.re-leadership-info-box {
    position: relative;
    margin-bottom: 15px;
    background-color: #EDF6FF;
    background-image: url('../material/assets/images/zhengwugongkai/border.png');
    background-repeat: repeat-y;
    background-size: 3px auto;
}
.re-leadership-info-box::before {
    z-index: 2;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 15px;
    height: 12px;
    background-image: url('../material/assets/images/zhengwugongkai/horn.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
    transform: rotateY(180deg);
}

.re-leadership-info-box::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 15px;
    height: 12px;
    background-image: url('../material/assets/images/zhengwugongkai/horn.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
    transform: rotateX(180deg) rotateY(180deg);
}

.gover-box-st {
    position: relative;
    height: 40px;
    color: #1764CE;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    background-image: url('../material/assets/images/zhengwugongkai/border_right.png');
    background-repeat: repeat-y;
    background-size: 3px auto;
    background-position: right;
}
.gover-box-st::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 15px;
    height: 12px;
    background-image: url('../material/assets/images/zhengwugongkai/horn.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
}

.gover-box-st::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 15px;
    height: 12px;
    background-image: url('../material/assets/images/zhengwugongkai/horn.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
    transform: rotateX(180deg);
}

.gover-box-st a, .gover-box-st b {
    display: block;
    height: 100%;
}

.gover-box-st a::before, .gover-box-st b::before {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 2px;
    background-image: url('../material/assets/images/zhengwugongkai/border_top.png');
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-position: top;
}

.gover-box-st a::after, .gover-box-st b::after {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 2px;
    background-image: url('../material/assets/images/zhengwugongkai/border_bottom.png');
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-position: top;
}

.re-leadership-info-box.act {
    background-color: rgb(60, 135, 240);
    background-image: url('../material/assets/images/zhengwugongkai/border_act.png');
}

.re-leadership-info-box.act::before {
    background-image: url('../material/assets/images/zhengwugongkai/horn_act.png');
}

.re-leadership-info-box.act::after {
    background-image: url('../material/assets/images/zhengwugongkai/horn_act.png');
}

.re-leadership-info-box.act .gover-box-st {
    background-image: url('../material/assets/images/zhengwugongkai/border_right_act.png');
}
.re-leadership-info-box.act .gover-box-st::before {
    background-image: url('../material/assets/images/zhengwugongkai/horn_act.png');
}

.re-leadership-info-box.act .gover-box-st::after {
    background-image: url('../material/assets/images/zhengwugongkai/horn_act.png');
}

.re-leadership-info-box.act .gover-box-st b::before {
    background-image: url('../material/assets/images/zhengwugongkai/border_top_act.png');
}

.re-leadership-info-box.act .gover-box-st b::after {
    background-image: url('../material/assets/images/zhengwugongkai/border_bottom_act.png');
}

.re-leadership-info-box.act b {
    color: #fff;
}

.gover-gongbao {
    padding: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.gover-gongbao .wrap {
    padding: 30px 0 21px;
    background-color: #E6F3FF;
    overflow: hidden;
}

.gover-gongbao .gongbao-link {
    display: block;
    width: 160px;
    max-width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.gover-gongbao .gongbao-link::before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 150%;
    height: 14px;
    background: url('../material/assets/images/zhengwugongkai/nianbao/nianbao_bg.png') center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.gover-gongbao .gongbao-link .content {
    position: relative;
    z-index: 2;
    padding: 15px;
    background-color: #F6F6F6;
}
.gover-gongbao .gongbao-link .text-img {
    width: 90%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.gover-gongbao .gongbao-link .year {
    font-weight: bold;
    color: #EC131A;
    font-size: 22px;
    margin-top: 30px;
}
.gover-gongbao .gongbao-link .qishu {
    font-weight: bold;
    color: #EC131A;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .gover-leader-pic img {
        margin: 0 auto 10px;
    }
    .gover-leader-info {
        margin-bottom: 0;
    }
}

.gover-pc {
    display: block;
}

.gover-yd {
    display: none;
}


/* 中间 */

.gover-infor-box {
    width: 0;
    flex: 670;
    flex-shrink: 1;
}

.gover-nav-title {
    line-height: 34px;
    font-size: 0px;
    margin-bottom: 0;
}

.gover-nav-title .p-nav-text-title {
    /* margin-right: 40px; */
    vertical-align: middle;
}

.gover-nav-title span:last-child {
    margin-right: 0px;
}

.gover-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #125DB2;
    padding: 4px 10px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 40px;
}

.gover-public-information-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gover-public-information-content .item {
    width: calc((100% - 45px) / 4);
    background: url(../material/assets/images/gover-bg2.png);
    background-size: 100% 100%;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #4386c0;
    padding: 10px 5px;
}
.gover-public-information-content .item:hover {
    background: url(../material/assets/images/gover-bg2_act.png);
    color: #fff;
}
.gover-public-information-content .item img {
    width: 30%;
    min-width: 40px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) { 
    .gover-public-information-content .item {
        width: calc((100% - 15px) / 2);
        font-size: 14px;
    }
    .gover-public-information-content .item:nth-of-type(1),
    .gover-public-information-content .item:nth-of-type(2) {
        margin-bottom: 15px;
    }
}

/* 右边 */
.gover-right {
    flex-shrink: 1;
    width: 0;
    flex: 200;
    margin-left: 15px;
}
.gover-right .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gover-right .link-list .item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 69px;
    padding: 0 15px;
    padding: 0 .15rem;
    background: #fff;
    margin-top: 15px;
    font-size: 16px;
}
.gover-right .link-list .item:hover {
    font-weight: bold;
}
.gover-right .link-list .item:first-of-type {
    margin-top: 0;
}
.gover-right .link-list .item img {
    margin-left: 5px;
    margin-left: .05rem;
    margin-right: 10px;
    margin-right: .1rem;
    width: 40px;
    max-width: 25%;
}

@media screen and (max-width: 750px) {
    .gongkai-top-box {
        flex-direction: column;
    }
    .gongkai-top-box > div {
        width: 100%;
    }
    .gover-right {
        margin-left: 0;
    }
    .gover-right .link-list .item {
        height: 60px;
        width: calc((100% - 15px) / 2);
    }
    .gover-right .link-list .item:nth-of-type(2) {
        margin-top: 0;
    }
}


.p-nav-box {
    display: inline-block;
}

.p-nav-text-active {
    color: #125DB2 !important;
}

.p-nav-text-title {
    color: #999999;
    font-weight: 600;
    font-size: 18px;
}

.p-nav-text-title:hover {
    cursor: pointer;
}

.de-content-text {
    margin-top: 0;
}

/* 搜索 */

.gover-search {
    display: flex;
    margin-top: 8px;
    background-color: #cde8ff;
    padding: 30px 20px;
    position: relative;
}

.gover-search-label {
    font-size: 20px;
    font-size: .2rem;
    font-weight: 600;
    color: #1764CE;
    line-height: 40px;
    height: 40px;
    margin-right: 40px;
}

.gover-search img {
    position: absolute;
    top: 43px;
    left: 190px;
}

.gover-search input {
    flex: 1;
    width: 0;
    height: 40px;
    padding-left: 35px;
}

.gover-btn-search button {
    height: 40px;
    width: 85px;
    flex-shrink: 0;
    background-color: #1764CE;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #CCCCCC;
    font-size: 14px;
    font-size: .14rem;
}

input::-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
    font-size: .14rem;
}


/* 政府公开信息 */

.gover-public-info-box {
    background-color: #F2F9FF;
    margin-top: 25px;
    padding: 30px 0px 30px;
}

.gover-title-active {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #1764CE;
    border-bottom: 2px solid #125DB2;
}

.gover-left-icon,
.gover-right-icon {
    display: inline-block;
    width: 48px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
}

.gover-icon-box {
    display: inline-block;
}

.gover-left-icon {
    background-color: #125DB2;
}

.gover-right-icon {
    background-color: #DBECFB;
}

.gover-public-content {
    font-size: 0px;
}


.gover-public-directory {
    background-color: #fff;
    padding: 15px;
}
.gover-public-directory-content {
    display: flex;
    flex-wrap: wrap;
}
.gover-public-directory-content .wrap {
    width: calc(100% / 8);
}
.gover-public-directory-content .item {
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 5px 0;
    padding: 15px 10px 5px;
    border-radius: 6px;
}

.gover-public-directory-content .item:hover {
    background: #dce0e5;
    transition: .3s;
}

.gover-public-directory-content .item img {
    width: 50%;
    max-width: 50px;
    border-radius: 50%;
}

.gover-public-directory-content .item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
@media screen and (max-width: 750px) {
    .gover-public-directory-content {
        margin: 0 -15px;
    }
    .gover-public-directory-content .wrap {
        width: calc(100% / 4);
    }
    .gover-public-directory-content .item {
        margin: 0;
        padding: 15 3px 5px;
    }
    .gover-public-directory-content .item p {
        font-size: 12px;
        margin: 5px 0;
    }
}


/* 政府信息公开 */

.gover-public-information {
    background-color: #fff;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.gover-public-title {
   margin-bottom: 15px;
}

.gongkai-block {
    background-color: #fff;
    padding: 15px 15px 5px;
    margin-bottom: 15px;
}

.gover-public-info-bg {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    color: #125DB2;
    background: url(../material/assets/images/gover-bg2.png) no-repeat center;
    background-origin: content-box;
    height: 60px;
    text-align: center;
    background-size: 100% 100%;
}

.gover-public-info-bg:last-child {
    margin-bottom: 0px;
}


/*****结束*****/


/* 基层政府信息公开 */

.gover-grass-roots-box {
    padding: 30px 0;
    background: url(../material/assets/images/gover-bg1.png) no-repeat center;
    background-size: cover;
}

.gover-grass-roots {
    display: flex;
    flex-wrap: wrap;
}
.gover-grass-roots .item {
    width: calc(100% / 6);
    padding: 10px;
    font-size: 16px;
}

.gover-grass-roots .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: #fff;
    color: #333333;
    padding: 15px;
}

.gover-grass-roots .item a:hover {
    background-color:#DBECFB;
    color: #125DB2;
}
@media screen and (max-width: 991px) {
    .gover-grass-roots .item {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .gover-grass-roots .item {
        min-height: 62px;
        width: calc(100% / 3);
        padding: 5px 5px;
        font-size: 12px;
    }
}

.gover-open-topics-box {
    background: url(../material/assets/images/gover-bg3.png) no-repeat center;
    padding: 30px 0px;
    padding: .3rem 0px;
    overflow: hidden;
    background-color: #F2F9FF;
}

.gover-open-topics {
    font-size: 0px;
    margin-top: 40px;
    margin-top: .4rem;
}

.gover-topics-four {
    display: inline-block;
    width: 22.75%;
    margin-right: 3%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    overflow: hidden;
}

.gover-topics-four img {
    width: 100%;
}

.gover-topics-four:last-child {
    margin-right: 0px;
}

.swiper-container {
    height: 200px;
    height: 2rem;
    line-height: 200px;
    line-height: 2rem;
    width: 100%;
    text-align: center;
}

.swiper-wrapper {
    margin-bottom: 10px;
}

.swiper-slide img {
    width: 95%;
    max-height: 100%;
    cursor: pointer;
}


/* 响应式 */

@media screen and (max-width: 1250px) {
    .gover-nav-title span {
        margin-right: 8px;
    }
    .p-nav-text-title {
        font-size: 16px;
    }
    .gover-btn-search button {
        width: 55px;
    }
    .gover-search img {
        left: 176px;
    }
}

@media screen and (max-width: 1033px) {
    .gover-search img {
        left: 160px
    }
}

@media screen and (max-width: 993px) {
    .gover-leader-box {
        padding: 10px 10px;
    }
    .gover-leader-box .leader-list-box {
        font-size: 0;
    }
    .gover-search-label {
        font-size: 18px;
        margin-right: 10px;
    }
    .gover-search img {
        left: 150px;
    }
    .gover-org-name span {
        margin-right: 5px;
    }
    .swiper-slide img {
        width: 90%;
    }
    .gover-public-info-bg {
        font-size: 18px;
    }
}

@media screen and (max-width: 750px) {
    .gover-nav-title span {
        margin-right: 15px;
    }
    .gover-policy-document .de-content-text {
        height: auto;
    }
    .gover-search-label {
        font-size: 16px;
        display: block;
    }
    .gover-search {
        padding: 20px 15px;
    }
    .gover-search img {
        position: absolute;
        top: 33px;
        left: 133px;
    }
    .gover-public-info-box {
        padding: 15px 0;
        margin-top: 15px;
    }
    .gover-grass-roots-box {
        padding: 15px 0;
    }
    .gover-public-info-bg {
        font-size: 18px;
    }
    .gover-grass-roots-content {
        background: url(../material/assets/images/gover-bg4.png);
    }
    .gover-topics-four {
        width: 100%;
    }
    .gover-pc {
        display: none;
    }
    .gover-yd {
        display: block;
    }
    .gover-grass-roots .item a {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .gover-public-info-bg {
        font-size: 16px;
    }
}

.file-catalogue-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 50px;
    margin-bottom: 15px;
    background-color: #125DB2;
}
.file-catalogue-box .catalogue-title, .file-catalogue-box .catalogue {
    flex: 1;
    line-height: 50px;
    text-align: center;
    color: transparent;
}
.file-catalogue-box .catalogue-title {
    z-index: 1;
    border-radius: 25px;
    background-color: #F4F4F4;
    color: #125DB2;
    z-index: 9;
}
.file-catalogue-box .catalogue {
    cursor: pointer;
}
.file-catalogue-box .catalogue .name {
    color: #fff;
}
.file-catalogue-box .catalogue .catalogue-list-box {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 45px;
    padding-top: 20px;
}
.file-catalogue-box .catalogue:hover .name {
    font-weight: bold;
}
.file-catalogue-box .catalogue:hover .catalogue-list-box {
    display: block;
}
.file-catalogue-box .catalogue .catalogue-list-box::after {
    position: absolute;
    content: '';
    left: 21%;
    top: 7px;
    width: 32px;
    height: 14px;
    z-index: 9;
    background-image: url('../material/assets/images/zhengwugongkai/catalogue_act.png');
    background-size: 100% 100%;
}
.file-catalogue-box .catalogue:nth-last-of-type(1) .catalogue-list-box::after {
    left: 73%;
}
.file-catalogue-box .catalogue .catalogue-list-box .list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #DDDDDD;
}
.file-catalogue-box .catalogue .catalogue-list-box .list .wrap {
    width: 33.33%;
    text-align: center;
    padding: 10px;
}
.file-catalogue-box .catalogue .catalogue-list-box .list .wrap .item {
    background-color: #417DC1;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-catalogue-box .catalogue .catalogue-list-box .list .wrap .item:hover {
    background-color: #1178ec;
}

.gover-public-info-box .index-block {
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    .gover-public-information .index-block {
        padding: 0;
    }
    .gover-public-information .index-block .gongkai-left-list .item {
        padding: 10px;
    }
    .gover-public-information .index-block .gongkai-right-list .item {
        font-size: 14px;
    }
}

.gongkai-block .yu-common-txt-list .item {
    line-height: 23px;
}