.qydtlist_bg{
    width: 100%;
    padding:0 160px;
    box-sizing: border-box;
    background: #E8E8E8;
}
.qydtlist_w{
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
}
.qydtlist{
    width: 100%;
    padding: 35px 116px;
    box-sizing: border-box;
}
.title{
    width: 100%;
    text-align: center;
    margin-bottom: 95px;
}
.qydtlist_title{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    line-height: 67px;
}
.qydtlist_twotitle{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
.qydtlist_cont{
    width: 100%;
    margin-bottom: 90px;
}
.cont_side{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #F8F8F8;
    margin-bottom: 41px;
}
.cont_side>.side_l>img{
      width: 100%;
      height: 249px;
}
.cont_side>.side_r{
    width:68%;
    padding: 30px 24px 0 35px;
}
.cont_side>.side_r>.r_title{
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cont_side>.side_r>.r_ms{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
    overflow: hidden;
}
.cont_side>.side_r>.r_time{
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont_side>.side_r>.r_time>span{
    font-size: 14px;
    color: #999999;
}
