a {
  cursor: pointer;
}

.p_third_tabs {
  margin: 46px auto 0;
}
.p_third_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 70px;
  position: relative;
}
.p_third_tabs .p_tab_chose_item {
  background-color: rgb(244, 244, 244);
  height: 65px;
  color: rgb(35, 24, 21);
  line-height: 65px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:15%;
  margin-right: 1.05%;
}
.p_third_tabs .p_tab_chose_item:nth-child(5n) {
  margin-right: 0;
}
.p_third_tabs .p_tab_chose_item.p_active, .p_third_tabs .p_tab_chose_item:hover {
  background: #a40000;
  color: #fff;
}
.p_third_tabs .p_tab_chose_item.p_active::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: rgb(197, 178, 156);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 89px;
}
.p_third_tabs .p_second_menu {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  height: 40px;
}
.p_third_tabs .p_second_menu .p_group {
  width: 100%;
  height: 40px;
  background-color: rgb(197, 178, 156);
}
.p_third_tabs .p_second_menu .p_group .p_group_item {
  width: 15%;
  margin-right: 1.05%;
  font-size: 17px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  text-align: center;
  text-align: center;
  float: left;
  /* display:inline-block; */
  height: 40px;
  line-height: 30px;
  cursor: pointer;
}
.p_third_tabs .p_second_menu .p_group .p_group_item:nth-child(5n) {
  margin-right: 0;
}
.p_third_tabs .p_second_menu .p_group .p_group_item span {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  /* line-height: 25px; */
  border-bottom: 2.5px solid transparent;
  width: auto;
  margin-top: 6.25px;
  pointer-events: none;
}
.p_third_tabs .p_second_menu .p_group .p_group_item.p_chose span, .p_third_tabs .p_second_menu .p_group .p_group_item:hover span {
  border-color: #fff;
  font-family: inherit;
  font-weight: bold;
}

.p_page_desc {
  margin-top: 31px;
  font-size: 21px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(197, 178, 156);
  line-height: 36px;
}

.p_fourth_tab {
  margin-top: 10px;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_fourth_tab .p_tab_item {
  font-size: 17px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  line-height: 46px;
  padding: 0 40px 0;
  height: 48px;
  float: left;
  cursor: pointer;
}
.p_fourth_tab .p_tab_item span {
  display: inline-block;
  vertical-align: top;
  height: 46px;
  border-bottom: 2px solid transparent;
}
.p_fourth_tab .p_tab_item.p_active, .p_fourth_tab .p_tab_item:hover {
  color: #a40000;
}
.p_fourth_tab .p_tab_item.p_active span, .p_fourth_tab .p_tab_item:hover span {
  border-color: #a40000;
}
.p_fourth_tab .p_tab_item:first-child {
  margin-left: -40px;
}

.p_card_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_card_list .p_card_item {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 47.3333%;
  height: 181px;
  border-left: 7px solid #a40000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.p_card_list .p_card_item .p_info {
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 44%;
}
.p_card_list .p_card_item .p_info .p_title {
  font-size: 15px;
  font-family: inherit;
  font-weight: 600;
  color: rgb(35, 24, 21);
  line-height: 22px;
  height: 44px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 17px;
}
.p_card_list .p_card_item .p_info .p_desc {
  font-size: 13px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  line-height: 20px;
  height: 80px;
  margin-top: 3px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p_card_list .p_card_item .p_info .p_other {
  margin-top: 10px;
  overflow: hidden;
}
.p_card_list .p_card_item .p_info .p_other .p_date {
  font-size: 12px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  line-height: 22px;
  float: left;
}
.p_card_list .p_card_item .p_info .p_other .p_more {
  font-size: 11px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  line-height: 22px;
  float: right;
}
.p_card_list .p_card_item .p_info .p_other .p_more img {
  width: 5px;
  height: 8px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.p_card_list .p_card_item .p_media_box {
  background-color: rgb(120, 120, 120);
  width: 57.84%;
  height: 182px;
  position: relative;
}
.p_card_list .p_card_item .p_media_box .p_play_hover {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_card_list .p_card_item .p_media_box .p_play_hover img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px;
}
.p_card_list .p_card_item .p_media_box .p_tag {
  background-color: rgb(197, 178, 156);
  position: absolute;
  width: auto;
  min-width: 64px;
  height: 31px;
  text-align: center;
  top: 13px;
  right: 13px;
  font-size: 12px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  line-height: 31px;
  padding: 0 15px;
}/*# sourceMappingURL=p_school_lisit.css.map */