
/* 党建资料库——首页 */
.djzlk_headbg_sy{
  display: flex;
  flex-direction: column;
  background: url("../../img/djzlk/m/djzlk_sy_bg_large.jpg") no-repeat;
  background-size:cover;
  padding: 0 .6rem;
}
.searchContainer{
  display: flex;
}
.searchContainer input{
  padding: 0 .625rem;
  font-size: 0.45rem;
  border: 0;
  color: #333;
}
.submitBtnSearch{
  width: 100%;
  padding: .25rem;
  background-color: #b90000;
  font-size:.4rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.djzlk_sy_bt{
  width: 100%;
  height: 2.85rem;
  background: url("../../img/djzlk/m/djzlk_sy_bt.jpg") no-repeat top;
  background-size: 100%;
}
.iconBox{
  display: flex;
  padding: 1rem 1.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
.iconBox a{
  display: flex;
  width: 5.25rem;
  height: 5.25rem;
  margin-bottom: .8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg,#f7c695,#ffefde,#f0cfac);
  filter: drop-shadow(0px 10px 2px #bd2c2b);
  
}
.iconBox a .icon img{
  width: 3rem;
}
.iconBox a .text{
  font-size: 0.45rem;
  color: #d00015;
  font-weight: 700;
}

/*  党建资料库二级页面-学习参考 */
.zlkdet_top_banner_xxck{
  width: 100%;
  height:2rem;
  background: url("../../img/djzlk/m/xxck_top.jpg") no-repeat top;
  background-size: 350%;
}
.djzlk_title{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: .3125rem 0;
  border-bottom: 1px solid #d00015;
}
.djzlk_title .more{
  font-size: 0.4267rem;
  color:#d00015;
}
.hstj_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .75rem 0;
}
.hstj_content li{
  display: flex;
  width: 4rem;
  align-items: center;
  flex-direction: column;
}
.hstj_content img{
    width: 4em;
    height: 5em;
}
.book_title{
  display: -webkit-box;
  margin: .625rem 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.book_title a{
  display: block;
  line-height: 1.5;
  font-size: 0.5333rem;
  color: #333;
}
/*  党建资料库二级页面-党章党规 */
.zlkdet_top_banner_dzdg{
  width: 100%;
  height:2rem;
  background: url("../../img/djzlk/m/dzdg_top.jpg") no-repeat top;
  background-size: 150%;
}
  /* Tab导航样式 */
  .tab-container {
    display: flex;
    overflow-x: auto;
    position: relative;
}

/* 隐藏滚动条但保留功能 */
.tab-container::-webkit-scrollbar {
    display: none;
}

.tab-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-item {
    padding: .5rem .625rem;
    font-size: .5625rem;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    color: #666;
    font-weight: 400;
    position: relative;
}

.tab-item.active {
    color: #d00015;
    font-weight: 700;
    border-bottom: 3px #d00015 solid;
}

/* 指示器样式 */
.tab-indicator {
    position: absolute;
    left: 0;
    height: .0625rem;
    background-color:#d00015;
    transition: all 0.3s ease;
}
/*  党建资料库二级页面-党建业务指导 */
.zlkdet_top_banner_djywzd{
  width: 100%;
  height: 3rem;
  background: url("../../img/djzlk/m/djywzd_top.jpg") no-repeat top;
  background-size: 150%;
}

.teacher-card{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: .425rem .225rem;
  margin: .425rem 0;
  border: 1px solid #e6e4e4;
}

.teacher-card h3{
  margin: 0;
  font-size: .5625rem;
}
.teacher-card .text-tag{
  font-size: .4375rem;
  color: #989898;
}
.teacher-card p{
  font-size: .5333rem;
  display: -webkit-box;
  text-indent: 2em;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: .3125rem 0;
}
.teacher-card a{
  font-size: 0.4267rem;
  text-align: right;
  color: #d00015;
}
.teacher-card-box,.jxd-cad-box{
  margin: .625rem 0;
}
.jxd-card{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.65rem;
  padding: .425rem;
  margin: .425rem .225rem;
  background-color: #fdf8f9;
  border: 1px solid #fcc9ce;
}
.jxd-card a{
  font-size: 0.4267rem;
  color: #d11324;
}
/*  党建资料库二级页面-党建业务指导-师资库 */
.zlkdet_top_banner_djywzd_jypxszk{
  position: relative;
  width: 100%;
  height: 6rem;
  background: url("../../img/djzlk/m/jypxszk_top.jpg") no-repeat top;
  background-size: 350%;
}
.szk-search{
  display: flex;
  padding: 3rem .4rem 0;
}
.szk-search input{
  flex:4;
  padding: 0 .625rem;
  font-size: 0.45rem;
  border: 0;
  color: #333;
}
.submitBtnSearch{
  flex:1;
  padding: .25rem;
  background-color: #b90000;
  font-size:.4rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
/*  党建资料库二级页面-党建业务指导-实践教学点 */
.zlkdet_top_banner_djywzd_sjjxd{
  position: relative;
  width: 100%;
  height: 6rem;
  background: url("../../img/djzlk/m/sjjxd_top.jpg") no-repeat top;
  background-size: 150%;
}
/*  党建资料库二级页面-党建业务指导-实践教学点-详情页 */
.profile-info-containe{
  padding: 1.5625rem 4.6875rem;
  margin: 1.5625rem 0;
  border: 1px solid #e6e4e4;
}
.title-name{
  font-size: .75rem;
  font-weight: 700;
  color: #d11324;
  text-align: center;
}
.info-box{
  margin-bottom: 1.25rem;
}
.info-box h2{
  color: #07132b;
  font-size: .625rem;
  line-height: 1.5;
  padding-bottom: .3125rem;
  border-bottom:1px dashed #d8d8d8;
}
.lable-box{
  font-size: .5333rem;
  line-height: 2;
}
.lable-box .lable{
  font-weight: 700;
}
.paragraph-box{
  font-size: .5625rem;
  text-indent: 2em;
  line-height: 2;
}
.pageBtn{
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem;
  height: 1.3333rem;
}
.pageBtn .btn {
    width: 2.1333rem;
    height: 0.8rem;
    padding: 0.1333rem 0.2667rem;
    font-size: 0.4267rem;
    color: #c9c9c9;
    text-align: center;
    line-height: 0.8rem;
    border: 1px solid #c9c9c9;
}

