@import "mixins/mixins";
@import "common/var";
@include b(resource_show_fixrecord_pc_2) {
}
.resource_show_fixrecord_pc_2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.resource_show_fixrecord_pc_2 .resource-title {
  width: 100%;
}
.resource_show_fixrecord_pc_2 .resource-title .sp1 {
  font-size: 26px;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.resource_show_fixrecord_pc_2 .resource-title .ul1 {
  display: block;
  height: 30px;
  float: left;
  margin-left: 20px;
}
.resource_show_fixrecord_pc_2 .resource-title .ul1 li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #626262;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
}
.resource_show_fixrecord_pc_2 .resource-title .ul1 li:hover {
  color: #1c427e;
  border: 1px solid #1c427e;
}
.resource_show_fixrecord_pc_2 .resource-title .ul1 .on {
  background-color: #1c427e;
  color: #fff;
  border: 1px solid #1c427e;
}
.resource_show_fixrecord_pc_2 .resource-title .ul1 .on:hover {
  color: #fff;
}
.resource_show_fixrecord_pc_2 .resource-title .sp2 {
  display: block;
  height: 30px;
  line-height: 30px;
  float: right;
}
.resource_show_fixrecord_pc_2 .resource-title .sp2 a {
  font-size: 16px;
  color: #434343;
}
.resource_show_fixrecord_pc_2 .resource-title .sp2 a:hover {
  color: #1c427e;
}
.resource_show_fixrecord_pc_2 .resource-body {
  width: 100%;
}
.resource_show_fixrecord_pc_2 .resource-part {
  width: 100%;
  height: 340px;
  border-radius: 15px;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.resource_show_fixrecord_pc_2 .resource-part .cover {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.resource_show_fixrecord_pc_2 .resource-part .cover:hover {
  transform: scale(1.05);
  /* 放大1.05倍 */
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 0.5s;
}
.resource_show_fixrecord_pc_2 .resource-part .info {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.68);
}
.resource_show_fixrecord_pc_2 .resource-part .info .a1 {
  display: block;
  color: #fff;
  font-size: 18px;
  //background: url('#{$--url-path}/zyk-ppt-icon1.png') left center no-repeat;
  //padding-left: 30px;
}
.resource_show_fixrecord_pc_2 .resource-part .info .a1:hover {
  text-decoration: underline;
}
.resource_show_fixrecord_pc_2 .resource-part .info .span1 {
  display: block;
  margin-top: 20px;
}
.resource_show_fixrecord_pc_2 .resource-part .info .span1 .spp1 {
  color: #fff;
  font-size: 16px;
  float: left;
}
.resource_show_fixrecord_pc_2 .resource-part .info .span1 .spp2 {
  color: #fff;
  font-size: 16px;
  background: url('#{$--url-path}/zyk-ppt-icon2.png') left center no-repeat;
  padding-left: 30px;
  float: right;
}
