.flow {
  position: relative;
}
.flow .flow_ul {
  transform: translateX(-190px);
}
.flow .flow_ul li .flow_box h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #f66;
}
.flow .flow_rg {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
.flow .flow_rg a {
  background-color: #f4f7ff;
  overflow: hidden;
}
.flow .flow_rg a img {
  border-radius: 1rem;
  background-color: #f4f7ff;
}
.flow .flow_rg {
  width: 360px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(300px);
}
.flow .flow_rg .flow_rg_title {
  padding: 0 10px;
  height: 56px;
  font: bold 18px/56px "微软雅黑";
  color: #25a6ff;
  background: #fff;
}
.flow .flow_rg .flow_rg_title .flow_rg_title_icon {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 18px;
  background: #25a6ff;
  margin-left: 10px;
  margin-right: 5px;
}
.flow .flow_rg .flow_rg_lists {
  background: #fff;
  padding: 0 10px;
}
.flow .flow_rg .flow_rg_lists .news-right-list {
  border-top: 1px solid #f4f7ff;
  padding: 10px 0;
  height: 90px;
  position: relative;
  box-sizing: content-box;
}
.flow .flow_rg .flow_rg_lists .news-right-list a img {
  width: 120px;
  height: 90px;
  float: left;
}
.flow .flow_rg .flow_rg_lists .news-right-list a .news-right2-title {
  padding: 8px 0 0 20px;
  height: 59px;
  font: 16px/24px "微软雅黑";
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.flow .flow_rg .flow_rg_lists .news-right-list a .news-right2-title:hover {
  color: #25a6ff;
}
.flow .flow_rg .flow_rg_lists .news-right-list .news-right-time {
  height: 30px;
  font: 14px/30px "微软雅黑";
  color: #999;
  padding-left: 140px;
}
.flow .flow_rg .flow_rg_lists .news-right-list .news-right2-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: #a2a2a2;
  font: 12px/22px "微软雅黑";
  color: #fff;
  text-align: center;
}
.flow .flow_rg .flow_rg_lists .news-right-list .news-right-keyword {
  font-size: 12px;
  color: #999;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 18px;
  left: 200px;
}
.flow .flow_rg .flow_rg_lists .news-right-list .news-right-keyword .news-list-icon {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/flag.png) no-repeat;
  padding-right: 6px;
  vertical-align: bottom;
  transform: translateY(-1.2px);
}
.flow .flow_rg .flow_rg_lists .news-right-list .news-right-keyword a {
  font-size: 12px;
  color: #999;
}
.flow .flow_rg .flow_rg_lists .news-right-list:nth-of-type(1) {
  height: 191px;
  position: relative;
  padding-bottom: 0;
}
.flow .flow_rg .flow_rg_lists .news-right-list:nth-of-type(1) .news-right-keyword,
.flow .flow_rg .flow_rg_lists .news-right-list:nth-of-type(1) .news-right-time {
  display: none;
}
.flow .flow_rg .flow_rg_lists .news-right-list:nth-of-type(1) .news-right2-title {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 8px 10px 0 !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
}
.flow .flow_rg .flow_rg_lists .news-right-list:nth-of-type(1) img {
  position: absolute;
  width: 340px !important;
  height: 192px !important;
  left: 0;
  top: 0;
}
.wiki_bj {
  background: url(../image/wiki_banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  height: 183px;
  box-sizing: border-box;
}
.wiki {
  position: relative;
}
.wiki h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  display: block;
  text-align: center;
}
.wiki h1 a {
  color: #ff6900;
}
.wiki_box {
  background-size: 100% 100%;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #e7c087;
  padding: 20px;
  box-sizing: border-box;
}
.wiki_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wiki_box ul .wiki_xz a {
  color: #333 !important;
}
.wiki_box ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.wiki_cont {
  display: flex;
  align-items: center;
  margin-top: 20px;
  display: none;
}
.wiki_cont p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  margin-left: 36px;
}
.wiki_xz {
  color: #6c6eff !important;
}
.flow {
  margin-top: 120px;
  padding-bottom: 20px;
}
.flow_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow_ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 550px;
  height: 210;
  margin-bottom: 40px;
  padding: 1rem;
}
.flow_ul li > a {
  border: 1px solid #f66;
  border-radius: 0.5rem;
  width: 40%;
  flex-shrink: 0;
}
.flow_ul li > a img {
  border-radius: 0.5rem;
  width: 100%;
  max-height: 140px;
}
.flow_box {
  margin-left: 20px;
}
.flow_box h2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
}
.flow_box span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.flow_time {
  display: flex;
  align-items: center;
}
.flow_time p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 6px;
}
.flow_botm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow_botm button {
  width: 86px;
  height: 28px;
  border: 1px solid #ff6666;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff6666;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}
.flow_botm button:hover {
  background-color: #fb4a4a;
  color: #fff !important;
}
.flow_fy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 560px;
}
.flow_fy ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flow_fy ul a {
  padding: 5px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.flow_fy ul b {
  padding: 5px;
  border: 1px solid #d6d6d6;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  background: #6c6eff;
  border-radius: 2px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.flow_fy ul a:nth-child(1) b {
  padding: 0;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  background: transparent;
  color: #999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.flow_fy p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.dev_wiki_box {
  width: 100%;
  height: 50px;
  background-color: #f4f7ff;
}
.dev_wiki_box ul.wiki-nav {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.dev_wiki_box ul.wiki-nav li {
  flex-grow: 1;
  height: 100%;
  color: #404040;
  font-size: 14px;
  text-align: center;
}
.dev_wiki_box ul.wiki-nav li.active a {
  background-color: #f66;
  color: #fff;
}
.dev_wiki_box ul.wiki-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #404040;
  border-radius: 25px;
  transition: 0.25s;
}
.dev_wiki_box ul.wiki-nav li a:hover {
  color: #fff;
  background-color: #f66;
}
@media only screen and (max-width: 1816px) {
  .flow_rg {
    display: none;
  }
  .flow .flow_ul {
    transform: none;
  }
}
@media only screen and (max-width: 1216px) {
  .dev_wiki_box {
    overflow: scroll;
  }
}
