.content {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 50px;
}
.content .sx {
  width: 83.3%;
  margin: 0 auto;
  margin-top: 35px;
}
.content .sx .ck-s {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content .sx .ck-s .btn {
  float: left;
  overflow: hidden;
}
.content .sx .ck-s .btn a {
  display: block;
  width: auto;
  height: 32px;
  padding: 0 20px;
  line-height: 32px;
  background: #f7f5f5;
  color: #0d0d0d;
  float: left;
  margin-right: 26px;
  border-radius: 2px;
}
.content .sx .ck-s .btn a.on {
  background: #0175e8;
  color: #fff;
}
.content .sx .ck-s .search-c {
  width: auto;
  float: right;
}
.content .sx .ck-s .search-c input {
  width: 400px;
  height: 32px;
  background: #f7f5f5;
  border: none;
  outline: none;
  padding-left: 10px;
  float: left;
}
.content .sx .ck-s .search-c .search-btn {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #0175e8 url(../img/c.png) center center no-repeat;
  margin-left: 2px;
}
.content .sx .sx-list {
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  margin-top: 32px;
  position: relative;
}
.content .sx .sx-list .bc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f7f5f5;
  width: 100px;
  z-index: -1;
}
.content .sx .sx-list dl {
  width: 98%;
  margin: 0 auto;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #d7d7d7;
}
.content .sx .sx-list dl:last-child {
  border-bottom: 0;
}
.content .sx .sx-list dl dt {
  background: #f7f5f5;
  width: 86px;
  float: left;
  line-height: 60px;
  padding-right: 8px;
  text-align: right;
  margin-right: 15px;
}
.content .sx .sx-list dl dd {
  color: #555555;
  font-size: 15px;
  cursor: pointer;
  float: left;
  line-height: 60px;
  padding: 0 18px;
}
.content .sx .sx-list dl dd.act {
  color: #0175e8;
}
.content .d-list {
  width: 83.3%;
  margin: 0 auto;
  margin-top: 30px;
}
.content .d-list ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 103%;
}
.content .d-list ul li {
  background: #f7f5f5;
  border: 1px solid #e5e5e5;
  width: 22%;
  transition: all 0.4s linear;
  border-radius: 2px;
  padding: 12px 10px;
  margin-bottom: 40px;
  margin-right: 3%;
}
.content .d-list ul li:hover {
  box-shadow: 0 0 10px #dcdcdc;
  transform: translateY(-2px);
}
.content .d-list ul li:hover .i-ct img {
  transform: scale(1.08);
}
.content .d-list ul li .i-ct {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.content .d-list ul li .i-ct img {
  transition: all 0.4s linear;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 10px auto;
}
.content .d-list ul li h4 {
  background: #0175e8;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1600px) {
  .content .d-list ul li h4 {
    font-size: 14px;
  }
}
@media (max-width: 1460px) {
  .content .d-list ul li h4 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 50px;
  }
  .content .sx {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .content .sx .ck-s {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .content .sx .ck-s .btn {
    float: none;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .sx .ck-s .btn a {
    display: block;
    width: 30%;
    height: 0.6rem;
    padding: 0 0;
    text-align: center;
    line-height: 0.6rem;
    background: #f7f5f5;
    color: #0d0d0d;
    float: left;
    margin-right: 0;
    border-radius: 2px;
  }
  .content .sx .ck-s .btn a.on {
    background: #0175e8;
    color: #fff;
  }
  .content .sx .ck-s .search-c {
    width: 100%;
    float: none;
    display: flex;
    margin-top: 0.35rem;
  }
  .content .sx .ck-s .search-c input {
    width: 90%;
    height: 0.6rem;
    background: #f7f5f5;
    border: none;
    outline: none;
    padding-left: 0.2rem;
    float: none;
    font-size: 0.28rem;
  }
  .content .sx .ck-s .search-c .search-btn {
    float: none;
    display: block;
    width: 10%;
    height: 0.6rem;
    background: #0175e8 url(../img/c.png) center center no-repeat;
    margin-left: 2px;
  }
  .content .sx .sx-list {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    margin-top: 0.5rem;
    position: relative;
  }
  .content .sx .sx-list .bc {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f7f5f5;
    width: 2rem;
    z-index: -1;
  }
  .content .sx .sx-list dl {
    width: 100%;
    margin: 0 auto;
    line-height: 0.8rem;
    overflow: hidden;
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    padding: 0.12rem 0;
    padding-left: 2rem;
  }
  .content .sx .sx-list dl:last-child {
    border-bottom: 0;
  }
  .content .sx .sx-list dl dt {
    background: transparent;
    width: 2rem;
    position: absolute;
    left: 0;
    float: none;
    line-height: 0.7rem;
    padding-right: 0.12rem;
    text-align: right;
    margin-right: 0;
  }
  .content .sx .sx-list dl dd {
    color: #555555;
    font-size: 0.28rem;
    cursor: pointer;
    float: left;
    line-height: 0.7rem;
    padding: 0 0.2rem;
  }
  .content .sx .sx-list dl dd.act {
    color: #0175e8;
  }
  .content .d-list {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .content .d-list ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }
  .content .d-list ul li {
    background: #f7f5f5;
    border: 1px solid #e5e5e5;
    width: 48%;
    transition: all 0.4s linear;
    border-radius: 2px;
    padding: 0.1rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .content .d-list ul li:hover {
    box-shadow: 0 0 10px #dcdcdc;
  }
  .content .d-list ul li img {
    display: block;
    width: 100%;
  }
  .content .d-list ul li h4 {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content .d-list ul li h4 {
    font-size: 0.24rem;
  }
}
@media (max-width: 1024px) and (max-width: 1460px) {
  .content .d-list ul li h4 {
    font-size: 0.24rem;
  }
}
.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(119, 112, 112, 0.2);
}
.pop-details {
  width: 1000px;
  height: 600px;
  background: #fff;
  position: fixed;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: block;
  opacity: 0;
  z-index: 13;
}
.pop-details .title {
  width: 100%;
  height: 40px;
  color: #fff;
  background: #0175e8;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.pop-details .title .close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url(../img/close.png);
}
.pop-details iframe {
  width: 100%;
  height: 560px;
}
@media (max-width: 1024px) {
  .pop-details {
    width: 94%;
    height: 8rem;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    left: 3%;
    top: 50%;
    transform: translate(0, -50%);
    overflow: hidden;
    display: block;
  }
  .pop-details .title {
    width: 100%;
    height: 0.6rem;
    color: #fff;
    background: #0175e8;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .pop-details .title .close {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    cursor: pointer;
    background: url(../img/close.png);
    background-size: 100% 100%;
  }
  .pop-details iframe {
    width: 100%;
    height: 7.4rem;
  }
}
