.breadcrumb {
  font-size: 15px;
  color: #848484;
  width: 1117px;
  margin: auto;
  padding: 30px 0;
}
.breadcrumb a {
  font-size: 15px;
  color: #848484;
  width: 1117px;
  margin: auto;
  padding: 30px 0;
  text-decoration: none;
}

.left-menu {
  width: 287px;
  height: 442px;
  background: #fef4d9;
}

.menu-title {
  height: 64px;
  background: #c31c06;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
}

.right-container {
  padding-left: 10px;
  flex: 1;
}

.container-title {

  font-size: 29px;
  height: 64px;
  line-height: 64px;
  padding-left: 10px;
  border-bottom: 2px solid #f4f4f4;
  color: #c31c06;
}

.article-warp {
  padding: 0 10px;
}

ul.article-warp li a:hover {
  color: #cf0300;
}

.article-item {
  width: 100%;
  padding: 0 10px;
  display: flex;
  height: 63px;
  line-height: 63px;
  justify-content: space-between;
  border-bottom: 1px dashed #d4d4d4;
}

.article-title {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  width: calc(100% - 200px);
  font-size: 19px;
  color: #595959;
}
.article-title a {
  color: #595959;
  text-decoration: none;
}

.article-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
}

.article-time {
  font-size: 19px;
  color: #a8a8a8;
}

.menu-item {
  color: #595959;
  font-size: 19px;
  line-height: 62px;
  border-bottom: 1px solid #d5d4ce;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 50px;
  cursor: pointer;
}

.right-icon {
  color: #cecdcc;
}

.menu-item-text {
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-item-text a {
  color: #595959;
  text-decoration: none;
}
.menu-item-text  a:hover, .menu-item-text  a.cur {
  color: #cf0300;
}

.overflowAuto {
  height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

.container-content {
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}