@charset "utf-8";
.col {
    margin-bottom: 10px;
}
.title1 {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #15A0C7;
    background: linear-gradient(#fff, #e5e5e5);
}
.title1 span {
    width: 140px;
    text-align: left;
    padding-left: 10px;
    margin-left: 30px;
    background: #15A0C7;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.col1 {
    background: #f3f3f3;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e3e3e3;
}
.mt20 {
    margin-top: 20px;
}
.col1 li {
    width: 20%;
    float: left;
    line-height: 2;
}
.col1 li a {
    font-size: 16px;
    background: url('../images/samlltitlehead.gif') no-repeat 0 center;
    padding-left: 20px;
}