.header {
    background: #222D52 !important;
}
.dynamic-list {
    padding-top: 72px;
}
.dynamic-list .banner-box {
    height: 246px;
    background: url('../images/gywm/banner.jpg');
    background-size: cover;
}
.dynamic-list .banner-box .title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 10px;
}
.dynamic-list .banner-box .desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.dynamic-list .banner-box-h5 {
    height: 128px;
    background: url('../images/gywm/banner_h5.png');
    background-size: cover;
    display: none;
    padding: 0 20px;
    box-sizing: border-box;
}
.dynamic-list .banner-box-h5 .title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 10px;
}
.dynamic-list .banner-box-h5 .desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.dynamic-list .list {
    padding: 20px 0;
    min-height: calc(100vh - 72px - 246px - 373px);
    box-sizing: border-box;
}
.dynamic-list .list .item-box .item {
    padding: 30px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.dynamic-list .list .item-box .item:hover {
    background: #F3F6FF;
}
.dynamic-list .list .item-box .item .date-box {
    width: 95px;
    text-align: center;
    height: 96px;
    background: #F3F3F3;
    padding: 5px 0;
    box-sizing: border-box;
    margin-right: 20px;
}
.dynamic-list .list .item-box .item .date-box .label {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 5px;
}
.dynamic-list .list .item-box .item .date-box .day {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 5px;
}
.dynamic-list .list .item-box .item .date-box .year-month {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.dynamic-list .list .item-box .item .img-text-info {
    flex: 1;
    width: 0;
}
.dynamic-list .list .item-box .item .img-text-info .img-box {
    width: 256px;
    height: 144px;
    overflow: hidden;
    margin-right: 20px;
}
.dynamic-list .list .item-box .item .img-text-info .img-box .img {
    width: 256px;
    height: 144px;
    transition: all 0.5s;
}
.dynamic-list .list .item-box .item:hover .img-text-info .img-box .img {
    transform: scale(1.2);
}
.dynamic-list .list .item-box .item .img-text-info .text-info {
    flex: 1;
    width: 0;
}
.dynamic-list .list .item-box .item .img-text-info .text-info .item-title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 15px;
}
.dynamic-list .list .item-box .item:hover .img-text-info .text-info .item-title {
    color: #0062FF;
}
.dynamic-list .list .item-box .item .img-text-info .text-info .item-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.dynamic-list .list .page-box {
    margin-top: 20px;
}
.dynamic-list .list .page-box .el-pagination .el-pager .number {
    background: #F3F6FF;
    font-size: 14px;
    color: #333333;
}
.dynamic-list .list .page-box .el-pagination .el-pager .number.active {
    background: #0062FF;
    color: #fff;
}
.dynamic-list .list-h5 {
    padding: 16px;
    box-sizing: border-box;
    display: none;
}
.dynamic-list .list-h5 .item {
    padding: 16px 0;
    border-bottom: 1px solid #EEEEEE;
}
.dynamic-list .list-h5 .item .img {
    width: 124px;
    height: 70px;
    margin-right: 10px;
}
.dynamic-list .list-h5 .item .text-info {
    flex: 1;
    width: 0;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dynamic-list .list-h5 .item .text-info .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.dynamic-list .list-h5 .item .text-info .item-date {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}