.lf {
  float: left;
}
.rig {
  float: right;
}
.li-inlineblock,
.div-inlineblock,
.select-input,
.sicbg {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input,
.sicbg > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
/*a元素样式*/
/*字体相关*/
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
/** 全 局 配 置 ****************************************************/
.section a:hover {
  color: #c53634;
}
.section-inner a,
.sp-lf li,
.sp-a-head,
.sp-rig,
.sp-title,
.sp-list,
.sp-imgitem a,
.sp-lf h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageImg {
  overflow: hidden;
  height: 400px;
  width: 100%;
}
.pageImg img {
  height: 400px;
  width: 100%;
}
.section-inner {
  margin: 0 auto;
  width: 1200px;
  padding: 30px 0;
}
/** 左 侧 栏 ****************************************************/
.sp-lf {
  width: 22.5%;
  margin-right: 1.583%;
}
.sp-lf a {
  display: inline-block;
  width: 100%;
}
.sp-lf h1 {
  width: 100%;
  background-color: #c53634;
}
.sp-lf h1,
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}
.sp-lf h1 {
  padding-left: 45px;
}
.sp-lf ul {
  width: 100%;
  position: relative;
}
/*左侧栏目下方块状装饰*/
.sp-lf ul:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 18px;
  background-color: #ebe8db;
}
.sp-lf li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 6px;
  height: 60px;
  background-color: #f7f7f7;
}
.sp-lf li:before {
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  background-color: #c53634;
}
.sp-lf li i {
  float: right;
  font-style: normal;
  margin-right: 19px;
  color: #aaaaaa;
}
.sp-lf li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #444444;
  padding-left: 42px;
  border-right: 1px solid #ebe8db;
}
.sp-lf li,
.sp-lf li:before,
.sp-lf li i,
.sp-lf li a {
  transition: all .1s linear;
}
.sp-lf h1 a:hover {
  color: #ffffff;
}
.sp-lf li:not(:last-child) a {
  border-bottom: 1px solid #ebe8db;
}
.sp-lf li:hover {
  background-color: #fff;
}
.sp-lf li:hover a {
  color: #c53634;
}
.sp-lf li:hover i {
  color: #c53634;
}
.sp-lf li:hover:before {
  background-color: #f0ad4e;
}
.sp-lf li:hover:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #c53634;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #c53634;
}
.sp-lf .sp-lf-current a i {
  color: #c53634;
}
/*当前栏目 - 左侧小方块*/
.sp-lf .sp-lf-current:before {
  background-color: #f0ad4e;
}
.sp-lf .sp-lf-current:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #c53634;
}
/** 右 侧 内 容 ****************************************************/
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  width: 75.7166%;
}
/*标题和位置导航*/
.sp-title {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.sp-title-lf h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}
.sp-title-lf h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #c53634;
}
.sp-title-rig {
  line-height: 74px;
}
/*当前位置小图标*/
.sp-title-rig i {
  padding: 10px 15px;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
/*最后一个栏目特殊样式*/
.sp-title-rig > div > span:last-child > a {
  color: #f0ad4e;
}
/*图标或箭头*/
.sp-title-rig > div > span:nth-child(1n) {
  color: #c0c0c0;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
/** page: 链 接 列 表 ****************************************************/
.sp-list {
  width: 100%;
  padding: 20px 0;
}
.sp-list li {
  position: relative;
  transform: all .5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 7px;
  height: 7px;
  top: 50%;
}
.sp-list li:before {
  left: 5px;
  margin-top: -3.5px;
  background-color: #e1c668;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list li:after {
  z-index: 1;
  left: 7px;
  margin-top: -1px;
  background-color: #f5ebca;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  width:75%;
  line-height: 39px;
}
.sp-list li a:hover {
  color: #c53634;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: 'Arial';
  float: right;
}
/** page: 单 页 文 章 ****************************************************/
.sp-article {
  padding: 10px 0 30px 0;
}
.spa-head {
  width: 100%;
  padding: 16px 0;
}
/*描述性内容，一般是时间/栏目/作者/浏览人数*/
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding: 7px 0;
  font-size: 26px;
  color: #c53634;
}
.sp-content {
  color: #4c4c4c;
  line-height: 25px;
  font-size: 16px;
}
.sp-content hr {
  border: none;
  margin-bottom: 20px;
}
/************************************ page: 图 片 列 表 *************************************/
.sp-imglist-outer {
  padding: 30px 0;
}
.sp-imglist {
  width: 100%;
}
.sp-imglist > li {
  width: 260px;
  height: 260px;
}
.sp-imglist > li:not(:nth-child(3n)) {
  margin-right: 3.3333%;
}
.sp-imglist h3 {
  text-align: center;
  width: 100%;
}
.sp-imglist a {
  font-size: 16px;
  line-height: 40px;
  color: #555;
}
.sp-imgitem {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sp-imglist > li:hover .sp-imgitem {
  border: 3px solid #c53634;
}
.sp-imgitem {
  border: 3px solid #f1eacc;
}
.sp-imgitem a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 254px;
  height: 194px;
  border: 1px solid #fff;
}
.sp-imgitem img {
  width: 252px;
  height: 192px;
}
/****************** 教师风采列表 ********************/
.sp-jsfc{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
}

.sp-jsfc ul{
	margin:0 -35px 0 0;
	zoom:1;
}

.sp-jsfc ul li{
	width:200px;
	float:left;
	position:relative;
	padding-bottom:23px;
	margin:37px 35px 0 35px;
	
}

.sp-jsfc .js_img{
	width:100%;
	height:200px;    border: 5px solid #fee8bd;
	overflow:hidden;-webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sp-jsfc .js_img img{
	width:100%;
	height:100%;
	transition: all 1s ease-out;
}
.sp-jsfc .js_img img:hover{
	transform: scale(1.1);
}

.sp-jsfc ul li span{
	width:80%;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-24px;
	color:#444444;
	font-size:16px;
	text-align:center;
	background:#FFF;
	box-shadow: 0px 1px 4px 3px #9999997a;
	padding:10px 0;
}
/****************** 教师风采列表 ********************/
/****************** 教师风采、师资队伍详情 ********************/
.spa-top {height: 187px;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);padding: 30px 24px;margin-top: 20px;}
.spa-left {width: 156px;float: left;}
 
.spa-right {    width: 54%;
    float: left;
    margin-left: 63px;}
.spa-right h2 {font-size: 28px;color: #c53634;line-height: 28px;display: inline-block;padding-right: 18px;}
.spa-right h3 {font-size: 14px;color: #7B7B7B;line-height: 22px;display: inline-block;position: relative;top: -4px;}
.spa-right h4 {font-size: 14px;color: #333333;line-height: 24px;padding: 19px 0;border-bottom: 1px solid #E8E8E8;margin-bottom: 12px;}
.spa-right p {font-size: 14px;color: #495060;line-height: 33px;}
.spa-right p img {position: relative;top: 6px;}
.spa-bottom{width: 75%;float: left;margin-left: 25px;}
.spa-bottom p {font-size: 14px;color: #495060;line-height: 33px;}

.spa-content {width: 100%;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);margin-top: 30px;}
.spa-nav .hd{ width:100%; height:52px;}
.spa-nav .hd ul{ margin:0 -10px 0 0; zoom:1;}
.spa-nav .hd ul li{ float:left; width:145.5px; height:52px; background:#F2F2F2;}
.spa-nav .hd ul li a{ display:block; text-align:center; line-height:52px; color:#333333; font-size:16px;}
.spa-nav .hd ul li:not(:last-child) {border-right: 1px solid #D4D4D4;}
.spa-nav .hd ul li.on { background: #c53634; }
.spa-nav .hd ul li.on a {color:#FFF;}
.spa-nav .bd{ width:100%; overflow:hidden;}
.spa-nav .bd .nav_cen { padding: 40px 50px;}
.spa-nav .bd .nav_cen p {font-size: 14px;color: #333333;line-height: 36px;}
/****************** 教师风采、师资队伍详情 ********************/
/***********************		响应式		**********************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pageImg {
    width: 100%;
    height: auto;
  }
  .pageImg img {
    height: auto;
    width: 100%;
  }
  .section-inner {
    width: 100%;
    padding-top: 0;
  }
  .sp-lf,
  .sp-title-rig {
    display: none !important;
  }
  .sp-title-lf h1,
  .sp-article h1 {
    font-size: 23px;
  }
  .sp-article h1 {
    white-space: normal;
    line-height: 30px;
    margin: 10px 0;
  }
  .sp-article img {
    width: 100%;
  }
  .sp-rig {
    width: 100% !important;
    padding: 0 5%;
  }
  .sp-list {
    padding: 0;
  }
  .sp-list li a {
    width: 70%;
  }
  .sp-imglist {
    text-align: center;
  }
  .sp-imglist > li {
    display: inline-block;
  }
/****************** ph教师风采、师资队伍详情 ********************/
  .spa-top{   padding: 30px 15px;}
  .spa-left{width: 50%;}
 
  .spa-right{width: 49%;margin-left:1%;height: 196px;}
  .spa-right h2{display: block;padding-right: 0;    padding-left:35px;}
  .spa-right h3{display: block;padding-top: 15px;font-size: 14px;line-height: 16px;top: 0;    padding-left: 5px;}
  .spa-right h4{border-bottom: none;padding: 0;margin: 10px 0 0 0;    padding-left: 5px;}
  .spa-bottom{width: 100%;margin: 10px 0px;}
   .spa-nav .bd .nav_cen{padding: 20px 15px;}
/****************** ph教师风采、师资队伍详情 ********************/
}

/****************************     小屏手机       ******************************/
@media screen and (max-width: 375px) {
  .spa-top {height: 400px;padding: 30px 15px;}
  .spa-left {width: 156px;/*float: none;margin: auto;*/}
  .spa-right{width: 100%;margin-left: 0%;border-bottom: 1px solid #E8E8E8;padding: 5px 0;height: auto;}
  .spa-right h2 {padding-left: 0px;font-size: 24px;}
  .spa-right h3 {padding-left: 0px;}
  .spa-right h4 {padding-left: 0px;}
  .spa-nav .bd .nav_cen{padding: 20px 10px;}
/****************************     小屏手机       ******************************/
}