@charset "utf-8";

#m-wrap {
    width: 980px;
    background: #ffffff;
}

#main-container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#main-container .main-left {
    min-height: 490px;
    background: #fff;
}

.listWrap {
    width: 448px;
    min-height: 200px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    padding: 15px;
    margin-bottom: 10px;
    float: left;
}
.listWrap.mr {
    margin-right: 20px;
}

.listWrap h2 {
    font-weight: 600;
    font-size: 14px;
    color: #f25896;
}

.listWrap p.date {
    color: #898989;
    padding: 8px 0 8px 0;
    text-indent: 5px;
}

.listWrap dl {
    height: 146px;
}

.listWrap dt {
    width: 233px;
    height: 137px;
    background: url(../images/bg-5.png) no-repeat;
    float: left;
    margin-right: 10px;
    padding: 9px 0 0 9px;
}

.listWrap dt img {
    width: 224px;
    height: 128px;
}

.listWrap dd {
    float: left;
    width: 196px;
}

.listWrap dd.dd-1 {
    height: 110px;
    margin-bottom: 15px;
    line-height: 180%;
    color: #656565;
    overflow: hidden;
}

.listWrap dd.dd-2 {
    height: 23px;
}

.listWrap dd.dd-2 a {
    display: block;
    width: 80px;
    height: 22px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    float: right;
}


/*分页*/

.pageFlip {
    color: #555555;
    text-align: right;
}


/*右边内容*/

#main-container .main-right {
    width: 210px;
    height: 450px;
}
