.box_listen {
    padding: 0 10%;
    margin-top: 20px;
    width: 100%;
    display: flex;
}

.listen_list {
    width: 30%;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    margin-right: 1%;

}

.mianbaoxie {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: rgba(48, 49, 51, 1);
}

.mianbaoxie .p {
    margin-left: -200px;
}

.BoutiqueClass {
    width: 100%;
    background: -webkit-linear-gradient(left top, #eee, #fff);
    background: -moz-linear-gradient(left top, #eee, #fff);
    background: -o-linear-gradient(left top, #eee, #fff);
}

.BoutiqueClass>.BoutiqueClass-main {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.BoutiqueClass>.BoutiqueClass-main>h2 {
    font-size: 40px;
    padding-bottom: 20px;
}

.BoutiqueClass>.BoutiqueClass-main>p {
    color: #464648;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 65px 0 147px;
}

.Boutique_list {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
      align-items: center; */
    margin-top: 10px;

}

.class_list {
    width: 336px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.class_list_img {
    display: block;
    width: 336px;
    height: 168px;
    border-radius: 3px 3px 0px 0px;
}

.class_list p {
    text-align: left;
    padding-left: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.class_list .title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(48, 49, 51, 1);
    line-height: 25px;
    margin-top: 16px;
}

.class_list .name {
    font-size: 14px;
    font-weight: 400;
    color: rgba(96, 98, 102, 1);
    line-height: 20px;
    margin: 4px 0;
}
.class_list .name1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(20,98,255,1);
    line-height: 20px;
    margin: 4px 0;
}

.class_list .num {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(213, 16, 10, 1);
}



#pg {
    padding: 50px 0;
    margin-right: 50px;
}

#pg ul {
    float: right;
}

#pg ul li {
    float: left;
    list-style: none;
}

#pg ul a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0px 5px;
    color: black;
}

#pg ul a:hover {
    color: red;
    background: yellow;
}

#pageList li .self {
    color: red;
    background: yellow;
}