.banner{
  margin-bottom: 5px;
}
.banner .bxslider>li{
  position: relative;
}
.banner .banner-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #4a1277;
  padding: 16px 0;
  background-color: rgba(255,255,255,.6);
  text-align: center;
}
.banner .bx-wrapper img{
  width: 100%;
}
.banner .bx-wrapper .bx-pager,.banner .bx-wrapper .bx-controls-auto{
  bottom: 0;
  height: 5px;
  padding-top: 0;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
  width: 100%;
  margin: 0;
  height: 5px;
  border-radius: 0;
  background-color: #4a1277;
  opacity: .5;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #4a1277;
  opacity: 1;
}
.banner .bx-wrapper .bx-controls-direction a{
  width: 23px;
  height: 52px;
}
.banner .bx-wrapper .bx-prev{
  background: url(../images/banner_arrow_Left.png) no-repeat;
  background-size: 100% 100%;
}
.banner .bx-wrapper .bx-next{
  background: url(../images/banner_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}
.list-head{
  padding: 20px 0;
  line-height: 25px;
}
.list-head .list-head-name{
  margin-right: 20px;
  font-size: 20px;
  color: #491176;
  vertical-align: middle;
}
.list-head .line{
  vertical-align: middle;
}
.list-head .toMore{
  margin-left: 20px;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}
.list-head .toMore:hover{
  color: #00cc00;
}
.box-article-image,.box-list-news,.list-notice{
  height: 255px;
}
.box-article-image{
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  box-shadow: 0 1px 2px #e2e2e2;
}
.box-article-image .list-item-image img{
  width: 100%;
  height: 160px;
}
.box-article-image .list-item-info{
  position: relative;
  padding: 8px;
  height: 95px;
  border-bottom: 3px solid #7f579e;
}
.box-article-image .list-item-info .list-item-title{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #101010;
}
.box-article-image .list-item-info .list-item-date{
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 12px;
  color: #888;
}
.box-list-news{
  padding-left: 20px;
}
.box-list-news ul{
  margin-top: -16px;
}
.box-list-news ul li{
  position: relative;
  padding: 16px 95px 16px 0;
  border-bottom: 1px solid #dcdcdc;
}
.box-list-news ul li a{
  display: block;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box-list-news ul li a:hover{
  color: #491176;
}
.box-list-news .list-item-date{
  position: absolute;
  color: #767676;
}
.box-list-notice{
  padding-left: 56px;
}
.list-notice{
  padding: 0;
  position: relative;
}
.list-notice>a{
  color: #419ee6;
  font-size:12px;
  position: absolute;
  right:24px;
  bottom:4px;
}
.list-notice li:first-child{
  margin-top: 0;
}
.list-notice li{
  margin-top: 10px;
  overflow: hidden;
}
.list-notice .time{
  float: left;
  width: 18%;
  height:55px;
  background-color: #eee;
  color: #5d1597;
  text-align: center;
}
.list-notice .time h6{
  font-size:20px;
  line-height:32px;
}
.list-notice .time p{
  font-size:12px;
  line-height:16px;
}
.list-notice .text{
  display: table;
  float: right;
  width:82%;
  padding-left:18px;
}
.list-notice .text a{
  display: table-cell;
  vertical-align: middle;
  height:56px;
  line-height:25px;
  font-size:15px;
  color: #131313;
  border-bottom: 1px solid #e5e5e5;
}
.list-notice .text a:hover{
  color: #00cc00;
}
.bottom-banner{
  margin: 50px 0;
}
.bottom-banner .bxslider li{
  position: relative;
}
.bottom-banner .bxslider li img{
  width: 100%;
  height: 100%;
}
.bottom-banner .bxslider li a{
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  font-size:16px;
  padding:10px 20px 0 20px;
  line-height:30px;
  background: url(../images/arrow.png) no-repeat 80% 80%;
  background-color:rgba(0,0,0,0.4);
  color:#fff; 
  opacity: 0;
  transition: all 0.5s;
}
.bottom-banner .bxslider li:hover a{
  opacity: 1;
}
.bottom-banner .bx-wrapper .bx-controls-direction a {
  top: 55px;
  margin-top: 0;
  width: 26px;
  height: 53px;
}
.bottom-banner .bx-wrapper .bx-prev{
  left:0;
  background: url(../images/button_left.png) no-repeat;
}
.bottom-banner .bx-wrapper .bx-next{
  right:0;
  background: url(../images/button_right.png) no-repeat;
}
.mobile-bottom-banner{
  display: none;
}
.mobile-bottom-banner .bx-wrapper img{
  width: 100%;
  height: 194px;
}
.mobile-bottom-banner .bxslider-title{
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #131313;
  text-align: center;
}
.mobile-bottom-banner .bx-wrapper .bx-pager, .mobile-bottom-banner .bx-wrapper .bx-controls-auto{
  bottom: -18px;
}
.mobile-bottom-banner .bx-wrapper .bx-pager.bx-default-pager a{
  border: 1px solid #53b920;
  background-color: #fff;
}
.mobile-bottom-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .mobile-bottom-banner .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #53b920;
}

.wrapContent .right.box-works{
  padding: 0px 0px 20px 74px;
}
.works-list .works-item{
  margin-bottom: 20px;
}
.works-list .works-item img{
  width: 287px;
}
.works-list .box-info-works{
  padding: 15px;
  height: 90px;
  background-color: #f0f0f0;
}
.works-list .works-name{
  font-size: 15px;
  font-weight: normal;
  color: #131313;
}
.works-list .box-author{
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 6px;
  font-size: 12px;
  line-height: 24px;
}
.works-list .author{
  color: #6c6c6c;
}
.works-list .works-label{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 68px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #4a1277;
  background-color: #e7e7e7;
  border-radius: 10px;
  text-align: center;
}
.works-list .author-info{
  color: #131313;
}
.details-teacher .media-object{
  width: 100%;
  height: 226px;
}
.details-teacher .media-heading{
  padding: 25px 0 14px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.details-teacher .media-heading a{
  font-size: 22px;
  font-weight: normal;
  color: #353535;
}
.details-teacher .media-body-s{
  display: table-cell;
  padding: 0 30px 0 38px;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
.details-teacher .media-summary{
  padding: 16px 0;
}
.details-teacher .email,.details-teacher .tel{
  display: block;
  padding-left: 28px;
  width: 50%;
}
.details-teacher .email{
  float: left;
  background: url(../images/email.png) no-repeat left center;
}
.details-teacher .tel{
  float: right;
  background: url(../images/Phone.png) no-repeat left center;
}
.details-teacher .teacher-info h5{
  margin-bottom: 5px;
  font-size: 14px;
  color: #4a1277;
}
.details-teacher .teacher-info h5 span{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
}
.box-info-teacher{
  margin-top: 34px;
}
.box-info-teacher .info-teacher-head{
  border-bottom: 5px solid #eee;
}
.info-teacher-head a{
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
}
.info-teacher-head a.current{
  color: #4a1277;
}
.info-teacher-head a.current:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #4a1277;
}
.box-info-teacher .info-tab{
  display: none;
  padding: 24px 0;
  font-size: 15px;
  line-height: 30px;
}
.box-info-teacher .info-tab p{
  text-indent: 2em;
}
.box-info-teacher .info-tab.on{
  display: block; 
}
.box-btn-load{
  padding:20px 0;
  text-align: center;
}
.btn-load{
  padding: 6px 60px;
  background-color: #f0f0f0;
}
.btn-load:hover{
  background-color: #d3d3d3;
}

@media (max-width: 768px){
  .banner{
    padding-top: 70px;
  }
  .banner .container {
      width: 100%;
  }
  .banner .bx-wrapper{
    z-index: 2;
  }
  .banner .bx-wrapper,.banner .bx-wrapper img{
    height: 160px;
  }
  .banner .bx-wrapper .bx-controls-direction a{
    width: 10px;
    height: 21px;
  }
  .banner .banner-title{
    font-weight: normal;
  }
  .box-article-image .list-item-info{
    height: 85px;
  }
  .box-list-news{
    padding-left: 3px;
  }
  .box-list-news ul{
    margin-top: 0;
  }
  .box-list-news ul li{
    padding: 16px 16px 25px 0;
  }
  .box-list-news .list-item-date{
    bottom: 0;
    right: 0;
    font-size: 12px;
  }
  .box-list-notice{
    padding-left: 0;
  }
  .list-notice .time{
    width: 16%;
  }
  .list-notice .text{
    width: 84%;
  }
  .bottom-banner{
    display: none;
  }
  .mobile-bottom-banner{
    display: block;
    margin: 15px 0;
  }
  .wrapContent .right.box-works{
    padding: 20px 0;
  }
  .works-list .works-item,.works-list .works-item img{
    width: 100%;
  }
  .wrapContent .right.details-teacher{
    padding-top: 15px;
  }
  .details-teacher .media-body-s{
    padding: 0;
  }
  .details-teacher .email, .details-teacher .tel{
    width: 100%;
  }
  .details-teacher .email{
    margin-bottom: 15px;
  }
}
@media (min-width: 992px){
  .banner .container {
      width: 1000px;
  }
}
@media (min-width: 1024px){
  .box-list-news .list-item-date{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    font-size: 15px;
  }
}
@media (min-width: 1190px){
  .banner .container {
      width: 1080px;
  }
}
@media (min-width: 1200px){
  .banner .container {
    width: 1170px;
  }
}
@media (min-width: 1300px){
  .banner .container {
    width: 1230px;
  }
}
@media (min-width: 1350px){
  .banner .container {
    width: 1280px;
  }
}
@media (min-width: 1400px){
  .banner .container {
    width: 1305px;
  }
}
