body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
ul{list-style: none}
html{
    width: 100%;
    height: 100%;
    /*margin:0 auto;*/
    font-size: 62.5%;
}
.header{
    width: 100%;
    height: auto;
}
.a-info{
    width: 16.5%;
    font-size: 3rem;
    background: url("../images/a_bg.png") no-repeat -5rem 1rem;
    background-size: 100% 100%;
    display: block;
    height: auto;
    color: #FFFFFF;
    padding: 1rem;
    margin-left: 4%;
}
.content{
    display: flex;
    flex-direction:column;
}
.list{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
}
.list>.info{
    flex: 2;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
}
.list>.info>.info-i{
    margin-left: 261px;
    font-size: 44px;
    font-weight: bold;
    color: #4D4D4D;
}
.list>.info>.info-i li{
    padding-top:56px;
}

.list>.head-img{
    align-self: flex-end;
    flex: 1;
}