.jscydc ul {
  padding: 0 0.8rem;
}
.jscydc ul li {
  padding: 4px;
  background: url(../images/jscy/divbg.jpg) no-repeat center;
  background-size: cover;
  background-position: 0 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 0.4rem;
}
.jscydc ul li:hover {
  box-shadow: 0 0 16px 2px #ccc;
}
.jscydc ul li .txtBox {
  padding: 40px;
  padding-bottom: 0;
  padding-right: 0;
}
.jscydc ul li .btnDiv {
  display: flex;
  justify-content: flex-start;
}
.jscydc ul li .btnDiv .normBtn {
  margin-right: 0.2rem;
  min-width: 1.6rem;
}
.jscydc ul li.new .title::after {
  content: "最新";
  display: inline-block;
  width: 74px;
  height: 32px;
  line-height: 27px;
  background: url(../images/jscy/tag.png) no-repeat;
  background-size: cover;
  font-size: 0.14rem;
  text-align: center;
  color: #ffffff;
  transform: translate(0.1rem, -0.2rem);
}
.jscydc ul li .imgBox img {
  width: 100%;
}
.jscydcDetails {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.jscydcDetails .positionDiv {
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jscydcDetails .positionDiv > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.jscydcDetails .btnDiv {
  display: flex;
  justify-content: flex-start;
}
.jscydcDetails .btnDiv .normBtn {
  margin-right: 0.2rem;
  min-width: 1.6rem;
}
.otherTit {
  padding: 0.2rem 0;
  display: flex;
  justify-content: flex-end;
}
.otherTit a {
  width: 1.5rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #aaa;
  font-size: 0.18rem;
}
.otherTit a:hover {
  background: #0055b6;
  color: #fff !important;
  border: 1px solid #0055b6;
}
@media screen and (max-width: 960px) {
  .jscydc ul {
    padding: 0 0.1rem;
  }
  .jscydc ul li {
    flex-direction: column;
    padding: 20px;
  }
  .jscydc ul li .imgBox {
    width: 50%;
    margin: 0 auto;
  }
  .jscydc ul li .txtBox {
    padding: 0.2rem;
  }
  .jscydc ul li.new .title::after {
    font-size: 12px;
  }
  .jscydcDetails .positionDiv {
    background-size: cover;
  }
  .jscydcDetails .positionDiv > div {
    flex-direction: column;
  }
  .jscydcDetails .positionDiv > div .imgBox {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .jscydcDetails .font40 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
  }
}
