@charset "utf-8";
body {
  overflow-x: hidden;
}
.banner {
  height: 780px;
  position: relative;
  background-color: #fff;
  background-size: cover;
}
.banner-expert {
  height: 780px;
  position: relative;
  background: url("../imgs/expert-banner.png") no-repeat center;
  background-color: #fff;
  background-size: cover;
}
.banner-cover {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.summary {
  margin-top: 58px;
  text-align: center;
  padding: 0 60px;
}
.summary-title {
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 2px solid #2a72d9;
}
.summary-title i {
  display: none!important;
}
.summary-title:hover {
  color: #2a72d9;
}
.summary-content {
  text-align: left;
  font-size: 1em;
  color: #666666;
  padding: 50px;
  text-indent: 2em;
  text-align: justify;
  width: 100%;
  word-break: break-all;
}
.text-decoration {
  display: inline-block;
  width: 90%;
  height: 3px;
  background-color: #50b7ea;
}
.storys {
  padding: 58px;
}
.storys-title {
  margin: 0 35px;
  font-size: 1.5em;
  height: 30px;
  line-height: 30px;
}
.storys-title-en {
  color: #CCCCCC;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  font-size: 0.5em;
}
.storys-row {
  padding: 0 35px;
  margin-top: 50px;
}
.storys-item {
  margin: 20px 0;
}
.storys-item-cover {
  width: 100%;
  height: 220px;
}
.storys-item-content {
  padding: 20px;
  background: #fff;
  height: 110px;
  text-align: center;
}
.storys-item-title {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}
.storys-item-summary {
  color: #666666;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.storys-item-time {
  float: right;
  color: #cccccc;
}
.quotes {
  color: #4091ad;
  font-size: 1.3em;
}
.to-tutor-btn {
  position: absolute;
  left: 50%;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin-left: -100px;
  bottom: 70px;
  background-color: #50b8eb;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 20px #50b8eb;
  z-index: 999;
}
.to-tutor-btn:hover {
  color: #ffffff;
}
.load-more {
  text-align: center;
  padding: 100px 0 50px;
}
.load-more span {
  padding: 10px 40px;
  font-size: 1em;
  border: 1px solid #C9C9C9;
  cursor: pointer;
}
.tutor-types-model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
}
.tutor-types-model .tutor-types {
  margin: auto;
  width: 60%;
  height: 660px;
  vertical-align: middle;
  margin-top: -330px;
  position: relative;
  top: 50%;
  background-color: #f5f7f6;
  min-width: 884px;
  padding: 0 25px;
}
.tutor-types-model .tutor-types .tutor-types-title {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  color: #222;
}
.tutor-types-model .tutor-types .cancel-btn {
  width: 160px;
  height: 40px;
  background-color: #dbdcdd;
  border-radius: 0;
}
.tutor-types-model .tutor-types .selected-btn {
  width: 160px;
  height: 40px;
  background-color: #50b8eb;
  border-radius: 0;
  color: #ffffff;
}
.tutor-types-model .tutor-types .tutor-type-item {
  padding: 0 25px 25px;
  margin: 30px 0;
}
.tutor-types-model .tutor-types .tutor-type-item .tutor-type-icon {
  width: 100%;
  height: 190px;
  text-align: center;
}
.tutor-types-model .tutor-types .tutor-type-item .tutor-type-icon .selected-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.tutor-types-model .tutor-types .tutor-type-item .tutor-type-summary {
  color: #888888;
  text-align: justify;
}
.tutor-types-model .tutor-types .active .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.2);
}
.pie {
  height: 105%;
  width: 96px;
  display: inline-block;
  margin: 0 9px;
}
