.content{
    margin: 100px auto 0;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}  

.lched{
    width:fit-content;
width:-webkit-fit-content;
width:-moz-fit-content;
    margin: 0 auto;
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
    bottom: -2px;
    padding-bottom: 0px;
}
.lched .xxx {
    width:50%;
    height: 3px;
    background-color: #2982bc;
    /* margin: 40px auto 0; */
    position: absolute;
    bottom: -3px;
    left: 0;
    /* transform: translateX(-50%); */
}
.ppcom{
    width: 100%;
    position: relative;
    margin: 100px 0;
}
.ppcom img{
    height: 100%;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.ppcom ul{
    padding:15px 0; 
}
.ppcom ul li{
    height: 80px;
    width: 100%;
    position: relative;

  
}
.bscmain{
	overflow:hidden;
}
.ppli{
    width: 530px;
    background-color: #f2f2f2;
    height: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 10px; */
}
.ppcom ul li .ppd{
    height: 14px;
    width: 14px;
    border-radius:50px;
    background-color: #2982bc; 
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
}
.ppli p:nth-child(1){
    width: 413px;
    padding:0 30px;
    text-align: right;
    line-height: 60px;
    color: #999999;
    float: left;
}
.ppli p:nth-child(2){
    height: 60px;
    width: 116px;
    line-height: 60px;
    background-color: #2982bc;
    float: left;    
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    position: relative;
}
.ppli p:nth-child(2):after{
    display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:transparent transparent  transparent  #2982bc ;
    
    /* 定位 */
    position:absolute;
    left:100%;
    top: 50%;
        transform: translateY(-50%);
}
  
/*  */
.ppcom ul li:nth-child(2n) .ppli p:nth-child(1){
    float: right;
    text-align: left;
}

.ppcom ul li:nth-child(2n) .ppli p:nth-child(2):after{
    display:block;
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:transparent #2982bc  transparent  transparent ;
    /* 定位 */
    position:absolute;
    left: initial;
    right:100%;
    top: 50%;
    transform: translateY(-50%);
}
.ppcom ul li:nth-child(2n) .ppli{
    float: right;
}

/* 办事处 */
.bsclc{
    background-color: #fafafa;
    width: 100%;
    padding: 95px 0;
    overflow: hidden;
    padding-top: 20px;
}
.imgbox{
    width: 30%;
    float: left;
    border-radius:5px;
    overflow: hidden; 
}
.imgbox img{
    width: 100%;
}


@media screen and (max-width: 700px) {
    .content {
        margin: 0.5rem auto 0;
        min-height: auto;
        padding: 0 0.2rem;
    }
    .lched {
  
        font-size: 0.36rem;

    }
 
    .ppcom {
        width: 100%;
        position: relative;
        margin: 0.3rem 0;
    }
    .ppcom ul li{
        /* width: 50%; */
        height: 1.2rem;
    }
    .ppli p:nth-child(1) {
        width: 75%;
        padding: 0 0px;
        text-align: center;
        line-height: initial;
        color: #999999;
        float: left;
        font-size: 0.24rem;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .ppli{
        width: 45%;
        /* height: 1.2rem; */
    }
    .ppli p:nth-child(2){
        /* height: 1.2rem; */
        width: 25%;
        line-height: 1.2rem;
        background-color: #2982bc;
        float: left;
        font-size: 0.28rem;
        font-weight: bold;
        text-align: center;
        color: white;
        position: relative;
    }
    .ppcom ul li:nth-child(2n) .ppli p:nth-child(1) {
        float: right;
        text-align: center;
    }
    .ppcom ul li:nth-child(2n) .ppli p:nth-child(2):after {
        display: block;
        content: '';
        border-width: 4px 4px 4px 4px;
        border-style: solid;
        border-color: transparent #2982bc transparent transparent;
        position: absolute;
        left: initial;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .ppli p:nth-child(2):after {
        display: block;
        content: '';
        border-width: 4px 4px 4px 4px;
        border-style: solid;
        border-color: transparent transparent transparent #2982bc;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .ppcom ul li .ppd {
        height: 0.2rem;
        width: 0.2rem;
        border-radius: 50px;
        background-color: #2982bc;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .imgbox{
        display: none;
    }
    iframe{
        width: 140% !important;
        margin-left: -3rem;
        /* height: auto !important; */
    }
    .bsclc{
        padding-bottom: 0;
    }

}