@charset "UTF-8";

header {
  width: 100%;
  height: auto;
}

header .header_menu {
  width: 85%;
  height: 46px;
  margin: 0 auto;
}

header .header_menu ul {
  display: block;
  width: 100%;
}

header .header_menu ul li {
  height: 28px;
  margin-top: 9px;
  border-right: 1px solid #989898;
  line-height: 28px;
  padding: 0 1.8%;
  position: relative;
}

header .header_menu ul li a {
  color: #666666;
  font-size: 16px;
}

header .header_menu ul li a:hover {
  color: #ff0000;
}

header .header_menu ul li span {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}

header .header_menu ul li span:hover {
  color: #ff0000;
}

header .header_menu ul li img {
  margin-left: 20px;
  margin-top: 8.5px;
}

header .header_menu ul li div {
  width: 370px;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border: solid 1px #d4d4d4;
  position: absolute;
  top: 28px;
  left: 26.8%;
  padding-left: 22px;
}

header .header_menu ul li div a {
  color: #666666;
  line-height: 16px;
  margin: 20px 20px 0 0;
}

header .header_menu ul li div a:hover {
  color: #ff0000;
}

header .header_menu ul .prefecture {
  padding: 0 0 0 1.6%;
  border-right: none;
}

header .header_menu ul .prefecture a {
  color: #ff0000;
}

header .header_menu ul .prefecture div a {
  color: #666666;
}

header .header_menu ul .link_to {
  border-right: none;
  padding: 0 0 0 1.8%;
}

header .header_menu ul .wx {
  position: relative;
}

header .header_menu ul .wx img {
  position: absolute;
  top: 42px;
  margin: 0;
  left: 0;
  display: none;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari 和 Chrome */
  -o-transform: scale(1.5);
}

header .header_menu li:first-child {
  padding-left: 0;
}

header .searchBar .searchBar_cont {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}

header .searchBar .searchBar_cont .logo {
  width: 29.2%;
}

header .searchBar .searchBar_cont .fight {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

header .searchBar .searchBar_cont .fight:hover {
  color: #ff0000;
}

header .searchBar .searchBar_cont .serch {
  width: 29.2%;
  height: 54px;
  border-radius: 30px;
  border: solid 1px #cc1712;
  overflow: hidden;
}

header .searchBar .searchBar_cont .serch input {
  width: 79%;
  height: 100%;
  text-indent: 8%;
  font-size: 16px;
}

header .searchBar .searchBar_cont .serch button {
  width: 21%;
  font-size: 20px;
  height: 100%;
  border: none;
  outline: none;
  background: #cc1712;
  color: #ffffff;
  cursor: pointer;
}

header .searchBar .searchBar_cont .tell {
  width: 19%;
}

header nav {
  width: 100%;
  height: 68px;
  background-color: #1e68a2;
}

header nav #nav {
  width: 85%;
  margin: 0 auto;
  padding-top: 14px;
}

header nav #nav ul:first-child,
header nav #nav ul:nth-child(4) {
  width: 25%;
}

header nav #nav ul:nth-child(2) {
  width: 18.75%;
}

header nav #nav ul:nth-child(3) {
  width: 31.25%;
}

header nav #nav ul {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

header nav #nav ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
}

header nav #nav ul li a {
  color: #ffffff;
  font-size: 16px;
}

header nav #nav ul li span {
  width: 1px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -50%;
}

header nav #nav ul li a:hover {
  border-bottom: 1px solid #ffffff;
}

header nav #nav ul:first-child,
header nav #nav ul:nth-child(2),
header nav #nav ul:nth-child(3) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
}

#wrapper {
  width: 85%;
  margin: 30px auto;
  height: auto;
}

#wrapper .location {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}

#wrapper .location a {
  font-size: 16px;
  display: inline-block;
}

#wrapper .location a:hover {
  color: #c00011;
  text-decoration: underline;
}

#wrapper .main {
  width: 96.5%;
  padding: 0 1.75%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  /* 本例子css */
}

#wrapper .main .title_summary {
  line-height: 68px;
  font-size: 30px;
  font-weight: bold;
  color: #1e68a2;
  border-bottom: 3px solid #1e68a2;
}

#wrapper .main .slideTxtBox {
  width: 100%;
  margin-top: 20px;
}

#wrapper .main .slideTxtBox .hd {
  height: 36px;
}

#wrapper .main .slideTxtBox .hd span {
  float: left;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
}

#wrapper .main .slideTxtBox .hd ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  width: 110px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
  background-color: #e4e4e4;
  color: #333333;
  margin-left: 15px;
}

#wrapper .main .slideTxtBox .hd ul li.on {
  background-color: #cc1712;
  color: #ffffff;
}

#wrapper .main .slideTxtBox .bd ul {
  zoom: 1;
  padding-bottom: 40px;
}

#wrapper .main .slideTxtBox .bd li {
  padding: 0 12px;
  display: inline-block;
  float: left;
  height: 36px;
  background-color: #e4e4e4;
  line-height: 36px;
  margin-top: 20px;
  margin-left: 20px;
}

#wrapper .main .slideTxtBox .bd li.on {
  background-color: #cc1712;
}

#wrapper .main .slideTxtBox .bd li.on a {
  color: #ffffff;
}

#wrapper .main .result {
  width: 100%;
}

#wrapper .main .result .result_title {
  height: 60px;
  background-color: #1e68a2;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}

#wrapper .main .result .result_title span {
  padding: 0 25px;
}

#wrapper .main .result .result_title span:last-child {
  font-size: 18px;
}

#wrapper .main .result ul {
  width: 100%;
  padding-bottom: 20px;
}

#wrapper .main .result ul li {
  border: solid 1px #ffffff;
  float: left;
  width: 33.3333333%;
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

#wrapper .main .result ul li .top_bar {
  width: 100%;
  height: 68px;
  margin-top: 30px;
}

#wrapper .main .result ul li .top_bar span {
  float: left;
  width: 25%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#wrapper .main .result ul li .top_bar span img {
  max-width: 70px;
  margin: 0 auto;
}

#wrapper .main .result ul li .top_bar span:nth-child(2),
#wrapper .main .result ul li .top_bar span:nth-child(3) {
  border-right: solid 1px #e5e5e5;
}

#wrapper .main .result ul li .top_bar span:nth-child(2) p,
#wrapper .main .result ul li .top_bar span:nth-child(3) p,
#wrapper .main .result ul li .top_bar span:nth-child(4) p {
  font-size: 16px;
  color: #ff1130;
  line-height: 16px;
  margin-top: 10px;
}

#wrapper .main .result ul li .top_bar span:nth-child(2) a,
#wrapper .main .result ul li .top_bar span:nth-child(3) a,
#wrapper .main .result ul li .top_bar span:nth-child(4) a {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-top: 10px;
}

#wrapper .main .result ul li .top_bar span:nth-child(2) a:hover,
#wrapper .main .result ul li .top_bar span:nth-child(3) a:hover,
#wrapper .main .result ul li .top_bar span:nth-child(4) a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#wrapper .main .result ul li .bottom_bar {
  width: 100%;
  margin-top: 30px;
}

#wrapper .main .result ul li .bottom_bar p a,
#wrapper .main .result ul li .bottom_bar p span {
  float: left;
}

#wrapper .main .result ul li .bottom_bar p a {
  font-size: 24px;
  color: #1e68a2;
  line-height: 36px;
  font-weight: bold;
  margin-left: 4%;
}

#wrapper .main .result ul li .bottom_bar p span {
  padding: 0 10px;
  line-height: 36px;
  color: #333333;
  font-size: 16px;
  background-color: #e4e4e4;
  margin-left: 3%;
}

#wrapper .main .result ul li .bottom_bar .rz {
  width: 100%;
  line-height: 22px;
  margin-top: 20px;
}

#wrapper .main .result ul li .bottom_bar .rz span,
#wrapper .main .result ul li .bottom_bar .rz div,
#wrapper .main .result ul li .bottom_bar .rz a {
  float: left;
}

#wrapper .main .result ul li .bottom_bar .rz div {
  width: 70%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrapper .main .result ul li .bottom_bar .rz div a {
  width: 40%;
  display: inline;
  margin-left: 0;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #ff1130;
}

#wrapper .main .result ul li .bottom_bar .rz div a:last-child {
  width: 15%;
  text-align: right;
}

#wrapper .main .result ul li .bottom_bar .rz span {
  color: #333333;
  font-size: 18px;
  margin-left: 4%;
}

#wrapper .main .result ul li .bottom_bar .rz a:hover {
  text-decoration: underline;
  color: #ff1130;
}

#wrapper .main .result ul li .bottom_bar .rz .more {
  font-size: 16px;
  color: #999999;
  float: right;
}

#wrapper .main .result ul li .bottom_bar .rz:last-child a,
#wrapper .main .result ul li .bottom_bar .rz:nth-child(3) a,
#wrapper .main .result ul li .bottom_bar .rz:nth-child(4) a {
  width: 70%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrapper .main .result ul li:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
  border: solid 1px #e5e5e5;
}

/*share-code*/
.share_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

.share_title a {
  font-size: 16px;
  color: #999999;
  float: right;
  font-weight: normal;
}

.share_title a:hover {
  color: #ff0000;
}

footer {
  width: 100%;
  margin-top: 90px;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 20px;
}

footer .footer {
  width: 85%;
  margin: 0 auto;
}

footer .footer .siteinfo {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

footer .footer .siteinfo li a {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}

footer .footer .siteinfo li a:hover {
  color: #ff0000;
}

footer .footer .copyright {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

footer .footer .copyright li {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
}

footer .footer .copyright li a {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
}

footer .footer .copyright li a:hover {
  color: #ff0000;
}

/*响应式代码*/
@media screen and (max-width: 1440px) {
  #wrapper .main .slideTxtBox .bd li {
    margin-top: 12px;
    margin-left: 12px;
  }

  #wrapper .main .result ul li .bottom_bar .rz:last-child a {
    width: 68%;
  }

  #wrapper .main .result ul li .bottom_bar .rz .more {
    margin-right: 0%;
  }

  #wrapper .main .slideTxtBox .bd ul {
    zoom: 1;
    padding-bottom: 20px;
  }

  header .searchBar .searchBar_cont .serch {
    height: 44px;
  }

  header nav #nav ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) {
  header .searchBar .searchBar_cont .serch {
    height: 36px;
  }

  header nav #nav ul li a {
    font-size: 14px;
  }

  footer .footer .siteinfo li a {
    font-size: 18px;
  }

  footer .footer .copyright li {
    font-size: 16px;
  }

  footer .footer .copyright li a {
    font-size: 16px;
  }

  #wrapper .main .result ul li .top_bar {
    margin-top: 15px;
  }

  #wrapper .main .result ul li .bottom_bar p a {
    font-size: 20px;
    line-height: 26px;
    margin-left: 3%;
  }

  #wrapper .main .result ul li .bottom_bar p span {
    line-height: 26px;
    font-size: 14px;
    margin-left: 5%;
  }

  #wrapper .main .result ul li .bottom_bar .rz span {
    font-size: 16px;
    margin-left: 3%;
  }

  #wrapper .main .result ul li .bottom_bar .rz a {
    font-size: 16px;
    margin-left: 3%;
  }

  #wrapper .main .result ul li .bottom_bar .rz .more {
    font-size: 14px;
    margin-right: 2%;
  }

  #wrapper .main .result ul li .bottom_bar {
    margin-top: 20px;
  }

  #wrapper .main .result ul li .top_bar span:nth-child(2) p,
  #wrapper .main .result ul li .top_bar span:nth-child(3) p,
  #wrapper .main .result ul li .top_bar span:nth-child(4) p {
    font-size: 14px;
    line-height: 14px;
  }

  #wrapper .main .result ul li .top_bar span:nth-child(2) a,
  #wrapper .main .result ul li .top_bar span:nth-child(3) a,
  #wrapper .main .result ul li .top_bar span:nth-child(4) a {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1280px) {

  header .header_menu,
  header .searchBar .searchBar_cont {
    width: 98%;
  }

  header nav #nav {
    width: 98%;
    padding-top: 11px;
  }

  header nav #nav ul li {
    height: 24px;
    line-height: 24px;
  }

  header nav {
    width: 100%;
    height: 46px;
    background-color: #1e68a2;
  }

  header nav #nav ul li a {
    font-size: 13px;
  }

  footer {
    margin-top: 30px;
  }

  footer .footer {
    width: 98%;
  }

  footer .footer .siteinfo {
    width: 72%;
    margin-top: 25px;
  }

  footer .footer .siteinfo li a {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
  }

  #wrapper {
    width: 98%;
  }
}

@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}