* {
  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;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.container {
  width: 100%;
  min-height: 1200px;
  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;
}

.container .content .nav {
  background-color: #fff;
  height: 40px;
  margin: 25px auto;
  box-shadow: 0 1.67px 3.33px 0 rgba(0, 42, 31, 0.07);
  padding-left: 14px;
  display: flex;
}

.container .content .nav .icon {
  width: 12px;
  height: 12px;
  margin-top: 17px;
  margin-right: 10px;
}
.container .content .nav a:hover{
  color: #1f57da;
}

.container .content .nav p {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #595959;
}

.container .content .nav .p_end {
  color: #262626;
}

.container .content .contet_text {
  margin-bottom: 33px;
  background-color: #fff;
  box-shadow: 0 1.67px 3.33px 0 rgba(0, 42, 31, 0.07);
}

.container .content .contet_text .title {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 28px 61px 17px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 25px;
  color: #333333;
}

.container .content .contet_text .time {
  width: 80%;
  text-align: center;
  line-height: 0;
  margin: 0 auto;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 25px;
  color: #333333;
}

.container .content .contet_text .time p {
  display: inline-block;
  line-height: 40px;
  font-weight: 400;
  font-size: 13.33px;
  color: #999999;
  font-family: MicrosoftYaHei;
}

.container .content .contet_text .Split {
  width: 100%;
  margin: 17px auto;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
}

.container .content .contet_text .container_text {
  margin: 0 39px;
}
.container .content .contet_text .container_text P{
  line-height: 40px;
}
.container .content .contet_text .container_text P img{
  max-width: 100%;
}
.nav table{
  line-height: 48px;
  font-size: 14px;
  color: #333;
}