
.main-div .industry-dynamic {
    width: 960px;
    margin-top: 7px;
    background-color: #fff;
}

.main-div .industry-dynamic .box-title{
    height: 46px;
    padding: 0 5px;
    border-bottom: 1px solid #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;
    font-weight: 500;
}
.main-div .industry-dynamic .box-title .b-t-div .right-btn {
    width: 850px;
    height: 46px;
}
.main-div .industry-dynamic .box-title .b-t-div .right-btn .btn {
    display: inline;
    padding: 6px 12px;
    border-radius: 5px;
    background: rgba(0,0,0,.3);
    margin-left: 20px;
    color: #fff !important;
    font-size: 14px;
}
.main-div .industry-dynamic .box-title .b-t-div .right-btn .btn.selected {
    background: rgba(7,108,224,.8);
}



.main-div .industry-dynamic .content-div {
    margin: 5px;
}

.main-div .industry-dynamic .content-div .one-item {
    /*height: 97px;*/
    height: 60px;
    margin-top: 10px;
    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: flex;
    height: 40px;
    justify-content: space-between;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
}
.main-div .industry-dynamic .content-div .one-item > a .left-image {
    display: none;
}
.main-div .industry-dynamic .content-div .one-item > a .right-content {
    /*width: calc(100% - 100px);*/
    width: 100%;
}
.main-div .industry-dynamic .content-div .one-item > a .right-content .top-main {
    height: 23px;
    line-height: 23px;
}
.main-div .industry-dynamic .content-div .one-item .left-content {
    float: left;
    width: 760px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight: 500;
}
.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;
}
.main-div .industry-dynamic .content-div .one-item > a .right-content .detail-div {
    padding: 4px 0 0 0;
    font-size: 12px;
    color: #797979;
    line-height: 18px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight: 500;
}









