/* marquee 图片滚动 */
marquee{
    margin:15px 0;
}
.gdImg{
    display: block;
    /* nowrap 处理块元素中的空白符和换行符的，这个属性保证图片不换行 */
    white-space:nowrap;
}
.gdImg li{
    list-style: none;
    /* inline-block 使li对象显示为一行 */
    display: inline-block;
    /* overflow: hidden; */
    width: 320px;
    height: 240px;
    margin: 30px;
}
.gdImg li img{
    width: 320px;
    /* height: 240px; */
}
.gdImg li:hover img{
    transform:scale(1.5);
    transition:2s;
}
.footer-text{
    color: #fff;
}
/* .xtb_db 小图标_底部 */
.xtb_db{
    width: 24px;
    height: 24px;
    display: block;
}
/* shsj首行缩进 */
.shsj{
    text-indent:2em;
}
.portfolio-item .item:hover img{
    transform:scale(1.5);
    transition:2s;
}
.project-columns .item:hover img{
    transform:scale(1.5);
    transition:2s;
}
.masonry-scattered .item:hover img{
    transform:scale(1.5);
    transition:2s;
}
.post-image .post-image-item:hover img{
    transform:scale(1.1);
    transition:2s;
}
/* 音乐聆听心灵深处的呼唤 */
.myAudioXL{
    margin: 0 auto;
} 
.pt-6{
    padding-top: 6rem !important;
}
.footer-text{
    color: #fff;
}
#jw{
    margin-bottom: 60px;
}
/* 评论 */
.comment-project {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}
/* 评论分页 */
.pagination-container {
    margin-top: 20px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item a,
.pagination .page-item span {
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.pagination .page-item:hover a {
    background-color: #f0f0f0;
}

.pagination .page-item.active a {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
/* 头像样式： */
.comment-content img {
    transition: opacity 0.3s, transform 0.3s;
}

.comment-content img:hover {
    opacity: 0.9;
    transform: scale(1.05);
}
/* 幻灯片下方隐藏的标题样式： */
.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    border: 0;
}/* ʽ */
.tech-articles {
    background: #f8f9fa;
    padding: 60px 0;
}

.tech-article-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.tech-article-item h3 {
    margin-bottom: 15px;
}

.tech-article-item h3 a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 24px;
}

.tech-article-item h3 a:hover {
    color: #3498db;
}

.tech-article-item p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.read-more {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.section-title h2 {
    color: #2c3e50;
    font-size: 36px;
    margin-bottom: 15px;
}

.section-title p {
    color: #7f8c8d;
    font-size: 18px;
    margin-bottom: 40px;
}

/* 技术文章区块样式 */
.tech-articles {
    background: #f8f9fa;
    padding: 60px 0;
}

.tech-article-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.tech-article-item h3 {
    margin-bottom: 15px;
}

.tech-article-item h3 a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 24px;
}

.tech-article-item h3 a:hover {
    color: #3498db;
}

.tech-article-item p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.read-more {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.section-title h2 {
    color: #2c3e50;
    font-size: 36px;
    margin-bottom: 15px;
}

.section-title p {
    color: #7f8c8d;
    font-size: 18px;
    margin-bottom: 40px;
}
