a {
  color: #333;
  text-decoration: none;
}

.main-header {
  background: #fff;
  border-top: solid 4px #4a4a4a;
}

.logo {
  padding: 30px 0;
  text-align: center;
}

.slogan-img {
  display: block;
  margin: auto;
}

.ver-link {
  text-align: center;
  height: 36px;
  line-height: 32px;
  background: url(../images/ver_bg.png) no-repeat right;
  color: #fff;
  margin-bottom: 20px;
}

.ver-link a {
  color: #fff;
}

.search-box {
  width: 220px;
  background: #eee;
  color: #b3b3b3;
  padding:0 13px;
  border:1px solid #aaa;
  margin: 0 auto 10px;
}

.search-box input {
  width: 168px;
  height: 34px;
  line-height: 34px;
  border: 0;
  outline: none;
  background: #eee;
}

.search-box button{
  width: 20px;
  border: 0;
  padding: 0;
  background: none;
  outline: none;
}


.main-nav {
  font-size: 16px;
  background: #05448b;
}
 
.navbar-mini {
  background: #eee;
  text-align: center;
}

.nav>li>a,
.nav>li>a:active {
  color: #fff;
  padding: 15px 18px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: #063367;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: #063367;
  color: #fff;
}

.notice-box {
  margin-top: 10px;
}

.notice-wrap {
  background: #eee;
}

.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;
}

.main {
}

.dotbg {
  background: url(../images/bg_pattern.gif);
  padding-bottom: 20px;
}

.carousel-indicators {
  bottom: 10px;
}

/**文章标题列表**/

  /*公共*/
    /*标题部分*/
    .column-title {
      height: 50px;
      background: #e9e9e9;
      padding:0 25px;
      border-left: 10px solid #2670c3;
      margin-top: 20px;
    }

    .new-notice {
      background: url(../images/tit-bg.gif);
      border: 0;
    }

    .column-title h3 {
      float: left;
      margin: 0;
      font-size: 16px;
      line-height: 50px;
      padding: 0;
      margin: 0;
      font-weight: normal;
      color: #333;
    }

    .new-notice h3 {
      color: #fff;
    }

    .column-title a {
      display:block;
      float:right;
      height:50;
      line-height:50px;
      font-size:14px;
      color:#aaa;
    }

    .new-notice a {
      color:#fff;
    }

    /*列表内容部分*/
    .column-list {
      background: #f5f5f5;
    }

    .tab-content .column-list {
      background: #fff;
    }

    .column-list ul {
      list-style: none;
      padding: 13px 0 14px 25px;
      margin: 0;
      font-size: 14px;
    }

    .tab-content .column-list ul {
      padding: 15px 0;
    }

    .column-list ul li{
      height: 28px;
      line-height: 28px;
      overflow:auto;
    }

    .tab-content .column-list ul li{
      height: 40px;
      line-height: 40px;
      padding-left: 16px;
      background: url(../images/dot.png) no-repeat 0 center;
    }

    .column-list ul li b{
      display: block;
      float: left;
      color: #0088ca;
      margin-right: 5px;
    }

    .column-list ul li a{
      display: block;
      float: left;
      width: 56%;
      /*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;
      margin-right: 25px;
      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;
    }

    .tab-pane {
      position: relative;
    }

    .more {
      position: absolute;
      top: -32px;
      right: 2px;
      color: #999;
    }

    /*各类招生*/
    .spe-list {
      margin: 20px 0 0 0;
      list-style: none;
      padding: 0;
    }

    .spe-list li {
      height: 58px;
      line-height: 58px;
      margin-top: 5px;
      /* background: url(../images/vertical-waves.png); */
    }

    .spe-list li.main-link01 {
      background: url(../images/main-link-bg1.jpg) left center;
    }

    .spe-list li.main-link02 {
      background: url(../images/main-link-bg2.jpg) left center;
    }

    .spe-list li.main-link03 {
      background: url(../images/main-link-bg3.jpg) left center;
    }

    .spe-list li.main-link04 {
      background: url(../images/main-link-bg4.jpg) left center;
    }

    .spe-list li.main-link05 {
      background: url(../images/main-link-bg5.jpg) left center;
    }


    .spe-list li div{
    }

    .spe-list li div span {
      display: block;
      float: left;
      width: 58px;
      height: 58px;
      background: url(../images/arrow-right-s-fill.png) no-repeat center center rgba(254, 254, 254, 0.2);
    }

    .spe-list li div a {
      color: #fff;
      display: inline-block;
      padding-left: 10px;
    }

    .Services-lobby {
      margin-top: 20px;
      background: #eee;
      padding: 20px 0;
    }

    .Services-lobby .enter {
      background: #0088ca;
    }

    /*Main2*/

    .service .nav-tabs {
      border: none;
      margin-bottom: 10px;
    }

    .tab-art-list li{
      cursor: pointer;
    }

    .tab-art-list li span h3{
      margin-right: 15px;
      color: #888;
      font-weight: 100;
    }

    .tab-art-list li.active span h3{
      color: #0088ca;
      font-weight: normal;
    }

    .tit {
      overflow: auto;
    }

    .tit h3 {
      float: left;
    }

    .tit a {
      display: block;
      float: right;
      line-height: 26px;
      height: 26px;
      margin-top: 20px;
      color: #999;
    }
  
    .service ul li {
      background: #eee;
      display: inline-block;
      box-sizing: border-box;
      width: 25%;
    }

    .service ul li.active {
      background: #0088ca url(../images/arrow-up.png) bottom center no-repeat;
      color: #fff;
    }

    .service ul li span{
      display: block;
      text-align: center;
      height: 50px;
      line-height: 50px;
    }

    .tab-wrap {
      overflow: auto;
    }

    a.ico-box {
      display: block;
      box-sizing: border-box;
      width: 33.3333%;
      padding:10px 0;
      float: left;
      text-align: center;
    }

    a.ico-box:hover {
      text-decoration: none;
    }

    .ico-img {
      margin: auto;
      box-sizing: border-box;
      width: 50%;
      padding: 16px 0;
    }

    .ico-box span{
      color: #fff;
    }
    
      .zsjz {
        background: #d85d57;
      }

      .zyml {
        background: #b6956b;
      }

      .wsbm {
        background: #73b499;
      }
      
      .cjcx {
        background: #7493a1;
      }

      .djfs {
        background: #c55894;
      }

      .lqgs {
        background: #84a33d;
      }

      .zszc {
        background: #787acc;
      }

      .wtjd {
        background: #aa6c7f;
      }

      .lxxy {
        background: #beb85e;
      }

      .tdxlsq {
        background: #5b9264;
      }

    .tab-block {
      overflow: auto;
    }

    .tab-block h4 {
      width: 8%;
      background: #669ab4;
      text-align: center;
      margin: 0;
      float: left;
    }

    .tab-block h4:before{
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .tab-block h4 span {
      display: inline-block;
      vertical-align: middle;
      width: 1em;
      color: #fff;
    }

    .th1 {
      height: 40px;
    }

    .th2 {
      height: 85px;
    }

    .th3 {
      height: 130px;
    }

    .th4 {
      height: 175px;
    }

    .tab-link-box {
      float: left;
      width: 92%;
    }

    .tab-link-box div {
      float: left;
      width: 33.33333%;
      margin-bottom: 5px;
    }

    .tab-link-box div a{
      display: block;
      width: 95%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      float: right;
      background: #cbe3f6;
      border: 1px solid #b8d3e9;
    }

    .study .tab-link-box div a {
      background: #cbe3f6;
      border: 1px solid #b8d3e9;
    }

    .query .tab-link-box div a {
      background: #e3f6c9;
      border: 1px solid #d0e9ab;
    }

    .guide .tab-link-box div a {
      background: #f4d2bf;
      border: 1px solid #e9bea7;
    }

    .guide2 .tab-link-box div a {
      background: #f4d2bf;
      border: 1px solid #e9bea7;
    }

    .teacher .tab-link-box div a {
      background: #cbe3f6;
      border: 1px solid #b8d3e9;
    }

    .tutor .tab-link-box div a {
      background: #e3f6c9;
      border: 1px solid #d0e9ab;
    }

    .quick-service {}

    .quick-service .service-title h4{
      color: #888;
    }

    .service-list {
      overflow: auto;
      margin-top: 20px;
    }

    .service-item {
      width: 16.16%;
      margin-left: 0.5%;
      float: left;
      height: 50px;
      margin-bottom: 5px;
      font-size: 14px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      background-position: 10% center;
      background-repeat: no-repeat;
    }

    .service-item:before{
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .service-item a {
      display: inline-block;
      vertical-align: middle;
      color: #888;
    }

    .service-item a span {
      display: block;
      padding: 0 4px 0px 52px;
      line-height: 16px;
    }

  
    /*校园风光*/

    .gallery {
      margin-top: 20px;
    }

      .gallery-tit {
        background: url(../images/gallery_bg.png) no-repeat center center;
        text-align: center;
        font-size: 16px;
        height: 20px;
        line-height: 20px;
      }

      .gallery-cont {
        background: #f5f5f5;
        margin-top: 8px;
      }
        .gallery-cont div {
          float: left;
          padding: 8px;
        }

          .gallery-cont img {
            width: 212px;
          }
    
.banner {
  margin-top: 20px;
}


.footer-box{
  background: #30373f;
  margin-top: 20px;
}
  .copyright{
    color:#eee;
    padding: 20px 0 10px 0;
    font-size: 14px;
    text-align: center;
  }

  .contact {
    color:#ccc;
    text-align: center;
    margin-bottom: 20px;
  }


/* 内页 */

.in-page {
  margin-top: 20px;
}

.sec-nav {
  margin-bottom: 20px;
}

.sec-title {
  font-size: 16px;
  background: #05448b;
  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 #2670c3;
}

.content-detail{
  padding: 10px 5px;
}

.content-detail img{
  max-width:90%
}

.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:10px 5px;
  text-align: justify;
  word-break:break-all;
}

.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;
  }

  .bar {
    width: 320px;
  }

  .carousel {
    margin-top: 20px;
  }

  .carousel-caption {
    padding-bottom: 20px;
  }

  a.link-box span{
    font-size: 16px;
  }

  .column-list ul li a{
    width: 65%;
  }

  .tab-art-list li span h3{
    margin-right: 10px;
    color: #888;
    font-weight: 100;
  }

  .list-box li a {
    width: 68%;
  }

  .content-detail{
    padding: 20px;
  }

  .art_text {
    padding: 20px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .main-header {
    background:#fff;
  }

  .slogan-img {
    padding-top: 62px;
  }

  .top-bar {
    float: right;
  }

  .ver-link {
  }

  .first-title {
    margin-top: 20px;
  }

  a.link-box span{
    font-size: 14px;
  }

  .column-list ul li a{
    width: 60%;
  }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  a.link-box span{
    font-size: 18px;
  }

  .tab-art-list li span h3{
    margin-right: 15px;
    color: #888;
    font-weight: 100;
  }
}
