.relation-title {
    background: #ff596a;
    color: #fff;
    font-size: 15px;
    padding: 11px 15px;
    position: relative;
    margin: 7px 0;
}
.relation-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 20px;
    border: 6px solid transparent;
    border-top-color: #ff596a;
    margin-left: -6px;
    z-index: 10;
}
  #article-contents .kusa {display: none !important;}
  .article-over{word-break:break-all;}
  .article-over a{
   display:block;
   margin-bottom:2px;
   padding:5px;
   border:1px dashed#FF596A;
   color:#navy;
   text-decoration:none !important;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -ms-border-radius:5px;
   -o-border-radius:5px;
   border-radius:5px;
   overflow:hidden;
   background:#fffafa;
  }
  .article-over a:hover{
   color: #ff596a;
   background:#f6ffe5;
  }
  .article-over-img {
   float: left;
   height: 75px !important;
   width: 100px !important;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
  }
  .article-over-img2 {
   float: left;
   height: 70px !important;
   width: 70px !important;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
  }
  .article-over-text {
   margin-left: 104px;
   font-size: 16px;
  font-weight: bold;
  }
  .article-over-text2 {
   margin-left: 72px;
   font-size: 13px;
  }