.attachments-container{
    margin-top: 20px;
    padding-top: 10px;
}
.attachments-container .title.tip{
    padding: 10px 0;
    position: relative;
}
.attachments-container .title.tip:after{
    position: absolute;
    height: 3px;
    width: 100%;
    content: '';
    left: 0px;
    bottom: 0px;
    display: block;
    background-color: #0099CC;
}

.attachments-container a{
    text-decoration: none;
}
.attachments-container li {
    list-style: none;
    border-bottom: 1px dashed #BFC3C4;
    line-height: 45px;
    width: 100%;
    font-size: 16px;
}
.attachments-container li .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attachments-container li .date{
    display: inline-block;
    text-align: right;
    max-width: 100px;
    width: 100px;
}
.attachments-container li:hover{
    color: #0099CC;
    background-color: #BFC3C4;
}
.attachments-container .wt img{
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
