

.new_detail01 {
  border-bottom: 1px solid #e3e4e5;
  line-height: 64px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new_detail01 > div {
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.new_detail01a {
  font-size: 14px;
  color: #1d222f;
}
.new_detail01a a {
  color: #8a8e99;
  cursor: pointer;
}
.new_detail01b {
  background: #f2f4f7;
  border-radius: 3px;
  line-height: 34px;
  /* height: 34px; */
}
.new_detail01b /deep/ .el-input__inner {
  height: 34px;
  border: none;
  background: #f2f4f7;
}
.new_detail01b /deep/.el-input-group__append,
.el-input-group__prepend {
  border: none !important;
  background: #f2f4f7;
}
.new_detail01b /deep/ .el-button {
  border: none !important;
  background: #f2f4f7 !important;
  height: 32px !important;
}
.new_detail01s {
  position: relative;
  overflow: hidden;
}
.new_detail01s > div {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.new_detail01c {
  width: 280px;
  background: #f2f4f7;
}
.new_detail01d {
  font-size: 18px;
  color: #1d222f;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e4e5;
  padding-top: 40px;
  font-weight: bold;
}
.new_detail01d span img {
  padding-right: 8px;
}
.more_icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 16px;
}
.more_icon_cont {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  /* flex-wrap: wrap; */
  width: 280px;
  padding: 8px 16px;
  box-sizing: border-box;
  z-index: 1;
 text-align: center;
}
.more_icon_cont a {
  display: inline-block;
  line-height: 36px;
  font-weight: normal;
  font-size: 12px;
  width: 100%;
}
.new_detail01e {
  font-size: 14px;
  color: #1d222f;
  font-weight: bold;
  /* padding: 12px 16px 12px 0; */
  display: flex;
  justify-content: space-between;
}
.new_detail01f {
  padding-right: 20px;
  /* padding-bottom: -20px; */
}
.new_detail01f a.on {
  background: #ffffff;
  color: #4483ff;
  border-left: 3px solid #4483ff;
}
.new_detail01f a {
  display: block;
  position: relative;
  line-height: 42px;
  color: #5c5f66;
  font-size: 14px;
  padding-left: 32px;
  border-left: 3px solid #f2f4f7;
  border-radius: 4px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 8px;
  cursor: pointer;
}
.new_tag {
  margin-bottom: 30px;
}
.new_detail01d {
  font-size: 18px;
  color: #1d222f;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e4e5;
  padding-top: 40px;
  font-weight: bold;
}
.new_tag_cont {
  overflow: hidden;
}
.new_tag_cont a {
  color: #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 12px;
  background-color: #e7ebf0;
  margin: 0px 10px 10px 0;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}
.new_detail01g {
  width: 920px;
  padding-left: 60px;
  padding-top: 40px;
  box-sizing: border-box;
  background: #fff;
  min-height: 800px;
}
.new_detail01s:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #f2f4f7;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.new_detail01f a.on:after {
  background: #4483ff;
}
.new_detail01f a:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b8becc;
  position: absolute;
  left: 12px;
  top: 19px;
}
#iframeContain {
  width: 100%;
  height: 100%;
}
.new_detail01h {
  font-size: 28px;
}

   .more_icon_cont a:hover {
      background: #f5f7fa;
    }
/* 默认隐藏子菜单 */
#submenu {
    display: none;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.sidebar {
  width: 240px;
  /*background: #f8f9fb;*/
  /*border-right: 1px solid #e0e0e0;*/
  /*height: 100vh;*/
  overflow-y: auto;
  padding: 10px 0;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
}

.menu-item:hover {
  background: #e6f0ff;
}

.menu-item.active {
  /*color: #1677ff;*/
  font-weight: bold;
}

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  /*background: #fdfdfd;*/
}

.submenu.open {
  display: block;
}

.submenu .menu-item {
  padding-left: 40px;
  font-size: 13px;
}

.submenu .submenu .menu-item {
  padding-left: 60px;
  font-size: 12px;
}

.arrow {
  font-size: 12px;
  transition: transform 0.3s;
}

.arrow.open {
  transform: rotate(90deg);
}