.channel-name-e {

    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
}

.channel-name-c {

    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 98px;
    color: #333333;
}

.result-list {
    width: 100%;
    overflow: hidden;
}

.data-item {
    width: 330px;
    height: auto;
    margin-bottom: 52px;
    overflow: hidden;
}

.item-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.item-image-insert {
    width: 100%;
    height: auto;
    display: block;
}

.item-image-rotate {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}

.item-fields {
    width: 100%;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}

.item-type {
    background-color: #000;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-time {
    font-size: 14px;
    color: #bbb;
    margin-top: 24px;
    margin-bottom: 24px;
}

.item-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 32px;
    font-family: SYHTCN-Medium;
}

.item-title:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #f00086;
}

.icon-upper {
    justify-content: flex-end;
    margin-bottom: 50px;
}

#u656 {
    border-width: 0px;
    position: absolute;
    left: 761px;
    top: 653px;
    width: 118px;
    height: 18px;
    display: flex;

    font-weight: 400;
    font-style: normal;
}

#u656_text {
    border-width: 0px;
    white-space: nowrap;
    text-transform: none;
}

#u657_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 160px;
}

#u657 {
    border-width: 0px;
    position: absolute;
    left: 720px;
    top: 410px;
    width: 200px;
    height: 160px;
    display: flex;
    opacity: 0.32;
}


#u658 {
    border-width: 0px;
    position: absolute;
    left: 695px;
    top: 695px;
    width: 250px;
    height: 18px;
    display: flex;

    font-weight: 400;
    font-style: normal;
}

#u658_text {
    border-width: 0px;
    white-space: nowrap;
    text-transform: none;
}

.recommend-list {
    margin-top: 80px;
    margin-bottom: 48px;
    overflow: hidden;
}

.recommend-item {
    width: 530px;
}

.recommend-pic {
    width: 100%;
}

.re-image {
    width: 100%;
    height: 325px;
}

.re-time {
    margin-top: 24px;
    margin-bottom: 24px;
}

.re-time-icon {
    font-size: 14px;
    color: #bbb;
}

.re-time-value {
    color: #bbb;
    margin-left: 10px;
}

.re-title {
    color: #000;
    font-size: 32px;
    cursor: pointer;
    font-family: SYHTCN-Medium;
}

.re-title:hover {
    color: #f00086;
    text-decoration: underline;
}

.re-desc {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.re-line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 36px;
}

.title-name-black {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
}

@media screen and (max-width: 1220px) and (min-width:1080px) {

    .e-title {
        font-size: 20px;
        height: 25px;
        line-height: 30px;
    }

    .recommend-item {
        width: 480px;
    }

    .re-image {
        height: 295px;
    }

    .re-time-value {
        font-size: 12px;
        line-height: 18px;
    }

    .data-item {
        width: 290px;
    }

    .space-between-flex-row-layout {
        align-items: flex-start;
    }

    .re-title {
        font-size: 22px;
        line-height: 42px;
    }

    .item-title {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1080px) and (min-width:808px) {

    .e-title {
        font-size: 20px;
        height: 25px;
        line-height: 30px;
    }

    .recommend-item {
        width: 368px;
    }

    .re-image {
        height: 226px;
    }

    .re-time-value {
        font-size: 12px;
        line-height: 18px;
    }

    .data-item {
        width: 355px;
    }

    .space-between-flex-row-layout {
        align-items: flex-start;
    }

    .re-title {
        font-size: 22px;
        line-height: 42px;
    }

    .item-title {
        font-size: 18px;
        line-height: 32px;
    }

}

@media screen and (max-width: 808px) and (min-width:454px) {
    .page-title {
        border-left: none;
        text-align: center;
    }

    .title-name-black {
        text-indent: 0;
    }

    .e-title {
        font-size: 20px;
        height: 25px;
        line-height: 30px;
        text-indent: 0;
    }

    .recommend-item {
        width: 200px;
    }

    .data-item {
        width: 198px;
    }

    .re-image {
        height: 121px;
    }

    .re-time-value {
        font-size: 12px;
        line-height: 18px;
    }

    .space-between-flex-row-layout {
        align-items: flex-start;
    }

    .re-title {
        font-size: 14px;
        line-height: 22px;
    }

    .item-title {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 454px) {

    .page-title {
        border-left: none;
        text-align: center;
    }

    .title-name-black {
        text-indent: 0;
    }

    .e-title {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-indent: 0;
    }

    .recommend-item {
        width: 100%;
    }

    .data-item {
        width: 100%;
    }

    .re-image {
        height: 203px;
    }

    .re-time-value {
        font-size: 14px;
        line-height: 21px;
    }

    .space-between-flex-row-layout {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .re-title {
        font-size: 20px;
        line-height: 28px;
    }

    .item-title {
        font-size: 24px;
        line-height: 32px;
    }

    .decoration-item {
        display: none;
    }
}