/* 特色党建 */
.tsdj-list{
width: 560px;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tsdj-beijin{
text-align: justify;
width: 600px;
height: 404px;
background-image: url(/assets/zhendong/2025/index/pc-tsdj1.png);
position: relative;
}
.tsdj-jianjie{
width: 463px;
height: 175px;
margin: 0px auto;
margin-top: 50px;
text-indent: 2em;      /*首行缩进 */
}
.tsdj-module{
display: flex;
justify-content: space-between;
margin-top: 60px;
}
.tsdj-beijin-font{
color: #7e0000;
}
.tsdj-zhangshi1{
position: absolute;
top: -35px;
}
.tsdj-zhangshi2{
position: absolute;
top:-20px;
right:-8px
}
/* 投资者关系 */
.tzzgx-module{
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.tzzgx-title{
margin-bottom: 30px;
}
.tzzgx-list{
width: 560px;
height:450px;
}
.tzzgx-item{
height: 80px;
display: flex;
align-items: center;
width: 560px;
border-top: 1px solid #eee;

}
.tzzgx-time{
color: #666;
font-size: 12px;
padding-top: 8px;
}
.tzzgx-font{
width:560px;
font-size: 18px;
}


/*首页轮播图*/
.indexmySwiper .swiper-container {
    width: 100%;
    max-width: 800px;
    height: 800px;
    position: relative;
}

.indexmySwiper.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexmySwiper img,
.indexmySwiper video{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.indexmySwiper .swiper-pagination-index {
    bottom: 15px !important;
    z-index: 10;
}

.indexmySwiper .control-tip {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
}

/* ===== 手机端 Swiper 尺寸建复 ===== */
.si {
    width: 6.8rem;
    height: 3rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.si .swiper-wrapper,
.si .swiper-slide {
    width: 100%;
    height: 100%;
}

.si .swiper-slide img,
.si .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
<!--耗时1771719842.8547秒-->