﻿/* content detail more list (flash) */
.article-cont .article-cont_more dd.current::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #da70d6;
    border-radius: 0%;
    background: transparent;
    font-size: 0;
}

.article-cont .article-cont_more dd a.current {
    color: #da70d6;
}
