.news-left-out1 {
    position: absolute;
    display: none;
    width: 442px;
    background: #ffffff;
    padding: 10px;
    top: 40px;
    left: -187px;
    z-index: 99;
    box-shadow:  0 0 8px 2px #eeeeee;
    box-sizing: border-box;
}
.list-warp{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background: #F2F4F6;
}
.news-left-out1 ul {
    width: 130px;
    height: 240px;
    overflow-y: scroll;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 5px;
    box-sizing: border-box;
}
.news-left-out1 ul::-webkit-scrollbar{
    width: 1px;
}
.news-left-out1 li {
    cursor: pointer;
    padding: 5px 6px;
    margin: 5px 0!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.news-left-out1 li:hover {
    background: rgba(16, 131, 145, 0.05);
    color: #108391;
}
.news-left-out1 li:hover i{
    color: #108391;
}
.news-left-out1 li.on {
    background: rgba(16, 131, 145);
    color: #ffffff;
}
.news-left-out1 li.on i{
    color: #ffffff;
}
.list-choose{
    background: #F2F4F6;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #108391;
    display: flex;
}
.list-choose p{
    white-space: nowrap;
}
.list-choose span{
    font-weight: bold;
}
.news-left-out1 li div{
    font-size: 13px;
}
.news-left-out1 li i{
    color: #333333;
    font-size: 12px;
}
.list-btn{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.list-btn a{
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 30px;
}
.list-btn a:last-child{
    background: #CCCCCC;
    margin-left: 20px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.dis-choose{
    opacity: .5;
    pointer-events: none;
}
