
.trend-content {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box11{
    display: flex;
    width: 100%;
    background-color: #f5f7fa;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    background-image: url("../../image/dangbiao.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto 45%;
    cursor: pointer;
    transition: all .3s;
    transform-origin: bottom center;
}
.content-box11:hover{
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 10px rgba(200,200,200,.5);
}

.oneofthird11{
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height:70px;
    background-color: #e72410;
    margin: 15px;
    color: #FFFFFF;
    font-weight: bold;
}
.oneofthird11 span:first-child{
    font-size: 30px;
}

.oneofthird21{
    /*display: flex;*/
    align-items: center;
    font-size: 20px;
    color: #0078c5;
    line-height: 30px;
    padding-right: 30px;
    transition: all .3s;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.page-bottom{
    text-align: center;
}
.media-list-other {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}














