.wp .list-page .list-news{
    margin-bottom: 40px;
}
.wp .list-page  .list-news li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed  #DEDEDE;
}
.wp .list-page  .list-news .n-left{
    float: left;
    width: 102px;
    height: 92px;
    background: #F3F3F3;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    color: #333333;
    margin-top: 6px;
    margin-right: 20px;
}
.wp .list-page .list-news .n-left em{
    display: block;
    font-size: 24px;
    font-style: normal;
    padding: 3px;
}
.wp .list-page .list-news .n-right{
    width: 780px;
    float: left;
}
.wp .list-page .list-news .n-right h3{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid  #C5C5C5;
    position: relative;
}
.wp .list-page .list-news .n-right h3:hover{
    color: #daab3c;
}
.wp .list-page .list-news .n-right h3 i{
    display: block;
    width: 20px;
    height: 2px;
    background: #3E3E3E;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.wp .list-page .list-news .n-right p{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    height: 43px;
    overflow: hidden;
    margin-bottom: 0;
}
.wp .list-page  .list-news .img{
    width: 102px;
    height: 102px;
    float: left;
    margin-top: 6px;
    margin-right: 18px;
    text-align: center;
    line-height: 89px;
    border: 1px solid #e4e4e4;
}
.wp .list-page  .list-news .img img{
    width: auto;
    height: auto;
    max-width: 102px;
    max-height: 102px;
    vertical-align: middle;
}