@charset "utf-8";

/*banner*/
.banner{
  margin-bottom: 20px;
}
.banner .bx-wrapper{
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 0 2px 5px #e7e7e7;
}
.banner .box-character,.banner .box-image{
  height: 360px;
}
.banner .box-character{
  float: left;
  padding: 48px 36px;
  width: 40%;
  border-left: 2px solid #0d9db8;
  background-color: #efefef;
}
.box-character .title a{
  font-size: 20px;
  line-height: 30px;
  color: #0f6a7b;
}
.box-character .summary{
  margin: 35px 0;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.box-character .toMore{
  padding: 6px 12px;
  font-size: 12px;
  color: #0c9db8;
  border: 1px solid #0d9db8;
  border-radius: 2px;
}
.box-image{
  float: left;
  width: 60%;
}
.box-image img{
  width: 100%;
  height: 100%;
}
.banner .bx-wrapper .bx-pager{
  display: none;
}
.banner .bx-wrapper .bx-controls-direction a{
  top: auto;
  bottom: 30px;
  width: 48px;
  height: 48px;
}
.banner .bx-wrapper .bx-controls-direction a:hover{
  background-color: #f5b77c;
  color: #fff;
}
.banner .bx-wrapper .bx-prev{
  left: 420px;
  background: url(../images/banner-left.png) no-repeat center center;
}
.banner .bx-wrapper .bx-next{
  right: 654px;
  background: url(../images/banner-right.png) no-repeat center center;
}

/*content*/
.box-news{
  float: left;
}
.box-news-1{
  width: 68%;
}
.box-news-2{
  padding-left: 40px;
  width: 32%;
}
.head{
  padding: 20px 0;
  line-height: 30px;
}
.head .head-title{
  float: left;
}
.head .head-title a{
  font-size: 20px;
  font-weight: normal;
  color: #0f6a7b;
}
.head .more{
  float: right;
  font-size: 14px;
  color: #999;
}
.box-news-1 .news-item{
  float: left;
  width: 31%;
  margin-left: 27px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 3px 1px #e5e5e5;
}
.box-news-1 .news-item:first-child{
  margin-left: 0;
}
.news-item .cover{
  width: 100%;
  height: 140px;
}
.box-news-1 .news-item-txt{
  height: 112px;
}
.box-news-1 .news-item-title{
  padding: 10px;
  height: 60px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.box-news-1 .news-item-summary{
  padding: 0 10px 12px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}
.box-news-2 .news-item{
  height: 70px;
}
.box-news-2 .date-publish{
  float: left;
  width: 20%;
  height: 100%;
}
.box-news-2 .date-publish em{
  margin-right: 5px;
  font-size: 16px;
  line-height: 28px;
  color: #0f6a7b;
}
.box-news-2 .date-publish i{
  font-size: 16px;
  color: #bfbfbf;
}
.box-news-2 .news-item-title{
  float: left;
  width: 80%;
  font-size: 15px;
  line-height: 28px;
  color: #131313;
}
.box-news-2 .news-item-title:hover{
  color: #0d5d6c;
}
.bg-grey{
  margin-top: 35px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}
.box-news-3{
  width: 36%;
}
.box-news-3 .bx-wrapper{
  box-shadow: 0 1px 2px #e0e0e0,1px 0 2px #e0e0e0;
}
.box-news-3 .news-item{
  padding-bottom: 30px; 
}
.box-news-3 .cover{
  height: 230px;
}
.box-news-3 .news-item-title{
  padding: 12px 16px;
  font-size: 18px;
  line-height: 25px;
  color: #0f6a7b;
}
.box-news-3 .news-item-summary{
  padding: 0 16px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.box-news-3 .bx-wrapper .bx-pager,.box-news-3 .bx-wrapper .bx-controls-auto{
  bottom: 0;
}
.box-news-3 .bx-wrapper .bx-pager.bx-default-pager a{
  background-color: #fff;
  border: 1px solid #f6bb83;
}
.box-news-3 .bx-wrapper .bx-pager.bx-default-pager a:hover,.box-news-3 .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #f6bb83;
}
.box-news-3 .news-item-txt{
  height: 120px;
}
.box-news-3 .bx-controls-direction{
  display: none;
}
.box-news-4{
  margin-left: 4%; 
  width: 28%;
}
.box-news-4 .head{
  padding: 20px 0 6px 0;
  border-bottom: 1px solid #0f6a7b;
}
.box-news-s .list-news{
  height: 168px;
}
.box-news-s .list-news>li{
  padding-right: 12px;
  line-height: 42px;
}
.box-news-s .list-news>li>a{
  display: block;
  width: 100%;
  padding-left: 12px;
  font-size: 15px;
  color: #131313;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/list-arrow.png) no-repeat left center;
}
.box-news-s .list-news>li>a:hover{
  color: #0f6a7b;
}
.box-news-s .box-img{
  position: relative;
  height: 192px;
}
.box-news-s .box-img img{
  width: 100%;
  height: 100%;
}
.box-news-s .box-img .column-title{
  position: absolute;
  padding-bottom: 46px;
  width: 100%;
  top: 70px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: url(../images/column-arrow/.png) no-repeat bottom center;
}
.list-column{
  padding: 40px 0;
  height: 175px;
  text-align: justify;
  text-justify:inter-ideograph;
}
.list-column:after{
  display: inline-block;
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
  line-height: 0;
}
.list-column li{
  position: relative;
  display: inline-block;
  width: 22.5%;
  height: 95px;
}
.list-column li .list-column-img{
  width: 100%;
  height: 100%;
}
.list-column .list-column-title{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  font-size: 22px;
  font-weight: normal;
  color: #fff; 
  text-align: center;
}
.list-link{
  padding: 10px 0 25px 0;
  text-align: center;
}
.list-link dt,.list-link dd{
  display: inline-block;
}
.list-link dt{
  padding-left: 14px;
  font-size: 16px;
  color: #0f6a7b;
  background: url(../images/link-point.png) no-repeat left center;
}
.list-link dd{
  padding: 0 20px;
}
.list-link dd a{
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.list-link dd a:hover{
  color: #0f6a7b;
  border-bottom: 1px dashed #0f6a7b;
}

.list-banner-box{
  position: relative;
  height: 100px;
}
.list-nav{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.first-nav{
  width: 20%;
}
.first-nav a{
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 45px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-color: #1e96ac;
}
.aside{
  float: left;
  width: 20%;
}
.nav-side{
  margin-bottom: 40px;
  background-color: #eee;
}
.nav-side>li{
  padding-left: 25px;
  padding-right: 25px;
  line-height: 45px;
}
.nav-side>li ul>li{
  padding-left: 25px;
  line-height: 45px;
}
.nav-side li a{
  display: block;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;  
}
.nav-side li.current>a{
  color: #0f6a7b;
  background: url(../images/sidenav-arrow.png) no-repeat left center;
}
.nav-side .havethr .cur a{
  color: #0f6a7b;
}
.aside .box-img{
  position: relative;
  margin-bottom: 10px;
}
.aside .box-img img{
  width: 100%;
}
.aside .box-img .column-title{
  position: absolute;
  top: 50px;
  width: 100%;
  padding-bottom: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url(../images/column-arrow.png) no-repeat bottom center;
}
.wrapper-info{
  float: right;
  width: 75%;
}
.wrapper-info-head{
  padding: 12px 0;
  border-bottom: 2px solid #1e96ac;
}
.wrapper-info-head h4{
  float: left;
  font-size: 18px;
  color: #1e96ac;
}
.crumb{
  float: right;
}
.crumb a{
  font-size: 12px;
  color: #666;
}
.crumb a:first-child{
  padding-left: 20px;
  background: url(../images/location-home.png) no-repeat left center;
}
.wrapper-info .list-news{
  min-height: 360px;
}
.wrapper-info .list-news .list-news-item{
  position: relative;
  line-height: 56px;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper-info .list-news .list-news-item a{
  display: block;
  width: 100%;
  padding-left: 12px;
  padding-right: 150px;
  font-size: 16px;
  color: #000;
  background: url(../images/list-news-arrow.png) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper-info .list-news .list-news-item a:hover{
  color: #0f6a7b;
}
.wrapper-info .list-news .list-news-date{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #767676;
}
.wp_paging .page_nav span,.wp_paging .page_nav a{
  position: relative;
  width: 30px;
  height: 22px;
}
.wp_paging .page_nav span>img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 22px;
}
.wp_paging .page_jump,.wp_paging .page_jump a{
  margin-left: 0;
  height: 22px;
  line-height: 22px;
}
.wp_paging li input{
  width: 30px;
  height: 100%;
  margin-top: 0;
}

.wrapper-info-details{
  padding: 20px 0;
}
.wrapper-info-details .title-article{
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: #12889a;
  text-align: center;
}
.wrapper-info-details .info-article{
  padding: 14px 0;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
}
.wrapper-info-details .details p{
  font-size: 15px;
  line-height: 30px;
  text-indent: 2em;
}

.list-teacher{
  margin-left: -22px;
  margin-right: -26px;
}
.list-teacher .media{
  float: left;
  width: 45%;
  height: 156px;
  margin: 14px 22px;
  background-color: #f6f6f6;
}

.list-teacher .media .media-left a{
     display: block;
    width: 157px;
    height: 156px;
}

.list-teacher .media a img {
 width:100%;
 height:100%;
}
.wrapper-info-details .media-body{
  padding: 0 18px;
}
.wrapper-info-details .media-heading{
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.wrapper-info-details .media-heading a{
  font-size: 18px;
  color: #0f6a7b;
}
.wrapper-info-details .media-summary{
  padding: 16px 0;
  font-size: 14px;
  line-height: 25px;
  color: #494949;
}
.details-teacher .media-object{
  width: 404px;
  height: 226px;
}
.details-teacher .media-body{
  padding: 0 30px 0 20px;
}
.box-info-teacher{
  margin-top: 34px;
}
.box-info-teacher .info-teacher-head{
  background-color: #eee;
}
.info-teacher-head a{
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
}
.info-teacher-head a.current{
  color: #fff;
  background-color: #0f6a7b;
}
.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; 
}
.wp_entry .paging_content{
  padding: 20px 0;
}