<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.context {
  display: flex;
  justify-content: space-between;
  padding: 30px 16vw;
  background: #F9F9F9;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.context .page {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.context .index_t2{
  font-size: 24px;
  color: #222;
  line-height: 34px;
  position: relative;
  z-index: 9;
  margin-top: 0px;
  background: #fff;
  display: block;
  width: 100%;
  padding: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.context .top {
  background: #fff;
  border-bottom: 6px solid #F5F5F5;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: 0px;
  box-sizing: border-box;
}
.context .top p {
  font-size: 16px;
  color: #555555;
  margin: 0px 0;
  line-height: 30px;
}
.context .teambox {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.context .teambox li {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 20px;
}
.context .teambox li .item .img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
}
.context .teambox li .item .con {
  width: 100%;
  height: auto;
  background: #fff;
  text-align: left;
  padding: 26px;
  box-sizing: border-box;
}
.context .teambox li .item .con .num {
  font-size: 20px;
  color: #101010;
  margin-bottom: 10px;
}
.context .teambox li .item .con .title {
  font-size: 14px;
  color: #206FCE;
  margin-bottom: 10px;
}
.context .teambox li .item .con .line {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.context .teamxq {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
.context .teamxq h2 {
  font-size: 28px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.context .teamxq .tmxqxx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.context .teamxq .tmxqxx img {
  width: 20%;
  margin-right: 5%;
}
.context .teamxq .tmxqxx ul {
  width: 75%;
}
.context .teamxq .tmxqxx ul li {
  line-height: 30px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px;
}
.context .teamxq .tmxqxx ul li h3 {
  font-size: 16px;
  display: inline-block;
}
.context .teamxq .tmxqxx ul li p {
  font-size: 14px;
  display: inline;
}
.context .teamxq .nOrP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
}
.context .teamxq .nOrP a {
  width: 100%;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media screen and (max-width: 1650px) {
  .context{
    padding: 30px 6vw;
  }
  .context .teambox li{
    width: 31.3%;
  }
}
@media screen and (max-width: 768px) {
  .context {
    flex-direction: column;
    padding: 30px 0;
  }
  .context .teambox li{
    width: 48%;
  }
  .context .teamxq {
    padding: 20px;
  }
  .context .teamxq h2 {
    text-align: center;
  }
  .context .teamxq .tmxqxx img {
    width: 80%;
    margin-right: 0;
    margin-left: 10%;
  }
  .context .teamxq .tmxqxx ul {
    width: 100%;
  }
  .context .teambox li .item .con{
    padding: 15px;
  }
  .context .teamxq .tmxqxx ul li h3 {
    text-align: left;
  }
  .context .teamxq .tmxqxx ul li p {
    line-height: 26px;
  }
  .context .teamxq .nOrP {
    margin-top: 20px;
  }
  .context .teambox li .item .con .line{
    line-height: 26px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
}
</pre></body></html>