@charset "utf-8";
.layout {
  width: 1166px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #1472ff !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
body {
  background-color: #f6faff;
}
.container-list {
  margin-top: 50px;
}
.fill .head {
  overflow: hidden;
  padding: 0 9px 0 3px;
}
.fill .head .head-title {
  float: left;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.fill .head a {
  float: right;
  font-size: 18px;
  font-weight: 400;
  color: #1472FF;
  line-height: 30px;
}
.region-itme {
  background-color: #ffffff;
  padding: 19px 0 39px 0;
}
.region-itme ul {
  width: 1180px;
}
.region-itme ul li {
  float: left;
  margin-right: 14px;
  margin-top: 16px;
}
.region-itme ul li a {
  display: block;
  width: 93px;
  border: 1px solid #666666;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
}
.region-itme ul li a:hover {
  border: 1px solid #1472ff;
}
.region-itme ul .region-cur a {
  border: 1px solid #1472ff;
  color: #ffffff;
  background-color: #1472ff;
}
.region-itme ul .region-cur a:hover {
  color: #ffffff!important;
}
.container-img ul {
  width: 1200px;
}
.container-img ul li {
  float: left;
  margin-right: 30px;
  width: 170px;
  height: 184px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 34px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.container-img ul li:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  box-shadow: 0px 0px 10px 0px #D4D4D4;
}
.container-img ul li:hover .img-title {
  color: #1472ff;
}
.container-img ul li a {
  display: block;
}
.container-img ul li .img-box {
  border: none;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  padding: 0;
  margin: 16px auto 0;
}
.container-img ul li .img-box img {
  width: 114px;
  height: 114px;
  display: inline-block;
  border-radius: 50%;
}
.container-img ul li .img-title {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 18px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.wldx_itme ul li {
  display: none;
}
.zxzx_itme ul li {
  display: none;
}
.p_center {
  display: none;
}
.m-center {
  display: none;
}
@media (max-width: 750px) {
  .m-center {
    display: block;
  }
}
@media (min-width: 750px) {
  .p_center {
    display: block;
  }
  html {
    font-size: 14px!important;
  }
}
