.content-contain {
  width: 1200px;
  margin: auto;
}
.layui-breadcrumb {
  display: flex;
  height: 60px;
  align-items: center;
}
.content-contain .content {
  display: flex;
  justify-content: space-between;
}
.text-content{
	text-align: center;
	margin-bottom: 25px;
	margin-top: -15px;
	text-indent: 0px !important;
}
.imgaeCenter{
	margin: 0px auto;
}
.right-content .mt{
	margin-top: 30px;
}
.image-position{
	text-align: center;
}
.image-position img{
	display: inline-block;
	padding: 0px 10px;
}
.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;
  padding: 20px 0;
}
.right-content .top-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 989px;
  margin: 0 auto;
  padding: 20px 0;
}
.right-content .title-contain {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  width: 989px;
}
.title-contain .title-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  white-space: nowrap;
}
.right-content .title-text-contain {
  width: 989px;
  text-indent: 2em;
  margin: 30px 0 10px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
}
.title-text-contain .title-text {
  border-bottom: 3px solid;
  padding-right: 30px;
}
.right-content .text {
  width: 989px;
  text-indent: 2em;
  padding: 0 20px;
	line-height: 25px;
}
.right-content .text-add-round::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.right-content .text-add-round {
  padding-top: 20px;
}