/* 顶部 */
.content-top {
  width: 100%;
}

.top-image {
  width: 100%;
  /* height: 1050px; */
  /* object-fit: cover; */
  display: block;
}


/* 导航栏-nav */

.nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  min-width: 1360px;
  height: 80px;
  background: #955D34;
}

.nav-list {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 44px;
}

.nav-item {
  font-weight: 600;
  font-size: 20px;
  color: #fdf3d8;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: simsun; */
}



.more{
  display: block;
  width: 160px;
  height: 44px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
   padding-left: 31px;
  background: url('http://jx.news.cn/kq/image/more.png') no-repeat center / 100%;
}

.relative{
  position: relative;
}