/* ==========mindex content css========== */
.frist-box {
    height: 80px;
    width: 100%;
}

.frist-box .frist-title {
    height: 47px;
    line-height: 50px;
    font-size: 21px;
    color: #562217;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
}

.frist-box .frist-title a {
    color: #562217;
}

.frist-box .frist-content {
    height: 30px;
    line-height: 21px;
    font-size: 16px;
    color: #562217;
    /* text-indent: 1em; */
    padding: 0 15px;
}

/* ==========  图片新闻css ========== */
.wsdt-bg{
    background: url(../../images/hazxws/z3.png) no-repeat top;
    background-size: 100% 100%;
    /* height: 350px; */
    width: 100%;
}
.imgscroll {
    width: 100%;
    height: 223px;
    background: #fff;
}

.imgscroll .swiper-imgscroll {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide img {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide .swiper-slide-opacity {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.imgscroll .swiper-slide a.swiper-slide-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    bottom: 0;
    left: 0px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 1em;
    text-decoration: none;
    color: #fff;
    width: 68%;
}
.imgscroll .swiper-pagination{
    height: 15px;
}
.imgscroll .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 67% !important;
    width: 33% !important;
}

.img-box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px !important;
}
.img-box .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.imgscroll .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.img-box  .swiper-pagination-bullet-active {
    background: #411b16;
    opacity: 1;
}
.imgscroll .swiper-pagination-bullet-active {
    background: #411b16;
    opacity: 1;
}
.swiper-imgscroll2{
    height: 64px;
}

/* 文史资料库 */
.wszlk-bg{
    background: url(../../images/hazxws/z9.png) no-repeat;
    background-size: 100% 100%;
    height: 143px;
    width: 100%;
}
.wszlk-box{
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-direction: column;
    height: 100%;
}
.wszlk-title{
    flex: 0 1 50%;
    align-self: center;
    font-size: 18px;
    display: flex;
    flex-direction: row;
}
.wszlk-title span{
    flex: 1;
    align-self: center;
}
.wszlk-search{
    flex: 0 1 40%;
    padding: 0 35px;
}
.wszlk-search .seach-box{
    width: 100%;
    height: 40px;
    background: #f9f8f4 no-repeat 16px 22px;
    box-shadow: 0 0 4px 4px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding-left: 25px;
}
.ssan11{
    float: right;
    cursor: pointer;
    width: 20%;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    background:#cc2c2c  url("../../images/hazxws/search.png") no-repeat center;
}
.wszlk-tab{
    flex: 0 1 10%;
}

/* 影像记忆 */
.yxjy-box{
    background: rgb(105, 93, 93);
}
.video-box{
    padding: 10px;
}
.imgscroll-box{
    padding: 0 10px;
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    justify-content:space-between;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
}
.imgscroll-box .img-box{
    flex: 0 1 48%;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}
.imgscroll-box .img-box .img-title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.img-title .bg-p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.img-title span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-title span a{
    color: #eee;
}


.get_job_focus {
    position: relative;
    padding: 10px 0;
  }
  .get_job_focus .swiper-container {
    height: 100%;
    width: 75%;
  }
  .get_job_focus .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    flex-direction: column;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.8;
  }
  .get_job_focus .swiper-slide a {
    width: 40vw;
    height: 53.3vw;
  }
  .get_job_focus .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  /* .get_job_focus .swiper-slide p {
    width: 9.013333rem;
    font-size: 0.666667rem;
    margin-top: 0.64rem;
    color: #333;
  } */
  .get_job_focus .swiper-slide-active,
  .get_job_focus .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 999;
    opacity: 1;
  }
  .get_job_focus .swiper-button-next,
  .get_job_focus .swiper-button-prev {
    outline: none;
  }
  .get_job_focus .swiper-button-next:after,
  .get_job_focus .swiper-button-prev:after {
    font-size: 30px;
    color: #441c17;
  }