.frame-wrap{
    max-width:900px;
    margin:20px auto;
    border:1px solid #0d4f9c
}
.frame-title{
    background:#0d4f9c;
    color:#fff;
    font-size:18px;
    font-weight:700;
    text-align:center;
    padding:10px 12px
}
.frame-body{
    padding:14px 18px;
    background:#fff
}
.frame-list{
    list-style:none;
    margin:0;
    padding:0
}
.frame-list li{
    position:relative;
    padding:10px 0 10px 30px!important;
    border-bottom:1px dashed #c8c8c8;
    font-size:15px;
    line-height:1.6;
    color:#0d4f9c;
    font-weight:600
}
.frame-list li:last-child{
    border-bottom:none
}
/* 列表项箭头伪元素 */
.frame-wrap .frame-list li:before{
    content:"";
    position:absolute;
    left:1px;
    width:10px;
    height:16px;
    border-right:3px solid #0d4f9c;
    border-bottom:3px solid #0d4f9c;
    transform:rotate(45deg);
    background:transparent!important;
    box-shadow:none!important
}
.frame-list a{
    display:block;
    color:#0d4f9c;
    transition:color .2s ease
}
.frame-list a:hover{
    color:#0056b3;
    text-decoration:underline
}
.frame-plain{
    font-size:15px;
    line-height:1.7;
    color:#0d4f9c;
    font-weight:600
}
.frame-plain p{
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    border-bottom:1px dashed #c8c8c8
}
.frame-plain p:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0
}
/* 隐藏多余p标签 */
.frame-body>p{
    display:none
}