
#rmbq {
    width: 100%;
    float: left;
    padding: 2rem 2rem;
    margin-top: 6rem;

    .rmbqs {
        width: 100%;
        background-color: #fefefe;
        border-radius: 2rem;
        padding: 2rem 2rem;
        box-shadow: 0px 0px 30px #f5f4f4;
        .rmbq1 {
            width: 100%;
            font-size: 23px;
            font-weight: bold;
            padding-bottom: 1rem;
            border-bottom: 1px solid #ccc;
        }
        .rmbq2{
            width: 100%;
            margin-top: 2rem;
            display: flex;
            justify-content: space-between;
            .rmbq2kg{
                width: 10%;
                font-size: 15px;
                background-color: rgba(56, 148, 241, 0.3);
                color: #2759ef;
                text-align: center;
                padding-top: 1rem;
                padding-bottom: 1rem;
                cursor: pointer;
                border-radius: 5px;
                &:hover{
                    background-color: rgba(17, 129, 241, 0.9);
                    color: #fefefe;
                }
            }
        }
    }
    @media screen and(max-width:700px) {
        .rmbqs{
            .rmbq1{
                font-size: 18px;
            }
            .rmbq2{
                .rmbq2kg{
                    font-size: 11px;
                    padding-top: 7px;
                    padding-bottom: 7px;
                }
            }
        }
    }
    @media screen and(max-width:540px) {
        .rmbqs{
            .rmbq1{
                font-size: 15px;
            }
            .rmbq2{
                margin-top: 1.5rem;
                .rmbq2kg{
                    font-size: 9px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }
            }
        }
    }
    @media screen and(max-width:458px) {
        .rmbqs{
            .rmbq1{
                font-size: 13px;
            }
            .rmbq2{
                margin-top: 1rem;
                .rmbq2kg{
                    font-size: 7px;
                    padding-top: 2px;
                    padding-bottom: 2px;
                }
            }
        }
    }
}

#tuijian {
    width: 100%;
    float: left;
    padding: 2rem 2rem;
    .tuijians {
        width: 100%;
        background-color: #fefefe;
        border-radius: 2rem;
        padding: 2rem 2rem;
        float: left;
        box-shadow: 0px 0px 30px #f5f4f4;
        .tuijian1 {
            width: 100%;
            font-size: 23px;
            font-weight: bold;
            padding-bottom: 1rem;
            border-bottom: 1px solid #ccc;
            float: left;
        }
        .tuijian2{
            width: 100%;
            float: left;
            .tuijian2kg{
                width: 50%;
                float: left;
                .tuijian2kgs{
                    width: 100%;
                    display: flex;
                    align-items: center;
                    margin-top: 1.5rem;
                    .tuijian2kgtx1{
                        width: 25px;
                        height: 25px;
                        font-size: 15px;
                        line-height: 25px;
                        background-color: #ff5d06;
                        color: #fefefe;
                        border-radius: 50%;
                        text-align: center;
                    }
                    .tuijian2kgtx2{
                        font-size: 15px;
                        margin-left: 8px;
                        cursor: pointer;
                        &:hover{
                            color: #ff5d06;
                        }
                    }
                }
            }
        }
        
    }
    @media screen and(max-width:994px) {
        .tuijians {
            .tuijian2{
                .tuijian2kg{
                    .tuijian2kgs{
                        margin-top: 1rem;
                        .tuijian2kgtx1{
                            width: 20px;
                            height: 20px;
                            font-size: 13px;
                            line-height: 20px;
                        }
                        .tuijian2kgtx2{
                            font-size: 13px;
                            margin-left: 8px;
                        }
                    }
                }
            }
            
        }
    }
    @media screen and(max-width:872px) {
        .tuijians {
            .tuijian2{
                .tuijian2kg{
                    .tuijian2kgs{
                        margin-top: 0.8rem;
                        .tuijian2kgtx1{
                            width: 18px;
                            height: 18px;
                            font-size: 11px;
                            line-height: 18px;
                        }
                        .tuijian2kgtx2{
                            font-size: 11px;
                            margin-left: 6px;
                        }
                    }
                }
            }
            
        }
    }
    @media screen and(max-width:700px) {
        .tuijians {
            .tuijian1{
                font-size: 18px;
            }
            .tuijian2{
                .tuijian2kg{
                    width: 100%;
                    .tuijian2kgs{
                        margin-top: 01.5rem;
                        .tuijian2kgtx1{
                            width: 25px;
                            height: 25px;
                            font-size: 15px;
                            line-height: 25px;
                        }
                        .tuijian2kgtx2{
                            font-size: 15px;
                            margin-left: 8px;
                        }
                    }
                }
            }
            
        }
    }
    @media screen and(max-width:540px) {
        .tuijians {
            .tuijian1{
                font-size: 15px;
            }
            .tuijian2{
                .tuijian2kg{
                    width: 100%;
                    .tuijian2kgs{
                        margin-top: 1.5rem;
                        .tuijian2kgtx1{
                            width: 20px;
                            height: 20px;
                            font-size: 13px;
                            line-height: 20px;
                        }
                        .tuijian2kgtx2{
                            font-size: 13px;
                            margin-left: 6px;
                        }
                    }
                }
            }
            
        }
    }
    @media screen and(max-width:484px) {
        .tuijians {
            .tuijian2{
                .tuijian2kg{
                    .tuijian2kgs{
                        margin-top: 1rem;
                        .tuijian2kgtx1{
                            width: 18px;
                            height: 18px;
                            font-size: 11px;
                            line-height: 18px;
                        }
                        .tuijian2kgtx2{
                            font-size: 11px;
                            margin-left: 4px;
                        }
                    }
                }
            }
            
        }
    }
    
}

#xinwen{
    width: 100%;
    padding: 2rem 2rem;
    .xinwens{
        width: 100%;
        float: left;
        background-color: #fefefe;
        border-radius: 1rem;
        padding: 0 1rem;
        box-shadow: 0px 0px 30px #f5f4f4;
        .teamkg1{
            padding-bottom: 0;
            padding-top: 2rem;
        }
        .xinwenkg{
            width: 100%;
            height: 180px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e4e4e4;
            .xinwenkg1{
                width: 25%;
                display: flex;
                align-items: center;
                justify-content: center;
                .xinwenkg1img{
                    width: 90%;
                    border-radius: 1rem;
                    overflow: hidden;
                    cursor: pointer;
                    img{
                        width: 100%;
                        object-fit: cover;
                    }
                }
            }
            .xinwenkg2{
                width: 72%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: 100%;
                margin-left: 1rem;
                .xinwenkg2tx1{
                    font-weight: bold;
                    font-size: 18px;
                    padding-bottom: 1rem;
                    cursor: pointer;
                    &:hover{
                        color: #ff5d06;
                    }
                }
                .xinwenkg2tx2{
                    width: 100%;
                    height: auto;
                    display:-webkit-box;
                    color: #777777;
                    overflow: hidden; /*超出隐藏*/
                    text-overflow: ellipsis;/*隐藏后添加省略号*/
                    -webkit-box-orient:vertical; 
                    -webkit-line-clamp:2; //想显示多少行
                    cursor: pointer;
                }
                .xinwenkg2tx3{
                    color: #a2a2b6;
                    display: flex;
                    justify-content: space-between;
                    margin-top: 1rem;
                    cursor: pointer;
                }
            }
        }
    }
    @media screen and(max-width:900px) {
        .xinwens{
            .xinwenkg{
                height: 140px;
                .xinwenkg2{
                    .xinwenkg2tx1{
                        font-size: 15px;
                        padding-bottom: 0.6rem;
                    }
                    .xinwenkg2tx2{
                        font-size: 12px;
                    }
                    .xinwenkg2tx3{
                        font-size: 12px;
                        margin-top: 0.6rem;
                    }
                }
            }
        }
    }
    @media screen and(max-width:700px) {
        .xinwens{
            .xinwenkg{
                height: 110px;
                .xinwenkg2{
                    .xinwenkg2tx1{
                        font-size: 12px;
                        padding-bottom: 0.4rem;
                    }
                    .xinwenkg2tx2{
                        font-size: 10px;
                    }
                    .xinwenkg2tx3{
                        font-size: 10px;
                        margin-top: 0.4rem;
                    }
                }
            }
            .teamkg1{
                .teamkg1tx1{
                    font-size: 18px;
                }
                .teamkg1tx2{
                    font-size: 10px;
                }
            }
        }
    }
    @media screen and(max-width:540px) {
        .xinwens{
            .xinwenkg{
                height: 80px;
                .xinwenkg2{
                    margin-left: 0.5rem;
                    .xinwenkg2tx1{
                        font-size: 9px;
                        padding-bottom: 0.2rem;
                    }
                    .xinwenkg2tx2{
                        font-size: 7px;
                    }
                    .xinwenkg2tx3{
                        font-size: 7px;
                        margin-top: 0.2rem;
                    }
                }
            }
            .teamkg1{
                .teamkg1tx1{
                    font-size: 15px;
                }
                .teamkg1tx2{
                    font-size: 7px;
                }
            }
        }
    }
    @media screen and(max-width:460px) {
        .xinwens{
            .xinwenkg{
                height: 60px;
                .xinwenkg2{
                    margin-left: 0.5rem;
                    .xinwenkg2tx1{
                        font-size: 7px;
                        padding-bottom: 0.1rem;
                    }
                    .xinwenkg2tx2{
                        font-size: 6px;
                    }
                    .xinwenkg2tx3{
                        font-size: 6px;
                        margin-top: 0.1rem;
                    }
                }
            }
            .teamkg1{
                .teamkg1tx1{
                    font-size: 15px;
                }
                .teamkg1tx2{
                    font-size: 7px;
                }
            }
        }
    }
}