body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

main .pagebanner {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/page_banner.png) no-repeat center center;
    background-size: 100% auto;
}

main .pagesort .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px;
}

main .pagesort .container .l img {
    width: 383px;
    height: 74px;
}

main .list ul {
    width: 1230px;
    margin-left: -30px;
    text-align: left;
}

main .list ul .box {
    display: inline-block;
    width: 380px;
    height: 448px;
    background: #FFFDF3;
    box-shadow: 1px 2px 39px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0 0 30px;
}

main .list ul .box:hover {
    box-shadow: 0 0 15px #d4d4d4;
}

main .list ul .box .imgbox a {
    width: 380px;
    height: 214px;
    position: relative;
    display: block;
    text-align: center;
}

main .list ul .box .imgbox a .img {
    width: 380px;
    height: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

main .list ul .box .imgbox a .img img {
    min-height: 100%;
    min-width: 100%;
}

main .list ul .box .imgbox a .view {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .25s linear;
}

main .list ul .box:hover .imgbox a .view {
    opacity: 1;
}

main .list ul .box .imgbox a .view span {
    position: relative;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #FDCD1A;
    border-radius: 4px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

main .list ul .box .info {
    border: 1px solid #d4d4d4;
    border-top: none;
    box-sizing: border-box;
    height: 234px;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
}

main .list ul .box .info h1 {
    font-weight: 500;
    font-size: 20px;
    color: #191919;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .list ul .box .info .tags {
    overflow: hidden;
    margin-top: 3px;
    height: 35px;
}

main .list ul .box .info .tags span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    word-break: keep-all;
    border: 1px solid;
    padding: 3px 5px;
    margin-top: 5px;
}

main .list ul .box .info .tags span:first-of-type {
    margin-left: 0;
}

main .list ul .box .info .tags span:nth-of-type(1n) {
    background: #e4f3ff;
    color: #4087f5;
    border-color: #4087f5;
}

main .list ul .box .info .tags span:nth-of-type(2n) {
    background: #fff3e2;
    color: #fd9e1a;
    border-color: #fd9e1a;
}

main .list ul .box .info .tags span:nth-of-type(3n) {
    background: #e6ffe2;
    color: #409a35;
    border-color: #409a35;
}

main .list ul .box .info .days {
    font-size: 16px;
}

main .list ul .box .info .spoy {
    font-weight: 500;
    font-size: 18px;
    color: #191919;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

main .list ul .box .info .spoy span {
    font-weight: 400;
}

main .list ul .box .info .xq {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

main .list ul .box .info .xq .num {
    font-size: 16px;
    white-space: nowrap;
}

main .list ul .box .info .xq .num i {
    width: 22px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -382px -32px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

main .list ul .box .info .xq a.collection {
    margin-right: 5px;
    border: none;
    width: auto;
    height: auto;
}

main .list ul .box .info .xq a.collection i {
    margin-right: 5px;
}

main .list ul .box .info .xq a.collectioned {
    background: none;
    color: #333;
}

main .list ul .box .info .xq a.collectioned i {
    background-position: -780px -32px;
}

。main .pagesort {
    height: auto;
}