.content-con .content-list {
    display: none;
}

body {
    background: url(../images/wj_body_bg.png) no-repeat top rgb(255, 255, 255);
    padding-top: 0;
}
/* 头部 */
.header {
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    height: 230px;
}
.wz-logo {
    margin-left: auto;
    margin-right: auto;
}
.ss {
    position: absolute;
    right: 0;
}
.search {
    border: 2px solid #d60a00;
}
.search_text {
    border: currentColor;
    width: 195px;
    height: 28px;
    color: rgb(206, 206, 206);
    line-height: 28px;
    text-indent: 10px;
}
.search_sub {
    background: #d60a00;
    border: currentColor;
    width: 61px;
    height: 28px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

/* nav */
.navbar-collapse {
    width: 100%;
}
.navbar-nav {
    width: 100%;
}
.nav-item {
    background-color: #d60a00;
    height: 64px;
    width: 17%;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-right: 1px solid #9c0900;
}
.nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nav-item a span {
    margin-left: 1rem;
}
.nav-link {
    padding: 0;
    color: white !important;
}

.mob {
    display: none;
}
.mob a {
    color: white;
    font-weight: 700;
    font-size: 21px;
}
.navbar-toggler {
    background-color: #dddddd;
}

/* 要闻 */
.dtyw {
    border-top: 4px solid #ce251c;
    background-color: white;
}
.content-tit .tit-name.active a {
    color: #d60a00 !important;
}
.content-tit .tit-name.active {
    color: #d60a00 !important;
    border-bottom: 2px solid #d60a00;
}
.dtyw_head .title a:link {
    color: #d60a00;
}

.dtyw a:hover {
    color: #ce251c !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 18px;
}

/* 横幅 */
.hf-swiper {
    position: relative;
    height: 100px;
    overflow: hidden;
}
.hf-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.hf-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hf-swiper .hf-swiper-pagination {
    width: 300px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 10;
}
.hf-swiper .hf-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #cccccc;
    margin-left: 10px;
}
.hf-swiper .hf-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007aff;
    color: white;
}
/* 档案馆展览 */
.swiper-container {
    height: 180px;
}
.swiper-container img {
    width: 100%;
    height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    font-weight: 700;
}

/* 友情链接 */
.lj ul {
    padding: 0;
    height: 100px;
}
.lj ul li {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* 底部 */
.footer {
    background-color: #fff;
    border-top: 4px solid #ce251c;
}
.footer p {
    justify-content: center;
    padding: 0.8rem 0;
}
.footer p span {
    padding: 0 1rem;
    color: #333;
}

/* 通用列表 */
.com-news li a {
    width: 80%;
    margin-left: 0;
    padding-left:8px;
}
.com-news li .date {
    margin-left: auto;
    color: #999;
}

@media (max-width: 992px) {
    .navbar {
        width: 720px;
        margin: 0 auto;
        padding: 0;
        background-color: #d60a00;
    }
    .navbar .container .mob {
        display: block;
        padding-left: 1rem;
        height: 56px;
        line-height: 56px;
    }
    .navbar .container .navbar-toggler {
        margin-right: 1rem;
    }
    .nav-item {
        border-right: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
.header {
        position: static;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .ss {
        position: static;
    }
    .nav-item:nth-child(1) {
        display: none;
    }
    .nav-item:nth-child(2) {
        border-top: 1px solid #fff;
    }
    .nav-item .nav-link {
        height: 100%;
    }
    .nav-item .nav-link img {
        display: none;
    }
    .dtyw {
        border-top: 0px;
    }

    .header {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .com-news li a {
        width: 52%;
    }
}
@media (max-width: 768px) {
    .navbar {
        width: 540px;
    }
    .com-news li a {
        width: 76%;
    }
}
@media (max-width: 567px) {
    .navbar {
        width: 100%;
    }
    .header {
        height: 180px;
        justify-content: center;
    }
    .ss {
        display: none;
    }
    .com-news li a {
        width: 66%;
    }
}
