.list_box{
    min-height: 800px;
    /* background: url(../image/list-bg.png) no-repeat;
    background-size:  27.9%;
    background-position:left bottom; */
}
.channel_top{
    display: flex;
    justify-content: space-between;
}
.channel_tip{
    width: 50%;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.location{
    width: 50%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.location span{
    margin-left: 10px;
}
.location span,
.location span>a{
    color: #ccc;
}
 .location span>a:last-child{
    color:#333;
  }
.list-main{
    margin-top: 23px;
}
.list-main{
    display: flex;
}
.list-main .channel_lf{
    /* width: 20%; */
    /* width: 27.916%; */
    width: 536px;
    height: 100vh;
    background: url(../image/list-bg.png) no-repeat;
    background-position:top center;
    background-size:  100% 100%;
}
.list-main .channel_lf>li{
    line-height: 47px;
    padding-left: 253px;
    padding-right: 10px;
}
.list-main .channel_lf>li>a{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}
.list-main .channel_lf>li:hover a{
    color: #63065F;
}
.list_rg{
    /* width: 80%; */
    width: 59.6%;
}
.list_rg li{
    width: 100%;
    line-height: 47px;
}
.list_rg li:hover a>p.text{
    color: #63065F;
}
.list_rg li>a{
    display: flex;
    justify-content: space-between;
}
.list_rg p{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
}
.list_rg p.text{
    width: 80%;
}
.list_rg p.text::before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../image/circle.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.list_rg p.time{
    width: 20%;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}
/* 鍗曚俊鎭 */
.list_rg p.title{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #63065F;
    line-height: 56px;
    text-align: center;
}
.list_rg p.createtime{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #102434;
    text-align: center;
}
.list_rg p.createtime span{
    color: #999999;
}
.list_rg p.word{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
@media screen and (max-width: 1500px) {
    .w{
        width: 95%;
    }
}
@media screen and (max-width: 1250px) {
    .list-main .channel_lf{
        display: none !important;
    }
    .list_rg{
        width: 100%;
        padding: 0 10px;
    }
    .channel_top{
        display: block;
    }
    .channel_tip,.location{
        width: 100%;
        justify-content:flex-start;
    }
    .list_box{
        background-size: 100%;
    }
    .list_box{
        min-height: 600px;
    }
}
@media screen and (max-width: 500px) {
    .list_rg p{
        font-size: 14px;
    }
    /* 鍗曚俊鎭 */
    .list_rg p.title{
        font-size: 20px;
        line-height: 33px;
    }
    .list_rg p.createtime {
        font-size: 16px;
    }
}