.video_box a,.foods_top_img a,.game_box a{
    padding: 0;
}
.list-one{
    padding: 0;
}
.box .bh {
    width: 90%;
    margin: 0 auto;
    padding: .5rem 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}
.box .mark1 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #000;
    border: none;
    padding: 0;
    font-weight: 800;
}
.box .bh .more{
    position: static;
    font-size: 14px
}
.news_top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news_top .new_top_img {
    width: 100%;
    padding-bottom: .2rem;
}

.news_top .new_top_img img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.news_top span {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.news_bot {
    width: 90%;
    /* height: 6rem; */
    margin: 0 auto;
    /* margin-top: .5rem; */
    padding: 1rem 0 1rem 0;
    /* background-color: sandybrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_bot li {
    width: 30%;
    height: 100%;
    /* background-color: salmon; */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    font-size: 12px;
}

.news_bot li .news_bot_img {
    width: 100%;
    height: 80%;
}

.news_bot li span {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_bot li .news_bot_img img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.foods_top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 1rem;
}

.foods_top .foods_top_img {
    width: 100%;
    padding-bottom: .2rem;
}

.foods_top .foods_top_img img {
    width: 100%;
    height: 15rem;
    border-radius: 5px;
    object-fit: cover;
}

.foods_top .foods_top_tit {
    width: 80%;
    height: 4rem;
    left: 5%;
    bottom: 2%;
    background-color: #ffffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.foods_top span {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.foods_bot {
    width: 90%;
    margin: 0 auto;
}

.foods_bot li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ececec;
}

.foods_bot li .foods_bot_img {
    width: 30%;
}

.foods_bot li .foods_bot_img img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
    border-radius: 5px;
}

.foods_bot li span {
    width: 65%;
    margin-left: .5rem;
    font-size: 13px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.game_box {
    width: 90%;
    margin: 0 auto;
}

.game_box li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem 0;
    border-bottom: 1px solid #ececec;
}

.game_box li a:nth-child(1) {
    width: 70%;
}

.game_box li .game_box_left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.game_box li .game_box_left .game_box_left_img {
    width: 25%;
}

.game_box li .game_box_left .game_box_left_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.game_box li .game_box_left span {
    width: 70%;
    font-size: 13px;
    margin-left: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.game_box li .game_box_right {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: end;
}
.game_box li .game_box_right a{
    width: 100%;
}
.game_box li .game_box_right span {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #21BDCC;
    border: 1px solid #21BDCC;
}

.video_box {
    width: 90%;
    margin: 0 auto;
}

.video_box li {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 1rem 0;
    border-bottom: 1px solid #ececec;
}
.video_box li:nth-child(1){
    padding-top: 0;
}
.video_box li .video_box_img {
    width: 100%;
}

.video_box li .video_box_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.video_box li span {
    width: 100%;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}