.my_scroll{overflow-y:auto;overflow-x: hidden;height:450px;}
.my_scroll::-webkit-scrollbar{width:5px}
.my_scroll::-webkit-scrollbar-thumb{background-color:#999}
.my_scroll::-webkit-scrollbar-track{background-color:#f6f6f6}
.f_l>.show>ul{height: 450px;    padding-right: 5px;}
.f_l>.show>ul>li,ul.tab-pane>li{position: relative; cursor: pointer; border-bottom: 1px solid #f5f5f5; border-radius: 0; overflow: hidden;width: 100%;    padding: 10px;}
.f_l>.show>ul>li.active{background-color: #f0f9ff;}
.f_l>.show>.tab-content>ul>li.active{background-color: #f0f9ff;}
.f_l>.show>.tab-content>ul>li>.txt>a{display:none;}
.f_l>.show>ul>li.active>.txt>span{color: #2692ff;}
.f_l{width:33%;float:left;   margin-right: 12px;    height: 450px;}
.f_r{width:65%;height:450px; float:right;}
.f_l>.show>ul>li>.txt>span {font-size: 16px;    color: #000;    position: relative;    display: inline-block;    width: 80%;    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;}
.f_l>.show>ul>li>.txt>p {color: #999;    font-size: 14px;    margin: 5px 0;    padding-right: 0px;    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;}
.f_l>.show>ul>li>.img>i>em {    font-size: 12px;    color: #fff;    position: absolute;    left: 9.5px;    top: 4px;}
.f_l>.show>ul>li>.img>i {    display: block;    width: 20px;    height: 26px;    color: #d1d1d1;    font-size: 26px;    position: relative;}
ul.my_scroll>li.active {background-color: #f0f9ff;}
i {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.f_l>.show>ul>li>.img {
    width: 35px;
    float: left;
}
b, em, i {
    font-style: normal;
    font-weight: 400;
}
.f_l>.show>ul>li>.txt {
    width: calc(100% - 35px);
    float: left;
}
.f_l>.show>ul>li>.txt>a {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    background-color: #ffca00;
    font-size: 14px;
    color: #000;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 25px;
    display: none;
}
.txt>span{font-weight:700;}