body, h1, h2, h3, h4, h5, ul, li {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header .time {
    line-height: 110px;
    color: rgb(82, 75, 74);
}

header .search {
    position: relative;
}

header .search input {
    width: 240px;
    height: 36px;
    padding: 0 0 0 15px;
    background-color: rgb(236, 236, 236);
    border: none;
    border-radius: 10px;
    outline: none;
}

header .search i {
    color: rgb(218, 218, 218);
    font-size: 25px;
    position: absolute;
    top: 45px;
    right: 10px;
}

nav {
    background: url(../images/nav.png) center 0 no-repeat;
    line-height: 44px;
    font-size: 14px;
}

nav div {
    width: 1200px;
    margin: 0 auto;
}

nav ul {
    display: flex;
}

nav ul li {
    width: 12.5%;
}

nav ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-decoration: none;
    text-align: center;
}

/*nav ul li:first-child {
    color: #fff;
    background: url(../images/nav-cur.png) center top no-repeat;
    background-size: 102%;
}*/

nav ul li:hover {
    color: #fff;
    background: url(../images/nav-cur.png) center top no-repeat;
    background-size: 102%;
}

/*.top {
    background: url(../images/top.jpg) center 0 no-repeat;
    width: 100%;
    height: 384px;
}*/