* {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f9fafd;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
#pc-wrap .container {
  width: 100%;
  min-height: 1000px;
  background: url(./banners-bg.png);
  background-size: 100% 1500px;
  background-repeat: no-repeat;
}
.container .menhu_title {
  width: 100%;
  height: 217px;
}

.container .head_bg {
  width: 100%;
  height: 500px;
  display: block;
}

.container .content {
  margin: 20px auto;
}

.container .content .nav {
  background-color: #fff;
  height: 48px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 42, 31, 0.07);
  padding-left: 14px;
  display: flex;
}

.container .content .nav .icon {
  width: 14px;
  height: 14px;
  margin-top: 17px;
  margin-right: 10px;
}

.container .content .nav p {
  display: inline-block;
  line-height: 48px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
.container .content .nav a:hover {
  color: #1f57da;
}

.container .content .nav p a {
  color: #595959;
}

.container .content .content_list {
  padding: 20px 18px 35px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.container .content .content_list li {
  height: 58px;
  border-bottom: 1px dashed #f0f0f0;
  box-sizing: border-box;
}

.container .content .content_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .content .content_list li a .item-left {
  display: flex;
  align-items: center;
  flex: 1;
  width: calc(100% - 100px);
}

.container .content .content_list li a .item-left .dot {
  width: 10px;
  height: 10px;
  background: #1f57da;
  box-shadow: 0 0 6px 0 rgba(31, 87, 218, 0.3);
  border-radius: 50%;
  margin: 0 12px 0 16px;
}

.container .content .content_list li a .item-left .text {
  font-size: 18px;
  color: #333333;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .content .content_list li a .time {
  width: 100px;
  font-size: 16px;
  color: #999999;
}

.container .content .content_list li:hover {
  background-color: rgba(31, 87, 218, 0.08);
  border-bottom: none;
}

.container .content .content_list li:hover .time {
  color: #1f57da;
}
.nav table {
  line-height: 48px;
}
.nav table {
  font-size: 14px;
}
