#news .bodyContTitle {
display:none;
}
#news .bodyContContent {
margin: 10px 0;
padding:0;
}
.listNewsDl {
border:none;
padding:0 !important;
height:40px;
line-height:40px;
position:relative;
transition: all .5s;
}
.listNewsDl:before {
content:"";
position:absolute;
border-bottom:1px dotted #999;
transition: all .5s;
width:100%;
height:1px;
bottom:0;
left:0%;
}
.listNewsDl:after {
content:"";
position:absolute;
border-bottom:1px dotted #333;
transition: all .5s;
width:0%;
height:1px;
bottom:0;
left:0%;
}
.listNewsDl:hover:after {
width:100%;
}
.listNews dt {
width:70%;
text-indent:1.5em;
position:relative;
}
.listNews dt:after {
content:"";
position:absolute;
background:#666;
height:3px;
width:3px;
left:10px;
top:18px;
}
.listNews dt a {
color:#666;
transition: all .5s;
}
.listNews dt a:hover {
color:#333;
}