body{
    width: 100%;
    min-width: 320px;
    font-size: 14px;
    font-family: -apple-system, 'Helvetica Neue', sans-serif;
    margin: 0 auto;
    line-height: 1.5;
    background-color: #f6f6f6;
}


 .top{
    background: url(../images/yybk.jpg) no-repeat;
    background-size: 100% 113%;
    width: 100%;
    height: 100px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 100px;
    color: #fff;


}

.content_father{
    padding: 20px 14px;
}

.content{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px -1px 5px 0px #a7a7a7a1
}

.content .title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: #efefef solid 1px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
    line-height: 2.2;
}

.content .title .iconfont{
    font-size: 20px;
    color: #095CE4;
    margin: 0 5px;
}

.content ul{ 
    margin: 0px;
    padding: 10px;
    list-style: none;
}

.content ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 18px 10px ;
    font-size: 16px;
}

.content ul li div:nth-child(1){
    color: #676767;
    width:54%;
    margin-right: 10%;
}

.content ul li div:nth-child(2){
    text-align: justify;

}