.about{ width:100%; float:left; height:auto; padding:40px 0px; background-color:#fff;}
.ab-ban{ width:100%; float:left; height:300px; background-color:#fff;}
.ab-left{ width:100%; float:left; height:auto;}
.ab-left h1{ width:100%; float:left; height:auto;     color: #244790;   font-family: 'Montserrat', sans-serif; font-size:20px; font-weight:700;}
.ab-left p{ width:100%; float:left; height:auto;  font-family: 'Montserrat', sans-serif;     font-size: 14px;  line-height: 23px; }


.ab-right{    width: 100%;  float: left;  height: auto; background-color: whitesmoke;  border-radius: 3px; border: solid 1px #244790; padding-bottom: 20px; }
.ab-right h1{    width: 100%;
    background-color: #244790;
    float: left;
    height: auto; border-top-left-radius:3px; border-top-right-radius:3px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    /* font-weight: 700; */
    padding: 6px 12px; margin:0px; margin-bottom:10px;}
.lis{ width:100%; float:left; height:auto;  font-family: 'Montserrat', sans-serif; }
.lis ul{ padding:0px; margin:0px; }
.lis ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 7px 15px; transition:0.5s all ease;
    background-color: #f0f0f0;
    color: #000;
    border-bottom: solid 1px #fff6f6;
    box-shadow: 0px -2px 9px -1px #ffffff;}
.lis ul li a{ text-decoration:none; color:#000; font-size:14px; } 
.nopadding{ margin:0px!important; padding:0px!important;}
.lis i{ font-size:12px; margin-right:6px; color:#244790;}
.lis ul li:hover{ box-shadow:none;     background-color: #ffffff;}
.lis ul li:hover a { color:#244790;}



.arrow
{
    width:100%;
    padding:10px;
    margin-left:20px;
    
}
.arrow ul
{
    width:100%;
    float:left;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.arrow ul li
{
            font-size: 13px;
    font-weight: normal;
    font-family: Verdana;
    color: #333333;
    float: left;
    width: 100%;
    line-height: 22px;
    margin-bottom: 5px;
    height: auto;
    list-style-image:url(../images/arrow.png);
}

.arrow ul li b
{
  color: #000;
    font-family: verdana;
    font-size: 14px;
    font-weight: 900;
}




























