.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main .types {
  width: 1400px;
  padding: 20px calc((100% - 1400px)/2);
  background: #881F24;
  display: flex;
  justify-content: space-between;
}
.home .main .types a {
  color: white;
  font-size: 18px;
  transition: all 600ms;
}
.home .main .types a:hover {
  font-weight: bolder;
}
.home .main .section {
  width: 1400px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .section .l {
  position: relative;
}
.home .main .section .l .bg {
  width: 100%;
  display: block;
}
.home .main .section .l .lm {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
.home .main .section .l .lm .p1 {
  font-size: 26px;
  color: white;
  text-align: center;
}
.home .main .section .l .lm .lt {
  margin-top: 20px;
  margin-left: 20px;
}
.home .main .section .l .lm .lt a {
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 600ms;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: white;
}
.home .main .section .l .lm .lt a img {
  width: 7px;
  opacity: 0;
  transition: all 600ms;
}
.home .main .section .l .lm .lt a:hover {
  background: #E8AEB1;
  color: #881F24;
}
.home .main .section .l .lm .lt a:hover img {
  opacity: 1;
}
.home .main .section .l .lm .lt .active {
  background: #E8AEB1;
  color: #881F24;
}
.home .main .section .l .lm .lt .active img {
  opacity: 1;
}
.home .main .section .r {
  width: calc(95% - 177px);
}
.home .main .section .r .links {
  text-align: right;
  color: #881F24;
}
.home .main .section .r .links a {
  color: #881F24;
}
.home .main .section .r .line {
  margin: 30px 0;
  position: relative;
}
.home .main .section .r .line img {
  width: 100%;
}
.home .main .section .r .line p {
  position: absolute;
  left: 30px;
  top: 45%;
  transform: translateY(-50%);
  color: white;
  font-size: 22px;
}
.home .main .section .r .list {
  display: flex;
  flex-wrap: wrap;
}
.home .main .section .r .list a {
  background: linear-gradient(0deg, #CA363D, #881F24);
  display: block;
  padding: 60px 30px;
  text-align: center;
  color: white;
  width: calc(30% - 60px);
  margin-left: 2.5%;
  margin-bottom: 30px;
}
.home .main .section .r .list a .pic img {
  transition: all 600ms;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.home .main .section .r .list a .name {
  font-size: 22px;
  margin: 30px 0;
}
.home .main .section .r .list a .des {
  line-height: 1.6;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .main .section .r .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .section .r .pager {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.home .main .section .r .pager a {
  width: 33px;
  background: #EFEFEF;
  color: #666666;
  font-size: 21px;
  margin: 0 5px;
  text-align: center;
  line-height: 33px;
  transition: all 600ms;
}
.home .main .section .r .pager a:hover {
  background: #881F24;
  color: white;
}
.home .main .section .r .pager .active {
  background: #881F24;
  color: white;
}
@media screen and (max-width: 1400px) {
  .home .main .types {
    width: 90%;
    padding: 20px 5%;
  }
  .home .main .section {
    width: 90%;
  }
  .home .main .section .r .list a {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .home .banner img {
    height: 300px;
  }
  .home .main .types {
    flex-wrap: wrap;
    justify-content: normal;
  }
  .home .main .types a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .home .main .section {
    margin: 30px auto;
  }
  .home .main .section .l {
    display: none;
  }
  .home .main .section .r {
    width: 100%;
  }
  .home .main .section .r .line {
    margin: 15px 0;
  }
  .home .main .section .r .line img {
    height: 50px;
    object-fit: cover;
  }
  .home .main .section .r .line p {
    font-size: 20px;
    left: 15px;
  }
  .home .main .section .r .list a {
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=research.css.map */
