.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: 940px;
    float: left;

    min-height: 50px;
}

.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: 25px;
    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: 100px;
}
.newsMetalUl li {
    float: left;
}
.page{
    text-align: center;
}

.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;
}
#lists li {
    list-style: none;
    line-height: 25px;
    border-bottom: 1px solid #D2E9FF;
}
.more{
    text-align: center;
}

._content {
    width: 100%;

    border-radius: 6px;
}

._content_list {
    padding: 26px 15px;
    overflow-y: auto;

}

._content_list_item {
    margin-bottom: -7px;
}

._content_list_item_time {
    font-weight: 500;
    font-size: 14px;
    color: #5E6C84;
    margin-bottom: -5px;

}

._content_list_item_time::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #64C8BC;
    border-radius: 6px;
    margin-right: 10px;
}

._content_list_item_dis {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

._content_list_item_dis_list {
    padding: 10px;
    display: inline-block;
    flex: 1;
    height: vh(130);
    background: #FFFFFF;
    border-radius: 6px;
    vertical-align: top;
    margin: 10px 0;
    width: 100%;
}

._title {
    font-weight: 500;
    font-size: 14px;
    color: #5E6C84;
    line-height: 20px;
    margin-bottom: 8px;
}

._text {
    margin-bottom: 8px;
}

.dis {
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._content_list_item_dis::before {
    content: "";
    display: inline-block;
    margin: 0 15px -7px 5px;
    width: 1px;

    background: #64C8BC;
}
._content_list_item_tt{
    float: right;
    color: #999999;
}