@charset 'utf-8';

body {
    font-size: 0;
    color: #333;
    font-family: "Microsoft YaHei";
    background: #fff;

}

a {
    font-size: 16px;
}

a:hover {
    cursor: pointer;
    color: #e83232;
}


/* 文字溢出 */
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





/***当前位置样式***/
.position {
    margin: 20px 0 30px 10px;
    font-size: 16px;
    line-height: 22px;
    background: url(location.png) center left no-repeat;
    background-size: 18px 20px;
    padding-left: 30px;
    color: #da0707;
}

.position .poto {
    color: #da0707;
    margin: 0 4px 0 0;
}

.position .poto:hover {
    text-decoration: underline;
}