@charset "UTF-8";
html {
  background: #000000; }

body {
  /*background: url(../css/bg.jpg) bottom center no-repeat;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  /*font-size: 16px;*/
  /*line-height: 1.6em;*/ }

p {
  text-indent: 2em;
  font-size: 16px;
  text-align: justify;
  line-height: 2em;
  word-wrap: break-word; }

.text-center {
  text-align: center; }

.triangle {
  text-align: center; }
  .triangle img {
    margin-top: -8px; }

.share-bt {
  text-align: right;
  padding-top: 5px; }
  .share-bt .txt {
    font-size: 14px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.collect {
  padding-top: 8px; }

.breadcrumb-url {
  padding-left: 0px; }

/* 列表分页 */
.page {
  margin: 10px 0; }

.page a,
.page span {
  color: #686868;
  border: 1px solid #CCCCCC; }

.page a:hover {
  background: #E1E1E1; }

.page .current {
  border-top: 3px solid #4d9afc;
  height: 28px;
  line-height: 26px; }

.page a, .page span {
  float: left;
  margin-left: -1px;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  color: #000;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  /* background-color: #4bbd00; */ }

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #e2e2e2;
  margin: 0px 0px 20px -15px; }

.middle {
  border-top: 1px dotted #e2e2e2; }

.sidebar li, .sidebar-sub li {
  margin-left: 20px; }
  .sidebar li a, .sidebar-sub li a {
    font-size: 2rem;
    color: #808080;
    padding: 20px 10px;
    text-decoration: none; }
  .sidebar li a:hover, .sidebar-sub li a:hover {
    color: #004fb2; }
.sidebar li.myactive, .sidebar-sub li.myactive {
  background-color: #ffbe33;
  border-radius: 10px; }
  .sidebar li.myactive a, .sidebar-sub li.myactive a {
    color: #ffffff; }

.sidebar-sub li a {
  font-size: 1.5rem; }

.list-cont {
  margin-bottom: 30px; }
  .list-cont .list-div:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
    transform: translateY(-1px); }
  .list-cont .list-div {
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.02);
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 3px; }
    .list-cont .list-div .img-responsive-div {
      height: 160px;
      width: 100%;
      background-color: #e0e0e0;
      horiz-align: center; }
      .list-cont .list-div .img-responsive-div .img-responsive {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .list-cont .list-div .img-responsive-div .playBt {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0px;
        top: 60px; }
    .list-cont .list-div .text-div {
      padding: 20px 15px 20px 15px; }
    .list-cont .list-div .case-title {
      font-size: 18px;
      color: #545454; }
    .list-cont .list-div .case-author {
      padding: 10px 0px 0px 0px;
      color: #9c9c9c; }
    .list-cont .list-div .case-text {
      padding: 10px 0px 0px 0px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      color: #9c9c9c; }
    .list-cont .list-div a {
      text-decoration: none; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

/*
.row > [class*='col-'] {
  display: flex;
  flex-direction:column;

}

.col-md-3 {
  width: 23%;
}
*/

/*# sourceMappingURL=education.css.map */
