﻿#About
{
    
    float: left;
    width: 100%;
    --background-image: url('images/about_foot.jpg');
    --background-repeat: no-repeat;
    --background-position: bottom;
    --padding-bottom:200px;
}
#About .left
{
    --border: 1px solid #000000;
    margin-top: 30px;
    margin-left: 25px;
    width: 200px;
    --height: 300px;
    float: left;
}


#About .left_content
{
     width: 180px;
     height:300px;
     float:left;
     
}
#About .left_list
{
   border-width: 1px;
border-color: #589534;
width: 160px;
height: 20px;
float: right;
margin-top: 15px;
border-bottom-style: solid;
}
#About .left_icon
{
   background-image: url('images/icon2.jpg');
    background-repeat: no-repeat;
     width: 120px;
    height: 20px;
     float: left;
     margin-left: 25px;
      margin-top:-5px;
}
#About .left_icon span
{
  font-size: 1em;
    font-weight: bold;
    color: #000000;
    margin-left:30px;
    margin-top: -1px;
  float:left;
    padding-right:10px;
}

#About .left_icon span:hover
{
    border-right: 3px solid #28903B;
    color: #28903B;
}
.About_right
{
    --border: 1px solid #000000;
    width:750px;
    float:right;
     margin-top:37px;
}
.right_title
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #589534;
    width: 780px;
    height: 30px;
    float: right;
    background-color: #666666;
}
.right_title span
{
    margin-left: 10px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    float:left;
    margin-top:5px;
}
#About .right_content
{
      width:750px;
     float:right;
     margin-bottom:20px;
}
#About .right_list
{
    width:750px;
  
    float:left;
}
#About .right_list h1
{
    list-style-type: none;
    line-height: 43px;
    font-size: 1em;
    color: #000000;
    margin-left: 10px;
    font-weight: bold;
   float:left;
   
}
#About .right_list h2
{
    list-style-type: none;
    line-height: 40px;
    font-size: 1em;
    color: #000000;
    
    float:left;
   
}

