/*初始化*/
* {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    margin: 0 auto;
    background-color: #fff;
}
ul,li {
    list-style: none;
}
a{
    text-decoration: none;
}
input {
    border: none;
    outline: none;
}
button {
    border: none;
    outline: none;
}
del,s {
    text-decoration: none;
}
.w {
    width: 1200px;
    margin: 0 auto;
}

.w {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.city-line {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.city-left {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 60px;
    margin-right: 30px;
    font-weight: 700;
    line-height: 25px;
}
.media-body a:hover {
    text-decoration: underline;
}
.media-body a {
    display: block;
    /*width: 8%;*/
    width: 15%;
    text-align: center;
    color: #337ab7;
    text-decoration: none;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.media-body {
    width: 1110px;
    display: flex;
    flex-wrap: wrap;
}
.city-nav {
    height: 36px;
    padding:10px 0;
}
.nav-line {
    height: 20px;
    border-bottom: 1px dotted #d3d3d3;

    margin-bottom: -18px;
}
.city-nav-main {
    width: 45px;
    margin-right: 10px;
    background-color: #fff;
    line-height: 36px;
    color: #d3d3d3;
    font-weight: 700;
}