a {
  color: #333;
  text-decoration: none;
}

.top-box {
  height: 30px;
  background: #666;
}

.home-link {
  float: left;
  padding:0 24px;
  line-height: 30px;
  background: url(../images/home-ico.png) no-repeat center left;
}

.home-link a{
  color: #dcdcdc;
}

.ver-link {
  float: right;
  line-height: 30px;
  
}

.ver-link a {
  color: #dcdcdc;
}

.main-header {
  background: #fff;
}

.logo {
  padding: 37px 0;
}

.slogan-img {
  display: block;
  margin: auto;
}

.search-box {
  width: 206px;
  background: #fff;
  color: #b3b3b3;
  padding:0 0 0 14px;
  margin: 41px 0 41px 0;
  border: 2px solid #2b84cd;
}

.search-box input {
  width: 140px;
  height: 36px;
  line-height: 36px;
  border: 0;
  outline: none;
}

.search-box button{
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: #2b84cd;
  outline: none;
  float: right;
  color: #fff;
}


.main-nav {
  font-size: 16px;
  background: #1476c6;
}

.navbar-mini {
  text-align: center;
}

.nav>li>a,
.nav>li>a:active {
  color: #fff;
  padding: 18px 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: #0e65ad;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: #0e65ad;
  color: #fff;
}

.main-pic {
  background: #f0f0f0;
  padding-top: 10px;
}

.notice-box {
  padding-top: 10px;
  background: #f0f0f0;
}

.notice-wrap {
  background: #fff;
}

.notice-cont {
  height: 40px;/*固定公告栏显示区域的高度*/
  padding: 0 42px;
  overflow: hidden;
  background: url(../images/notice.png) 10px center no-repeat;
}

.notice-cont ul {
  padding: 0;
}

.notice-cont ul li {
  list-style: none;
  line-height: 40px;
  /*以下为了单行显示，超出隐藏*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice-cont ul li span{
  color: #888;
}

.notice-more {
  height: 40px;
  line-height: 40px;
}

.notice-more a {
  color: #999;
}

.date-box {
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  background: url(../images/date.png) left center no-repeat;
}

.main {
  background: #f0f0f0;
  padding-bottom: 20px;
}

.carousel-indicators {
  bottom: 10px;
}

/**文章标题列表**/

  /*公共*/
    /*标题部分*/
    .column-title {
      padding: 0 0 15px 0;
      line-height: 30px;
    }

    .new-notice {
      background: url(../images/tit-bg.gif);
      border: 0;
    }

    .column-title h3 {
      float: left;
      margin: 0;
      font-size: 24px;
      padding: 0;
      margin: 0;
      font-weight: normal;
      color: #1476c6;
    }

    .new-notice h3 {
      color: #fff;
    }


    .column-title span {
      display: block;
      float: left;
      padding-left: 10px;
      color: #aaa;
    }

    .column-title a {
      display: block;
      float: right;
      color: #aaa;
    }

    .new-notice a {
      color:#fff;
    }

    /*列表内容部分*/
    .column-list {
    }

    .column-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
    }

    .column-list ul li{
      height: 36px;
      line-height: 36px;
      padding-left: 16px;
      background: url(../images/dot.png) no-repeat 0 center;
      overflow:auto;
    }

    .column-list ul li a{
      display: block;
      float: left;
      width: 62%;
      /*ie列表行间距bug  white-space:nowrap;*/
      overflow: hidden;
      text-overflow: ellipsis;
      white-space:nowrap; 
      vertical-align: middle;
    }

    .column-list ul li span{
      display: block;
      float: right;
      color: #bbb;
    }

    .column-feature {
    }

    .column-feature img {
      width: 32%;
      display: block;
      float: left;
      margin: 20px 0 0 25px;
    }

    .column-feature a {
      width: 52%;
      display: block;
      float: right;
      margin-right: 25px;
      margin: 20px 25px 0 0;
      font-size: 16px;
    }

    .column-feature span {
      width: 52%;
      display: block;
      float: right;
      margin-right: 25px;
      color: #999;
    }

    .no-date ul li a {
      width: 95%;
    }

    .first-title {
      margin-top: 20px;
    }

/*图片和新闻*/
    .art-box {
      background: #fff;
      box-sizing: border-box;
      margin-top: 20px;
    }

    .news-box {
      padding: 30px;
      border-right: 1px solid #ccc;
    }

/*故事*/

    .story-box {
      padding: 30px;
    }

    /*带日期列表*/
    .date-list {
    }

    .date-list ul{
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
    }

    .date-list ul li{
      overflow:auto;
      margin-bottom: 14px;
    }

    .date-list ul li div {
      float: left;
      width: 20%;
      height: 50px;
      background: #C9D5F9;
      color: #6675a7;
      font-size: 12px;
      text-align: center;
      line-height: 20px;
    }

    .date-list ul li div b {
      display: block;
      height: 30px;
      line-height: 30px;
      font-size: 22px;
      color: #fff;
      background: #6290E5;
    }

    .date-list ul li a{
      float: right;
      width: 70%;
      display: block;
      line-height: 25px;
    }



.multi-box {
  background: #f0f0f0;
  padding-bottom: 0;
  padding-top: 10px;
}

.multi-box .column-title {
  border-left: 6px solid #1476c6;
  padding: 0 0 0 16px;
  height: 24px;
  line-height: 24px;
}

.multi-imgtxt {
  margin-top: 20px;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.multi-imgtxt div{
  float: left;
  width: 47%;
  background: #fff;
  margin: 0 1.5%;
  font-size: 16px;
  padding-bottom: 10px;
}

.multi-imgtxt div a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap; 
}

.multi-imgtxt div a img{
  display: block;
  width: 100%;
}

.multi-imgtxt div a.txtlink {
  padding: 10px 20px 5px 20px;
  line-height: 30px;
}

.multi-imgtxt div span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #999;
}

/*教师风采*/
.gallery {
  background: #f0f0f0;
  padding-bottom: 20px;
}

.gallery-cont {
  background: #fff;
  margin-top: 20px;
  padding: 30px;
}

.person-cont .item {
  background: #fff;
}

.person-cont .item h4 {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.banner {
  margin-top: 20px;
}


.footer-box{
  background: #4f4f4f;
  padding: 30px 0;
}

.friend-link {
  text-align: center;
}

.friend-link a {
  color: #fff;
}

  .copyright{
    color:#888;
    text-align: center;
    padding:10px 0;
    font-size:14px;
  }

/* 内页 */

.in-page {
  padding-top: 20px;
}

.sec-nav {
  margin-bottom: 20px;
}

.sec-title {
  font-size: 16px;
  background: #1476c6;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding-left: 20px;
}

.sec-nav ul{
  list-style: none;
  padding: 0 10px 20px 10px;
  margin: 0;
  background: #f6f6f6;
}

.sec-nav ul li{
  padding: 10px 0 10px 30px;
  line-height: 20px;
  border-bottom: 1px solid #eee;
  background: url('../images/arrow_right.png') no-repeat 10px center;
}

.sec-nav ul li.sec-open {
  background: url('../images/arrow_right_open.png') no-repeat 10px center;
}

.sec-nav ul li.thr {
  background: #eee url('../images/arrow2.png') no-repeat 16px center;
  border-bottom: 1px solid #e0e0e0;
}

.list-box{
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-left: 0;
}

.list-box li {
  height: 30px;
  line-height: 30px;
  padding-left: 18px;
  background: url(../images/dot.png) no-repeat 0 center;
}

.list-box li a {
  display: inline-block;
  color: #555;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  width: 60%;
}

.list-box li span {
  display: block;
  float: right;
  color: #999;
}

.content-box {
  background: #fff;
  margin-bottom: 20px;
}

.breadcrumb {
  background: #fff;
  line-height: 44px;
  padding: 0 15px;
  margin: 0;
}

.content-top {
  border-bottom: 2px solid #1d82d4;
}

.content-detail{
  padding: 20px;
}

.content-detail img {
  max-width: 100%;
}


.art-list {
  margin-top: 0;
}

.art-list li{
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #eee;
}

.art-img {
  width: 160px;
  height: 120px;
}

.art-img-text {
  color: #888;
}

.art-img-text h4 a{
  color: #555;
  font-size: 16px;
}

.art-img-text span {
  display: block;
  margin-top: 10px;
}

.media-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.group-title {
  border-bottom: 1px solid #bbb;
}


.art_tit h2{font-size:18px; font-weight:bold; text-align:center; line-height:30px; margin-top:10px;}
    
.art_info{background:#f6f6ef; border-top:#e8e9d8 1px solid; height:22px; line-height:22px;  border-bottom:#e8e9d8 1px solid; text-align:center; font-size:12px; color:#aaa;}
.art_info a{color:#1f87b7;}
      
.font_print{height:16px; line-height:20px; margin:5px 120px; text-align:center;}
.font_print a{color:#1f87b7;}
    
.art_text{padding:20px;}

.file_box{margin:0; color:#06203b; padding:10px; border:1px solid #e5e5e5; background:#f9f9f9; font-size:14px;}
.file_box a{color:#1f87b7;}	

.thumbnail .caption {
  padding: 5px;
}

.thumbnail .caption h3{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}


.school {
  margin-bottom: 20px;
}

.school-name {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.class-list {
  line-height: 30px;
  text-align: center;
  padding: 10px;
}

.class-list a {
  display: block;
  margin-top: 10px;
  color: #666;
}

.class-list a:first-child {
  margin-top: 0;
}

.plan-list{
  
}

.plan-item {
  margin-bottom: 20px;
}

.abc {
  background: #0088ca;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  float:left;
}

.area {
  margin-left: 50px;
  line-height: 30px;
}

.area a {
  display: inline-block;
}
/**********************************/
/*************媒体选项**************/
/**********************************/
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .slogan-img {
    text-align: left;
  }

  .dropmenu-box{
    padding: 0;
  }
  
  .dropmenu-box>li>a {
    padding: 8px 10px;
  }

  .navbar-collapse-box {
    padding-left: 0;
    padding-right: 0;
  }

  .news-list {
    margin-left: -10px;
  }

  .column-list ul li a{
    width: 65%;
  }

  .list-box li a {
    width: 65%;
  }

  .no-date ul li a{
    width: 95%;
  }

  .bar {
    width: 320px;
  }

  .carousel-caption {
    padding-bottom: 20px;
  }

  a.link-box span{
    font-size: 16px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .main-header {
  }

  .slogan-img {
    padding-top: 62px;
  }

  .top-bar {
    float: right;
  }

  .first-title {
    margin-top: 0;
  }

  .ver-link {
  }

  a.link-box span{
    font-size: 14px;
  }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  a.link-box span{
    font-size: 18px;
  }
}