.service {
  padding: 39px 45px 168px;
  width: 100%; }
  .service * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .service .row {
    margin: 0 -20px; }
    .service .row .col {
      margin-bottom: 41px;
      padding: 0 20px; }
  .service-item {
    padding: 30px 20px 20px;
    height: 200px;
    color: #101010;
    border: 1px solid #e3e3e3;
    border-radius: 2px; }
    .service-item__header {
      position: relative;
      margin-bottom: 20px; }
    .service-item__title {
      font-size: 20px;
      color: #051027; }
    .service-item__toolbox {
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 14px; }
      .service-item__toolbox a {
        margin-left: 16px;
        color: inherit; }
    .service-item__content {
      height: 100px;
      font-size: 16px;
      text-align: justify;
      overflow: auto; }
  .service-add {
    width: 200px;
    height: 200px;
    line-height: 200px;
    border: 1px solid #e3e3e3;
    text-align: center;
    font-size: 60px;
    color: #e3e3e3;
    cursor: pointer; }
  .service-edit {
    display: none;
    padding: 30px 40px 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px; }
    .service-edit .input {
      width: 100%; }
    .service-edit .textarea {
      height: 100px; }