
/* 纪检监察 */
.zhengcefagui-work {
  min-height: 800px;
  position: relative;
  background: url('../img/jijianjianchabeijing.png') no-repeat center bottom;
  background-size: 100% 1100px;
  background-repeat: no-repeat;
}

.zhengcefagui-work-detail {
  min-height: 800px;
  position: absolute;
}

.zhengcefagui-work-bg-top {
    z-index: -1;
    position: absolute;
    height: 400px;
}
/*
    background: url('../img/jijianjianchashangbufen.png');

    background: url('../img/jijianjianchabeijing.png') 0 0 no-repeat,
    url('../img/jijianjianchashangbufen.png') 200px 0 no-repeat;
*/
.zhengcefagui-work-content {
  text-align: center;
  display: flex;
  padding: 24px;
  /* width: 1200px; */
}

.left-menu {
  width: 220px;
  padding-bottom: 10px;
  height: fit-content;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
.left-menu-img {
  width: 220px;
  height: 100px;
  background: url('../img/jijian-menu.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.left-menu-item {
  /*height: 58px;
  font-size: 18px;
  margin: 0 15px;
  line-height: 55px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;*/
  position: relative;
  font-size: 18px;
  padding: 0 0 0 30px;
  text-align: left;
  line-height: 55px;
  border-bottom: 1px solid #F5F4F4;
  cursor: pointer;
  transition: all .5s ease 0s;
}

.left-menu-active {
  color: #DF5D2E;
  /*border-bottom: 1px solid #E05A2F;*/
}

.left-menu-active ul {
    margin-left: -30px;
}

.zhengcefagui-list-active {
  box-shadow: 0px 4px 10px #e4e4e4;
  border-bottom: 0px solid #fff !important;
}

.zhengcefagui-list-active a {
  color: #E05A2F;
}

.zhengcefagui-work-list {
  height: fit-content;
  background: rgba(255, 255, 255, 0.95);
  margin-left: 24px;
  flex: 1;
}

.zhengcefagui-list-item {
  padding: 38px 24px 30px;
  border-bottom: 1px solid #e7e7e7;
}
.zhengcefagui-list-title {
  color: #333;
  font-size: 18px;
  text-align: left;
  margin: 0 0 20px 0;
  /* 超过一行省略号 */
  width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zhengcefagui-list-time {
  float: right;
  color: #999;
  font-size: 16px;
  margin-top: -45px;
  margin-right: 30px;
}
.zhengcefagui-list-content {
  color: #999;
  font-size: 16px;
  text-align: left;
  height: 84px;
  line-height: 28px;
  max-height: 84px;
  width: calc(100% - 140px);
  overflow: hidden;
}

.zhengcefagui-list-jiantou {
  cursor: pointer;
  float: right;
  width: 50px;
  height: 40px;
  border-left: 1px solid #e7e7e7;
  /*background: url('../img/youjiantou.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;*/
  padding-top: 6px;
  margin-right: 45px;
  margin-top: -64px;
}