
.main-div .industry-dynamic {
    width: 960px;
    margin-top: 7px;
    border: 1px solid #ddd;
    border-top: 2px solid #076ce0;
    background-color: #fff;
}

.main-div .industry-dynamic .box-title{
    height: 46px;
    padding: 0 5px;
    border-bottom: 1px dashed #ddd;
    line-height: 46px;
}
.main-div .industry-dynamic .box-title .b-t-div {
    display: flex;
    justify-content: space-between;
}
.main-div .industry-dynamic .box-title .b-t-div .left-title {
    width: 82px;
    height: 45px;
    padding-left: 11px;
    /*border-bottom: 1px solid #076ce0;*/
    color: #076ce0;
}
.main-div .industry-dynamic .box-title .b-t-div .right-btn {
    width: 60px;
    height: 46px;
}
.main-div .industry-dynamic .box-title .b-t-div .right-btn > a {
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.main-div .industry-dynamic .content-div {
    margin: 5px;
    padding: 0 5px;
}
.main-div .industry-dynamic .content-div .one-item {
    padding: 5px;
    height: 46px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}
.main-div .industry-dynamic .content-div .one-item:last-child {
    border-bottom-width: 0;
}
.main-div .industry-dynamic .content-div .one-item > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
}
.main-div .industry-dynamic .content-div .one-item .left-content {
    float: left;
    width: 830px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.main-div .industry-dynamic .content-div .one-item .right-date {
    float: right;
    width: 90px;
}
.main-div .industry-dynamic .content-div .one-item > a:hover .left-content,
.main-div .industry-dynamic .content-div .one-item > a:hover .right-date {
    color: #076ce0;
}





