.doc_list { margin: 0 -10px; padding-bottom: 1px;}
.doc_list .item { float: left; width: 50%; margin-bottom: 20px;}
.doc_list .item_m { display: block; position: relative; background: #fff; margin: 0 10px; padding: 10px 30px 60px 30px;/* height: 210px;*/}
.doc_list .item_m .img { position: absolute; left: 24px; top: 24px;}
.doc_list .item_m .img img { display: block; width: 52px; height: 52px; border: 1px #eeeeee solid;}
.doc_list .item_m .t { display: block; overflow: hidden; height: 44px; line-height: 44px; font-size: 18px; margin-bottom: 40px;text-overflow:ellipsis; white-space: nowrap;}
.doc_list .item_m .tag { height: 24px; margin-bottom: 25px;}
.doc_list .item_m .tag span { float: left; height: 22px; line-height: 22px; padding: 0 8px; margin-right: 6px; border: 1px #96a7e9 solid; color: #2d52d4;}
.doc_list .item_m .m { display: block; overflow: hidden; /*height: 88px;*/ line-height: 22px; font-size: 14px; color: #999999;}

.doc_list .item_m .rtag { position: absolute; right: 0; top: 0; display: block; height: 20px; line-height: 19px; padding: 0 5px 0 6px; background: #046eb8; color: #fff; font-size: 12px; border-radius: 0 0 0 6px;}
.doc_list .item_m .rtag_red { background: #e7222a;}

/*.doc_list .item_m:hover { box-shadow: 0 6px 20px rgba(18,30,48,0.2);}*/
.doc_list:after { display: block; content: ''; clear: both;}

.item-12{
    width: 100%;
    margin-bottom: 20px;
}

.doc_list .item_m .t svg{
    padding-top: 12px;
}

.doc_list .item_m .t span{
    vertical-align: 8px;
}

.doc_list .item_m .m div{
    float:left;
    width: 30%;
    margin-right: 3%;
    height:60px;
}