.xdjry_top{
    background: url(xdjry_group5.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 5.48rem;
    width: 100%;
    max-width: 19.20rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.xdjry_topcon{width: 14rem; margin: 0 auto;}
.xdjry_top_div{
    width:6.65rem;
    height: 5.48rem;
}
.xdjry_top_div_img{
    margin-top: .71rem;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 1.28rem;
}
.xdjry_top_div_img img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    margin: auto;
    pointer-events: none;
}

.xdjry_top_div_p{
    width: 100%;
    height: 1.8rem;
    margin-top: .42rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xdjry_top_div_p p{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .3rem;
    
}

.xdjry_top_div_a{
    display:flex;
    justify-content: flex-end;
    margin-right: -.05rem;
    margin-top: .3rem;
}
.xdjry_top_div_a a{
    
    width: 1.22rem;
    height: .42rem;
    border-radius: .20rem;
    border: .02rem solid #2E64AD;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #12468C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xdjry_left{
    /* height: 5.4rem; */
    width: 100%;
    max-width: 19.20rem;
    margin: .34rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.xdjry_lefta{
    height: 1.32rem;
    width: 100%;
    display: flex;
    justify-content: center; 
    position: relative; /* 添加相对定位 */
}
/* 创建背景图片的容器 */
.xdjry_lefta::before {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(xdjry_bg1.png) no-repeat center bottom;
    background-size: 100% auto;
    transform: scaleX(-1); /* 仅翻转背景图片 */
    z-index: -1; /* 确保背景在内容下方 */
}

.xdjry_lefta_div{
    width: 14rem;
    display:flex;
}
.xdjry_lefta_div_a{
    margin-top:.1rem ;
    height: .84rem;
}


.xdjry_lefta_div_a_h1{
    font-size: .4rem;
    color: #12468C;
    line-height:.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-left: .45rem ;
    margin-top: .1rem;
    position: relative;
}
.xdjry_lefta_div_a_h1::before {
    content: "";
    position: absolute;
    width: .35rem; 
    height: .35rem; 
    left: -0.45rem; 
    top: 25%;
    background-image: url(xdjry_group2.png); 
    background-size: contain;
    background-repeat: no-repeat;
}
.xdjry_lefta_div_a_h1::after {
    content: "";
    position: absolute;
    width: .35rem; 
    height: .35rem; 
    right: -0.45rem; 
    top: 25%;
    background-image: url(xdjry_group3.png); 
    background-size: contain;
    background-repeat: no-repeat;
}

.xdjry_lefta_div_a_h2{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .3rem;
    color: #E1EFFF;
    line-height: .6rem;
    opacity: 0.7;
}

.xdjry_leftb{
    height: 4.2rem;
    width: 100%;
    max-width: 19.20rem;
    margin: 0 auto 0 auto;
    display: flex;
    background-color:#FBFDFF;
    justify-content: center;
}
.xdjry_leftb_a{
    width: 7.2rem;
    height: 3.8rem;
    margin-top: .17rem;
    position: relative;
}
.xdjry_leftb_a img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    margin: auto;
    pointer-events: none;
}

.xdjry_leftb_button{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: .88rem;
    height: .78rem;
    background: #FBFDFF;
    border-radius: .05rem 0rem 0rem 0rem;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: .24rem;
    color: #666666;
}
.xdjry_leftb_button button{
    font-size: .24rem
}

.xdjry_leftb_b{
    width: 6.4rem;
    margin-left:.41rem ;
    margin-top:.17rem ;
    height: 3.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* 垂直居中 */
}
.xdjry_leftb_b_b{
    overflow: hidden;
    height:2.8rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;font-size: .16rem;line-height: .4rem;

}
.xdjry_leftb_b_b p{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .4rem;
}

.xdjry_leftb_b_a{
    width: 100%;
    display: flex;
    margin-bottom: .2rem;
    justify-content: center;
}
.xdjry_leftb_b_a a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #12468C;
    line-height: .4rem;
    position: relative;
}

.xdjry_leftb_b_a a::before{
    content: "";
    position: absolute;
    width: .05rem; 
    height: .18rem; 
    left: -0.14rem; 
    top: 30%;
    background-color: #12468C;
}

.xdjry_leftb_b_a a::after{
    content: "";
    position: absolute;
    width: .05rem; 
    height: .18rem; 
    right: -0.12rem; 
    top: 30%;
    background-color: #12468C;
}

.xdjry_right{
    /* height: 5.4rem; */
    width: 100%;
    max-width: 19.20rem;
    margin: .34rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}
.xdjry_righta{
    height: 1.32rem;
    width: 100%;
    display: flex;
    justify-content: center; 
    position: relative; /* 添加相对定位 */
}

/* 创建背景图片的容器 */
.xdjry_righta::before {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(xdjry_bg1.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: -1; /* 确保背景在内容下方 */
}
.xdjry_righta_div{
    width: 14rem;
    display:flex;
    justify-content: flex-end;
}
.xdjry_righta_div_a{
    margin-top:.1rem ;
    height: .84rem;
    text-align: right;
}
.xdjry_righta_div_a_h1{
    font-size: .4rem;
    color: #12468C;
    line-height:.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-right: .45rem ;
    margin-top: .1rem;
    position: relative;
}

.xdjry_righta_div_a_h1::before {
    content: "";
    position: absolute;
    width: .35rem; 
    height: .35rem; 
    left: -0.45rem; 
    top: 25%;
    background-image: url(xdjry_group2.png); 
    background-size: contain;
    background-repeat: no-repeat;
}
.xdjry_righta_div_a_h1::after {
    content: "";
    position: absolute;
    width: .35rem; 
    height: .35rem; 
    right: -0.45rem; 
    top: 25%;
    background-image: url(xdjry_group3.png); 
    background-size: contain;
    background-repeat: no-repeat;
}
.xdjry_righta_div_a_h2{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .3rem;
    color: #E1EFFF;
    line-height: .6rem;
    opacity: 0.7;
}


.xdjry_rightb{
    height: 4.2rem;
    width: 100%;
    max-width: 19.20rem;
    margin: 0 auto 0 auto;
    display: flex;
    background-color:#FBFDFF;
    justify-content: center;
}
.xdjry_rightb_b{
    width: 6.4rem;
    margin-right:.41rem ;
    margin-top:.17rem ;
    height: 3.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* 垂直居中 */
}
.xdjry_rightb_b_b{
    overflow: hidden;
    max-height:2.8rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;-webkit-box-orient: vertical;line-height: .4rem;font-size: .16rem;
}
.xdjry_rightb_b_b p{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .4rem;
}
.xdjry_rightb_b_a{
    width: 100%;
    display: flex;
    margin-bottom: .2rem;
    justify-content: center;
}
.xdjry_rightb_b_a a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #12468C;
    line-height: .4rem;
    position: relative;
}

.xdjry_rightb_b_a a::before{
    content: "";
    position: absolute;
    width: .05rem; 
    height: .18rem; 
    left: -0.14rem; 
    top: 30%;
    background-color: #12468C;
}

.xdjry_rightb_b_a a::after{
    content: "";
    position: absolute;
    width: .05rem; 
    height: .18rem; 
    right: -0.12rem; 
    top: 30%;
    background-color: #12468C;
}


.xdjry_rightb_a{
    width: 7.2rem;
    height: 3.8rem;
    margin-top: .17rem;
    position: relative;
}
.xdjry_rightb_a img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    margin: auto;
    pointer-events: none;
}

.xdjry_rightb_button{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: .88rem;
    height: .78rem;
    background: #FBFDFF;
    border-radius: .0rem .05rem 0rem 0rem;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: .24rem;
    color: #666666;
}
.xdjry_rightb_button button{
    font-size: .24rem
}

/* 手机版适应 */

@media screen and (max-width: 768px){
    .xdjry_top{background-position: left center;}
    .xdjry_top_div{
        margin-left: 0;
    }
    .xdjry_topcon{width: 90%;}
    .xdjry_top_div_p{
        height:1.9rem;    
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .xdjry_top_div_p p{
        font-size: .32rem;
        line-height: 0.48rem;
    }
    .xdjry_top_div_a a{
        font-size: .32rem;
        width: 1.9rem;
        height: .6rem;
    }


    .xdjry_lefta::before{
        bottom: -.4rem;
    }
    .xdjry_lefta_div_a{
        margin-left: .2rem;
    }
    .xdjry_leftb{
        height: auto;
        flex-wrap: wrap;
    }
    .xdjry_leftb_b{
        margin-left: 0rem;
        width: 7rem;
        height: unset;
        max-height: 6.8rem;
    }

    .xdjry_leftb_b_b{
        height: unset;
        max-height: 5.8rem;font-size: .32rem;
        line-height: .48rem;
    }

    .xdjry_leftb_b_b p{
        font-size: .32rem;
        line-height: .48rem;
    }
    .xdjry_leftb_b_a a{
        font-size: .32rem;
    }
    .xdjry_leftb_b_a a::before{
        width: .07rem;
        height: .27rem;
        top: 0.07rem;   
    }
    .xdjry_leftb_b_a a::after{
        width: .07rem;
        height: .27rem;
        top: 0.07rem;
    }
    

    .xdjry_leftb_button {
        font-size: .32rem;
    }
    .xdjry_leftb_button button{
        font-size: .32rem;
    }

    .xdjry_righta::before{
        bottom: -.4rem;
    }
    .xdjry_rightb{
        height: auto;
        flex-wrap: wrap;
    }


    
    .xdjry_rightb_b{
        height: unset;
        max-height: 6.8rem;
        margin-right: 0rem;
        width: 7rem;
    }
    .xdjry_righta_div_a{
        margin-right: .2rem;
    }

    .xdjry_rightb_b_b{
        height: unset;
        max-height: 5.8rem;font-size: .32rem;
        line-height: .48rem;
    }

    .xdjry_rightb_b_b p{
        font-size: .32rem;
        line-height: .48rem;
    }
    .xdjry_rightb_b_a a{
        font-size: .32rem;
    }
    .xdjry_rightb_b_a a::before{
        width: .07rem;
        height: .27rem;
        top: 0.07rem;  
    }
    .xdjry_rightb_b_a a::after{
        width: .07rem;
        height: .27rem;
        top: 0.07rem;  
    }

    .xdjry_rightb_a{
        order: -1;
    }

    .xdjry_rightb_button {
        font-size: .32rem;line-height: .48rem;
        padding: 0 0.1rem;
    }
    .xdjry_rightb_button button{
        font-size: .32rem;
    }
    .xdjry_leftb_button{line-height: .48rem;padding: 0 .1rem;}
    
}