.layout-main .list {
    width: 560px;
    float: left;
}
.layout-main .list-txt {
    
}
.list-txt li {
    height: 30px;
    line-height: 30px;
    padding: 0 73px 0 27px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: url(../images/list-txt-arrow.png) no-repeat 7px -18px;
}
.list-txt .even {
    background-color: #f6f6f6;
    background-position: 7px 12px;
}
.list-txt li .time {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 0;
}

.layout-main .list-pic {
    
}
.list-pic li {
    padding: 21px 0 11px;
    background: url(../images/list-pic-dot.png) repeat-x 0 bottom;
    position: relative;
}
.list-pic li .thumb {
    width: 140px;
    height: 90px;
    margin-right: 16px;
    float: left;
}
.list-pic li .thumb img {
    width: 140px;
    height: 90px;
    vertical-align: middle;
}
.list-pic li .info {
    float: left;
    width: 404px;
    overflow: hidden;
}
.list-pic li h1 {
    color: #339ad3;
    font-size: 16px;
}
.list-pic li .desc {
    height: 54px;
    margin-top: 12px;
    overflow: hidden;
}
.list-pic li .time {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -9px;
    background-color: #fff;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
}


.layout-main .extra {
    width: px;
    float: right;
}

.layout-main .extra .show-ad {
    width: 187px;
    height: 63px;
    display: block;
    margin-bottom: 10px;
}