.margin-30{
  margin: 30px 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.unify-border{
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 30px 0;
}
.unify-border a:hover{
  color: var(--primary);
}
.about_left {
  width: 20%;
}
.about_js{
  margin-bottom: 50px;
  height:auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_right {
  width: 80%;
}
.develop{
  width: 100%;
  overflow: hidden;
}
.develop img{
  max-width: 49%;
  height: auto;
}
.xxpl-right{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}  
.about_image{width: 100%;}
.about_image1{width: 48%;margin-right: 4%;}
.about_image2{width: 48%;float: right; }
.about_text{line-height: 1.5em;}




/* 发展历程 */
.time_title{color:red;font-size:18px; padding-left: 15px;font-weight: 800;}
.fzlc_text{color:#000 ; font-size:16px}

.historycon{
  width: 80%;
}
/* 奇数行样式 */
.historycon ul li:nth-child(odd) {
  background-color: #ffffff;
}
/* 偶数行样式 */
.historycon ul li:nth-child(even) {
  background-color: #ffffff;
}
.historycon ul li:nth-child(even) .history-left{
  float: right;
}
.historycon ul li:nth-child(even) .history-right{
  padding-left: 0;
  text-align: right;
  padding-right: 40px;
}
.historycon ul li:last-child .history-lin{
  background-color: #ffffff;
}
.historycon ul li{
    width: 100%;
    height: auto;
    position: relative;
}
.history-left{
float: left;
    height: 100%;
    min-height: 6vw;
    width: calc(50% - 1px);
    box-sizing: border-box;
}
.history-lin{
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    width: 2px;
    height: 100%;
    background-image:linear-gradient(to bottom, red 0%,red 0%,4px,transparent 4px, transparent);
    background-size:100% 7px;
}
.history-lin::before {
    content:"";
    position: absolute;
    left:-8px;
    /* top:calc(50% - 10px); */
    width:18px;
    height:18px;
    border-radius: 50%;
    background: var(--primary);
    border:5px solid #ffcbcf;
    box-sizing: border-box;
}
.history-right{
    float: left;
    height: 100%;
    min-height: 6vw;
    width: calc(50% - 1px);
    padding-left: 40px;
    padding-bottom: 50px;
}
.history-right-year{
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
  margin-top: -8px;
}
.history-right-content{
  font-size: 18px;
  color: var(--text-gray);
}

/* 投资者关系 */

img{
  max-width:100%
}


/* 法人治理 */
.frzl_text{
  font-size:  16px; 
  line-height: 1.5;
  text-align: left; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gglist{margin-bottom: 30px;cursor: pointer; }
.tzjgxlist{cursor: pointer;}

/* 留言btnbtn */
.el-button--primary {
  color: #fff;
  background-color: #ff4040;
  border-color: #ff4040;
  width: 200px;
}      .el-button--primary:hover {
  color: #ebebeb;
  
  border-color: #ff4040;
  width: 200px;
}

@media screen and (max-width:768px) {
.about_left {  width: 100%;  text-align: left; font-size: 30px;padding-top: 20px; }
.about_right { float: right;  width: 100%; text-align: left; padding: 0 10px; text-align: justify;}
.frzl_text2{
  text-align: left; 
}
.about_js{
  margin-bottom: 10px;
  height:auto;
  display: block;
}
.historycon{
  width: 100%;
  padding-top: 20px;
}
}