@import "mixins/mixins";
@import "common/var";
@include b(resource_show_list_pc_2) {
}


.resource_show_list_pc_2 {
  width: 100%;
}
.resource_show_list_pc_2 .screening-body {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0 20px;
}
.resource_show_list_pc_2 .screening-body-hd {
  width: 100%;
}
.resource_show_list_pc_2 .screening-body-hd ul {
  width: 100%;
  text-align: center;
}
.resource_show_list_pc_2 .screening-body-hd ul li {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  margin: 0 10px;
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 10px;
}
.resource_show_list_pc_2 .screening-body-hd ul .on {
  background-color: #0271b6;
  border: 1px solid #0271b6;
  color: #ffffff;
}
.resource_show_list_pc_2 .screening-body-bd {
  width: 100%;
}
.resource_show_list_pc_2 .screening-body-part {
  margin-top: 20px;
}
.resource_show_list_pc_2 .screening-body-list {
  width: 100%;
  border-bottom: 1px dotted #d5d5d5;
  padding: 15px 0;
}
.resource_show_list_pc_2 .screening-body-list .tit {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 10%;
  font-size: 16px;
  font-weight: bold;
}
.resource_show_list_pc_2 .screening-body-list ul {
  width: 90%;
  float: left;
  color: #a0a0a0;
}
.resource_show_list_pc_2 .screening-body-list:last-child {
  border: none;
}
.resource_show_list_pc_2 .screening-body-list .active {
  color: #0271b6;
}
.resource_show_list_pc_2 .screening-body-list ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 0 5px;
  color: #a0a0a0;
  cursor: pointer;
}
.resource_show_list_pc_2 .screening-body-list ul li:hover {
  color: #0271b6;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .resource_show_list_pc_2 .screening-body-list .tit {
    width: 18%;
  }
  .resource_show_list_pc_2 .screening-body-list ul {
    width: 82%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .resource_show_list_pc_2 .screening-body-list .tit {
    width: 20%;
  }
  .resource_show_list_pc_2 .screening-body-list ul {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .resource_show_list_pc_2 .screening-body-list .tit {
    width: 100%;
  }
  .resource_show_list_pc_2 .screening-body-list ul {
    width: 100%;
  }
  .resource_show_list_pc_2 .screening-body-hd ul li {
    font-size: 16px;
    padding: 5px 15px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
}
.resource_show_list_pc_2 .resource-tab {
  width: 100%;
  margin-top: 40px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #d8d8d8;
}
.resource_show_list_pc_2 .resource-tab .ul1 {
  float: left;
}
.resource_show_list_pc_2 .resource-tab .ul1 li {
  display: inline-block;
  margin: 0 5px;
}
.resource_show_list_pc_2 .resource-tab .ul1 li a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #808080;
  padding: 0 10px;
}
.resource_show_list_pc_2 .resource-tab .ul1 li a:hover {
  color: #1c427e;
}
.resource_show_list_pc_2 .resource-tab .ul1 .active a {
  background-color: #1c427e;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.resource_show_list_pc_2 .resource-tab-right {
  float: right;
}
.resource_show_list_pc_2 .resource-tab-right .search {
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d8d8d8;
  float: left;
  border-radius: 100px;
  margin-right: 10px;
}
.resource_show_list_pc_2 .resource-tab-right .search .inp1 {
  width: 70%;
  float: left;
  height: 28px;
  line-height: 28px;
  border-radius: 100px;
  padding-left: 10px;
}
.resource_show_list_pc_2 .resource-tab-right .search .btn1 {
  width: 20%;
  height: 28px;
  line-height: 28px;
  float: right;
  background: url('#{$--url-path}/search-icon.png') center no-repeat;
}
.resource_show_list_pc_2 .resource-tab-style a {
  margin: 0 5px;
  color: #bfbfbf;
}
.resource_show_list_pc_2 .resource-tab-style .active {
  color: #1c427e;
}
.resource_show_list_pc_2 .resource-tab-style a:hover {
  color: #1c427e;
}
.resource_show_list_pc_2 .resource-videolist {
  width: 100%;
  height: 265px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 30px;
  -moz-box-shadow: 0px 2px 4px #ccc;
  -webkit-box-shadow: 0px 2px 4px #ccc;
  box-shadow: 0px 2px 4px #ccc;
}
.resource_show_list_pc_2 .resource-videolist .sp1 {
  display: block;
  width: 100%;
  height: 178px;
  position: relative;
}
.resource_show_list_pc_2 .resource-videolist .sp1 .play-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('#{$--url-path}/resource-play.png') center no-repeat;
  z-index: 99;
}
.resource_show_list_pc_2 .resource-videolist .sp1 .cover {
  width: 100%;
  height: 100%;
}
.resource_show_list_pc_2 .resource-videolist .sp2 {
  display: block;
  padding: 0 10px;
  margin-top: 10px;
}
.resource_show_list_pc_2 .resource-videolist .sp2 a {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resource_show_list_pc_2 .resource-videolist .sp3 {
  display: block;
  padding: 0 10px;
  margin-top: 15px;
}
.resource_show_list_pc_2 .resource-videolist .sp3 .spp1 {
  font-size: 16px;
  color: #676873;
}
.resource_show_list_pc_2 .resource-videolist .sp3 .spp2 {
  float: right;
  background: url('#{$--url-path}/resource-icon1.png') left center no-repeat;
  padding-left: 24px;
  color: #b5b5b5;
}
.resource_show_list_pc_2 .search-result-page {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.resource_show_list_pc_2 .search-result-page ul li {
  display: inline-block;
  margin: 0 3px;
}
.resource_show_list_pc_2 .search-result-page .circle {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #a0a0a0;
}
.resource_show_list_pc_2 .search-result-page .circle:hover {
  color: #1c427e;
  border: 1px solid #1c427e;
}
.resource_show_list_pc_2 .search-result-page .active .circle {
  background-color: #1c427e;
  border: 1px solid #1c427e;
  color: #fff;
}
.resource_show_list_pc_2 .search-result-page .goto-input {
  width: 50px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin: 0 3px;
}
.resource_show_list_pc_2 .search-result-page .goto-btn {
  width: 44px;
  height: 34px;
  line-height: 34px;
  background-color: #1c427e;
  color: #fff;
  border-radius: 5px;
  margin-top: 2px;
}
.resource_show_list_pc_2 .search-result-page .goto-btn:hover {
  background-color: #305692;
}
.resource_show_list_pc_2 .resource-big-title {
  width: 100%;
}
.resource_show_list_pc_2 .resource-big-title .sp1 {
  font-size: 26px;
  background: url('#{$--url-path}/resource-bigtitle-icon.png') left center no-repeat;
  padding-left: 18px;
}
.resource_show_list_pc_2 .resource-big-title .sp2 {
  font-size: 20px;
  color: #b5b5b5;
  margin-left: 10px;
}
.resource_show_list_pc_2 .resource-big-title .sp2 i {
  color: #1c427e;
}
