<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ***************************************************************************** 锟斤拷锟斤拷 ********* */
.blk_teacherMain .tabs {
  line-height: 32px;
  color: #999;
  float: left;
  padding-left: 20px;
}
.blk_teacherMain .tabs a {
  margin: 0 6px;
}
.blk_teacherMain .tabs a.current {
  color: #cf7102;
  font-weight: bold;
}
.blk_teacherMain .bd {
  padding: 10px 0;
}
.blk_teacherMain .left {
  width: 390px;
  height: 210px;
}
.blk_teacherMain .right {
  width: 280px;
}

/*11.18鏃ユ洿鏂�*/
.blk_teacherMain .item {
  display: none;
  height: 210px;
  padding-left: 15px; /*淇敼鍙宠竟璺�*/
  background-color: #f0f0f0;
}
.blk_teacherMain .item.current {
  display: block;
}
.blk_teacherMain .item img {
  float: right;
}
.blk_teacherMain .item .name {
  padding: 20px 0 5px;
}
.blk_teacherMain .item .name strong {
  font-size: 16px;
  padding-right: 10px;
}
.blk_teacherMain .item .name span {
  color: #999;
}
.blk_teacherMain .item .desc {
  color: #666;
}
.blk_teacherMain .item .btn {
  text-align: right;
  padding-top: 10px;
  position:relative; 
  top:0px; 
  left:-40px;
}
.blk_teacherMain .item .btn a {
  display: inline-block;
  width: 93px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  text-indent: 999px;
  background: url(../img/btn.png) no-repeat;
}
.blk_teacherMain .thumb {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #000;
}
.blk_teacherMain .thumb img {
  border: 1px solid #FFF;
  opacity: .5;
}
.blk_teacherMain .thumb.current {
  position: relative;
}
.blk_teacherMain .thumb.current img {
  opacity: 1;
}
.blk_teacherMain .thumb.current:before {
  content: "";
  width: 66px;
  height: 66px;
  border: 2px solid #fea952;
  position: absolute;
}
.blk_teacherMain .box {
  display: none;
}
.blk_teacherSide .box1 {
  padding-top: 44px;
}
.blk_teacherSide .box2 {
  padding-top: 69px;
}
.blk_teacherSide .box3 {
  padding-top: 57px;
}
/* ***************************************************************************** 锟斤拷锟斤拷 ********* */
.blk_teacherMenu h2 {
  line-height: 30px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: #cf7102;
}
.blk_teacherMenu dl {
  margin-top: 5px;
  border: 1px solid #f7cf9e;
}
.blk_teacherMenu dl dt {
  line-height: 30px;
  background-color: #fcf0da;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.blk_teacherMenu dl dt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 12px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
}
.blk_teacherMenu dl dd {
  text-align: center;
  color: #CCC;
  padding: 10px 0;
  line-height: 25px;
  display: none;
}
.blk_teacherMenu dl dd a {
  margin: 0 5px;
}
.blk_teacherMenu dl.current dd {
  display: block;
}
.blk_teacherList {
  margin-right: -30px;
}
.blk_teacherList li {
  margin-right: 20px;
  width: 245px;
  float: left;
}
.blk_teacherList li img {
  padding: 4px;
  border: 1px solid #dddddd;
}
.blk_teacherList li strong {
  display: block;
  padding: 6px 0;
  font-size: 16px;
}
.blk_teacherList li p {
  font-size: 12px;
  text-indent: 2em;
  line-height: 20px;
}
.blk_teacherList li p a {
  color: #cf7102;
}
.blk_teacherList li.line {
  width: 100%;
  clear: both;
  float: none;
  height: 20px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 20px;
}
.blk_teacherShow {
  border: 1px solid #f7cf9e;
}
.blk_teacherShow .blk_intro {
  margin: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
}
.blk_teacherShow .blk_intro .right {
  width: 400px;
}
.blk_teacherShow .blk_intro h2 {
  margin-bottom: 10px;
}
.blk_teacherShow .blk_tclist {
  margin: 0 20px 20px;
}
.blk_teacherShow .blk_tclist h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blk_teacherShow .blk_tclist table {
  width: 100%;
}
.blk_teacherShow .blk_tclist table th {
  background-color: #EEE;
  border: 1px solid #dddddd;
  line-height: 35px;
}
.blk_teacherShow .blk_tclist table td {
  border: 1px solid #dddddd;
  padding: 5px;
  text-align: center;
}
.blk_teacherShow .blk_tclist table .t1 {
  text-align: left;
  padding-left: 10px;
}
.blk_teacherShow .blk_tclist table .t2,
.blk_teacherShow .blk_tclist table .t3 {
  width: 120px;
}
.blk_teacherShow .blk_tclist table .pr {
  color: #F00;
}
.blk_teacherPager {
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
/* ***************************************************************************** 锟斤拷锟斤拷 ********* */
.blk_hezuo .tit {
  margin-right: 20px;
  color: #666 !important;
  cursor: pointer;
}
.blk_hezuo .tit.current {
  color: #6a3906 !important;
}
.blk_hezuo .bd {
  border: 1px solid #dddddd;
}
.blk_hezuo .box {
  display: none;
}
.blk_hezuo .box.current {
  display: block;
}
.blk_hezuoSlide {
  position: relative;
}
.blk_hezuoSlide .slide {
  padding-top: 30px;
  position: relative;
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
.blk_hezuoSlide .slide .items {
  width: 9999em;
  height: 90px;
}
.blk_hezuoSlide .slide li {
  float: left;
  width: 153px;
  text-align: center;
  line-height: 40px;
}
.blk_hezuoSlide .arr {
  position: absolute;
  top: 40px;
  width: 20px;
  height: 22px;
  cursor: pointer;
  background: url(../img/slideArrow.png) no-repeat;
}
.blk_hezuoSlide .arr.slidePrev {
  left: 10px;
}
.blk_hezuoSlide .arr.slideNext {
  right: 10px;
  background-position: 100% 0;
}
.blk_hezuoLink .con {
  padding: 20px;
  color: #CCC;
}
.blk_hezuoLink .con a {
  white-space: nowrap;
  margin: 0 5px;
}
/* ***************************************************************************** 医锟斤拷锟饺碉拷  ********* */
.blk_kaoHot .hd,
.blk_siteMap .hd {
  height: 32px;
  line-height: 30px;
  border-bottom: 2px solid #A4A4A4;
}
.blk_kaoHot .hd .tit,
.blk_siteMap .hd .tit {
  float: left;
  color: #6a3906;
  font-size: 18px;
  padding-left: 35px;
}
.blk_kaoHot .tit {
  background: url(../img/ico_kaoHot.png) no-repeat;
}
.blk_kaoHot .bd {
  padding: 15px 0;
}
.blk_kaoHot .bd a {
  margin: 0 15px 10px 0;
  line-height: 24px;
  white-space: nowrap;
  display: inline-block;
}
.blk_siteMap .tit {
  background: url(../img/ico_siteMap.png) no-repeat;
}
.blk_siteMap .left {
  width: 320px;
  margin-right: 20px;
}
.blk_siteMap .right {
  width: 320px;
}
.blk_siteMap .bd {
  padding: 15px 0;
}
.blk_siteMap dl {
  clear: both;
  margin-bottom: 10px;
  line-height: 24px;
}
.blk_siteMap dt {
  color: #247ada;
  font-size: 16px;
  font-weight: bold;
}
.blk_siteMap .alt {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.blk_siteMap .con {
  float: left;
  font-size: 13px;
  color: #CCC;
}
.blk_siteMap .con a {
  margin: 0 4px;
}
.blk_siteMap .clear {
  margin-bottom: 6px;
}
</pre></body></html>