.breadcrumb li a {
    color: #999
  }
  
  .container {
    background: unset!important
  }
  
  .pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0
  }
  
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border: 0;
    background: unset;
    color: #333;
    cursor: auto;
  }
  
  .pagination>li>a:hover {
      /*background: #f2f8ff;border: 1px solid #38f!important;*/
  }
  
  .pagination .active {
    border: 0
  }
  
  .pagination .active span {
    background-color: inherit;
    border: 0;
    color: #333;
    cursor: auto;
  }
  
  .pagination a,.pagination span {
    color: #333;
    border-color: #e1e2e3!important;
    cursor: pointer;
    margin-right: 9px;
  }
  
  .succ-contain {
    background-color: #fff!important;
  }
  
  .succ-contain .index-succ {
    margin-right: 18px!important
  }
  
  .major-contain .index-major-imgs .index-major-img {
    margin-right: 15px!important;
  }
  
  h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
  }
  
  .univ-contain {
    background: #fff;
    padding-top: 0;
    padding-bottom: 27px;
  }
  
  .major-contain {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  
  .major-contain,.univ-contain {
    overflow: auto
  }
  
  .media, .media .media {
    margin-top: 17px
  }