@charset "utf-8";
* {
  box-sizing: border-box;
}

.event-none {
  pointer-events: none;
  width: 100%;
}
img {
  vertical-align: top;
  border: none;
}
.headimg {
  width: 7.5rem;
  height: 9.28rem;
}
.contents {
  width: 7.5rem;
  margin: -1.62rem 0 0;
  background: url(../img/contentbg.png) no-repeat;
  background-size: 7.5rem;
  padding: 1.38rem 0 1rem;
  position: relative;
}
.cpdy {
  width: 6.9rem;
  height: 2.65rem;
  background: #ffffff;
  border-radius: 0.16rem;
  margin: 0 auto 0.8rem;
  position: relative;
  padding: 0.72rem 0.34rem 0.37rem;
}
.cpdy p {
  font-size: 0.28rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #00235d;
  line-height: 0.52rem;
  letter-spacing: 0.01rem;
  text-indent: 2em;
}
.cpdytitle {
  width: 4.07rem;
  height: 0.72rem;
  position: absolute;
  left: 1.42rem;
  top: -0.31rem;
}
.yycjbox {
  width: 6.9rem;
  margin: 0 auto;
  padding: 0.61rem 0.25rem 0.07rem;
  background: #ffffff;
  border-radius: 0.16rem;
  position: relative;
}
.contentitle {
  width: 6.4rem;
  height: 0.58rem;
  border: 1px solid #1283e2;
  border-radius: 0.3rem;
  font-size: 0.26rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #00235d;
  line-height: 0.58rem;
  margin-bottom: 0.3rem;
}
.yycjbox li {
  width: 3.1rem;
  margin-bottom: 0.12rem;
}
.yycjbox li .contentimg {
  width: 3.1rem;
  height: 2.13rem;
  margin-bottom: 0.04rem;
}
.txtdescribe {
  width: 3.1rem;
  height: 0.68rem;
  font-size: 0.24rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #00235d;
  line-height: 0.34rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
