
.bottom-height{
    height: 1.7rem !important;
}
.tubiao{
    width: 100%;
}

.fir-gonggao{
    background-color:rgb(255,153,47) !important
}
.fir-yuyue{
    background-color:rgb(149,147,255)!important
}
.fir-duihuan{
    background-color:rgb(255,110,84)!important
}

.sec-gonggao{
    background-color:rgb(252,128,0)!important
}
.sec-yuyue{
    background-color:rgb(112,145,255)!important
}
.sec-duihuan{
    background-color:rgb(255,83,53)!important
}

.table-br .table-tr:first-child{
    width: auto;
    margin-right: 0.2rem;
}
.table-br .table-tr:nth-child(4n-2){
    width: auto;
}
.table-br .table-tr:nth-child(4n-1){
    width: auto;
}
.table-br .table-tr:nth-child(4n){
    width: auto;
}


.table-br .table-tr:first-child{
    width: 1.7rem;
    color: #333333;
    /* margin-right: 0.2rem; */
}
.table-br .table-tr:nth-child(5n-3){
    width: 1.4rem;
    color: #333333;
}
.table-br .table-tr:nth-child(5n-2){
    width: 1rem;
    color: #333333;
}
.table-br .table-tr:nth-child(5n-1){
    width: 1.2rem;
    color: #333333;
}
.table-br .table-tr:nth-child(5n){
    width: 1.2rem;
    color: #333333;
}

a.table-tr{
    color: rgb(253, 119, 30) !important;
}
.table-br .table-dr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .article-wrap-flex{
     display: flex;
     flex-wrap: wrap;
     padding: 0.27rem 0.29rem 0rem 0.29rem !important;
 }
.article-wrap-flex a{
    width: 43%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.article-wrap a:last-child {
    margin-bottom: 0.26rem;
}

