@import url("public.css");
@import url("banner2.css");


.aboutcontent {
    width: 980px;
    color: #333;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.aboutcontent p{
    line-height: 25px;
    padding: 10px 20px;
    text-indent: 2em;
}
.aboutcontent h1{
    line-height: 25px;
    padding: 10px 20px 0px 20px;
    font-size: 18px;
    font-weight: 600px;
}
.aboutcontent img{
    max-width: 940px;
    margin: 10px;
}




