* {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
body {
    color: #333;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    padding: 30px 10px;
    float: left;
}
.nav {
    float: right;
}
.nav ul li {
    float: left;
    line-height: 114px;
}
.nav ul li a {
    padding: 0 20px;
    font-size: 16px;
}
.footer {
    background: #4a4a4a;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.footer a, .footer {
    color: #dddddd;
    line-height: 26px;
}

.position {
    line-height: 40px;
    border-bottom: #f4f4f4 1px solid;
}
i {
    display: inline-block;
    width: 24px;
    height: 24px;
}


.left {
    width: 200px;
    float: left;
}
.right {
    width: 980px;
    float: right;
}
.left .ltitle {
    background: #134790; 
    line-height: 50px;
    color: #fff;
    padding-left: 30px;
    margin-top: 30px;
    font-size: 20px;
}
.lnav ul li {
    line-height: 45px;
    text-align: center;
    border-bottom: #ddd 1px dashed;
    background: #f9f9f9;
}