/*列表样式*/
.hlgd-box {
    width: 680px;
    height: auto;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 20px;
}
.hlgd-box dt {
    width: 200px;
    height: 140px;
    overflow: hidden;
    float: left;
    margin-right: 25px
}
.hlgd-box dd {
    width: 455px;
    height: 140px;
    overflow: hidden;
    float: left
}
.hlgd-box dd.w100 {
    width: 100%;
    height: 140px;
    overflow: hidden;
    float: left
}
.dsino {
    display: none;
}
.hlgd-box dd h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 463px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    font-weight: 700
}
.hlgd-box dd h3 a:hover {
    color: #e60012
}
.hlgd-box dd h3 .dj {
    background: #e60012;
    font-size: 14px;
    color: #fff;
    padding: 0 8px 1px;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 5px
}
.hlgd-box dd h3 .yc {
    background: #e60012;
    font-size: 14px;
    color: #fff;
    padding: 0 8px 1px;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 5px
}
.hlgd-box dd .desc {
    color: #515050;
    font-size: 14px;
    padding: 6px 0 0;
    line-height: 24px;
    overflow: auto;
    text-overflow: clip;
    white-space: initial;

}
.hlgd-box dd .date {
    color: #515050;
    font-size: 12px;
    padding: 6px 0 0;
    line-height: 24px
}
.dsino {
    display: none;
}