.tab-main{
  font-size: 14px;
  background: white;
}
.center-main{
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.tab-index{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.tab-ctr{
  border-bottom-color: #E5E8ED
}
.tab-item{
  margin-right: 0;
  width: 3.3%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 16px;
  color:#000;
  border-bottom: 3px solid white;
}
.tab-item:hover{
  font-weight: 500;
  color: #00a4ff;
}

.tag-active{
  font-weight: 500;
  color: #00a4ff;
  border-bottom: 3px solid #00a4ff;
}
.tab-ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
  float:left;
}
ul li{
  list-style:none;
  
}
.tab-body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.tab-link {
  line-height: 24px;
  color: #00a4ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  float:left;
  padding: 2em 0;
  width: 14%;
  text-align: left;
}
.tab-link:hover{
  text-decoration:underline;
}
.tag-inner{
  padding: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.tag-inner-a {
  text-decoration:none;
  height: 28px;
  line-height: 28px;
  padding: 6px;
  color: #333;
  font-size: 14px;
}
.tag-inner-a:hover {
  color: white;
  background-color: #00a4ff;
  border-radius: 4px;
}
.tag-inner-span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

/* 落地页 */
.info-body {
  display: flex;
  flex-direction: row;
}
.info-left {
  width: 70%;
  padding: 40px;
  border-right: 1px solid #d6c9c9;
  line-height: 2em;
}
.info-right {
  width: 30%;
  padding: 40px;
  line-height: 1.5;
  color: #666666;
}
.info-left-heading {
  margin-bottom: 16px;
  font-size: 26px;
}
.info-left-article {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.info-left-title {
  margin-bottom: 24px;
  margin-top: 40px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #e4e9f0;
}
.info-special-article {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e9f0;
}
.info-special-article-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}
.info-special-article-heading>a{
  color:#000;
  text-decoration:none;
}
.info-special-article-heading>a:hover{
  color:#00a4ff;
}
.info-special-article-info {
  color: #666666;
  line-height: 1.75
}
.info-right-data {
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.info-right-list {
  line-height: 2em;
}
.info-right-list>li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-right-list>li>a{
  color:#666;
  text-decoration:none;
  padding-left: 20px;
}
.info-right-list>li>a:hover{
  color:#00a4ff;
}
.info-right-list li {
  list-style:none;
  position: relative;
  
}
.tab-ul-circle {
  content: "";
  position: absolute;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a4ff;
}
.info-list-link {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.info-right-keydata{
  font-size: 0;
  overflow: hidden;
  margin-right: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  border-bottom: 1px solid rgb(202, 196, 196);
  padding-bottom: 40px;
  margin: 20px 0;
}
.info-right-keydata>a{
  text-decoration:none;
}
.info-right-key{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #00a4ff;
  border: 1px solid #00a4ff;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  flex: auto;
  -webkit-flex: auto;
  padding: 6px 10px;
  border-radius: 5px;
}
.info-right-key:hover{
  color: #ffffff;
  background-color: #00a4ff;
}
.bt-key{
  padding: 5px 10px;
  border: 1px solid #28A9FF;
  color: #28A9FF;
  border-radius: 5px;
  font-size: 10px;
}
.bt-key:hover{
  color: #ffffff;
  background-color: #28A9FF;
}
