body {
  font-family: "Noto Sans SC" !important;
  font-weight: 400 !important;
  display: block;
  background-color: white;
  letter-spacing: 1.5px;
}
a {
  font-family: "Noto Sans SC" !important;
  font-weight: 400 !important;
}
#box a {
  text-decoration: none;
  color: black;
}
#box li {
  list-style: none;
  padding: 0;
}
#box .bg {
  height: 500px;
  width: 100%;
}
#box .bg img {
  width: 100%;
  height: 500px;
}
#box .content_zp .search {
  width: 92%;
  height: 110px;
  margin-left: 8%;
}
#box .content_zp .search .search_top {
  width: 92%;
  height: 44px;
  display: flex;
  padding-top: 40px;
  align-items: center;
}
#box .content_zp .search .search_top .search_logo {
  width: 90%;
  border: 1px solid #014099;
  border-radius: 8px;
  height: 45px;
  box-sizing: border-box;
  display: flex;
}
#box .content_zp .search .search_top .search_logo input {
  width: 96%;
  height: 43px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding-left: 10px;
  border-radius: 8px;
}
#box .content_zp .search .search_top .search_logo .icon {
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
}
#box .content_zp .search .search_top .search_logo i {
  font-size: 20px;
}
#box .content_zp .search .search_top button {
  width: 120px;
  height: 45px;
  border: none;
  margin-left: 20px;
  background-image: linear-gradient(to bottom, #6AA8FF, #186ADF);
  color: white;
}
#box .content_zp .search .search_content {
  width: 92%;
  margin-top: 30px;
}
#box .content_zp .search .search_content .btn {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #6AA8FF, #186ADF);
  color: white;
  margin: 0 20px;
}
#box .content_zp .search .search_content .out_con .out_txt {
  display: flex;
  padding: 10px 0;
}
#box .content_zp .search .search_content .out_con .out_txt .out_name {
  height: 30px;
  line-height: 30px;
}
#box .content_zp .search .search_content .out_con .out_txt .in_con {
  padding-left: 50px;
  display: flex;
  justify-content: space-around;
}
#box .content_zp .search .search_content .out_con .out_txt .in_con .in_txt {
  width: 180px;
  height: 30px;
  line-height: 30px;
}
#box .content_zp .zp_content {
  width: 85%;
  margin: auto;
}
#box .content_zp .zp_content .tit {
  width: 100%;
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 10px;
}
#box .content_zp .zp_content .tit span {
  border-bottom: 4px solid #EC8F22;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 10px;
}
#box .content_zp .zp_content .zp_txt {
  padding-top: 30px;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left {
  padding-left: 30px;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left .left_name {
  height: 70%;
  line-height: 90px;
  color: #333333;
  font-size: 24px;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left .left_tips {
  height: 30%;
  color: #999999;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left .left_tips span {
  padding: 0px 5px;
  border-right: 1px solid #999999;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left .left_tips span:last-child {
  border: none;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_left .left_tips span:first-child {
  padding-left: 0;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_right {
  padding-right: 30px;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_right .right_look {
  color: #014099;
  height: 70%;
  line-height: 82px;
  text-align: end;
  cursor: pointer;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_right .right_look a {
  color: #014099;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_right .right_look img {
  width: 14px;
  height: 14px;
  padding-bottom: 2px;
  padding-left: 5px;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li .li_right .right_name {
  height: 30%;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li:hover {
  background-color: #F0F4F9;
  border-left: 4px solid #014099;
}
#box .content_zp .zp_content .zp_txt .zp_ul .zp_li:hover .li_left {
  padding-left: 26px;
}
#box .footer {
  color: white;
  background: url('../images/bg/footer.jpg') no-repeat;
  background-size: cover;
}
#box .footer .footer_bot {
  letter-spacing: 1px;
  background-color: rgba(34, 65, 147, 0.9);
}
#box .footer .footer_bot .hert {
  width: 85%;
  margin: auto;
  font-size: 16px;
}
#box .footer .footer_bot .hert div {
  margin: 10px 0;
}
#box .footer .footer_bot .hert ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
}
#box .footer .footer_bot .hert ul li {
  width: 31%;
}
#box .footer .footer_bot .hert ul li img {
  width: 20px;
  height: 18px;
  padding-right: 5px;
}
.advice_page {
  width: 100%;
  margin: auto;
  margin: 60px auto;
}
.advice_page #demo20 {
  margin: auto;
  text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1 px;
    top: -1 px;
    padding: 1 px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #6AA8FF, #186ADF);
}