.research-banner[data-v-ebfe2cd8] {
  background: linear-gradient(270deg, #eb0028 0%, #ff6060 100%);
}
.research-banner .wrap[data-v-ebfe2cd8] {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
.research-banner .wrap[data-v-ebfe2cd8] {
        display: block;
        height: 90vw;
}
}
.research-banner img[data-v-ebfe2cd8] {
    width: 70%;
}
@media screen and (max-width: 480px) {
.research-banner img[data-v-ebfe2cd8] {
        width: 100%;
        margin-top: 10vw;
}
}
.research-banner .banner-content[data-v-ebfe2cd8] {
    flex: 1;
    height: 64px;
    text-align: left;
    z-index: 1;
}
.research-banner .banner-content h3[data-v-ebfe2cd8] {
      font-size: 48px;
      color: #fff;
      line-height: 64px;
}
.research-banner .banner-content p[data-v-ebfe2cd8] {
      color: #fff;
      margin-top: 10px;
}
@media screen and (max-width: 480px) {
.research-banner .banner-content[data-v-ebfe2cd8] {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 54vw;
}
}
.case-list[data-v-ebfe2cd8] {
  width: 1200px;
  margin: 0 auto 196px;
}
@media screen and (max-width: 480px) {
.case-list[data-v-ebfe2cd8] {
      width: 100vw;
      margin: 12px 0;
}
}
.case-list .case-ul[data-v-ebfe2cd8] {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
}
.case-list .case-ul .case-li[data-v-ebfe2cd8] {
      width: 200px;
      font-size: 16px;
      list-style: none;
      color: #333333;
      line-height: 21px;
}
.content-wrap[data-v-ebfe2cd8] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
.content-wrap[data-v-ebfe2cd8] {
      width: 100vw;
}
}
.content-wrap .item-link[data-v-ebfe2cd8] {
    text-decoration: none;
    cursor: pointer;
}
.content-wrap .item[data-v-ebfe2cd8] {
    width: 380px;
    margin-top: 48px;
    padding-bottom: 16px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 30px 0px rgba(219, 219, 219, 0.5);
}
@media screen and (max-width: 480px) {
.content-wrap .item[data-v-ebfe2cd8] {
        width: 80vw;
        margin: 24px 10vw;
}
}
.content-wrap .item h3[data-v-ebfe2cd8] {
      font-size: 16px;
      color: #333333;
      line-height: 21px;
      margin: 18px 16px 8px;
      font-weight: normal;
      text-decoration: none;
      font-weight: bold;
}
.content-wrap .item p[data-v-ebfe2cd8] {
      font-size: 14px;
      margin: 0 16px 12px;
      text-align: justify;
      color: #999999;
      line-height: 19px;
      text-decoration: none;
}
.content-wrap .item .img-wrap[data-v-ebfe2cd8] {
      width: 380px;
      height: 215px;
      overflow: hidden;
      background: #cccccc;
}
@media screen and (max-width: 480px) {
.content-wrap .item .img-wrap[data-v-ebfe2cd8] {
          width: 80vw;
          height: auto;
}
}
.content-wrap .item .img-wrap img[data-v-ebfe2cd8] {
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out 0s;
}
.content-wrap .item .img-wrap img[data-v-ebfe2cd8]:hover {
          transform: scale(1.1);
}
.content-wrap .item-footer[data-v-ebfe2cd8] {
      display: flex;
      font-size: 14px;
      padding: 0 16px 12px;
      align-items: center;
}
.content-wrap .item-footer .avatar[data-v-ebfe2cd8] {
        width: 20px;
        margin-right: 10px;
}
.content-wrap .item-footer .author[data-v-ebfe2cd8] {
        color: #999;
}
.content-wrap .item-footer .date[data-v-ebfe2cd8] {
        flex: 1;
        color: #999;
        text-align: right;
}

