.home {
    width: 100%;
}
.home .main {
    margin-top: 90px;
    background: #F6F6F6;
    padding: 20px 10%;
}
.home .main .pt {
    display: flex;
    align-items: center;
}
.home .main .pt .p1 {
    color: #333333;
    font-size: 18px;
}
.home .main .pt .tag {
    color: #FF845E;
    font-size: 12px;
    margin-left: 5px;
}
.home .main .content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.home .main .content .list {
    width: 69%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.home .main .content .list .item {
    width: calc(49.5% - 20px);
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    height: auto;
}
.home .main .content .list .item .name {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 5px;
}
.home .main .content .list .item .name .title {
    color: #999999;
    font-size: 14px;
}
.home .main .content .list .item .name .qy {
    margin-left: 10px;
}
.home .main .content .list .item .name .qy img, .home .main .content .list .item .name .cc img {
    display: block;
}
.home .main .content .list .item .name .star {
    position: absolute;
    right: 0;
}
.home .main .content .list .item .des {
    margin: 10px 0;
}
.home .main .content .list .item .spic {
    display: flex;
    flex-wrap: wrap;
}
.home .main .content .list .item .spic .p {
    width: 23%;
    margin-right: 1.5%;
    margin-bottom: 7px;
}
.home .main .content .list .item .spic .p img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.home .main .content .list .item .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home .main .content .list .item .time p {
    color: #666666;
    font-size: 12px;
}
.home .main .content .list .item .time a {
    display: inline-block;
    padding: 8px 10px;
    background: #F5F5F5;
    border-radius: 3px;
    font-size: 12px;
    color: #999999;
}
.home .main .content .list .pager {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}
.home .main .content .list .pager a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    padding: 8px 15px;
    border-right: none;
    font-family: "PingFang-Regular";
    color: #000000;
    max-height: 20px;
}
.home .main .content .list .pager a:hover {
    background: #000000;
    color: white;
}
.home .main .content .list .pager .active {
    background: #000000;
    color: white;
}
.home .main .content .list .pager a:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.home .main .content .pics {
    width: 30%;
}
.home .main .content .pics .nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home .main .content .pics .nr a {
    width: 49%;
    display: block;
    margin-bottom: 10px;
}
.home .main .content .pics .nr a img {
    width: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 1440px) {
    .home .main {
        padding: 20px 5%;
    }
}
@media screen and (max-width: 1200px) {
    .home .main {
        margin-top: 60px;
    }
    .home .main .pt {
        flex-direction: column;
        align-items: flex-start;
    }
    .home .main .pt .tag {
        margin-left: 0;
        margin-top: 5px;
    }
    .home .main .content .list {
        width: 100%;
    }
    .home .main .content .list .item {
        width: 100%;
    }
    .home .main .content .pics {
        display: none;
    }
}

/*# sourceMappingURL=find.css.map */
