.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;
}
.content .leftnav .active1 {
  background: #165fb1;
  color: #fff;
  font-size: 25px;
}
.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;
}


/* 内容区域 */
.content {
  width: 1200px;
  min-height: 700px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.content .leftnav {
  width: 182px;
  border: 1px solid #E5E5E5;
}

.content .contentbox {
  display: flex;
}

.content .leftnav div {
  width: 180px;
  height: 50px;
  background: #fff;
  /* background: #960B0A; */
  text-align: center;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.content .leftnav div a {
  color: #333;
}

/* .content .leftnav div:hover,
.content .leftnav div:hover a {
  background: #960B0A;
  color: #fff;
  cursor: pointer;
}

.content .leftnav .active {
  background: #960B0A;
  color: #fff;
} */

.content .leftnav .active a {
  color: #fff;
}

.content .rightlist {
  width: 990px;
  margin-left: 30px;
}

.content .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
  padding-bottom: 16px;
  border-bottom: 2px solid #165fb1;
  margin-bottom: 20px;
}


.content .title .titletag {
  display: flex;
  align-items: center;
}

.content .title .titletag img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.content .title .titletag a {
  height: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 22px;
  width: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.content .title .titletag span {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #960B0A;
  line-height: 22px;
}

.content .rightlist .listcontent {
  margin-top: 20px;
}

.content .rightlist .listcontent ul li {
  margin-bottom: 25px;
}

.content .rightlist .listcontent ul li>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-indent: 1rem;
}



.content .rightlist .listcontent ul li a div:nth-child(1) {
  width: 850px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .rightlist .listcontent ul li a div:nth-child(2) {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

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;
}