.overflow{
    color: rgba(13, 29, 49, 1);
}
.container-al{
    max-width: 1640px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.al-title{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.al-title-text{
    font-size: 46px;
    font-weight: bold;
    text-transform: capitalize;
}
.title-message{
    display: flex;
    justify-content: space-between;
}
.al-text-footer{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 12px;
}
.al-title-message-text{
    width: 70%;
    font-size: 20px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    color: rgba(13, 29, 49, 0.25);
}
.container-al-line{
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
}
.line-al-y{
    width: 110px;
    height: 1px;
    background: #000000;
}
.al-dataList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.al-dataList-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    background: rgba(243, 244, 244, 1);
    padding: 12px;
    border-radius: 8px;
}
.al-list-img{
    overflow: hidden;
}
.al-list-img >img{
    width: 100%;
    height: 240px;
}
.al-list-img >img:hover{
    transform: scale(1.2);
    transition: all 1s ease;
}
.al-dataList-list >div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(13, 29, 49, 1);
    font-size: 20px;
    font-family: 'ShiShangZhongHeiJianTi-Regular';
}
.container-al .list-item-msg{
    display: flex;
    align-items: center;
    gap: 12px;
}
.container-al .list-item-msg >span{
    font-size: 14px;
    font-weight: bold;
}
.container-al .list-item-msg >div{
    font-size: 14px;
    color: #49863A;
    padding: 8px 0;
}
.container-al .list-item-msg >div:hover{
    background: #49863A;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    transition: color .5s, padding .5s, border .5s;
}