.nav a:visited {
    color:inherit;
    text-decoration: none;
}
.list-left{
    width: 240px;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    min-height: 50px;
}
.list-center{
    width: 700px;
    float: left;
    background-color: #fff;
    min-height: 50px;
}
.list-right{
    width: 240px;
    float: right;
    background-color: #fff;
    min-height: 50px;
    text-align: center;
    padding: 10px 0;
}
.dtitle {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 3px solid #339900;
    margin-top: 10px;
}
.dtitle .icon-hot {
    background: url(/static/images/hotNews.png);
}
.icon {
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin: 5px 7px 0 5px;
    overflow: hidden;
    text-indent: -999em;
}
.newsMetalUl {
    list-style-type: none;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
}
.newsMetal {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 2px;
    background-color: #F0F8FF;
    height: 18px;
    clear: both;
    padding-left: 20px;
}
.metala {
    width: 200px;
    padding-left: 35px;
    margin-bottom: 2px;
    clear: both;
}
.metala li {
    width: 85px;
}
.newsMetalUl li {
    float: left;
}
.page{
    text-align: center;
}
.list-tt li{
    line-height: 30px;
    margin:5px 10px;
    height: 30px;;
    border-bottom:1px dashed #e3e3e3;
}
.list-center a{

}
.list-center .lists-time{
    float: right;
    color: #9D9D9D;
}
.list-cn{
    color: #2780E3;
    float: left;
}
.dTitle{
    width: 520px;
    float: left;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination{
    margin: 18px 0!important;
}