.tc_group     {  
            
    background-color: #F5F5F5;


}

.tc_group_box{
   width: 80%;
   max-width: 1000px;
   min-width: 620px;
   margin: 0 auto;


   padding: 10px;
   display: flex;
   background-color: #F5F5F5;

   justify-content: space-between;


}



.ppys_group_item{

    width: 240px;
    padding: 20px;
    cursor: pointer;


        /* padding: 30px 20px; */
    text-align: left;


}

.item_img  img{
    width: 50px;
}

.item_tit{
    margin-top: 30px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
   
}

.item_des{

    color: #999999;
    line-height: 24px;
    font-size: 14px;
    margin-top: 30px;
   
}

.ppys_group_item.ppys_group_item_active{
    background-color: #32BB2D;
   
}

.ppys_group_item_active  .item_tit{
    color: #fff;
}

.ppys_group_item_active  .item_des{
    color: #fff;
}

.tczc{
    width: 80%;
   max-width: 1000px;
   min-width: 620px;
   margin: 0 auto;

   height: 420px;



   padding: 10px;

   background: url('../images/localCity1/zct.png') no-repeat center top ;

   background-size: cover;

    
}
.tczcerm{

  
    margin-top: 200px;
   
}

.tczcerm img{
   width: 100%;
   width: 200px;
   height: 200px;
}

.tc_group_box{
    flex-wrap: wrap;
}

.youshi_group_item{
    padding: 20px;
    padding-right: 120px;
    background-color: #fff;
    width: 45%;
    margin: 20px;
    text-align: left;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;

}
.ys_left{

}
.ys_right{
    background-color: red;
}

#app{
    width: 100%;
}

.section_tit  h5{
    margin-top: 40px;
    color: #333;
    font-size: 32px;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    text-align: center;
}