.table-of-contents {
    background: rgba(243,243,243,0.5);
    font-size: 13px;
    padding: 10px 10px 10px 0;
    margin: 15px 0;
    border-left: 2px solid #258b33;
    position:
    relative;
    color: #258b33;
}
.table-of-contents h2 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left:14px;
    color: #333;
}
.table-of-contents ol {
  padding: 0;
  overflow:hidden;
}
.table-of-contents ol li {
    counter-increment: List;
    margin-left: 26px;
    padding: 2px 0;
    list-style: decimal;
    font-weight: 500;
}

.table-of-contents a {
    text-decoration: none !important;
    padding-left: 7px;
    color: #258b33 !important;
}
.table-of-contents a:hover,
.table-of-contents a:active {
  text-decoration: underline;
}
.table-of-contents .ovlarticle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
}
.table-of-contents .readTocAll {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    color: #a64499;
    margin: 0px 0 5px 14px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border-radius: 4px;
    padding: 5px 0;
}
.table-of-contents .readTocAll::after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #a64499;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.shownews-view h2:target {
  animation: highlight 1s ease;
}

@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}