.catListEssay ul li,
.catListLink ul li,
.catListNoteBook ul li,
.catListNoteBook ul li,
.catListTag ul li,
.catListPostCategory ul li,
.catListPostArchive ul li,
.catListArticleArchive ul li,
.catListImageCategory ul li,
.mySearch ul li,
.catListComment ul li,
.catListView ul li,
.catListFeedback ul li
{
    overflow: hidden;/*超过长度隐藏*/

    padding: 5px;/*内部全方位距离*/
    /*上下左右边框*/

    border-top: 1px solid #dadfe1;
    border-right: 1px solid #dadfe1;
    border-bottom: 1px solid #dadfe1;
    border-left: 1px solid #dadfe1;
}

.catListPostCategory li:hover,
.catListFeedback li:hover,
.catList li:hover,
.catListEssay li:hover,
.catListView li:hover
{
    border-left-width: 2px;/*左边框长度*/
    border-left-color: #f60;/*左边框颜色*/
}

.catListPostCategory li a,
.catListFeedback li a,
.catListView li a,
.catListEssay li a,
.catList li a
{
    display: block;/*前后添加换行符*/
    overflow: hidden;/*超过长度隐藏*/

    white-space: nowrap;/*超过长度是否换行*/
    text-decoration: none;/*链接不显示下划线*/
    text-overflow: ellipsis;/*类似于上面的overflow*/

    background-color: white;/*背景颜色*/
}