.wrap-in {
  display: flex;
  justify-content: space-between;
}
.wrap-in .wrap-left {
  width: 850px;
}
.wrap-in .wrap-right {
  width: 320px;
}
.type-nav {
  margin-top: 26px;
  background: #fcfcfc;
}
.type-nav .nav-in {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-nav .nav-in .item {
  flex: 1;
  color: #333;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.type-nav .nav-in .item.active {
  color: #72aae4;
  border-bottom: 2px solid #72aae4;
}
.art-top {
  margin-top: 30px;
}
.art-top .title {
  font-size: 30px;
}
.art-top .info {
  line-height: 40px;
  font-size: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}
.art-top .info .avatar {
  border: 1px solid #f2f2f2;
  width: 40px;
  border-radius: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.art-top .info .item {
  display: inline-block;
  font-size: 14px;
  color: #888;
  padding-right: 6px;
  vertical-align: middle;
}
.art-top .info .item::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  margin: 0 7px;
  background-color: #dedede;
}
.sy {
  display: block !important;
  width: 800px !important;
}
.sy .towrite {
  display: none;
}
.sy .write .content {
  display: block;
  border: 1px solid #dfdfdf;
  margin: 10px 0;
  padding: 10px;
  width: 400px;
  height: 60px;
  border-radius: 3px;
}
.sy .write .pic-choose .file-input {
  display: none;
}
.sy .write .pic-choose .pic-preview {
  max-width: 150px;
  display: block;
  margin-top: 5px;
}
.sy .list .item {
  margin-bottom: 30px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
}
.sy .list .item .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.sy .list .item .info {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  cursor: pointer;
}
.sy .list .item .info .data {
  width: 600px;
  white-space: pre-wrap;
  margin-top: 10px;
  color: #333;
}
.sy .list .item .info .pic {
  max-width: 230px;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
}
.sy .list .item .info .bottom {
  position: relative;
  margin-top: 20px;
}
.sy .list .item .info .bottom:hover .del {
  display: inline-block !important;
}
.sy .list .item .info .bottom .time {
  color: #7f7f7f;
}
.sy .list .item .info .bottom .caozuo {
  position: absolute;
  right: 10px;
  background: #ececec;
  color: #333;
  padding: 2px 5px;
}
.sy-prop {
  user-select: none;
  padding: 0;
  min-width: 10px;
}
.sy-prop .caozuo-list {
  font-size: 0;
}
.sy-prop .caozuo-list .item {
  font-size: 14px;
  transition: all 0.2s;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  color: #7f7f7f;
}
.sy-prop .caozuo-list .item:hover {
  background: #f2f2f2;
}
.pagination {
  overflow: hidden;
  display: table;
  margin: 0 auto;
  height: 50px;
}
.pagination li {
  float: left;
  height: 30px;
  border-radius: 5px;
  margin: 3px;
  color: #666;
}
.pagination li:hover a {
  color: #72aae4;
}
.pagination li.active a {
  color: #fff;
  background-color: #72aae4;
}
.pagination li a {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  color: #333;
  background-color: #efefef;
  text-decoration: none;
}
/*# sourceMappingURL=cms.css.map */