﻿* {
    box-sizing: border-box;
}


.dynamics-wrapper {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: space-between;
}

.dynamics-wrapper>div {
    width: 580px;
}

.bgc-wrapper .bg {
    height: 502px;
    background-image: url(../img/gzdtbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bgc-wrapper .bgf {
    height: 502px;
    background-image: url(../img/fw.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bgc-wrapper .bgxx {
    height: 502px;
    background-image: url(../img/lb_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bg .title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.bgf .title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.bgxx .title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.provincial-dynamics .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.provincial-dynamics .title {
    width: 88px;
    height: 29px;
    font-size: 22px !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
    position: relative;
}

.provincial-dynamics .title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    background-image: url(../img/border.png);
    background-size: 100%;
    width: 100%;
    height: 8px;
    color: #bd1a2d;
}

.more a {
    text-decoration: none;
    color: #999;
    font-size: 18px;
}

.provincial-dynamics .dynamics-list {
    margin: 12px 0;
}

.provincial-dynamics .dynamics-list .list_item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* height: 40px; */
    /* line-height: 40px; */
    color: #333;
    padding: 5px 0;
    box-sizing: border-box;
}

.dynamics-list .list_item .list_content {
    display: flex;
    align-items: center;

}

.dynamics-list .list_item .list_content .content_left {
    display: flex;
    align-items: center;

}

.dynamics-list .list_item .list_content .content_left .border {
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;
    margin-top: -10px;
    margin-right: 12px;

}

.dynamics-list .list_item .list_content .content_left .left_content {
    width: 430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 21px; */
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 400;
    text-align: left;
    color: #333333;

}

.dynamics-list .list_item  .content_right {
    /* width: 89px;
    height: 21px; */
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 400;
    text-align: left;
    color: #999999;

}
.dynamics-list .list_item:hover  .list_content .content_left .left_content {
    color: #bd1a2d;
}
.dynamics-list .list_item:hover  .list_content .content_left .border {
    background: #bd1a2d;
}

/* .provincial-dynamics .dynamics-list .dynamics_content {
    width: 465px; 
     white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
} */