.research {
  margin-bottom: 1.1rem;
}

.research .title {
  font-size: .7rem;
  text-align: center;
  padding-top: .96rem;
  padding-bottom: .5rem;
  position: relative;
}

.research .title img {
  position: absolute;
  width: 5.7rem;
  object-fit: cover;
  top: 5%;
  left: 36%;
}

.research .l-ul-box {
  position: relative;
  width: 17.2rem;
  overflow-x: auto;
  margin: auto;
  padding-bottom: .5rem;
}

.research .l-ul-box .research-more {
  position: fixed;
  right: .36rem;
  bottom: .5rem;
}

/* .research .l-ul-box::-webkit-scrollbar {
  width: .03rem !important;
} 

 .research .l-ul-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.research .l-ul-box::-webkit-scrollbar-thumb {
  background: #0F3052;
  border-radius: 2.5px;
} 

.research .l-ul-box::-webkit-scrollbar-thumb:hover {
  background: #0F3052;
}  */

.research .l-ul-box ul {
  width: fit-content;
  display: flex;
  overflow: hidden;
}

.research .l-ul-box ul li {
  width: 3.12rem;
  /* height: 6.65rem; */
  height: 6.0rem;
  position: relative;
  margin-right: .15rem;
  cursor: pointer;
  border: none;
  line-height: normal;
}

.research .l-ul-box ul li>div {
  position: relative;
  overflow: hidden;
  height: 4.3rem
}

.research .l-ul-box ul li>div a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #fff;
}


.research .l-ul-box ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s;
}

.research .l-ul-box ul li p {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: .32rem;
  padding-left: .2rem;
  padding-bottom: .5rem;
}

.research .l-ul-box ul li:hover img {
  transform: scale(1.1);
}

.research .l-ul-box ul li:nth-child(4n+2) {
  padding-top: 1.62rem;
}

.research .l-ul-box ul li:nth-child(2n+1) {
  padding-top: .86rem;
}


@media only screen and (max-width: 768px) {

  .research .l-ul-box ul li {
    /* width: 3.12rem;
    height: 6.0rem;
    margin-right: .15rem; */
    width: 4.68rem;
    height: 9rem;
    margin-right: .225rem;
  }

  .research .l-ul-box ul li>div {
    height: 5.1rem
  }

  .research .l-ul-box ul li p {
    font-size: .48rem;
    padding-left: .3rem;
    padding-bottom: .75rem;
  }
  
  .research .l-ul-box ul li:nth-child(4n+2) {
    padding-top: 2.43rem;
  }
  
  .research .l-ul-box ul li:nth-child(2n+1) {
    padding-top: 1.29rem;
  }

}