.brand_t {
    padding-top: 50px;
}

.brand_box {
    width: 60%;
    margin: auto;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    justify-content: center
}

.brand_nr {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    /* font-weight: 600;     */
}

.Brandstory_1 {
    width: 98%;
    margin: auto;
    /* background-color: coral;     */
    padding-top: 40px;
}

.Joininye_box {
    width: 100%;
    padding-top: 40px;
}

.Joininye_box img {
    margin: auto;
}

.brand_t_h3 {
    font-weight: 600;
    color: #fcca00;
    font-size: 30px;
    text-align: center;

}

.brand_t_div {

    background: #fcca00;
    display: inline-block;
    color: #fff;
    height: 95px;
    border-radius: 40px;
    width: 495px;
    text-transform: uppercase;
    /* padding-top: 15px; */
    display: block;
    margin: auto;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;


}


.storedisplay {
    padding-top: 30px;
    /* background-color: red; */
}

.storedisplay_ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto;
    width: 98%;
}

.storedisplay_ul li {
    width: 30%;
    /* background-color: royalblue; */
    margin-top: 20px;
    margin-left: 30px;
}
.storedisplay_ul li a{
    text-decoration: none;
}
.storedisplay_ul_img {
    width: 100%;
    margin: auto;
    /* overflow: hidden; */
    height: 202px;
}

.storedisplay_ul_img img {
    width: 100%;
    height: 202px;
}

.storedisplay_ul li p {
    margin: auto;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    background-color: #fcca00;
    text-align: center;
    color: #fff;
}


/* 翻页(上一篇/下一篇) */
.newsdetail-morelist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding-top: 20px;

}

.w73 {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #eee;
    position: relative;
    top: 20px;
}

.newsdetail-morelist span {
    display: flex;
    /* width: 50%; */
    font-size: 16px;
}

.newsdetail-morelist span a {
    color: #888;
    font-size: 16px;
}


