

/* banner */
.CurryLb {
    width: 100%;
    background: url(../images/qy_listBanner.png) no-repeat;
    min-height: 265.7px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: table;
}
/* banner结束 */


/* 详情列表 */
.GeneraMiddle .GeneraMiddle_Rif {
    float: right;
    width: 930px;
    padding-left: 25px;
}

.GeneraMiddle .Relultion {
    width: 240px;
    height: 40px;
    background-color: #0580e7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    float: left;
}

.GeneraMiddle .Relultion_list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 0;
    padding-left: 5px;
}

    .GeneraMiddle .Relultion_list ul li::before {
        content: '';
        width: 10px;
        height: 10px;
        background-size: 100%;
        background: url(../images/qy/Relultion_logo.png) no-repeat;
        display: inline-block;
        background-position: center;
    }

    .GeneraMiddle .Relultion_list ul li a {
        font-size: 13px;
        color: #666666;
    }

.GeneraMiddle .ContactUs {
    background: white;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 15px;
}

    .GeneraMiddle .ContactUs .br {
        width: 100%;
        height: 5px;
        background: #0580e7;
    }

    .GeneraMiddle .ContactUs ul {
        margin-left: 15px;
    }

        .GeneraMiddle .ContactUs ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 7px 0;
            padding-left: 5px;
        }

.GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot {
    background: white;
    float: left;
    width: 100%;
    padding: 20px;
}

    .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title {
        padding-bottom: 6px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title h6 {
            position: relative;
            font-size: 16px;
            color: #0580e7;
            margin-left: 10px;
            font-weight: normal;
            float: left;
        }

            .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title h6:before {
                content: '';
                display: inline-block;
                width: 3px;
                height: 17px;
                background: #0580e7;
                margin-right: 10px;
                position: absolute;
                left: -10px;
                top: 3px;
            }

        .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title .RifCot_titleRit {
            float: right;
            color: #666666;
        }

            .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_title .RifCot_titleRit a {
                color: #666666;
            }

    .GeneraMiddle .GeneraMiddle_Rif .GeneraMiddle_RifCot .RifCot_AllList {
        float: left;
        margin-bottom: 20px;
    }

.GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListImg {
    float: left;
    width: 250px;
    height: 164px;
    line-height:164px;
    background:#f5f5f5;
    text-align:center;
}
    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListImg img{
        max-width:100%;
        max-height:100%;
        width:auto;
        height:auto;
    }

    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_List {
        float: left;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }

.GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit {
    float: left;
}

.GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit {
    width: 615px;
    padding: 0 10px 10px 10px;
}

    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit h6 {
        font-size: 15px;
        font-weight: bold;
        color: #0580e7;
        margin-bottom: 6px;
        display: inline-block;
    }

    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit i {
        float: right;
    }

    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit p {
        font-size: 14px;
        color: #666666;
        height: 90px;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .GeneraMiddle .GeneraMiddle_RifCot .RifCot_AllList .RifCot_ListRit span {
        font-size: 15px;
        font-weight: bold;
        color: #0580e7;
        margin-bottom: 6px;
    }

.ProdtRecomn {
    float: left;
    width: 100%;
    background: white;
    font-size: 0;
}

    .ProdtRecomn h6 {
        line-height: 36px;
        background: #0580e7;
        color: white;
        font-size: 12px;
        text-align: left;
        padding-left: 14px;
    }

    .ProdtRecomn ul {
        padding-top: 20px;
    }

        .ProdtRecomn ul li {
            text-align: center;
            width: 202px;
            float:left;
            margin: 0 7px;
        }

            .ProdtRecomn ul li .ProdtRecomnImg {
                width: 202px;
                height: 202px;
                border: 1px solid #ccc;
                display: table-cell;
                vertical-align: middle;
                padding: 5px;
            }

                .ProdtRecomn ul li .ProdtRecomnImg img {
                    max-width: 190px;
                    max-height: 190px;
                    width: auto;
                    height: auto;
                }

            .ProdtRecomn ul li p {
                font-size: 12px;
                color: #666666;
                margin-top: 15px;
            }
/* /* 详情列表结束 */

