.top_m {
  background: #004898;
  display: flex;
  height: 80px;
  line-height: 80px;
  justify-content: center;
  align-items: center;
}
.top_m .logo1 {
  height: 40px;
  text-align: center;
  width: auto;
}
.top_m a {
  width: auto;
  height: 30px;
  margin-left: 13px;
  text-align: center;
}
.top_m a img {
  width: 80%;
  margin-top: -8px;
}
.sj-head {
  display: none;
}
.sj-public {
  background: #fff;
}
.top-container {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  /*height: 100px;*/
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.top-container .top-item {
  height: 60px;
  padding: 6px 20px;
  line-height: 60px;
  color: #004898;
  width: 38%;
}
.top-container .top-item img {
  height: 60px;
  width: auto;
}

.top-container .img-item {
   
    padding: 6px 20px;
 
}
.bottom-container {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  justify-content: space-between;
  margin-top: 10px;
}
.bottom-container a {
  width: 45%;
  height: 50px;
  background-color: #ddecfc;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottom-container span {
  color: #004898;
  margin-left: -15px;
}
.sj-serarch {
  margin: 0 auto;
}
.introduce {
  margin: 60px 0;
  text-align: center;
}
.introduce .title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
}
#nypage .search {
  /* before伪类 - 左侧装饰 */
  /* after伪类 - 右侧装饰 */
}
#nypage .search .center {
  width: 500px;
  margin: 40px auto;
  position: relative;
  /* 关键：让伪类相对于此容器定位 */
  text-align: center;
  /* 使表单居中 */
}
#nypage .search .center::before {
  content: "";
  /* 伪类必须有content属性 */
  position: absolute;
  left: -84%;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 2px;
  background-color: #afc5dd;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
#nypage .search .center::after {
  content: "";
  position: absolute;
  right: -84%;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 2px;
  background-color: #afc5dd;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.contain-title {
  line-height: 80px;
  height: 80px;
  letter-spacing: 3px;
  text-align: center;
  color: #004898;
  font-size: 30px;
  border-bottom: solid 1px #eee;
  margin: 0 30px;
}
.ztym {
  min-height: 800px;
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  padding-bottom: 10px;
}
.ztym .content {
  line-height: 1.8;
  margin: 0 30px;
  text-indent: 2em;
  font-size: 16px;
}
#contain-c .content {
  font-size: 16px;
}
.list-content .name {
  display: flex;
  justify-content: space-between;
  margin: 10px 20px 10px 0;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.list-content .name .title {
  color: #ffffff;
  font-size: 18px;
  width: 80px;
  text-align: center;
  display: inline-block;
  background: #138dd2;
  height: 40px;
  line-height: 40px;
}
.list-content-list {
  font-size: 16px;
  line-height: 2;
}
.list-content-list ul span {
  margin-left: 20px;
}
