.homeTwo {
  height: 600rem;
}

.homeT {
  width: 100%;
  /* height: 600rem; */
  /* background: #376DD9; */
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  padding: 70rem 0;
  box-sizing: border-box;
}
.homethree {
  width: 100%;
  height: 400rem;
  background: url(../img/Group\ 45.png) 100%;
  padding: 150rem 0 0 0;
  box-sizing: border-box;
  color:#fff;
}

.twoLeft {
  text-align: center;
  background: url(../img/twoBg.png) no-repeat;
  background-size: 100%;
  width: 760rem;
  height: 530rem;
  padding: 60rem 0;
  box-sizing: border-box;
}

.twoLeft img {
  height: 346rem;
  width: 531rem;
}

.twoP {
  font-size: 16rem;
  color: #000000;
  line-height: 50rem;
  width: 100%;
  /* text-align: left; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.twoRight {
  padding: 60rem 0;
  box-sizing: border-box;
}

.btn {
  width: 259rem;
  height: 74rem;
  background: #376dd9;
  color: #fff;
  line-height: 74rem;
  font-size: 20rem;
  text-align: center;
  cursor: pointer;
}
.btn a {
  color: #fff;
}

.btn img {
  vertical-align: middle;
}

.threeBox {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.boxnum {
  text-align: center;
  font-weight: bold;
}

.boxnum .num {
  font-size: 46rem;
  color: #fff;
  line-height: 56rem;
  margin-bottom: 60rem;
}

.boxnum p {
  font-size: 14rem;
  color: #fff;
  line-height: 28rem;
}

.homeFour {
  width: 50%;
  margin: 20rem auto 0;
  /* padding-left:30rem;
  padding-top: 75rem; */
  padding: 30rem;
}

.homeFour .eTitle {
  font-size: 16rem;
  color: #376dd9;
  line-height: 19rem;
}

.homeFour .titleM {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 48rem;
  color: #1b263d;
  line-height: 56rem;
  margin-bottom: 50rem;
}

.mainBox {
  background: #f8f9ff;
  padding: 31rem;
  display: flex;
  margin-bottom: 20rem;
}
.mainBoxcontent {
  flex: 1;
}
.mainBox img {
  width: 420rem;
  height: 281rem;
  /* margin-right: 10rem; */
}

.mainDate {
  font-size: 20rem;
  color: #376dd9;
  line-height: 23rem;
}

.mainDaTitle {
  width: 360rem;
  font-weight: bold;
  font-size: 24rem;
  color: #000000;
  line-height: 42rem;
   overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.mainBox p {
  font-size: 15rem;
  color: #000000;
  line-height: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.mainE {
  /* position: relative;
  bottom: -50rem; */
  font-size: 15rem;
  color: #000000;
  line-height: 24rem;
  margin-top: 30rem;
}

.pageIcon {
  margin-bottom: 20rem;
  display: flex;
  justify-content: center;
}

.pageIcon .el-icon {
  margin-top: 0 !important;
}

.teamTitle {
  font-size: 30rem;
  color: #000000;
  line-height: 42rem;
  text-align: center;
}

.teamP {
  font-size: 16rem;
  color: #000000;
  line-height: 23rem;
  text-align: center;
  margin-bottom: 30rem;
}

.teamR {
  display: flex;
  flex-wrap: wrap;
}

.teamRbox {
  width: 30%;
  background: #ffffff;
  padding: 10rem;
  box-sizing: border-box;
  /* text-align: left; */
  margin-right: 10rem;
  margin-bottom: 10rem;
  border-radius: 10rem;
  overflow: hidden;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* text-align: center; */
}
