body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 60rem;
  background-image: url("../images/banner1.png");
  background-repeat: round;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .word {
  overflow: scroll;
  /* width: 41.375rem; */
  max-width: 49rem;
  padding: 4.375rem 9.375rem 4.375rem 9.375rem;
  background-color: #15489a38;
  border-radius: 0.3125rem;
  color: #fff;
  box-sizing: border-box;
  max-height: 40rem;
}
.banner .word .title {
  font-size: 2.8125rem;
  text-align: center;
  position: relative;
}
.banner .word .title::after {
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -5px;
  content: '';
  background-color: #fff;
  height: 2px;
}
.banner .word .title1 {
  font-size: 1.625rem;
  margin-top: 2.1875rem;
  margin-bottom: 1rem;
  text-align: center;
}
.banner .word .title2 {
  color: #dfdfdf;
  font-size: 0.875rem;
}
.banner .word::-webkit-scrollbar {
  width: 0;
}
.main {
  width: 97.5rem;
  margin: 8.125rem auto;
}
.main .main1 {
  background-color: #e7ecf5;
  display: flex;
  height: 25rem;
  height: 20rem;
  margin-bottom: 2.25rem;
}
.main .main1 .left {
  width: 35.1875rem;
  width: 37.1875rem;

  height: 100%;
  overflow: hidden;
}
.main .main1 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.main .main1:hover .left img{
  transform: scale(1.2);
  transition: all 1s;

}
.main .main1 .right {
  /* width: 100%; */
  padding: 5rem 4.0625rem 1.5625rem 5rem;
  padding: 4rem 4.0625rem 1.5625rem 4rem;

  position: relative;
  box-sizing: border-box;
  width: calc(100% - 37.1875rem );

}
.main .main1 .right .right1 {
  font-size: 2.375rem;
  font-size: 1.875rem;

  margin-bottom: 1.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;

}
.main .main1 .right .right2 {
  font-size: 1.5rem;
  font-size: 1.2rem;

  color: #89898b;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .main1 .right .right3 {
  position: absolute;
  right: 4.0625rem;
  bottom: 1.5625rem;
  color: #89898b;
}
.main .main1:hover {
  background-color: #15499a;
  color: #fff;
}
.main .main1:hover .right1{
  background-color: #15499a;
  color: #fff;
}
.main .main1:hover .right2,
.main .main1:hover .right3 {
  color: #fff;
}
@media (max-width: 600px) {
  .main .main1 .right {
    width: 62rem;
  }
  .main .main1 .right .right2 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 500px) {
  .main .main1 .right {
    width: 62rem;
    padding: 3rem 4.0625rem 1.5625rem 5rem;
  }
  .main .main1 .right .right2 {
    -webkit-line-clamp: 1;
  }
  .main .main1 .right .right1 {
    font-size: 4.5rem;
    color: #333;
}
.main .main1 .right .right2 {
  font-size: 3.5rem;
}
.main .main1 .right .right3 {
  font-size: 3.5rem;
}
  .main .main1 {

    height: 25rem;

}
}
