.tcr {
  text-align: right;
}
.c1 {
  color: #222;
}
.mr1 {
  padding: 5px 0;
}
.mrt1 {
  margin-top: 5px;
}
.mrt2 {
  margin-top: 15px;
  clear: both;
}
.mrb1 {
  margin-bottom: 20px;
}
.lh1 {
  line-height: 26px;
}
.pd1 {
  padding: 0 24px;
}
.iconfont {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: bottom;
  color: #999;
}
.bigTitle {
  position: relative;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  font-size: 18px;
}
.op,
.opc {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  background-color: var(--filColor);
  padding: 0 10px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: none;
  line-height: 28px;
  font-size: 14px;
}
.busZc {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.busZc:hover .ysInfo {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.busZc:hover .op {
  display: block;
  top: -24px;
}
.works .title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.works .time {
  color: #222;
}
.del {
  right: 70px!important;
}
.description {
  background: #f5f5f5;
  padding: 10px;
  font-size: 15px;
  line-height: 33px;
}
.hoverMouse {
  padding: 10px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.hoverMouse:hover {
  background-color: var(--filColor);
  -webkit-box-shadow: 0 2px 14px 0 var(--filColor);
          box-shadow: 0 2px 14px 0 var(--filColor);
  border-radius: 4px;
  padding: 30px 10px!important;
}
.hoverMouse:hover .opc {
  display: block;
}
.hoverMouse:hover .description {
  background: #fff;
}
.hoverMouse:hover .op {
  display: none;
}
.ygjl {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.infoContrainer {
  padding: 0 0;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.infoContrainer .op4 {
  right: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: -24px;
}
.infoContrainer:hover .op4 {
  display: inline-block;
}
.hv {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: #f20;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

