 .jdjs_app .qwss{
        height: 31px;
        font-size: 12px;
        min-width: 190px;
        max-width: 600px;
        width: 60%;        
        outline: none;
        padding-left: 10px;
        border-radius: 4px;
        border: 1px solid #fff;}
    .jdjs_app .tj{
        padding-left: 6px;
        letter-spacing: 5px;
        color: white;
        min-width: 53px;
        max-width: 150px;
        height: 32px;
        border: 0;
        border-radius: 4px;
        background-color: #1890FF;
        position: relative;
        top: 1px;
        width: 20%;}
.i-list6 ul {
    padding-top: 15px;}

.i-list6 ul li {
    border-bottom: 1px dashed #dcdcdc;}

.i-list6 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;}

.i-list6 ul li a .time {
    width: 80px;
    border: 1px solid #2a5ea2;}

.i-list6 ul li a .time p {
    background: #2a5ea2;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 16px;}



.i-list6 ul li a .time span {
    display: block;
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 40px;}

.i-list6 ul li a .txt {
    width: calc(100% - 100px);}

.i-list6 ul li a .txt span {
    color: #0a0a0a;
    display: block;
    font-size: 17px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
    font-weight: bold;}

.i-list6 ul li:hover a .txt span {
    color: #2a5ea2;}

.i-list6 ul li:hover a .txt p {
    color: #666;}

.i-list6 ul li a .txt p {
    font-size: 15px;
    color: #999;
    white-space: nowrap;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.3s ease;}
