/*  党建资料库首页 */
.djzlk_headbg_sy{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 306px;
    background: url("../img/djzlk/djzlk_sy_bg_large.jpg") no-repeat center;
    width:100%;
    height: 1080px;
    margin-bottom: -60px;
}
.searchContainer{
    display: flex;
}
.searchContainer input{
    width: 736px;
    height: 70px;
    padding: 0 20px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
}
.submitBtnSearch{
    width: 150px;
    height: 70px;
    background-color: #b90000;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.iconBox{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 162px;
}
.iconBox a{
    display: flex;
    width: 380px;
    height: 306px;
    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{
    width:134px;
    height: 134px;
}
.iconBox a icon img{
    width: 100%;
}
.iconBox a .text{
    font-size: 30px;
    color: #d00015;
    font-weight: 700;
}
/*  党建资料库二级页面-学习参考 */
.zlkdet_top_banner_xxck{
    width: 100%;
    height:184px;
    background: url("../img/djzlk/xxck_top.jpg") no-repeat center;
}
.djzlk_navbox{
    background: #feeedd;
}
.djzlk_nav{
    display: flex;
    justify-content: space-between;
}
.djzlk_nav li{
    width: 400px;
    line-height: 76px;
    text-align: center;
}
.djzlk_nav .cur{
    border-bottom: 3px solid #d00015;
}
.djzlk_navicon img{
    width: 54px;
    height: 54px;
}
.djzlk_nav li a{
    display: block;
    font-size: 30px;
    color: #d00015;
}
.xxck_con{
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.mzxxck{
    display: flex;
    flex-direction: column;
}
.djzlk_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 14px 0;
    border-bottom: 1px solid #d00015;
}
.djzlk_title a{
    font-size: 18px;
    color: #d00015;
}
.mzxxck ul{
    margin: 30px 0;
}
.TextList{
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 3;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

}
.red_dot-dec{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #d00015;
    border-radius: 50%;
    margin:4px 12px 4px 0;
}
.hstj_content{
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
}
.hstj_content .book_title {
    display: -webkit-box;
    width: 200px;
    margin: 20px 0;
    text-align: center;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*  党建资料库二级页面-党章党规 */
.zlkdet_top_banner_dzdg{
    width: 100%;
    height:184px;
    background: url("../img/djzlk/dzdg_top.jpg") no-repeat center;
}
.dzdg_mainbox{
    padding-bottom: 40px;
    border-bottom: 1px solid #d00015;
}
.dzdg_nav_box{
    margin: 40px 0;
}
.dzdg_nav{
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 48px;
    border-bottom: 1px solid #d00015;
}
.dzdg_nav li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    font-size: 24px;
}
.dzdg_nav li a{
    color: #d00015;
}
.dzdg_nav .cur a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #d00015;
    color: #fff;
}
/*  党建资料库二级页面-党建业务指导 */
.zlkdet_top_banner_djywzd{
    width: 100%;
    height:184px;
    background: url("../img/djzlk/djywzd_top.jpg") no-repeat center;
}
.djywzd_con{
    display: flex;  
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}
.gwldjh ul {
    width: 1160px;
    padding: 20px 0;
}
.gwzd ul,.djzs ul,.jyjl ul,.dyjypxszk ul,.sjjxd ul{
    width: 580px;
    padding: 20px 0;
}
.dyjypxszk,.sjjxd{
    width: 100%;
}
.dyjypxszk ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px 0;
    width: 100%;
    
}
.sjjxd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}
.djzs ul,.jyjl ul{
    width: 580px;
    padding: 20px 0;
}
.teacher-card{
    display: flex;
    flex-direction: column;
    width: 380px;
    flex-wrap: wrap;
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #e6e4e4;
}
.teacher-card h3{
    font-size: 22px;
}
.teacher-card .text-tag{
    font-size: 14px;
    color: #989898;
}
.teacher-card p{
    display: -webkit-box;
    text-indent: 2em;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}
.teacher-card a{
    text-align: right;
    color: #d00015;

}
.jxd-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 90px;
    padding: 20px;
    margin: 20px 10px;
    background-color: #fdf8f9;
    border: 1px solid #fcc9ce;
}
.jxd-card a{
    color: #d11324;
}
/*  党建资料库二级页面-党建业务指导-党员教育培训师资库列表页 */
.zlkdet_top_banner_djywzd_jypxszk{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:90px;
    width: 100%;
    height:310px;
    background: url("../img/djzlk/jypxszk_top.jpg") no-repeat center;
}
.szk-list{
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
}
.zlkdet_top_banner_djywzd_sjjxd{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:90px;
    width: 100%;
    height:310px;
    background: url("../img/djzlk/sjjxd_top.jpg") no-repeat center;
}
.sjjxd-list{
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
}
/*  党建资料库二级页面-党建业务指导-教育培训师资库详情页 */

/*  党建资料库二级页面-党建业务指导-实践教学点详情页 */
.sjjxd-info-container{
    padding: 50px 150px;
    margin: 50px 0;
    border: 1px solid #e6e4e4;
}
.sjd-name{
    font-size: 28px;
    font-weight: 700;
    color: #d11324;
    text-align: center;
    padding-bottom:50px;
}
.info-box{
    margin-bottom: 40px;
}
.info-box h2{
    margin-bottom: 24px;
    color: #07132b;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
    border-bottom:1px dashed #d8d8d8;
}
.lable-box{
    font-size: 18px;
    line-height: 36px;
}
.lable-box .lable{
    font-weight: 700;
}
.paragraph-box{
    font-size: 18px;
    text-indent: 2em;
    line-height: 36px;
}
