.content-contain {
  width: 1200px;
  margin: auto;
}
.layui-breadcrumb {
  display: flex;
  height: 60px;
  align-items: center;
}
.content-contain .content {
  display: flex;
  justify-content: space-between;
}
.left-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-navigation .nav-item {
  width: 200px;
  height: 50px;
  color: #333;
  background-color: #fbfcfe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-navigation .nav-title {
  background-color: #f8faff;
}
.left-navigation .nav-selected {
  color: #fff;
  background-color: #3b8cff;
}
.left-navigation .nav-content:hover {
  transition: all 0.5s;
  color: #fff;
  background-color: #3b8cff;
}
.content .right-content {
  background-color: #fff;
  max-width: 989px;
}
.content .content-text {
  font-size: 12px;
  color: #999;
}
.content .content-bottom {
  color: #666;
}
.right-content .text {
  width: 989px;
  text-indent: 2em;
  padding: 0 20px;
  margin: 25px 0;
}
.right-content .top-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 989px;
  margin: 0 auto;
  padding: 20px 0;
}
.right-content .img-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}