*{
    margin: 0;
    padding: 0;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.find{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* min-width: 1200px; */
    box-sizing: border-box;
    position: absolute;
}
.head{
    width: 100%;
    height: 5vw;
}
.info{
    width: 90%;
    /* height: 100%; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.image{
    width: 8vw;
    height: 2.9vw;
    margin-top: 1vw;
}

.info>ul{
    width: 25vw;
    display: flex;
    justify-content: space-between;
}
.info>ul>li{
    float: right;
    display: block;
}
.info>ul>li>a{
    color: black;
    font-size: 1vw;
    line-height: 5vw;
    text-decoration:none
}
.info>ul>li>a:hover{
    color:#C5B25A ;
    text-decoration:none;
}
a{
    color: black;
    text-decoration:none
}
a:hover{
    color:#C5B25A ;
    text-decoration:none
}
.center {
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
}
.tu{
    width: 26vw;
    height: 12vw;
    margin:0 auto;
    margin-top: 6vw;
}
.tu>img{
    width: 26vw;
    height: 12vw;
    display: block;
}
.center>p{
    font-size: 1.5vw;
    line-height: 2.5vw;
    display: block;
    margin-top:1.4vw;
}
.center>span{
    line-height: 2vw;
    display: block;
    font-size: 1vw;
    color: #999999;
}
.bot{
    width: 100%;
    background: #212224;
    position: relative;
}
.about2{
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.left{
    width: 50%;
}
.guanyu {
    height: 3vw;
    
  }
  .guanyu > span {
    line-height: 3vw;
    color: #ffffff;
    font-size: 1vw;
  }
  .zhong {
    width: 100%;
  }
  .zhong > span {
    display: flex;
    flex-wrap: wrap;
    color: #9fa0a0;
    font-size: 1vw;
    word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
  }
  .xia {
    height: 4vw;  
     width: 100%;
     margin-top: 1.5vw;
  }
  .xia > span {
    color: #9fa0a0;
    font-size: 0.9vw;
  }
  .left2 {
    width: 21%;
  }
  .zhong2 {
    display: flex;
    flex-direction: column;
  }
  .zhong2 > span {
    color: #9fa0a0;
    font-size: 1vw;
  }
  .left3 {
    width: 20%;
  }
  .erweima {
    width: 6vw;
    height: 6vw;
  }
  .erweima > img {
    width: 6vw;
    height: 6vw;
    display: block;
  }
  .zuo{
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
  }
  .act{
    color: #C5B25A;
}