/* 头部 */
.px_pubList_head{padding: 20px 24px;background-color: #fff;
border-bottom: 2px solid #F5F6F8;}
.px_pubList_head .title{font-size: 18px;    font-weight: bold;line-height: 34px;}
/* 左侧 */
.px_pubList_left{float:left;width: 149px;background-color: #ffffff;overflow-x: hidden;border-right: 2px solid #F5F6F8;}
.px_pubList_left .px-menu-item{width: 170px;overflow-y:auto;height: 100%;overflow-x: hidden;}
.px_pubList_left .px-menu-item .px-menu-content{width: 149px;}
.px_pubList_left .px-menu-item .px-item-level{padding: 20px 5px 20px;}
.px_pubList_left .px-menu-item li.px-menu-row{margin-bottom: 10px;}
.px_pubList_left .px-menu-item li .px-text-level{display: block;height: 40px;line-height: 40px;padding: 0 20px;font-size: 14px;color: #333;font-weight: bold;cursor: pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;text-align: left;border-radius: 3px 3px 3px 3px;}
.px_pubList_left .px-menu-item li .px-text-level:hover,.px_pubList_left .px-menu-item li.active .px-text-level{background-color: #3A8BFF;color: #fff;}
/* 右侧 */
.px_pubList_right{float: right;width: 1048px;background-color: #ffffff;}
/* 左右最小高 */
.px_pubList_left,.px_pubList_right{min-height: 750px;}