.correlation-title {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.correlation-title-top {
    border-left: 4px solid red;
    box-sizing: border-box;
}

.correlation-title-top > h4 {
    font-size: 24px;
    font-weight: 800;
    margin-left: 10px;
    margin-bottom: 20px;
}

.correlation-title-top > p {
    display: block;
    margin-left: 10px;
}

.correlation-title > span {
    display: block;
    margin: 20px 10px;
}

.correlationList {
}

.correlationItem {
    margin-top: 20px;
}

.correlationItem-img:hover +div .correlationItem-txt>a {
    color: red;
}

.correlationItem-img:hover{
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.correlationItem-img {
    width: 165px;
    height: 219px;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;

}
.correlationItem-img a{
    height: 100% !important;
     display: block;
     position: relative;
     content: '';
}
 .correlationItem-img a::before{
      content: '';
      opacity: 0;
      position: absolute;
      top:0;
      left:0;
      right: 0;
      bottom:0;
       z-index: 1;
       background-image: radial-gradient(transparent 0%,rgba(0,0,0,0.1) 44%,rgba(0,0,0,0.56) 100%);

    }
  .correlationItem-img a:hover::before{
    opacity: 1;
    backdrop-filter: contrast(1.2) saturate(1.2);
  }

.correlationItem-background {
    width: 165px;
    height: 219px;
    position: absolute;
    top: 0;
    left: 0;
}

.correlationItem-txt {
    width: 172px;
    height: 84px;
    margin-left: -3px;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 4px;
}

.correlationItem-txt:hover {
    color: red;
}

.correlationItem-txt p {
    width: 138px;
    font-size: 13px;
    padding-top: 5px;
    min-height: 41px;
    margin-bottom: 0px;
    padding-left: 8px;
    font-weight: bold;
}

.correlationItem-txt-span {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
    color: #999;
}
.correlationItem-txt-span a{
    color: #999;
}
.correlationItem-txt-span a:hover{
    color:red;
}
