.result-list2 {
    padding-bottom: 30px;
    padding-top: 10px
}

.result-list2 .item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    border-bottom: 1px solid #dededf
}

.result-list2 .item .title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.result-list2 .item h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    width: 100%
}

.result-list2 .item p {
    color: #333333;
    font-size: 12px;
    margin-bottom: 6px;
}

.result-list2 .item .baohan {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.result-list2 .item .baohan a {
    margin-right: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.result-list2 .item .baohan a:hover {
    cursor: auto;
    color: #333;
}

.result-list2 .item .left {
    margin-bottom: 10px;
}

.result-list2 .item .go {
    color: #4087de;
    font-size: 16px;
}

.result-list2 .zk {
    color: #cb1329;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .result-list2 {
        padding: 20px;
    }
}