
.mynav a {
    color: #000000;
}

.mynav a:hover {
    color: #e67e22;

}

#labelItem {
    margin-bottom: 10px;
    /*display: none;*/
}

.label-item {
    /*border: 1px solid #e6e6e6;*/
    padding-top: 10px;
    border-radius: 0 2px 2px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.label-item li {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    font-size: .8rem;
    padding: 0 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #666;
}

.label-item a {
    color: #000000;
}

.label-item .selected {
    color: #e67e22;
}

.excerpt a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

/*.article a:visited {*/
/*color: #e67e22;*/
/*}*/

.article a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.article a:hover {
    color: #e67e22;
}



/*.excerpt a:visited {*/
/*color: #e67e22;*/
/*}*/

/*.excerpt {*/
/*clear: both;*/
/*border: 1px solid #EAEAEA;*/
/*padding: 20px 20px 20px 255px;*/
/*overflow: hidden;*/
/*background-color: #fff;*/
/*margin-bottom: -1px;*/
/*}*/

/*.excerpt-1 {*/
/*border-radius: 4px 4px 0 0;*/
/*}*/

/*.excerpt .meta {*/
/*color: #999;*/
/*font-size: 12px;*/
/*margin-bottom: 10px;*/
/*}*/

/*.clear{clear:both;}*/
/*.clearfloat:after {*/
/*display: block;*/
/*clear: both;*/
/*content: "";*/
/*visibility: hidden;*/
/*height: 0*/
/*}*/

/*.clearfloat {*/
/*zoom: 1*/
/*}*/