.wunewslist{
	font-family: Microsoft YaHei; overflow: hidden;position: relative;
}
.wunewslist .bg{position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
.wunewslist ul{position: relative;}
.wunewslist li{
    position: relative;
    margin: 10px 0;
    height: 110px;
    background: #fff;
    border: 1px solid #eee;
    }
.wunewslist li:hover{
    margin: 10px;
    border-color: #009a44;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);}

.wunewslist div.time{
 position: absolute;
 font-size: 13px;
 line-height: 18px;
 font-family:Arial,"å®‹ä½“",Helvetica, sans-serif,Verdana;
 width: 110px;
 padding: 26px 0;
 border-right: 1px solid #eee;
 text-align: center;
 }
.wunewslist .time .day{
    line-height: 40px;
    font-weight: bold;
    display: block;
    font-size: 50px;
    color: #333;
    font-family: Impact;
    margin-bottom: 6px;
    }
.wunewslist .con{
	margin-left: 120px;
	padding: 15px;
}
.wunewslist a{text-decoration: none;}
.wunewslist .title{}
.wunewslist .title a{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}
.wunewslist .title a:hover{color:#d3b167;}
.wunewslist .memo{font-size: 14px;padding-top: 3px;margin: 10px 0 0;overflow: hidden;line-height: 1.8;height: 50px;}
