* {
  box-sizing: border-box;
}

d {
  display: none;
}

a:hover {
  color: #cf1121;
}

.black {
  background: #000;
  color: #fff;
}

.black * {
  color: #fff;
}

.nopic {
  display: none;
}

.RowsTitle {
  border-bottom: 1px dotted #e9ecef;
  margin-bottom: 15px;
}

.RowsTitle h3 {
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.RowsTitle h3 .cn {
  font-weight: 800;
  color: #cf1121;
}

.RowsTitle h3 .en {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 25px;
  z-index: -100;
  color: #dee2e6;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.top menu ul li {
  display: flex;
  flex-direction: row;
  flex: 0;
  align-items: center;
}

.top menu ul li .en {
  display: none;
}

.top menu ul li:first-child {
  flex: 1;
}

.top menu ul li:first-child .cn {
  display: none;
}

.top menu ul li:first-child .en {
  display: flex;
}

.top menu ul li:first-child a {
  padding-left: 0;
  padding-right: 0;
}

.body {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.body .Frame {
  order: 1;
}

.Log {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.Log * {
  font-size: small;
  color: #888;
  line-height: 1em;
}

.hits::before {
  content: '\f06e';
  flex: 0;
}

.date::before {
  content: '\f017';
  flex: 0;
}

.publisher::before {
  content: '\f015';
  flex: 0;
}

.date {
  order: 1;
  white-space: nowrap;
  margin-left: 20px;
}

.logo {
  text-align: center;
  margin: 5px auto;
}

.logo img {
  max-width: 80px;
  border-radius: 30%;
}

#ArticleDetail .Title {
  font-size: 1.5em;
  padding: 0;
}

#ArticleDetail .Detail {
  word-wrap: break-word;
}

.prettyprint {
  border: 1px solid #ccc;
  border-left-width: 5px;
  padding: 15px;
}

menu ul li a {
  padding-left: 8px;
  padding-right: 8px;
}

.sider {
  position: relative;
  overflow: auto;
}

.sider ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
}

.sider ul li a:hover,
.sider ul li.on a {
  display: block;
  background: #cf1121;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
}

.sider ul li .wraper {
  order: 1;
}

.wraper .Frame {
  border: 1px solid #dee2e6;
  margin-top: 20px;
  margin-bottom: 3em;
  padding: 10px;
}

.search form {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  sider {
    height: auto;
  }
  sider ul {
    flex-flow: column wrap;
    position: relative;
  }
  sider ul li a:hover,
  sider ul li.on a {
    border-radius: 6px;
  }
  .search form {
    margin: 0px auto;
  }
  .top menu ul li:first-child .cn {
    display: flex;
  }
  .top menu ul li:first-child .en {
    display: none;
  }
  .wraper {
    order: 0;
  }
  .wraper .Frame {
    border: 0;
    margin-top: 0px;
    padding: 0px;
  }
  .logo {
    margin: 0 auto;
  }
  .logo img {
    max-width: 100%;
    border-radius: 0;
  }
}
