@charset "utf-8";
#con {
    width: 846px;
    height: 244px;
    padding-bottom: 20px;
    float: left;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 2px 2px 2px #bbb;
    border-radius: 3px;
}

#con .tittle {
    float: left;
    line-height: 22px;
    font-size: 16px;
    padding-left: 21px;
    color: #0463c4;
    font-weight: bold;
}

.tags {
    background: #ecf0f1;
}

.tags a {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0 38px;
    float: left;
}

.tags .selectTag {
    background: #fff;
    color: #f25896;
}

#tagContent {
    background-color: #fff;
    padding: 35px 20px 20px;
}

.tagContent {
    display: none;
    width: 806px;
    overflow: hidden;
}

#tagContent div.selectTag {
    display: block;
}

.textLeft,
.tagContent .tagContentL {
    width: 200px;
    float: left;
}

.textRight {
    width: 200px;
    float: right;
}


/*new*/

.textRight li,
.textLeft li,
.tagContentL li {
    padding-left: 5px;
    border-bottom: 1px solid #e3e3e4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textRight li a,
.textLeft li a,
.tagContentL li a {
    line-height: 35px;
    text-decoration: none;
    color: #464646;
}

.textRight li a:hover,
.textLeft li a:hover,
.tagContentL li a:hover {
    color: #f25896;
}
