.condition{
    padding: 24px 50px;
}
.condition__table{
    width: 100%;
}
.condition__title{
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 16px;
    color: #101010;
    line-height: 24px;
    letter-spacing: 1px;
}
.condition__input{
    width: 240px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 28px;
    outline: none;
    text-indent: 8px;
}
.condition__date{
    width: 160px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 28px;
    outline: none;
    text-indent: 4px;
}
.condition__button{
    width: 72px;
    height: 30px;
    background: #0E60AA;
    border-radius: 4px;
    color: #fff;
    float: right;
    border: none;
    cursor: pointer;
}
.result{
    margin: 0px 51px 0;
    padding: 24px 0 18px 0;
    border-top: 1px solid #d9d9d9;
}
.result_head{
    height: 28px;
    font-family: Alibaba PuHuiTi;
    font-weight: 550;
    font-size: 24px;
    color: #151515;
    line-height: 28px;
}
.result_box{
    width: 1219px;
    min-height: 300px;
    margin-top: 24px;
    border-radius: 8px;
}
.result_div{
    margin: 6px 0;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
}
.result_div:nth-child(odd){
    background: #f8f8f8;
}
.result_div:nth-child(even){
    background: #fff;
}
.result_div:hover{
    background: #0064af;
    transform: scale(1.01);
    transition: all .3s ease;
}
.result_a{
    width: 100%;
    display: inline-block;
}

.result_div:hover .result_title,.result_div:hover .result_date{
    color: #fff;
}
.result_title{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    float: left;
    text-indent: 12px;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.result_date{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    float: right;
    margin-right: 12px;
}
.setPageDiv{
    margin: 24px 0 0;
}
