* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  background: #fff;
  font-family: Arial, "微软雅黑";
}

.container {
  width: 1100px;
  margin: 0 auto;
}

.clear {
  clear: both;
  height: 1px;
}

.msg {
  color: #8a63db;
}

.container_top {
  background: url("../graphs/banner.jpg") no-repeat;
  height: 450px;
  position: relative;
}

.container_top .intro {
  position: absolute;
  top: 20px;
  left: 200px;
}

.container_top .title {
  color: rgb(199, 50, 102);
}

.container_top .message {
  font-style: italic;
  color: rgb(199, 50, 102);
}

.container_center {
  background: #fafafa;
  margin-top: 20px;
}

.container_center .blogs-content {
  border: 1px dashed gray;
  padding: 10px;
  margin: 8px;
}

.container_center .title {
  color: gray;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}

.container_center .view {
  line-height: 30px;
  width: 100%;
  min-height: 30px;
  /*max-height: 1200px;*/
}

.container_center .view::after {
  content: "";
  display: block;
  border: 1px dashed gray;
  height: 0px;
  margin: 8px 0;
}

.container_center .view:last-child:after {
  border: none;
}

.container_center a {
  color: #53ceb1;
}

.container_center p {
  line-height: 40px;
}

.container_center .date {
  font-size: 16px;
  font-weight: bold;
}

.container_center .log {
  word-wrap: break-word;
  word-break: normal;
  /*max-height : 160px;overflow: hidden;*/
  text-overflow: ellipsis;
  color: rgb(199, 50, 102);
}

.container_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgb(199, 50, 102);
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}

.tab {
  display: inline-block;
  width: 20px;
}

pre {
  margin-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid #f5f6f7;
  border-bottom: 1px solid #f5f6f7;
  padding: 8px 16px;
  line-height: initial;
}
