.aboluo-rightdiv {
    display: none;
}
input.aboluo-toToday {
    display: none;
}
.aboluo-leftdiv {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 5px 20px #eeeeee;    position: relative;
}
.aboluo-rilidiv {
    margin-top: 60px;
}
.aboluo-tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
select#aboluo-selectmonth option {
    display: none;
}
select#aboluo-yearSelect {
    border: 0;
    font-size: 16px;
    color: #A40006;
    font-weight: bold;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;       background: url(/_upload/tpl/00/20/32/template32/tsimg/xl.png) no-repeat right;
    padding-right: 15px;
}select#aboluo-yearSelect option {
    font-size: 14px;
    line-height: 30px;
}
option:hover {
  background-color: #A40006; /* 你可以更改为你想要的颜色 */
}

select#aboluo-yearSelect option:hover {
background-color: #A40006;
}



a.aboluo-month-a-perv {
    position: absolute;
    left: 55px;
    font-size: 0;
    width: 18px;
    height: 18px;
  background: url(/_upload/tpl/00/20/32/template32/tsimg/ll.png) no-repeat center;    background-size: cover;
}



a.aboluo-month-a-next {
position: absolute;
   right: 55px;
    font-size: 0;
    width: 18px;
    height: 18px;
  background: url(/_upload/tpl/00/20/32/template32/tsimg/rr.png) no-repeat center;    background-size: cover;
}
table.aboluo-rilitable {
    width: 100%;
    line-height: 50px;    text-align: center;
}

thead.aboluo-rilithead {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    text-align: center;
    font-size: 17px;
    color: #9E9E9E;
}

thead.aboluo-rilithead th {
    text-align: center;
    color: #9E9E9E !important;
}

select#aboluo-selectmonth {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    font-size: 16px;
    color: #A40006;
    font-weight: bold;
    margin-left: 10px;
    overflow: hidden !important;    pointer-events: none;
}

select#aboluo-selectmonth option {
    display: none;
    height: 0;
    padding: 0 !important;
    min-height: 0 !important;
    box-shadow: none !important;
    background: none !important;
}
slot#select-options {
    display: none;
}

tbody.aboluo-rilitbody tr td {
    border-right: 1px solid rgb(227, 228, 230);
}
tbody.aboluo-rilitbody tr td:last-child {
    border: 0;
}
tbody.aboluo-rilitbody tr td a {
    display: block;
    width: 100% !important;
    height: 100% !important;
    line-height: 49px !important;
    font-size: 14px !important;
}

tbody.aboluo-rilitbody tr td a.aboluo-currToday {
    background: #A40006;
    color: #fff;
}
tbody.aboluo-rilitbody tr td a.have {
    position: relative;
}
tbody.aboluo-rilitbody tr td a.have:after {
    clear: both;
    content: "";
    display: block;

}

tbody.aboluo-rilitbody tr td a.have:after {
    clear: both;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #A40006;
    border-radius: 50%;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -3px;
}

tbody.aboluo-rilitbody tr td a.have.active {
    background: #A40006;
    color: #fff !important;
}

.qb {
    position: absolute;
    left: 0;
    width: 100%;
    top: 162px;
    background: #fff;    display: none;    z-index: 9;   
}
.qb .tb {
    background: #A40006;
    line-height: 44px;
    padding: 0 10px;    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.qb .tb .close {
    width: 18px;
    height: 18px; background: url(/_upload/tpl/00/20/32/template32/tsimg/xx.png) no-repeat center;    background-size: cover;    cursor: pointer;
}ul.data_list span.news_meta {
    display: none;
}


ul.data_list li.news:nth-child(1) span.news_meta {
    display: block;
    position: absolute;
    top: 0;
    line-height: 44px;
    left: 10px;
    font-size: 14px;
    color: #fff;background: url(/_upload/tpl/00/20/32/template32/tsimg/sj.png) no-repeat left;    padding-left: 25px
}
.aboluo-leftdiv.l1 .qb {
    top: 162px;opacity: 1;
}
.aboluo-leftdiv.l2 .qb {
    top: 212px;opacity: 1;
}
.aboluo-leftdiv.l3 .qb {
    top: 262px;opacity: 1;
}
.aboluo-leftdiv.l4 .qb {
    top: 312px;opacity: 1;
}
.aboluo-leftdiv.l5 .qb {
    top: auto;
    bottom: 100px;opacity: 1;
}

.aboluo-leftdiv.l6 .qb {
    top: auto;
bottom:50px;opacity: 1;
}

.aboluo-leftdiv.zh .qb {
    top: auto !important;
    bottom: 50px !important;opacity: 1;
}


.qb1 {
    height: 250px;
    overflow: hidden;    box-shadow: 0px 5px 20px #3333334a;    z-index: 9;
}

ul.data_list {
    overflow-y: scroll;    height: 100%;
    padding: 0 10px;
}

ul.data_list::-webkit-scrollbar-track {
  background-color:#fff;
}
 
/* 自定义滚动条的滑块 */
ul.data_list::-webkit-scrollbar-thumb {
  background-color: #C3C3C3;    border-radius: 10px;
}
 
/* 设置滚动条的宽度 */
ul.data_list::-webkit-scrollbar {
  width: 5px;max-height:176px;
}






ul.data_list li {
    border-bottom: 1px dashed #ddd;
    line-height: 49px;
}
ul.data_list li span.news_title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}