.list_1{
    padding-top:1px;
    padding-bottom:0px;
    background: #fff;
    overflow: hidden;
}
.list_1 h2{
    background: #0f2669;
    color: #fff;
    line-height: 2em;
    text-indent: 20px;
    font-weight: bold;
}
.list_1_head{
    margin-bottom:10px;
    padding-bottom:15px;
    border-bottom:1px solid #132a57;
}
.list_1_head span{
    display: block;
    width:5px;
    height:14px;
    background: #0f2669;
}
.list_1_head h3{
    color:#0f2669;
    font-size:16px;
    line-height:14px;
    margin-left:4px;
}
.list_1_head a{
    color:#0f2669;
    font-size:12px;
    line-height:14px;
}
.list_1_item{
    position: relative;border-bottom:1px solid #ddd;
}
.list_1_item span{
    position: absolute;
    display: block;
    top:16px;
    left:0;
    width:4px;
    height:4px;
    background: #0f2669;
}
.list_1_item h4{
    color:#333;
    font-size:14px;
    line-height:36px;
    padding-left:10px;
}