.w_list{
    background:rgba(249,249,249,1);
}
#slides li div{
    /*width: 400px;*/
    display: table-cell;
}
#slides li div img{
    width: 400px;

}

.content-left{
    width: 820px;
    float: left;
    display: block;
}
.content-right{
    width: 300px;
    float: right;
    display: block;
}
.hzdt{
    width:120px;
    height:42px;
    font-size:30px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(173,10,51,1);
    line-height:42px;
}
.hzdt_gd{
    float: right;
    width:58px;
    height:42px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(89,88,87,1);
    line-height:42px;
    cursor: pointer;
}
.left-header{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px  rgba(173,10,51,1) solid ;
}
.left-content ul li img{
    /*width: 300px;*/
    margin-top: 20px;
    display: inline-flex;
    height: 100%;
}
.left-content ul li{
    position: relative;
}
.left_meng{
    left: 0;
    width: 280px;
    height: 50px;
    background:rgba(0,0,0,0.5);
    padding-left: 20px;
    line-height: 50px;
    z-index: 10;
    opacity: 1;
    position: absolute;
    bottom: -10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    color:rgba(255,255,255,1);
}
.content-silder{
    margin-top: 20px;
}
.content-silder a{
    display: flex;
    width: 820px;
    height: 480px;
    justify-content: center;
    align-items: center;
}
.left-content ul li{
    margin-top: 20px;
}
.left-content ul li span{
    float: right;
}
.right_nav{
    width: 300px;
    display: flex;
    height: 240px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.meng{
    width: 98%;
    height: 50px;
    background:rgba(0,0,0,0.5);
    padding-left: 20px;
    line-height: 50px;
    z-index: 10;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    color:rgba(255,255,255,1);
}