.ks_dynamic_m ul.list{
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ks_dynamic_m .list .item{
    width: 580px;
    margin-bottom: 30px;
}
.ks_dynamic_m .list .item .item_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding:0 0 20px  0;
    border-bottom: 1px solid #f0f0f0;
}
.ks_dynamic_m .list .item  .title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
	color: #333333;
}
.ks_dynamic_m .list .item  .title::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 23px;
    background-color: #e6222a;
    margin-right: 10px;
    transform: translateY(4px);}
.ks_dynamic_m .list .item  .title p{font-size: 14px;color: #666666;}
.ks_dynamic_m .list .item  .title p a{color: #666666; font-weight: normal;}
.ks_dynamic_m .list .item  .title p a i{color: #eee; font-weight: normal;}
.ks_dynamic_m .list .item .dynamic_text h2{height:60px;line-height:60px;overflow: hidden;}
.ks_dynamic_m .list .item .dynamic_text h2 a{width:349px;}
.ks_dynamic_m .list .item .dynamic_text p{width:349px;}
.ks_dynamic_m .list .item  .dynamic_text .time{margin: 20px 0;}
.ks_dynamic_m li img{
    width: 200px;
    height: 111px;
}
.ks_dynamic_m li{
    padding: 0;
    border-bottom: 0;
}