section{
    padding: 30px 0px;
}
section top{
    display: flex;
    flex-flow: column;
    align-items: center;
}
section top>div{
    width: 185px;
    height: 120px;
    border:1px solid gainsboro;
    box-shadow: 1px 1px 2px gainsboro;
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 10px;
    overflow: hidden;

}
section top>div img{
    width: 100%;
}
section top>a{
    color:#3D65C5 ;
    text-align: center;
    position: relative;
    margin: 18px 0px;
}
section top>a h2{
    color:#3D65C5 ;
    padding: 8px;
}
section top>a span{
    display: block;
    padding: 0px 5px;
}
section top>a h2::after{
    content: '';
    display: inline-block;
    border: 4px dotted gainsboro;
    height: 10px;
    width: 3px;
    position: absolute;
    top: 15px;
    right: 0px;
}
section top>a h2::before{
    content: '';
    display: inline-block;
    border: 4px dotted gainsboro;
    height: 10px;
    width: 3px;
    position: absolute;
    top: 15px;
    left: 0px;
}
section top>a span::after{
    content: '';
    display: inline-block;
    border-right: 4px dotted gainsboro;
    height: 18px;
    width: 3px;
    position: absolute;
    top: 15px;
    right: 15px;
}
section top>a span::before{
    content: '';
    display: inline-block;
    border-right: 4px dotted gainsboro;
    height: 18px;
    width: 3px;
    position: absolute;
    top: 15px;
    left: 11px;
}
section content{
    display: block;
}
section content>p{
    text-indent: 30px;
}
section content p.english{
    color: #B5B5B5;
}
section top-title-wrap{
    display: block;
    text-align: center;
    position: relative;
}
section top-title-wrap::before{
    content: '';
    display: inline-block;
    width: 41%;
    height: 0;
    border-top: 1px dashed #FF8561;
    position: absolute;
    left: 0;
    top:50%;
}
section top-title-wrap::after{
    content: '';
    display: inline-block;
    width: 41%;
    height: 0;
    border-top: 1px dashed #FF8561;
    position: absolute;
    right: 0;
    top:50%;
}
section top-title-wrap top-title{
    display:inline-block;
    text-align: center;
    border:1px solid #FF8561;
    padding: 3px 30px;
    position: relative;
}
section top-title-wrap top-title::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 45px;
    background-color: #FF8561;
    position: absolute;
    left: -10px;
    top:5px
}
section top-title-wrap top-title::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 45px;
    background-color: #FF8561;
    position: absolute;
    right: -10px;
    top:5px;
}
section top-title-wrap top-title>h3{
    font-weight: bold;
    padding: 5px 0px;
}
section top-title-wrap top-title>span{
    color: #B5B5B5;
}

section ercode{
    display: block;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-top: 1px dashed #3D65C5;
    padding: 40px 0px;
}

section ercode>img{
    width: 200px;
}