/*专题大图*/
.topicImg1 .gp-img-responsive img:hover{transform:scale(1);opacity:1;}
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.gp-header13 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header13 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header13 .topic_bg {
  background: url(../images/header13_banner.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.gp-header13 .gp-top {
  position: relative;
}
.gp-header13 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.gp-header13 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header13 .gp-top .gp-logo .logo_01 {
  padding: 21px 0;
}
.gp-header13 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header13 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header13 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header13 .gp-top .gp-search-wrap >a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #ba2528;
}
.gp-header13 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header13 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #ba2528;
}
.gp-header13 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gp-header13 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #ba2528;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ba2528;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #a6a6a6;
  opacity: 0.5;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #ba2528;
  left: 0;
  width: 40px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul {
  padding: 0 30px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li >a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li >.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li >a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li.on span {
  transform: rotate(45deg);
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li.on span {
  transform: rotate(90deg);
}
.gp-header13 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header13 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header13 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header13 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header13 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header13 .gp-nav-wrap {
  background-color: #ba2528;
}
.gp-header13 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav >li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(186, 37, 40, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header13 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header13 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header13 .gp-menu .gp-menu-nav > ul {
    background: #fff;
  }
  .gp-header13 .gp-menu .gp-menu-nav > ul > li > a {
    color: #444;
  }
  .gp-header13 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
    color: #444;
  }
  .gp-header13 .topic_bg {
    height: 300px;
  }
  .gp-header13 .searchWrap {
    display: none;
  }
  .gp-header13 .gp-menu {
    display: block;
  }
  .gp-header13 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header13 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header13 .gp-menu.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header13 .gp-top {
    height: auto;
  }
  .gp-header13 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .gp-header13 .gp-top .gp-logo a {
    padding: 15px 0 !important;
  }
  .gp-header13 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header13 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header13 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header13 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header13 .gp-nav-wrap {
    display: none;
  }
  .gp-header13 .gp-nav-wrap .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header13 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header13 .gp-header1 .gp-menu-nav >ul {
    padding: 10px 20px 0;
  }
  .gp-header13 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-title22 {
  text-align: center;
  font-weight: normal;
}
.gp-title22 h2 {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 auto;
  background: #f2f2f2;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
}
.gp-title22 h2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #999;
}
.gp-title22 h2 .line {
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.gp-title22 h2:after {
  position: absolute;
  right: -2px;
  bottom: 2px;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.gp-title22 h2:before {
  position: absolute;
  left: -2px;
  bottom: 2px;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.gp-title22 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.block-list91 li {
  position: relative;
}
.block-list91 li .title {
  font-weight: bold;
  display: block;text-align:center;
  padding-bottom: 0;
  margin-bottom: 30px;
  line-height: 1.3;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list91 li .title .img {
  width: 46px;
  margin-left: 5px;
  margin-right: 35px;
  float: left;
  display: none;
}
.block-list91 li .title .img span {
  padding-bottom: 100%;
  background: none;
}
.block-list91 li .title a {
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.block-list91 li .title::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.block-list91 li .intro {
  padding: 32px 11px 32px 18px;
  border: 1px solid #ccc;
  position: relative;
}
.block-list91 li .intro span {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right: 80px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list91 li .intro a {
  position: absolute;
  right: 11px;
  bottom: 32px;
  color: #de0c13;
}
@media screen and (max-width:996px) {
  .block-list91 li .engTitle {
    top: 45px;
  }
}
@media screen and (max-width:767px) {
  .block-list91 li .engTitle {
    top: 40px;
  }
}
.gp-title35 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gp-title35 .left {
  display: inline-block;
}
.gp-title35 .left .gpColumnTitleIcon {
  display: inline-block;
  color: #333333;
}
.gp-title35 .left .gpColumnTitle {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.gp-title35 .left .gpColumnTitle span {
  display: inline-block;
  line-height: 34px;
}
.gp-title35 .left .gpColumnTitle .red {
  color: #ba2528;
}
.gp-title35 .left .gpColumnTitle .theme {
  display: block;
  background-color: #f0f0f0;
  color: #ba2528;
  padding: 5px 10px 3px;
  position: relative;
  margin-top: 10px;
}
.gp-title35 .left .gpColumnTitle .theme span {
  line-height: 14px;
}
.gp-title35 .left .gpColumnTitle .theme .yellow {
  color: #e0c67e;
}
.gp-title35 .left .gpColumnTitle .theme .line {
  display: inline-block;
  width: 280px;
  height: 1px;
  background-color: #e9d7a4;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width:680px) {
  .gp-title35 .left .gpColumnTitle .theme .line {
    display: none;
  }
}
.gp-title35 .more {
  color: #999999;
  line-height: 22px;
  padding-left: 10px;
}
@media screen and (max-width: 996px) {
  .gp-title35 .left .gpColumnTitleIcon img {
    max-height: 60px;
  }
  .gp-title35 .left .gpColumnTitle {
    margin-top: 0;
  }
  .gp-title35 .left .gpColumnTitle .theme {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .gp-title35 .left .gpColumnTitleIcon img {
    max-height: 40px;
  }
  .gp-title35 .left .gpColumnTitle {
    margin-top: 0;
  }
  .gp-title35 .left .gpColumnTitle .theme {
    display: none;
  }
}
.block-list134 {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.block-list134 li a {
  display: block;
  margin: 0px 5px;
  position: relative;
}
.block-list134 li a .info {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  padding: 0px 32px;
  color: #fff;
  z-index: 1;
}
.block-list134 li a .info .gpArticleDate {
  padding-left: 31px;
  position: relative;
}
.block-list134 li a .info .gpArticleDate .white {
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.block-list134 li a .info .title {
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 15px;
  box-sizing: content-box;
}
@media screen and (max-width:997px) {
  .block-list134 li a .info {
    bottom: 15px;
  }
  .block-list134 li a .info .title {
    margin-top: 5px;
  }
}
@media screen and (max-width:414px) {
  .block-list134 li a .info {
    padding: 0 15px;
  }
}
.block-list134 li a .blackBg {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
.block-list134 li a .blackBg img {
  width: 100%;
}
.block-list134 li:nth-of-type(1),
.block-list134 li:nth-of-type(2) {
  width: 50%;
  margin-bottom: 10px;
}
.block-list134 li:hover .gp-img-responsive img {
  transform: scale(1.03);
}
@media screen and (max-width:680px) {
  .block-list134 li,
  .block-list134 li:nth-of-type(1),
  .block-list134 li:nth-of-type(2) {
    width: 100%;
  }
}
.gp-teacher12 {
  margin: 0 -10px;
}
.gp-teacher12 li   .info .more i{background:url('../images/92b3447a9f6d44dbaa35026ea1ec7306.png') no-repeat;background-size:cover;display:inline-block;width:16px;height:14px;}
/**/

@media screen and (max-width: 414px){
    .pid-caf03587-01ae-49b1-b523-da973a89e69e{
        margin-top:-50px;
    }
}

.gp-teacher12 li > div .info .title{
    line-height:1.4;
height:1.4em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
}
.gp-teacher12 li >div {
  margin: 0 10px;
  border: 1px dashed #cdcccc;
  box-sizing: border-box;
  padding: 8px 8px 40px;
  position: relative;
}
.gp-teacher12 li >div .img {
}
.gp-teacher12 li >div .info .title {
  display: block;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 40px;
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-teacher12 li >div .info .title:hover {
  color: #ba2528;
}
.gp-teacher12 li >div .info .summary {
  color: #757575;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-top: 10px;
  margin-left: 40px;
}
.gp-teacher12 li >div .info .more {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #ba2528;
  position: absolute;
  bottom: -22px;
  right: 55px;
  transition: all 0.2s ease-in-out;
}
.gp-teacher12 .gp-img-responsive img{height:350px;}
.gp-teacher12 li >div .info .more:hover {
  transform: translateX(5px) scale(1.05);
}
@media screen and (max-width:768px) {
  .gp-teacher12 li > div .info .more {
    display: none;
  }
  .gp-teacher12 li > div {
    padding: 8px 8px 10px;
  }.teacher12 .gp-img-responsive img{height:150px;}
  .gp-teacher12 li > div .info .title {
    margin-left: 0;
    margin-top: 10px;
  }
  .gp-teacher12 li > div .info .summary {
    margin-left: 0;
    margin-top: 5px;
  }
}
.block-list44 {
  position: relative;
}
.block-list44 li {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.block-list44 li >div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  ustify-content: space-between;
}
.block-list44 li span {
  text-align: right;
  position: relative;
  box-sizing: border-box;
  width: 120px;
}
.block-list44 li span::before {
  margin-right: 5px;
}
.block-list44 li a {
  flex: 1;
  margin-right: 10px;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list44 li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #ba2528;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}