
.list-right-wrapper .red-btn {
    display: block;
    border-top: 2px solid #d50000;
    width: 284px;
    margin-left: -1px;
}
.list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-top: 16px;
}
/*right_broadcast.css*/
.list-content-right {
    width: 284px;
    float: right;
}
.list-right-wrapper {
    width: 282px;
    border: 1px solid #ededed;
    border-top: 0;
    overflow: hidden;
    margin-bottom: 41px;
    padding-top: 0;
}
.list-right-wrapper .red-btn{
    display: block;
    border-top: 2px solid #d50000;
    width: 284px;
    margin-left: -1px;
}
body .right-box  .list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}
.list-right-tit .broadcast-more {
    cursor: pointer;
}
.list-right-tit .broadcast-more:hover {
    color:#d50000;
}
.item-right-list {
    margin: 10px 20px;
    overflow: hidden;
}
.list-right-tit span {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666666;
    float: right;
}
.broadcast-box {
    margin: 15px 20px;
    overflow: hidden;
    margin-top: 18px
}
.broadcast-box-list .broadcast-box-title {
    color: #333;
}
/*.broadcast-box-title a:hover{*/
/*    color:#d50000;*/
/*}*/
/*.broadcast-box-title a:hover span{*/
/*    background:#d50000;*/
/*}*/
.broadcast-box-title span {
    width: 4px;
    height: 4px;
    background: #999;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    margin-left: -14px;
}
.broadcast-box-list div {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    margin-left: 0px;
}
.list-right-wrapper .broadcast-box-line:last-child{
    border-bottom: none;
}
.broadcast-box-line {
    width: 244px;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
}
.broadcast-box a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.broadcast-box-list .broadcast-box-title{
    line-height: 14px;
}
.broadcast-box a p{
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
}
body .broadcast-box-list .keyword-div{
    padding: 6px 10px;
    color: #5E98D3;
    background-color: #ECF4FC;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
}
body .broadcast-box-list .keyword-div:last-child{
    margin-right: 0px;
}
.broadcast-box a p{
    margin-bottom: 10px;
}
.broadcast-box a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 16px;
}
.keyword-div-all{
    overflow: hidden;
    max-height: 24px;

}
