/* 1 */
.list_img{margin:-15px;}
.list_img a{float:left;width:calc(33.333333% - 30px);margin:15px;}
.list_img .cover_img {
    padding-top: 60%;
    overflow: hidden;
    position: relative;}
.cover_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.list_img a:hover .cover_img img{    transform: scale(1.1);    transition: .3s all ease-in;}
.list_img .txt {
    padding: 16px 12px 12px;}.list_img h3 {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    margin: 0 0 14px;}.list_img p {
    color: #999;}.i_date {
    width: 19px;
    height: 20px;
    background: url(images/i_date.png) 50% no-repeat;
    margin: 0 8px 0 0;
    vertical-align: bottom;
    display: inline-block;} .list_img b {
    float: right;
    width: 82px;
    height: 27px;
    background: url(images/more.png) 50% 0 no-repeat;
    margin: -3px 0 0;}.list_img a:hover b {transition: .3s all ease-in;
    background-position: 0 -30px;}
