.img-style {
    /*margin-top: 12px;*/
    height: 160px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}

.img-style img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tips {
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px 0 5px;
    background-color: #f69544;
    color: #fff;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.btn-box {
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

.item {
    text-align: right;
    /*padding-right: 10px;*/
}

.live .cnt .tip {
    display: inline-block;
    color: #555;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background-color: #eee;
    margin-top: 5px;
    padding: 0 5px 0 17px;
    border-radius: 2px;
    position: relative;
    vertical-align: top;
}

.live .cnt .tip:after {
    content: '#';
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 3px;
    z-index: 2;
    width: 13px;
    height: 13px;
}

.live .title {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
    /*display: inline-block;*/
    overflow: hidden; /*超出长度的文字隐藏*/
    text-overflow: ellipsis; /*文字隐藏以后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    width: 99%;
    margin-left: 5px;
    margin-bottom: 0;
}
.live .intro {
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #dddddd;
    line-height: 30px;
    display: inline-block;
    overflow: hidden; /*超出长度的文字隐藏*/
    text-overflow: ellipsis; /*文字隐藏以后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    width: 100%;
    margin-left: 5px;
    margin-bottom: 0;
}
.live .cnt{
    background: white;
    padding: 0 6px;
}
.live{
    /*margin-bottom: 12px;*/
    /*padding-left: 12px !important;*/
    /*padding-right: 12px !important;*/
    padding: 12px!important;;
}
.live:hover{
    background: white;
    box-shadow: 0 0 10px #bbb;
}
.live:hover .cnt{
    background: #f7f8fa;
}
.breadcrumb a,.breadcrumb a:hover{
    color: #333;
}
.breadcrumb{
    margin-bottom: 0;
}

.getMore-box {
    text-align: center;
    margin: 20px 0;
}
.getMore-box .getMore {
    padding: 10px 20px;
    display: inline-block;
    background-color: #C49C52;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}
.getMore-box .getMore:hover {
    opacity: .8;
}
.getMore-box .getMore:active {
    opacity: 1;
}
