.top-banner{
    background-image: url("/guanwang/static/imgs/importantNews/banner.webp");
}
.industry{
    width: 100%;
    margin-top: 50px;
}
.card-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.card-title{
    font-size: 36px;
    line-height: 52px;
    color: #3D3D3D;
}
.card-more{
    font-size: 16px;
    line-height: 23px;
    color: #0260B3;
    cursor: pointer;
}
.industry-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.industry-item{
    width: 480px;
    height: 360px;
    border-radius: 6px;
    cursor: pointer;
}
.industry-img{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.industry-img:hover img{
    transform: scale(1.1);
}
.industry-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.industry-info{
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
    padding: 20px 30px;
    box-sizing: border-box;
}
.industry-title{
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.industry-date{
    font-size: 14px;
    line-height: 20px;
    color: #B2B2B2;
}
.media{
    width: 100%;
    margin-top: 50px;
}
.media-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.media-left{
    width: 670px;
    height: 489px;
    position: relative;
}
.custom-indicator{
    width: 100%;
    height: 60px;
    padding: 0px 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.media-left-title{
    width: 520px;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-indicator{
    display: flex;
}
.media-indicator-item{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 12px;
    cursor: pointer;
}
.media-active{
    background-color: #FFFFFF;
}
.media-right{
    width: 790px;
    height: 489px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.media-right-item{
    width: 100%;
}
.media-right-title{
    font-size: 20px;
    line-height: 29px;
    color: #3D3D3D;
    margin-bottom: 10px;
}
.media-right-content{
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    color: #6F6F6F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.media-right-other{
    font-size: 16px;
    line-height: 29px;
    color: #B2B2B2;
}
.media-right-from{
    margin-right: 30px;
}
.dynamics{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 60px;
}
.dynamics-content{
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.dynamics-list{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.dynamics-item{
    width: 100%;
    height: 89px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.dynamics-item:hover{
    background-color: #fafafa;
}
.dynamics-title{
    font-size: 20px;
    color: #3D3D3D;
}
.dynamics-date{
    font-size: 16px;
    color: #B2B2B2;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #025299 !important;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background-color: #FFFFFF !important;
    border: 1px solid #DCDFE6;
}