.body-container{
    width: 1065px !important;
}
.broadcast-list-by-kind{
    float: left;
    width: 800px;
}
 .kind-list {
    margin-top: 25px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.kind-list .consensus-type.flex-active, #broadcast-body .broadcast-list-by-kind .kind-list .consensus-type:hover {
    background-color: #388bd6;
}
.kind-list .consensus-type {
    vertical-align: 12px;
    display: inline-block;
    border: 1px solid #388bd6;
    line-height: 35px;
    width: 110px;
    text-align: center;
    border-radius: 17.5px;
    cursor: pointer;
    font-size: 16px;
}
.broadcast-list-by-statistics{
    float: right;
    width: 200px;
}
.broadcast-item{
    clear: both;
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.broadcast-item .broadcast-item-image {
    margin-right: 30px;
    width: 260px;
    height: 175px;
    overflow: hidden;
    float: left;
}
.broadcast-item .broadcast-item-image img {
    max-width: 100%;
}
.broadcast-item .broadcast-item-info {
    overflow: hidden;
}
.broadcast-item .broadcast-item-info .title {
    font-size: 18px;
    line-height: 18px;
}
.broadcast-item .broadcast-item-info .title>a {
    color: #333;
    font-weight: 700;
}
.broadcast-item .broadcast-item-info .item-head {
    margin-top: 10px;
    margin-bottom: 10px;
}
.broadcast-item .broadcast-item-info .item-head .head-info {
    cursor: pointer;
    line-height: 16px;
    padding-right: 10px;
    display: inline-block;
}
.broadcast-item .broadcast-item-info .item-head .head-info .time,.broadcast-item .broadcast-item-info .item-head .head-info .visits-num {
    color: #989898;
    font-size: 14px;
}
.broadcast-item .broadcast-item-info .content {
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
}
.broadcast-item .broadcast-item-info .content>a {
    color: #000;
}


/* 右边 */
.top-name {
    margin-top: 30px;
    color: #444;
    font-size: 21px;
    margin-bottom: 15px;
}
.top-name .refresh-btn {
    float: right;
    font-size: 13px;
    cursor: pointer;
    margin-top: 8px;
    color: #388bd6;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .hot-list {
    font-size: 14px;
    padding-left: 20px;
}
.hot-list li {
    margin-bottom: 7px;
    line-height: 24px;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwMpgAVd4G1EzgQgJQDEBcIrpnxAl2fCYghIUTwQHwBqFiBGgwKU1gfiBqCmBpwagJIGUNNhAGRDPdSZYMAI8zTU+gNQk2HgIxDzQ9mKQD89QLYhAU0xA5JiEAhAd5IAgRAVwOVpvABZwwECahegaAB6CKShEYfiRJCHUUIJKWgdoAEAig+QogVQw8AAIMAAZqctfad/qqcAAAAASUVORK5CYII=);
}
.hot-list li.hide {
    display: none;
}
.hot-list li a {
    color: #000;
}
