

.bodyer{
    clear: both;
    overflow: hidden;
    height: auto;
    width: 1200px;
    margin: 50px auto;
    box-shadow:0 0 20px #ddd;
    border-radius: 15px ;
    padding: 50px 0;
}
.bodyer p{
    font-size: 18px;
    line-height: 2em;
}

.bodyer h1{
    text-align: left;
}
.bodyer h3{
    text-align: left;
    padding-top: 10px;
}
.tellist{
    list-style:none;
    
}
.tellist li{
    line-height:50px;
}
.tellist label{
    font-weight:bold;
}