  section {
  padding: 36px 0;
}
.floor1 {
  background-color: #fff;
}
.floor2 {
  background-color: #f9f9f9;
}
.floor3 {
  background-color: #dbe1ed;
}
.floor4 {
  background-color: #fff;
}
.floor5 {
  background-color: #f9f9f9;
}
.tzgg {
  width: 500px;
  margin: 0 20px;
  padding-top: 20px;
}
.xhdt,
.hydt,
.zcfg,
.rdgc {
  width: 48%;
}
.list-box__header {
  margin-bottom: 12px;
}
.list-box__header hgroup {
  float: left;
}
.list-box__header hgroup h3 {
  color: #000;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.list-box__header hgroup h3:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 6px;
  background-color: #ffbb10;
  border-radius: 2px;
  left: 0;
  top: -12px;
}
.list-box__header hgroup h4 {
  color: #999;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.list-box__header .more {
  color: #999;
  float: right;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.data-wblock {
  width: 74px;
  height: 74px;
  background-color: #4675c7;
  margin-right: 12px;
  float: left;
}
.data-wblock h4 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.data-wblock time {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.list-info .list-info__title {
  color: #104eb8;
  font-size: 16px;
  margin-bottom: 12px;
}
.list-info .list-info__desc {
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 18px;
}
.list-items li {
  padding-left: 16px;
  position: relative;
  line-height: 28px;
}
.list-items li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  background: url(/static/img/right-arrow-icon.png) center no-repeat;
}
.list-items li span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.list-items li time {
  float: right;
  color: #999;
  font-size: 12px;
}
/*aside {*/
/*float: right;*/
/*width: 200px;*/
/*height: 288px;*/
/*background-color: #f9f9f9;*/
/*box-shadow: 0 0 4px 4px #f5f5f5;*/
/*padding: 20px;*/
/*}*/
/*aside dl {*/
/*margin-bottom: 20px;*/
/*}*/
/*aside dt {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 36px;*/
/*height: 36px;*/
/*margin-right: 4px;*/
/*margin-top: 10px;*/
/*}*/
/*aside dt.aside-icon1 {*/
/*background: url(/static/img/icon1.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon2 {*/
/*background: url(/static/img/icon2.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon3 {*/
/*background: url(/static/img/icon3.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon4 {*/
/*background: url(/static/img/icon4.png) center no-repeat;*/
/*}*/
/*aside dd {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/
/*aside dd hgroup span {*/
/*color: #999;*/
/*font-size: 10px;*/
/*}*/
/*aside dd hgroup h4 {*/
/*color: #333;*/
/*font-size: 14px;*/
/*}*/
/*aside.sign-out-aside {*/
/*float: right;*/
/*width: 210px;*/
/*height: 288px;*/
/*background-color: #f9f9f9;*/
/*box-shadow: 0 0 4px 4px #f5f5f5;*/
/*padding: 20px 16px;*/
/*}*/
/*aside.sign-out-aside .aside-header {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-pack: justify;*/
/*-webkit-justify-content: space-between;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*-webkit-box-align: center;*/
/*-webkit-align-items: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/
/*aside.sign-out-aside .aside-header .aside-title {*/
/*font-size: 18px;*/
/*}*/
/*aside.sign-out-aside .aside-header .sign-out {*/
/*font-size: 14px;*/
/*color: #9eb5df;*/
/*}*/
/*aside.sign-out-aside .aside-desc {*/
/*color: #333;*/
/*font-size: 14px;*/
/*margin-top: 20px;*/
/*}*/

/*aside.fr .aside-header {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-pack: justify;*/
/*-webkit-justify-content: space-between;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*-webkit-box-align: center;*/
/*-webkit-align-items: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/
/*aside.fr .aside-header .aside-title {*/
/*font-size: 18px;*/
/*}*/
/*aside.fr .aside-header .sign-out {*/
/*font-size: 14px;*/
/*color: #9eb5df;*/
/*}*/
/*aside.fr .aside-desc {*/
/*color: #333;*/
/*font-size: 14px;*/
/*margin-top: 20px;*/
/*}*/

/*aside.sign-out-aside > a {*/
/*display: block;*/
/*width: 50%;*/
/*float: left;*/
/*}*/
/*aside.sign-out-aside dl {*/
/*margin-bottom: 15px;*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-box-direction: normal;*/
/*-webkit-flex-direction: column;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column;*/
/*-webkit-box-align: center;*/
/*-webkit-align-items: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/
/*aside.sign-out-aside dt {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 36px;*/
/*height: 30px;*/
/*margin-right: 4px;*/
/*margin-top: 10px;*/
/*text-align: center;*/
/*}*/
/*aside dt.aside-icon-setting {*/
/*background: url(/static/img/user-setting.png) center no-repeat;*/
/*}*/
/*aside.sign-out-aside dt.aside-icon1 {*/
/*background: url(/static/img/user-setting.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon-icon2 {*/
/*background: url(/static/img/icon2.png) center no-repeat;*/
/*}*/
/*aside.sign-out-aside dt.aside-icon2 {*/
/*background: url(/static/img/icon2.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon-joining {*/
/*background: url(/static/img/joining.png) center no-repeat;*/
/*}*/
/*aside.sign-out-aside dt.aside-icon3 {*/
/*background: url(/static/img/joining.png) center no-repeat;*/
/*}*/
/*aside dt.aside-icon-message {*/
/*background: url(/static/img/aside-icon5.png) center no-repeat;*/
/*}*/
/*aside.sign-out-aside dt.aside-icon4 {*/
/*background: url(/static/img/aside-icon5.png) center no-repeat;*/
/*}*/
/*aside.sign-out-aside dd {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/
/*aside.sign-out-aside dd hgroup span {*/
/*display: block;*/
/*text-align: center;*/
/*color: #999;*/
/*font-size: 10px;*/
/*}*/
/*aside.sign-out-aside dd hgroup h4 {*/
/*color: #333;*/
/*font-size: 14px;*/
/*text-align: center;*/
/*}*/
.hydt .roll__list li {
  width: 268px;
  height: 175px;
}
.hydt .roll__list li img {
  width: 100%;
  height: 100%;
}
.hydw .roll__list li {
  width: 210px;
  height: 75px;
  text-align: center;
}
.hydw .roll__list li img:first-child {
  margin-bottom: 30px;
}
#roll2 {
  height: 75px;
}
#roll2 .control {
  background-color: #eee;
  color: #d9d9d9;
  line-height: 75px;
}


aside {
  float: right;
  width: 214px;
  height: 288px;
  background-color: #f9f9f9;
  box-shadow: 0 0 4px 4px #f5f5f5;
  padding: 20px;
}
aside .aside-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-box-align: left;*/
  /*-webkit-align-items: left;*/
  /*-ms-flex-align: left;*/
  align-items: left;
  margin-left: 20px;
}
aside dl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
aside dt {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  position: relative;
}
aside dt.aside-icon1 {
  background: url(/static/img/login-icon.png) center no-repeat;
}
aside dt.aside-icon2 {
  background: url(/static/img/todolist-icon.png) center no-repeat;
}
aside dt.aside-icon3 {
  background: url(/static/img/register-icon.png) center no-repeat;
}
aside dt.aside-icon4 {
  background: url(/static/img/icon4.png) center no-repeat;
}
aside dd {
  display: inline-block;
  vertical-align: middle;
}
aside dd hgroup span {
  color: #999;
  font-size: 12px;
}
aside dd hgroup h4 {
  color: #333;
  font-size: 16px;
}
aside.sign-out-aside {
  float: right;
  width: 210px;
  height: 288px;
  background-color: #f9f9f9;
  box-shadow: 0 0 4px 4px #f5f5f5;
  padding: 20px 16px;
}
aside.sign-out-aside .aside-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
aside.sign-out-aside .aside-header .aside-title {
  font-size: 14px;
  font-weight: normal;
  width: 100px;
}
aside.sign-out-aside .aside-header .sign-out {
  font-size: 14px;
  color: #9eb5df;
}
aside.sign-out-aside .aside-desc {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
  display: none;
}
aside.sign-out-aside > a {
  display: block;
}
aside.sign-out-aside dl {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
aside.sign-out-aside dt {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
aside.sign-out-aside dt.aside-icon1 {
  background: url(/static/img/user-setting-icon.png) center no-repeat;
}
aside.sign-out-aside dt.aside-icon2 {
  background: url(/static/img/todolist-icon.png) center no-repeat;
}
aside.sign-out-aside dt.aside-icon3 {
  background: url(/static/img/register-icon.png) center no-repeat;
}
aside.sign-out-aside dt.aside-icon4 {
  background: url(/static/img/aside-icon5.png) center no-repeat;
}
aside.sign-out-aside dd {
  display: inline-block;
  vertical-align: middle;
}
aside.sign-out-aside dd hgroup span {
  display: block;
  color: #999;
  font-size: 12px;
}
aside.sign-out-aside dd hgroup h4 {
  color: #333;
  font-size: 16px;
}
aside dt.red-circle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f03c19;
  border-radius: 50%;
  right: 0px;
  top: 0px;
}