
.manage-box{
    background: url(../images/manage/bg.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
}
.manage {
    padding-top: 5vw ;
    padding-bottom: 3vw ;
    
}
.manage-top {
    width: 50%;
    margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.manage-top div {
  border-bottom: 3px solid transparent;
  font-size: 20px;
  color: #000000;
  line-height: 42px;
  cursor: pointer;

}
.manage-top  .manage-active{
    color: #27883C;
    border-bottom: 3px solid #27883C;
}
.manage-content{
margin-top: 77px;
}
.manage-item{
display: flex;
margin-bottom: 63px;
}
.manage-word{
    -ms-flex: 1 1 0%;  /* IE10/11 */
    flex: 1 1 0%;
    padding-left: 32px;
}
.manage-word h5{
  

font-weight: bold;
font-size: 20px;
color: #262626;
line-height: 79px;

}
.manage-word p{
  
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
   
}
.manage-item .imgs{
    width: 28%;
}
.manage-item img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px){
    .manage{
        padding-top: 1.62rem;
        padding-bottom: 1.62rem;
    }
    .manage-content{
        margin-top: 1.6rem;
        }
    .manage-top{
width: 100%;

    }
    .manage-item .imgs{
        width: 100%;
    }
    .manage-top div{
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
    .manage-item{
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .imgs{
        margin-bottom: 0.6rem;
    }
    .manage-word h5 {
   
        font-size: 0.75rem;
        line-height:2rem;
    }
    .manage-word p {
   
        font-size: 0.6rem;
        line-height:1rem;
        letter-spacing: 0.06rem;
    }
    .manage-word{
        padding-left: 0;
    }
}
