*{
  font-size: 16px;
  text-align: justify;
}
.newsTopNav{
  background: url("../images/inv.financialStreet.banner.jpg") no-repeat center;
}
.g-bd-wrap .Banner>img{
  width: 100vw;
  height: 100vh;
}

.container{
  background: white;
  padding: 20px 30px !important;
}

.serviceAdvantage{
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
}

.newList{
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.serviceAdvantage_left{
  width: 50%;
  height: 100%;
  background: url(../images/inv.financialStreet.Bottom.png) no-repeat;
  background-size: 112%;
  background-position: center center;
  position: relative;
}

.serviceAdvantage_left p{
  position: absolute;
  text-align: center;
}


.serviceAdvantage_left .top{
  width: 120px;
  top: 70px;
  left: 220px;
}

.serviceAdvantage_left .right{
  width: 120px;
  top: 240px;
  left: 345px;
}

.serviceAdvantage_left .bottom{
  font-weight: bold;
  width: 120px;
  top: 190px;
  left: 223px;
}

.serviceAdvantage_left .left{
  font-size: 14px;
  width: 120px;
  top: 235px;
  left: 95px;
}

.newList_left{
  width: 43%;
  height: 100%;
}
.newList_left img{
  width: 100%;
}
.serviceAdvantage_right{
  width: 50%;
  height: 100%;
}

.newList_right{
  width: 57%;
  height: 100%;
}

/*=======================================*/
.zgc-forum-content-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* 相对定位 */
}
.zgc-forum-content-node :first-child {
  z-index: 1;
}
.zgc-forum-vertical-line {
  width: 2px;
  height: calc(100%);
  background-color: lightgray;
  position: absolute; /* 绝对定位 */

}

.zgc-sections-mobile {
  display: none;
}

.zgc-model {
  margin: 0vh 0 3vh;
}
.zgc-forum {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  margin: 3em;
}
.zgc-forum-content {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  /*margin: 1em 0 1em;*/
}
.zgc-forum-content-font {
  padding-top: 15px;
}
.zgc-sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zgc-title {
  display: flex;
  justify-content: center;
  color: var(--vt-c-black);
  font-size: 26px;
  font-weight: bolder;
  margin: 1em 0 1em;
  position: relative; /* 添加相对定位为了下边的线 */
}
.zgc-title-line {
  width: 1.5em;
  height: 4px;
  background-color: #fd6200;
  position: absolute;
  bottom: -10px;
}
.zgc-sections-tags {
  display: flex;
  width: 100%;
  height: 300px;
}
.zgc-sections-left {
  display: flex;
  flex-direction: column;
  width: 35%;
  padding: 30px 25px;
  background-color: #fd6200;
  border-radius: 10px 0 0 10px;
}
.zs-tag-ele {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 10px;
  border-bottom: #fff dashed 1px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.zs-tag-ele>img {
  width: 25px;
  height: 25px;
}
.zs-tag-ele>p {
  margin-left: 20px;
  font-size: 16px;
}
.triangle-right {
  position: absolute;
  left: 38.9%;
  transform: translateX(-50%);
  border-left: 10px solid white;    /* 控制三角形宽度 */
  border-top: 10px solid transparent;   /* 控制三角形高度 */
  border-bottom: 10px solid transparent;
}
.active {
  background-color: white;
  color: #fd6200;
}
.zs-right-triangle {
  border-left: 15px solid #e56f31;    /* 控制三角形宽度 */
  border-top: 25px solid transparent;   /* 控制三角形高度 */
  border-bottom: 0 solid transparent;
}
.zgc-sections-right {
  width: 70%;
}
.zs-right-content {
  height: 87%;
  padding: 30px;
  font-size: 16px;
  color: white;
  line-height: 2em;
  border-radius: 0 10px 10px 0;
}
.zrc-1 {
  background: url("/images/bg_01.png") ;
  background-size: cover;
}
.zrc-2 {
  background: url("/images/bg_04.png") ;
  background-size: cover;
}
.zrc-3 {
  background: url("/images/bg_03.png") ;
  background-size: cover;
  /*line-height: 1.8em;*/
  /*padding-top: 10px;*/
  /*height: 79%;*/
}
.zrc-4 {
  background: url("/images/bg_04.png") ;
  background-size: cover;
}
.zrc-5 {
  background: url("/images/bg_05.png") ;
  background-size: cover;
}

/*==========================================*/

.serviceAdvantage_right>p,
.newList_right>p{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.newList_right>p{
  justify-content: flex-end;

}
.serviceAdvantage_right>p span,
.newList_right>p span,
.newList_right>p span a{
  cursor: pointer;
  color: #999999 !important;
}

.serviceAdvantage_right>div{
  margin-top: 30px;
  line-height: 28px;
}

.newList_right>div{
  display: flex;
  margin-top: 33px;
  margin-left: 44px;
}

.serviceAdvantage_right>div p,
.newList_right>div p{
  display: block;
  /*min-width: 50px;*/
  flex:0 0 10%;
}

.serviceAdvantage_right>div a,
.newList_right>div a{
  margin-left: 20px;
  color: black;
  text-decoration: none;
}

.tabList{
  margin-top: 20px;
}

.newDiv>p,
.tabList>p{
  display: flex;
  justify-content: center;
}

.tebList_tab{
  display: flex;
  min-height: 44px;
  color: #C4B2AB;
  margin: 20px 0px;
  align-items: center;
  background: #DBDBDB;
  justify-content: space-around;
  /*flex-wrap: wrap;*/
}

.tebList_tab p{
  width: 30%;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  white-space:nowrap;
  /*padding-top: 20px;*/
}

.active{
  color: #212529;
  font-weight: bold;
}

.tebList_context>div{
  display: none;
}

.tebList_context>.actt{
  display: block;
}

.tebList_context_A>div{
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tebList_context_A>div>b{
  min-width: 41px;
  display: block;
}

.tebList_context_A>div>div{
  width: 88%;
  display: flex;
  flex-wrap: wrap;
}

.tebList_context_A>div>div>p{
  min-width: 100px;
  display: block;
  margin-right: 20px;
}

.tebList_context_A>div>div>div{
  width: 88%;
}

.tebList_context_A>div b{
  /*width: 12%;*/
  text-align: left;
  display: block !important;
  margin-bottom: 20px;
  line-height: 24px;
  margin-left: 20px;
}
.tebList_context_A>div p,
.tebList_context_A>div span{
  display: block !important;
  margin-bottom: 20px;
  line-height: 24px;
}

.flex_cen{
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_b{
  font-size: 24px;
  color: #212529;
}

.blue_b_18{
  font-size: 18px;
  color: #1050A3;
  margin-bottom: 20px;
}

.overHidden{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.five_click{
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.five_click b{
  color: #212529;
}
.five_click a{
  font-size: 14px;
  border: 1px solid #D5D5D5;
  padding: 10px 10px;
  border-radius: 10px;
  color: black;
  margin-left: 10px;
}
.five_click a:hover{
  color: white;
  text-decoration: none;
  background: #4D4B56;
}

.founded{
  min-height: 320px;
  display: block;
  margin: 30px 0px;
  background: url(../images/inv.financialStreet.Cen.png) no-repeat;
  background-position: 0px bottom;
  background-size: 60%;
}

.founded div p{
  display: block;
  padding-top: 10px;
}
.founded div img{
  width: 220px;
  margin: 0px 30% 20px;
  display: block;
}

.founded div{
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  color: white;
  padding-left: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
  background: linear-gradient(to right,rgba(255,255,255,0) ,#E77031,#E77031);
}


@media (max-width: 768px) {
  *{
    font-size: 14px ;
    text-align: justify;
  }
  .newList {
    flex-direction: column;
    height: auto;
  }
  .newList>div {
    width: 100%;
  }
  .newDiv>p {
    margin: 10px 0px;
  }
  .newList_right>div {
    display: flex;
    margin-top: 26px;
    margin-left: 6px;
  }
  .tebList_tab p {
    width: 40%;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    padding-top: 15px;
  }
  .serviceAdvantage{
    width: 100%;
    display: block;
    height: auto;
  }
  .serviceAdvantage_left{
    width: 100%;
    height: 380px;
    background-size: 160%;
  }
  .serviceAdvantage_right{
    width: 100%;
  }
  .serviceAdvantage_left .top{
    width: 120px;
    top: 18%;
    left: 33%;
  }
  .serviceAdvantage_left .right{
    width: 118px;
    top: 65%;
    left: 65%;
  }
  .serviceAdvantage_left .bottom{
    font-weight: bold;
    width: 120px;
    top: 51%;
    left: 34%;
  }
  .serviceAdvantage_left .left{
    width: 120px;
    top: 62%;
    left: 2%;
  }
  .container{
    padding: 0px 10px !important;
  }
  .tabList{
    margin-top: 10px;
  }
  .tebList_tab{
    margin: 10px 0px;
  }
  .tebList_tab p{
    font-size: 17px;
    margin-left: -10px;
    transform: scale(0.65);
  }
  .tebList_context_A>div b{
    width: 30%;
  }
  .tebList_context_A>div>div{
    width: 70%;
  }
  .g-bd-wrap{
    overflow: hidden;
  }
  .founded{
    background-size: 100%;
    background-position: 0px top;
  }
  .founded div{
    padding: 20px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#0A4EA4,#0A4EA4);
  }
  .founded div img{
    width: 120px;
    margin: 0px 0px 20px 0px;
  }
  .tebList_context_A>div p, .tebList_context_A>div span{
    margin-bottom: 10px;
    line-height: 20px;
  }
  .five_click{
    flex-wrap: wrap;
  }
  .five_click a{
    margin-top: 10px;
  }
  .five_click a,
  .five_click b{
    width: 44%;
  }
}
