
.main-box{
    display: flex;
    padding-bottom: 150px;
}
.left-tabs{
   background-color: #f7f7f7;
        width: 30%;
        font-size: 22px;
        font-weight: 600;
        min-height: 800px;
}
.left-tabs li{
     
    height: 80px;
    padding: 0 40px;
      list-style-type: none;
}
.left-tabs li:last-child div {
  border-bottom: none; 
}
.tab-box{
    display: block;
    color: #000000;
    box-sizing: border-box;
    height: 100%;
    border-bottom: 1px solid #b6b6b7;
    text-align: center;
    line-height: 80px;
}
.tab-box2{
    display: block;
    color: #000000;
    box-sizing: border-box;
    height: 100%;
    border-bottom: 1px solid #b6b6b7;
    text-align: left;
    line-height: 80px;
}

.tActive{
    color: var(--primary);
}
.content_box{
    width: 70%;
    box-sizing: border-box;
    padding-left: 50px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4em;
}
.content-body{
    display: flex;
    margin-bottom: 50px;
}
.jj-title{
    font-size: 40px;
    font-weight: 600;
    color: var(--primary);
    min-width: 100px;
    text-align: right;
}
.jj-subTitle{
    font-size: 16px;
    margin-top: 26px;
     margin-left: 4px;
}
.jj-Content{
    box-sizing: border-box;
    padding-top: 20px;
    margin-left: 16px;
}
.jj-Content p img{
    width: 100%;
}
.cxpt-body{
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.cxpt-title{
      font-size: 26px;
    font-weight: 600;
        width: 230px;
}
.cxpt-Content{
    box-sizing: border-box;
    width: 400px;
}

@media(max-width:768px){
    .m-content-box{
        display: flex;
        width: 90vw;
        margin: 0 auto;
        padding-bottom: 3vh;
    }
    .m-content-box img{
        width: 100% !important;
        height: auto !important;
    }

    .m-cgzs-title{
            font-size: 32px;
            font-weight: 600;
            color: var(--primary);
    }
    .m-cgzs-subTitle{
    font-size: 16px;
     margin-left: 4px;
     margin-top: 15px;
    }
    .m-cgzs-content{
        margin-left: 2vw;
        box-sizing: border-box;
        padding-top:8px;
        line-height: 30px;
    }
    .m-cxpt-content{
                 width: 90vw;
            margin: 0 auto;
        
    }
    .m-cxpt-title{
        font-size: 18px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .m-cxpt-content{
     font-size: 16px;
      margin-bottom: 30px;
    }

}