@charset "utf-8";

/* 清除浮动*/
.clearfix{*zoom:1;}
.clearfix:after{display:table; content:''; clear:both;}


/*内行列表*/
 .list-inline {
    margin-left: 0px;
    font-size:0;
}

 .list-inline> li{
   padding:0;
   font-size:14px;
}
/*网格系统*/
.row{
    margin:0;
}

div[class*="col-"]{
    padding:0;
}

/*...*/
.cut{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cut-1{
    line-height:30px;
    height:30px;
    overflow:hidden;
}

.cut-2{
    line-height:20px;
    height:40px;
    overflow:hidden;
}


.cut-3{
    line-height:20px;
    height:60px;
    overflow:hidden;
}

/*链接*/
a {
    color:inherit;
}

a:focus {
    outline: 0px dotted;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

/*标题*/
h3,h4,h5,h6{
    font-size:14px;
    line-height:1.4;
}

h7,h8,h9{
    display:block;
    font-size:14px;
    line-height:1.4;
}


/*覆盖层*/
.overlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

/*斜体变直体*/
cite, em, i {
    font-style: normal;
}


/*浮动布局*/
article{
    float:left;
}
aside{
    float:right;
}

/*更多more*/
.more {
    float: right;
    color: #999;  
}

/*媒体图片*/
.media-object{
    max-width:none;
}

/*............*/
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
