.context {
    display: flex;
    justify-content: space-between;
}

.Title {
    height: 50px;
    font-size: 28px;
    color: #bd1a2d;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333333;
}

.Title img {
    margin: 0px 10px;
}

.context {
    display: flex;
    justify-content: space-between;
}

.recommendList {
    width: 75%;
}

.ul_lister li a {
    width: 100%;
    color: #000000;
    display: flex;
    justify-content: space-between;
    list-style: disc;
}

.ul_lister li p,
.ul_lister li span {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.recommendPosi {
    width: 23%;
}

.recommendPosi>div {
    margin-top: 44px;
    background: rgb(255, 250, 244);
    padding-bottom: 8px;
}

.recommendPosi>div>p {
    height: 60px;
    color: rgba(189, 26, 45, 1);
    line-height: 60px;
    font-size: 24px;
    text-align: center;
}

.recommendPosi>div>div>p {
    font-size: 18px;
    padding: 0px 10px;
    line-height: 32px;
}

.recommendPosi>div>div>div {
    margin: 10px;
    padding: 15px;
    background: rgb(253, 232, 204);
}

.recommendPosi>div>div>div>p {
    line-height: 36px;
}

hr {
    width: 100;
    border: 1px dashed rgba(189, 26, 45, 1);
    margin: 10px 0 15px 0;
}

.dynamic_List {
    width: 841px;
}

.dynamic_List>p {
    height: 50px;
    font-size: 28px;
    color: #bd1a2d;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333333;
}

.dynamic_List p img {
    margin: 0px 10px;
}

.dynamic_List ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 44px;
}

.dynamic_List ul li p {
    width: 85%;
}

.dynamic_Hot {
    width: 287px;
}
.dynamic_Hot>div{
    width: 100%;
    min-height: 100px;
    padding: 0px 16px;
    background: rgba(250, 205, 145, 0.0980392156862745);
}
.dynamic_Hot p {
    height: 50px;
    color: #bd1a2d;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic_Href {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.dynamic_Href span {
    display: block;
    padding: 16px;
    margin-top: 16px;
    background: rgba(250, 205, 145, 0.4);
    cursor: pointer;
}
@media (max-width: 768px) {
    .mobile-head {
        display: block;
        width: 100%;
        height: 95px;
        background-size: cover;
        background-position: center;
        background-image: url("../../images/mobile_head.png");
    }
    .dynamic_List {
        width: 100%;
    }
    .dynamic_List>p {
        text-indent: 0.5em;
    }
    .dynamic_List ul li p {
        width: 65%;
        margin-left: 10px;
        margin-top: 10px;
    }
    .ul_lister li a {
        display: flex;
        align-items: center;
    }
    .ul_lister li p, .ul_lister li span {
        line-height: 40px;
        margin-right: 10px;
    }
    .dynamic_Hot {
        display: none;
    }
}