@charset "utf-8";

/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*这个注释能生效*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block {
  width: 100%;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.clear {
  zoom: 1;
  *zoom: 1;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.clear::after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/*开始*/
.con {
  width: 100%;
  background-color: #f5f7f9;
}

.outer_con {
  padding-top: 20px;
}

.pos {
  margin-bottom: 20px;
}

.pos span,
.pos a {
  font-size: 14px;
  color: #333333;
}

.banner {
  position: relative;
  height: 260px;
  background: url(/statics/images/teacher/pic.png) no-repeat center;
  background-size: 100%;
}

.banner .ls {
  position: absolute;
  top: 50px;
  left: 80px;
}

.banner .teapic {
  position: absolute;
  width: 179px;
  height: 234px;
  right: 100px;
  bottom: 0;
}

.banner .zy {
  position: absolute;
  width: 352px;
  height: 180px;
  top: 45px;
  left: 42%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 22px 0 30px;
}

.banner .zy .clear {
  /* margin-bottom: 22px; */
}

.banner .zy .name {
  font-size: 30px;
  color: #ff9d00;
  font-weight: bold;
}

.banner .zy .btnarea {
  float: right;
}

.banner .zy .btnarea .btn {
  width: 113px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff9d00;
  border-radius: 18px;
  font-size: 18px;
  margin-top: -6px;
  color: #ffffff;
  cursor: pointer;
}

.banner .zy .btnarea .ask {
  margin-top: 5px;
}

.banner .zy .btnarea .shade {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
}

.banner .zy .btnarea .ask_form {
  position: relative;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -30%);
  border-radius: 4px;
  padding: 55px 0 0 36px;
  width: 720px;
  background-color: #FFFFFF;
}

.banner .zy .btnarea .ask_form i {
  position: absolute;
  top: -36px;
  left: 324px;
  width: 72px;
  height: 72px;
}

.banner .zy .btnarea .ask_form .close_form {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.banner .zy .btnarea .ask_form h4 {
  font-size: 20px;
  color: #FF7F41;
  line-height: 30px;
}

.banner .zy .btnarea .ask_form p {
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
}

.banner .zy .btnarea .ask_form .txtScroll-top {
  width: 450px;
  overflow: hidden;
  position: relative;
  margin-top: 32px;
}

.banner .zy .btnarea .ask_form .txtScroll-top .bd {
  width: 279px;
  height: 40px;
  background-color: #FFF8F2;
}

.banner .zy .btnarea .ask_form .txtScroll-top .bd .infoList {
  flex-direction: column;
  left: 20px;
}

.banner .zy .btnarea .ask_form .txtScroll-top .infoList li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.banner .zy .btnarea .ask_form .txtScroll-top .infoList li span {
  font-size: 14px;
  color: #333333;
}

.banner .zy .btnarea .ask_form .txtScroll-top .infoList li .date {
  float: right;
  color: #999;
}


.banner .zy .btnarea .ask_form form {
  position: relative;
  margin-top: 30px;
  width: 648px;
  background-color: #FFFFFF;
  /* background-color: lightblue; */
}

.banner .zy .btnarea .ask_form form .ask_question {
  width: 648px;
  height: 200px;
  font-size: 14px;
  color: #999999;
  padding: 10px 20px 0;
  border: none;
  outline: none;
  background-color: #F6F7F7;
  resize: none;
}

.banner .zy .btnarea .ask_form form .ask_question::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.banner .zy .btnarea .ask_form form .ask_question::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}

.banner .zy .btnarea .ask_form form .ask_question::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

.banner .zy .btnarea .ask_form form .ask_question::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.banner .zy .btnarea .ask_form form .ask_question::-webkit-scrollbar-corner {
  background: #179a16;
}

.banner .zy .btnarea .ask_form form .ask_submit {
  font-size: 18px;
  color: #FFFFFF;
  padding: 15px 125px;
  text-align: center;
  background-color: #FF7F41;
  border-radius: 28px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateX(50%);
  margin: 20px 0 32px;
}

.banner .zy .btnarea .ask_form form .ask_phone {
  width: 648px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 5px;
  color: #999999;
  margin: 20px 0;
  border: 1px solid #999999;
  border-radius: 10px;
}
.banner .zy .btnarea .ask_form form .ask_question_error,
.banner .zy .btnarea .ask_form form .ask_phone_error,
.banner .zy .btnarea .ask_form form .ask_code_error {
  position: absolute;
  bottom: 158px;
  left: 4px;
  color: red;
}
.banner .zy .btnarea .ask_form form .ask_question_error {
  bottom: 230px;
}
.banner .zy .btnarea .ask_form form .ask_code_error {
  bottom: 88px;
}

.banner .zy .btnarea .ask_form form .ask_checkcode {
  width: 30%;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 5px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 10px;
}
.banner .zy .btnarea .ask_form form .sm-pop-inner {
  left: 340px;
  bottom: 115px;
}
.banner .zy .btnarea .ask_form form .nc-container .nc_wrapper .nc_scale {
  height: 32px;
}
.banner .zy .btnarea .ask_form form .nc-container .nc_wrapper .errloading .icon_warn {
  cursor: default;
  color: #ff3f08;
  float: left;
  background: transparent;
  z-index: 3;
  position: static;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.banner .zy .btnarea .ask_form form .send_checkcode {
  padding: 16px 10px;
  margin-left: 10px;
  background-color: #FF7F41;
  color: #FFFFFF;
  border-radius: 10px;
}

.banner .zy ul {
  position: absolute;
  margin-bottom: 16px;
  display: flex;
}

.banner .zy ul:nth-of-type(1) {
  top: 75px;
  left: 30px;
}

.banner .zy ul:nth-of-type(2) {
  top: 110px;
  left: 30px;
}

.banner .zy ul:nth-of-type(3) {
  top: 145px;
  left: 30px;
}

.banner .zy ul li {
  font-size: 18px;
  color: #333333;
}

.banner .zy ul:first-of-type li:last-child {
  width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner .zy ul li:last-child {
  width: 246px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content {
  margin-top: 20px;
}

.content_left {
  width: 890px;
}

.content_left .up {
  background: #ffffff;
  padding: 30px 58px 30px 30px;
}

.content_left .up ul {
  display: flex;
  margin-bottom: 24px;
}

.content_left .up ul li {
  line-height: 26px;
}

.content_left .up ul li:first-child {
  font-size: 18px;
  color: #333333;
  margin-right: 36px;
}

.content_left .up ul li:last-child {
  width: 694px;
  font-size: 16px;
  color: #999999;
}

.content_left .mid,
.content_left .down {
  background: #ffffff;
  padding: 30px;
  margin-top: 20px;
}

.content_left .mid ul,
.content_left .down ul {
  display: flex;
}

.content_left .mid ul li:first-child,
.content_left .down ul li:first-child {
  font-size: 18px;
  color: #333333;
  margin-right: 36px;
}

.content_left .mid ul li:last-child,
.content_left .down ul li:last-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 702px;
}

.content_left .mid ul .mid_con,
.content_left .down ul .mid_con {
  width: 213px;
  height: 172px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.content_left .mid ul li .pic,
.content_left .down ul li .pic {
  width: 213px;
  height: 124px;
  overflow: hidden;
}

.content_left .mid ul li .pic img,
.content_left .down ul li .pic img {
  display: block;
  width: 100%;
}

.content_left .mid ul li .gh,
.content_left .down ul li .gh {
  width: 198px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  margin: 15px 12px;
}

.content_left .mid ul li .time,
.content_left .down ul li .time {
  margin: 0 12px;
}

.content_left .mid ul li .time .lt,
.content_left .down ul li .time .lt {
  font-size: 12px;
  color: #999999;
}

.content_left .mid ul li .time .rt,
.content_left .down ul li .time .rt {
  font-size: 12px;
  color: #ff9d00;
}

.content_left .down .time a p {
  font-size: 18px !important;
}

/*右侧*/
.bck2,
.bck4 {
  display: none;
}

.contentBox {
  margin-top: 20px;
  background: #FFFFFF;
}

.contentBox div.listItem:first-child {
  border-top: none;
}

.listItem {
  width: 100%;
  padding: 25px 24px;
  box-sizing: border-box;

  border-radius: 6px 6px 0px 0px;
  border-top: 1px solid #EBEBEB;
}

.listItem:hover {
  box-shadow: 0px 0px 10px 0px #EBEBEB;

}

.listItem h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

}

.listItem h3 a {
  color: #333333;

}

.listItem>p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 21px;
  margin-top: 12px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;

}

.keyWordsBox {
  display: flex;
  padding-top: 35px;
}

.keyWordsBox,
.keyWordsBox ul {
  display: flex;
}

.keyWordsBox {
  justify-content: space-between;
}

.keyWordsBox ul>li:first-child img,
.keyWordsBox>div img {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.keyWordsBox>div img {
  margin-right: 5px;
}

.keyWordsBox ul>li,
.keyWordsBox>div,
.keyWordsBox ul>li a {
  font-size: 14px;
  font-weight: 400;
  color: #B9B9B9;
  line-height: 21px;

}

.keyWordsBox ul>li {
  margin-right: 10px;
}

.pagBox {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.pagBox ul {
  display: flex;
}

.pagBox ul a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.pagBox ul span {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FF6C02;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  background: #FF6C02;
  color: #fff;
}
.a1 {
  width: 76px !important;
}

