﻿* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

.zhuye {
  background-color: #f2f2f2;
  font-size: 18px;
}

.footer {
  width: 1024px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.newlist {
  height: 131px;
  padding-top: 20px;
  padding-left: 20px;
}

/* 列表 */

.newlist ul {
  list-style-type: square;
  line-height: 38px;
}

.newlist ul li {
  border-bottom: 1px #eeeeee solid;
  font-size: 14px;
}

.newlist ul li::marker {
  color: #f48f31;
  font-size: 15px;
}
nav li {
  display: inline;
  width: 24%;
  text-decoration: none;
  /* padding: 15px; */
  cursor: pointer;
}
li:hover {
  color: #f48f31;
}
section {
  height: 200px;
}
.xuanok {
  color: #f48f31;
  border-bottom: 4px solid #f48f31;
}
