/* 导航 */
.nav {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
}
.nav-content {
    width: 1200px;
    height: 70px;
    position: relative;
}
.nav-content:after{
    clear: both;
    content: "";
    display: block;
}
.nav-content-text {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    margin-right: 55px;

}
.district-nav-hover{
    cursor: pointer;
}
.district-nav-hover:hover {
    font-weight: bold;
    color: #1F6CDD;
}
.nav-content-activetext {
    font-weight: bold;
    color: #1F6CDD;
}
.nav-content-img {
    float: right;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 23px;
}
.nav-content-tag {
    float: right;
    margin-top: 14px;
    position: absolute;
    right: 0;
}