﻿.thematic-list{
    padding: 20px 0px 20px;
}
.thematic-list .li{
    width: calc(50% - 20px);
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    float: left;
    margin: 10px 10px;
}
.thematic-list .li .img_warp{
    width: 100%;
    height: 140px;
}

.thematic-list .title{
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
    width: calc(100% - 110px);
    float: left;
}
.releasetime{
    float: right;
    margin-top: 10px;
}
.releasetime img{
    margin-right: 3px;
}
@media(max-width: 500px){
    .thematic-list .li{
        width: 100%;
        margin: 20px 0 0;
        padding: 0 10px;
    }
}
.thematic-list .title:hover{
    color: #297ce2;
}