/* 公共样式 */
html, body {
    background: #F5F5F5;
    height: auto;
}

/* 筛选项 */
.screen {
    margin: 0 auto;
    width: 1200px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 25px;
}
.screen-box {
    display: flex;
}
.screen-box:first-child {
    margin-top: 0;
}
.screen-box .box-title {
    margin-top: 10px;
    width: 96px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 29px;
}
.screen-box .box-list {
    flex: 1;
}
.screen-box .box-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.screen-box .box-list ul li {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 10px 12px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    border-radius: 15px;
}
.screen-box .box-list ul li:hover {
    background: #F5F5F5;
}
.screen-box .box-list ul .active {
    background: #FEE805 !important;
}

/* 方案内容 */
.fa-cont {
    width: 1200px;
    margin: 25px auto 0;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 26px 30px;
    box-sizing: border-box;
}
.fa-num {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    font-weight: 400;
}
.fa-cont-ul {
    margin-top: 6px;
}
.fa-cont-ul li {
    height: 170px;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 0.5px solid rgba(0,0,0,0.05);
    cursor: pointer;
}
.fa-cont-ul li:hover {
    background: #F5F5F5;
}
.fa-cont-left {
    width: 280px;
    height: 130px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.fa-cont-left img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 160px;
}
.fa-cont-left .lxfa-word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
}
.fa-cont-left .lxfa-word p:nth-child(1) {
    width: fit-content;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 0 0 12px 0;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 10px;
}
.fa-cont-left .lxfa-word .p1 {
    background: none !important;
}
.fa-cont-left .lxfa-word p:nth-child(2) {
    width: 252px;
    margin-top: 26px;
    margin-left: 13px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}
.fa-cont-left .lxfa-word p:nth-child(3) {
    width: 252px;
    margin-left: 13px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}
.fa-cont-left .lxfa-word p:nth-child(4) {
    width: 252px;
    margin-top: 20px;
    margin-left: 13px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
}
.fa-cont-center {
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 20px;
    flex: 1;
}
.fa-cont-center p {
    position: relative;
    box-sizing: border-box;
    padding-left: 33px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.fa-cont-center p:nth-child(1) {
    margin-top: 8px;
}
.fa-cont-center p:nth-child(2) {
    margin-top: 10px;
}
.fa-cont-center p:nth-child(1)::before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 23px;
    height: 21px;
    background: url(https://resource.gximg.cn/0ea3bd_lntynozz4.png) center no-repeat;
    background-size: 100%;
}
.fa-cont-center p:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 23px;
    height: 21px;
    background: url(https://resource.gximg.cn/0ea3bd_lntynoxs3.png) center no-repeat;
    background-size: 100%;
}
.fa-cont-right {
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
}
.fa-cont-right .btn {
    width: 170px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #622A00;
    border-radius: 18px;
    font-size: 14px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.fa-cont-ul li:hover .fa-cont-right .btn {
    background: #FEE805;
    border: 1px solid #FEE805;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

/* 分页 */
.zxf_pagediv {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 70px;
}
.zxf_pagediv a, .zxf_pagediv span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin-right: 10px;
}
.zxf_pagediv a:last-child {
    margin-right: 0;
}
.zxf_pagediv .nextbtn, .zxf_pagediv .next-disabled {
    margin-right: 0;
}
.zxf_pagediv .current {
    background: #FEE805;
    border: 1px solid #FEE805;
    color: #333333;
}
.zxf_pagediv .prebtn, .zxf_pagediv .pre-disabled {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
}
.zxf_pagediv .prebtn::before, .zxf_pagediv .pre-disabled::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(https://resource.gximg.cn/079491_lmuentw858.png) center no-repeat;
    background-size: 25%;
    transform: rotate(180deg);
}
.zxf_pagediv .nextbtn, .zxf_pagediv .next-disabled {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
}
.zxf_pagediv .nextbtn::before, .zxf_pagediv .next-disabled::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(https://resource.gximg.cn/079491_lmuentw858.png) center no-repeat;
    background-size: 25%;
}