.op_list {
  width: 100%;
}
.op_list .op_item {
  width: 48%;
  border: 0.01rem #e9e5f0 solid;
  margin-bottom: 0.3rem;
  box-shadow: 0 0.05rem 0.15rem 0.02rem rgba(0, 0, 0, 0.06);
  background: -webkit-linear-gradient(right, #f8fafd, #f2f1f9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #f8fafd, #f2f1f9);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #f8fafd, #f2f1f9);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f8fafd, #f2f1f9);
  /* 标准的语法 */
  padding: 0.5rem 0.3rem 0.2rem 0.3rem;
}
.op_list .op_item a {
  display: block;
  width: 100%;
}
.op_list .op_item .op_title {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: #333;
}
.op_list .op_item .op_txt {
  font-size: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0.7;
  line-height: 0.26rem;
  height: 0.75rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.op_list .op_item .op_time {
  width: 100%;
  padding-top: 0.16rem;
  border-top: 0.01rem solid #bfbfbf;
}
.op_list .op_item .op_time .opn_time {
  font-size: 0.14rem;
  color: #5319ae;
}
.op_list .op_item .op_time .opn_txt {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
.op_list .op_item .op_time .opn_txt a {
  font-size: 0.14rem;
  color: #5f25b4;
  width: auto;
  background: url(../images/mores.png) no-repeat right center;
  padding-right: 0.5rem;
  background-size: 0.39rem 0.09rem;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.op_list .op_item:hover a {
  color: #5319ae;
}
.op_list .op_item:hover .op_title {
  color: #5f25b4;
}
.op_list .op_item:hover .op_time .opn_txt a {
  transform: translate(10px);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.rl_cr {
  width: 100%;
}
.rl_cr .rl_cr_item {
  border: 0.01rem #e9e5f0 solid;
  padding: 0.2rem 0.3rem;
  background: url(../images/relibg1.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  align-items: center;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  margin-bottom: 0.2rem;
}
.rl_cr .rl_cr_item::before {
  content: '';
  width: 0.03rem;
  height: 0.4rem;
  background: #582eb4;
  position: absolute;
  left: -0.01rem;
  top: 0;
}
.rl_cr .rl_cr_item .rl_cr_item_Title {
  width: calc(100% - 1.2rem);
  padding-left: 0.3rem;
}
.rl_cr .rl_cr_item .rl_cr_item_Title a {
  display: block;
  color: #333;
  font-size: 0.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.rl_cr .rl_cr_item .rl_cr_item_right {
  font-family: "Philosopher";
  width: 0.85rem;
  border-left: 0.01rem #dcdde2 solid;
}
.rl_cr .rl_cr_item .rl_cr_item_right .num {
  font-size: 0.4rem;
  color: #543f9e;
  text-align: right;
}
.rl_cr .rl_cr_item .rl_cr_item_right .rl_cr_time {
  font-size: 0.14rem;
  color: #543f9e;
  width: 100%;
  height: 0.3rem;
  text-align: right;
  line-height: 0.3rem;
}
.rl_cr .rl_cr_item:hover {
  background: url(../images/relibg.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.rl_cr .rl_cr_item:hover .rl_cr_item_Title a {
  color: #662cb9;
}
.rl_cr .rl_cr_item:hover .rl_cr_item_right {
  border-left: 0.01rem #fff solid;
}
.rl_cr .rl_cr_item:hover .rl_cr_item_right .num {
  color: #fff;
}
.rl_cr .rl_cr_item:hover .rl_cr_item_right .rl_cr_time {
  color: #fff;
}
@media all and (max-width: 1080px) {
  .op_list .op_item {
    width: 100%;
    padding: 0.3rem 0.3rem 0.2rem 0.3rem;
  }
  .op_list .op_item .op_txt {
    margin-bottom: 0.2rem;
    max-height: 0.72rem;
    height: auto;
  }
  .rl_cr .rl_cr_item .rl_cr_item_Title {
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .rl_cr .rl_cr_item .rl_cr_item_Title a {
    display: block;
    color: #333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    width: 100%;
  }
}
