#main {
    margin-top: 50px;
}
.postTitle, .postTitl2, .entrylistPosttitle{padding:0;border:0;}
.postTitle a,.postTitl2 a, .entrylistPosttitle a{position: relative}
.postTitle a:hover:before,.postTitl2 a:hover:before, .entrylistPosttitle a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.postTitle a:before,.postTitl2 a:before, .entrylistPosttitle a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}