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% 600px;
}

.container .l img {
    width: 383px;
    height: 74px;
}

.main_warp {
    width: 1200px;
    background: #FFFDF3;
    box-shadow: 1px 2px 39px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 36px 21px;
    margin: 0 auto 30px;
}

.main_warp .tips {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    border-radius: 10px;
    border: 1px dashed #BCBCBC;
    padding: 16px 20px;
    box-sizing: border-box;
}

main .list .box {
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    transition: all .25s linear;
}

main .list .box .img {
    width: 380px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

main .list .box .img img {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: .5s;
}

main .list .box .img img:hover {
    transform: scale(1.2)
}

main .list .box .info {
    width: 760px;
    height: 240px;
    text-align: left;
}

main .list .box .info h1 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

main .list .box .info .row {
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
}

main .list .box .info .brief {
    height: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

main .list .box .info .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 .box .info .no_btn {
    width: 180px;
    height: 40px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

main .list .box .info .no_btn a {
    border: none;
}

main .list .box .info .no_btn img {
    width: 41px;
    height: 19px;
    margin-left: 10px;
}

main .list .box .info .no_btn a:hover {
    background: #D3AD5B;
    color: #FFFFFF;
}

main .list {
    text-align: left;
}

main .list .box2 {
    margin-top: 30px;
    display: inline-block;
    width: 31%;
    border-bottom: 1px solid #e4e4e4;
    transition: all .25s linear;
    margin-right: 2%;
    width: 366px;
    height: 440px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    vertical-align: top;
}

main .list .box2:nth-child(3n) {
    margin-right: 0;
}

main .list .box2 .img {
    width: 365px;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

main .list .box2 .imgbox a {
    width: 365px;
    height: 245px;
    position: relative;
    display: block;
    text-align: center;
}

main .list .box2 .img {
    width: 365px;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}

main .list .box2 .img img {
    min-width: 100%;
    min-height: 100%;
}

main .list .box2 .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 .box2:hover .imgbox a .view {
    opacity: 1;
}

main .list .box2 .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 .box2:hover {
    box-shadow: 0 0 15px #d4d4d4;
}

main .list .box2 .info {
    width: 365px;
    height: 180px;
    text-align: left;
    padding: 26px 12px;
    box-sizing: border-box;
}

main .list .box2 .info h1 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

main .list .box2 .info .row {
    font-weight: 400;
    font-size: 16px;
    color: #6D6D6D;
    margin-top: 10px;
    line-height: 25px;
}

main .list .box2 .info .brief {
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}