body {
overflow-x: hidden;
}


body > canvas {
    pointer-events: none;
}


#news-list {border:1px solid #f1f1f1;border-top:0;border-radius: 0 0 5px 5px;overflow:hidden;}

#news-list .news {width:743px;width: 873px;overflow:hidden;margin-bottom:15px;position:relative;float:left;}

#news-list .news .photo {float:left;width:100px;padding-right:10px; height: 110px;text-align:center;background:#fff}
#news-list .news .txt {float:left;width:633px;width: 763px;height:110px;border-radius:0 0 5px 5px;}
#news-list .news h3 {
position: relative;
width: 623px;
width:749px;
float:left;
margin:0 0 10px 0;
padding:7px 7px;
background:#f5f5f5;
background: -moz-linear-gradient(#fff, #eeeeee);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
background: linear-gradient(#ffffff,#eeeeee);
background: -o-linear-gradient(#ffffff,#eeeeee);
background: -ms-linear-gradient(#ffffff,#eeeeee);
-pie-background: linear-gradient(#ffffff,#eeeeee);
border-radius: 3px;
color:#444;
border:1px solid #f1f1f1;
border-right:0;
font-weight:bold;
font-size:12px;
}
#news-list .news h3 span {position:absolute;top:7px;right:7px;font-size: 11px;font-weight: normal;}

#news-list .news p {float:left;padding:0 5px 0 10px;width:748px;height:35px;margin:0;}
#news-list .news a {

display:block;
position:absolute;
left:0;
top:0;
width:743px;
width:873px;
height:100px;
display:block;
text-indent:-2500px;
text-decoration:none;
}

#news-list .news .txt.txt-over {

background: -moz-linear-gradient(#fff,#e9e9e9);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e9e9e9));
background: linear-gradient(#ffffff,#e9e9e9);
background: -o-linear-gradient(#ffffff,#e9e9e9);
background: -ms-linear-gradient(#ffffff,#e9e9e9);
-pie-background: linear-gradient(#ffffff,#e9e9e9);
border-radius:5px;

}

#news-list .news a span {display:block;position:absolute;right:7px;bottom:0;background: url(/img/right-triangle.png) center left no-repeat;color:#0286DD;color:rgb(54,146,215);padding:2px 0 0 8px;line-height:12px;display:block;height:16px;text-indent:0px;}