.accs{
    width: 100%;
    margin: 20px auto;
    }


.acc{
    width: 100%;
    }


.acc>.title{
    display: block;
      border-top: 1px solid #DDE3EB;
      border-left: 1px solid #DDE3EB;
      border-right: 1px solid #DDE3EB;
      background-color: #FFFFFF;
      font-weight: 600;
      font-size: 16px;
      color: #12151A;
      text-decoration: none;
      padding: 24px;
      cursor: pointer;
    }
.acc>.content{
        display: block;
        border-bottom: 1px solid #DDE3EB;
        border-left: 1px solid #DDE3EB;
        border-right: 1px solid #DDE3EB;
        background-color: #FFFFFF;
        color: #5E6875;
        }

.content>.inner{
    padding: 24px;
    }



.acc a.title:after {
    position: absolute;
    right: 50px;
    content: "\e00a";
    float: right;
    font-size: 15px;
    font-family: icomoon;
    line-height: 20px;
}

.acc a.title.active:after {
    content: "\e013";
}