 body {
    background: #f7f7f7;
}
 body{
     max-width: 750px;
     margin: 0 auto;
 }

/* 隐藏 */
.news_hot,.lm {
    display: none;
}

.ban_zt {
    position: relative;
    padding: 0 0 0 50%;
    margin: 10px 3%;
}

.ban_zt li {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.ban_zt li img {
    width: 100%;
}

.ban_zt .zt_te {
    position: absolute;
    left: 0;
    background: #3576e0;
    width: 50%;
    bottom: 0;
    top: 0;
    margin-bottom: 0;
}

.ban_zt .zt_te img {
    position: absolute;
    bottom: 0;
}

/*热门导航*/
.con_ban .nav_rwap ul {
    margin-top: 20px;
    height: 161px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.con_ban .nav_rwap ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    float: left;
}

.con_ban .nav_rwap ul li:first-child,.con_ban .nav_rwap ul li:last-child {
    display: none;
}

.con_ban .nav_rwap ul li a:before {
    content: "";
    display: block;
    background: #08a5d8;
    border-radius: 14px;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.con_ban .nav_rwap ul li a {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 46px;
    height: 18px;
    overflow: hidden;
    color: #666;
}

.con_ban .nav_rwap ul li:nth-child(9) a:before {
    background: url(../images/nav1.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(2) a:before {
    background: url(../images/nav2.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(3) a:before {
    background: url(../images/nav3.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(4) a:before {
    background: url(../images/nav4.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(5) a:before {
    background: url(../images/nav5.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(6) a:before {
    background: url(../images/nav6.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(7) a:before {
    background: url(../images/nav7.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap ul li:nth-child(8) a:before {
    background: url(../images/nav8.svg) no-repeat;
    background-size: 100%;
}
