body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  background-color: #fff;
  color: #666;
}
ul,
li,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.la,
.fa,
.iconfont {
  width: 1em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
}

a:link,
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover,
a:active {
  color: #f56c6c;
  text-decoration: none;
}

a.blue:link,
a.blue:visited {
  color: #007bff;
}
a.blue:hover,
a.blue:active {
  color: #f56c6c;
  text-decoration: none;
}

a.red:link,
a.red:visited {
  color: #f56c6c;
}
a.red:hover,
a.red:active {
  color: #f56c6c;
  text-decoration: none;
}

a.green:link,
a.green:visited {
  color: #28a745;
}
a.green:hover,
a.green:active {
  color: #28a745;
  text-decoration: none;
}

a.blod {
  font-weight: 700;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

.view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.view-top {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}
.view-top .wrap {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 14px;
}
.view-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-top ul li {
  padding-right: 0.5em;
  margin-right: 0.5em;
  position: relative;
}
.view-top ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #ccc;
}
.view-top ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.view-top ul li:last-child::after {
  display: none;
}

.view-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 1em 0;
}
.view-header img {
  width: 100%;
}
/* 栏目导航 */
.view-dh {
  width: 100%;
  background:#7f5e2e;
	background: -webkit-linear-gradient(#7f5e2e 0%, #9a7205 100%);
	background: -o-linear-gradient(#7f5e2e 0%, #9a7205 100%); 
	background: -moz-linear-gradient(#7f5e2e 0%, #9a7205 100%);
	background: linear-gradient(#7f5e2e 0%, #9a7205 100%); 
}
.view-dh ul {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-dh ul li {
  flex: 1;
  height: 48px;
  position: relative;
  background: url(../img/menu-right.png) right center no-repeat;
}
.view-dh ul li:last-child {
  background-image: none;
}
.view-dh ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 42px;
  content: "";
}
.view-dh ul li:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 42px;
  content: "";
}
.view-dh ul li > a {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  color: #fff;
}
.view-dh ul li > a:hover {
  color: #fc0;
}
.view-dh ul li > dl {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  background: #409eff;
  display: none;
}
.view-dh ul li > dl dd {
  border-bottom: 1px solid rgb(102, 177, 255);
}
.view-dh ul li > dl dd a {
  display: block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #fff;
}
.view-dh ul li > dl dd a:hover {
  color: #fc0;
}
.view-dh ul li:hover > dl {
  display: block;
}
/* 广告位 */
.view-baner {
  width: 100%;
  margin-top: 2px;
}
.view-baner .el-carousel__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 主体 */
.view-body {
  width: 100%;
  padding-top: 1em;
}

/* 页面 */
.view-footer {
  margin-top: 1em;
  width: 100%;
  background: #454545;
  padding: 1.5em 0;
  border-top: 2px solid #000;
  color: #fff;
}
.view-footer__dh {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
  font-size: 13px;
}
.view-footer__dh a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1em;
}
.view-footer__dh a:last-child {
  padding-right: 0;
  border-right: unset;
  margin-right: 0;
}
.view-footer__dh a:hover {
  color: #fff;
}
.view-footer__body > * {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.view-footer__body a {
  color: rgba(255, 255, 255, 0.8);
}
.view-footer__body a:hover {
  color: #fff;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 分页 */
.el-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0 1em;
}
.el-pagination button a,
.el-pagination .el-pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.el-pagination button a:hover,
.el-pagination button a:link {
  color: inherit;
}
.el-pagination .el-pager li {
  padding: 0 !important;
  cursor: unset !important;
}
.el-pagination .el-pager li a {
  padding: 0 4px;
}

@media screen and (max-width: 1000px) {
  .wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .view-header img {
    width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .view-baner {
    max-width: 1920px;
  }
}
