
.exemptComic_Item {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.exemptComic_Item-img:hover + div .exemptComicItem-txt > p {
    color: #1790e6;
}

.exemptComic_Item-img:hover {
    box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.1);
}

.exemptComic_Item-img {
    width: 174px;
    height: 231px;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
.exemptComic_Item-img a{
    height: 100% !important;
     display: block;
     position: relative;
     content: '';
}
 .exemptComic_Item-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%);

    }
  .exemptComic_Item-img a:hover::before{
    opacity: 1;
    backdrop-filter: contrast(1.2) saturate(1.2);
  }

.exemptComic_Item-img img {
    object-fit: cover;
}

.exemptComic-background {
    width: 174px;
    height: 231px;
    position: absolute;
    top: 0;
    left: 0;
}

.exemptComicItem-txt-box {
    width: 174px;
    overflow: hidden;
}

.exemptComicItem-txt {
    width: 172px;
    height: 84px;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 4px;
}

.exemptComicItem-txt:hover {
    color: #1480CC;
}

.exemptComicItem-txt p {
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 10px;
    min-height: 41px;
    max-height: 43px;
    font-weight: bold;
}

.exemptComicItem-txt-span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.exemptComicItem-txt-span a {
    color: #999999;
}

.exemptComicItem-txt-span a:hover {
    color: #1480CC;
}
