.header_box {
  background-color: #165fb1;
  height: 240px;
    width: 100%;
    min-width: 1200px;
}
.wp_nav .nav-item a span.item-name{
color:#fff;
font-size: 20px;
}
.header_box .header_box_back {
  height: 176px;
  background: url('../img/logo.png') no-repeat;
}

.header_box .header_box_back .header_box_back_box {
  height: 176px;
  width: 1218px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box .header_box_back .header_box_back_box .login {
 
}

.header_box .header_box_back .header_box_back_box .header_box_search {
  height: 83px;
  width: 204px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header_box .header_box_back .header_box_back_box .header_box_search .header_box_search_put {
  width: 200px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: space-evenly;
}

.header_box .header_box_back .header_box_back_box .header_box_search .header_box_search_put input {
  width: 130px;
}

.header_box .header_box_navigation {
  width: 1218px;
  margin: auto;
  height: 62px;
}

.header_box .header_box_navigation ul {
  width: 1218px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
}

/* 内容区域 */
.navbar {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.content {
  width: 1200px;
  padding-bottom: 66px;
  margin: 0 auto;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-top: 2px solid #165fb1;

}

.content .title {
  width: 100%;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  text-align: center;
  margin-top: 53px;
  margin-bottom: 20px;
}

.content .act_time {
  text-align: center;
  width: 100%;
  margin-bottom: 19px;
}
.content .act_time span{
  font-size: 16px;
}
.content .act_time span:nth-child(2),
.content .act_time span:nth-child(4) {
  width: 105px;
  height: 26px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #960B0A;
  line-height: 26px;
}

.content .act_time span:nth-child(3) {
  margin-left: 30px;
}

.content .activecont {
  width: 1000px;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin: 0 auto;
}

.wengzhang {
  width: 1200px;
  height: 60px;
  margin: auto;
  background: #F8F8F8;

}

footer {
  height: 233px;
  background-color: #165fb1;
  margin-top: 50px;
    width: 100%;
    min-width: 1200px;
}

footer .footer_box {
  width: 1218px;
  height: 233px;
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  color: #fff;
}

footer .footer_box p{
    color: #fff;
}