/* 政策法规 */
.zhengcefagui-work {
  min-height: 800px;
  position: relative;
  /*background: url('../img/dangjian-bg.png');*/
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
  background: #f7f7f7;
}
.zhengcefagui-work-content {
  text-align: center;
  display: flex;
  padding: 24px;
  /* width: 1200px; */
}

.left-menu {
  width: 220px;
  padding-bottom: 10px;
  height: fit-content;
  text-align: left;
  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/dangjian-menu.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}P
.longTitle-menu {
  white-space: normal;
  line-height: 1.5 !important;
}
.left-menu-item {
  /* */ /*position: relative;
  font-size: 18px;
  */ /**/ /*margin: 0 15px;*/ /*
  line-height: 55px;
  border-bottom: 1px solid #F5F4F4;
  cursor: pointer;
  transition:all .5s ease 0s;*/

  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 0.5s ease 0s;
}

.left-menu-active {
  color: #df5d2e;
  /* border-bottom: 1px solid #E05A2F; */
}
.left-menu-active ul {
  margin-left: -30px;
}

/*============小箭头*/
.left-menu-item i {
  width: 10px;
  height: 10px;
  background-image: url(../img/menu-jiantou.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 23px;
  top: 23px;
}
.left-menu-item i.i-down {
  transform: rotate(90deg);
}

/*第一层*/
.menu li.level1 > a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 50px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
}

/*党史教育*/
.menu li ul {
  overflow: hidden;
}
.menu li ul.level3 {
  padding-left: 30px;
  text-aligin: left;
  display: none;
  background: #f5f4f4;
  color: #212529;
}
.menu li ul.level3 li {
  display: block;
  height: 45px;
  line-height: 45px;
  text-indent: 60px;
  /*border-bottom: 1px solid #ddd; */
  font-size: 14px;
  transition: all 1s ease 0s;
}

/*第二层*/
.menu li ul {
  overflow: hidden;
}
.menu li ul.level2 {
  padding-left: 0px;
  text-aligin: left;
  display: none;
  background: #f5f4f4;
  color: #212529;
}
.menu li ul.level2 li {
  display: block;
  height: 45px;
  line-height: 45px;
  text-indent: 60px;
  /*border-bottom: 1px solid #ddd; */
  font-size: 14px;
  transition: all 1s ease 0s;
}

.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;
}
