#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  width: 100%;
  min-height: 100%;
}
.footer {
  color: #ffffff;
  line-height: 200%;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: 10px auto;
  padding: 20px 30px;
  background: hsla(0, 0%, 100%, 0.29019608);
  border-radius: 30px;
}
.container1 {
  max-width: 1200px;
  margin: 10px auto;
  padding: 20px 30px;
}
.mt20 {
  margin-top: 20px;
}
.layout {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  min-height: 0;
}
.layout .menu {
  flex: 0 0 200px;
  max-width: 200px;
  min-width: 200px;
  width: 200px;
  position: relative;
}
.layout .menu .menubox {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.layout .menu .menubox .menuboxinfo {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 10px;
}
.layout .menu .menubox .menuboxinfo .user-info {
  background-image: url(../images/user-info-bg.png);
  background-size: cover;
  padding-top: 50px;
  box-sizing: border-box;
}
.layout .menu .menubox .menuboxinfo .user-info .useravatar {
  width: 80px;
  height: 80px;
  padding: 5px;
  background: #fff !important;
  font-size: 18px;
  border-radius: 4px;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.layout .menu .menubox .menuboxinfo .user-info .useravatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout .menu .menubox .menuboxinfo .menuinfo {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: "tnum";
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  zoom: 1;
}
.layout .menu .menubox .menuboxinfo .menuinfo li {
  padding-left: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.layout .menu .menubox .menuboxinfo .menuinfo li a {
  font-size: 18px;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.layout .menu .menubox .menuboxinfo .menuinfo li a a {
  color: #1890ff;
}
.layout .menu .menubox .menuboxinfo .menuinfo li :hover {
  background-color: #1890ff;
}
.layout .content {
  flex: auto;
  min-height: 0;
}
.layout .content .card {
  padding: 24px;
  zoom: 1;
  margin: 0 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 10px;
}
.layout .content .card .cardbody {
  padding: 24px;
  zoom: 1;
  min-height: 600px;
}
.divider {
  display: block;
  clear: both;
  width: 80%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
  position: relative;
  top: -0.06em;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  background: #e8e8e8;
}
.divider2 {
  display: block;
  clear: both;
  width: 80%;
  min-width: 100%;
  height: 1px;
  margin: 10px 0;
  position: relative;
  top: -0.06em;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  background: #e8e8e8;
}
.baomingbox  li dl{
	    margin-top: 12px;
    font-size: 20px;
	margin-left: 60px;
}
.baomingbox .h4 {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.baomingbox .tit {
	height:35px;
	line-height:35px;
	margin:20px 0;

	background-color: #efefef;
}
.baomingbox .tit h4 {

  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
   background-color: #1976d2;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 20px 0 0;
	width:200px;

}
.baomingbox ul {
  margin: -10px 0 0 -10px;
  list-style: none;
}
.baomingbox ul li {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.14);
  top: -5px;
  margin: 10px 0 0 10px;
  border: 1px #e4dfdf solid;
  list-style: none;
  float: left;
}
.baomingbox ul li a {
    transition: all 0.5s ease 0s;
    display: block;
    width: 341px;
    background-color: #fff;
    position: relative;
    float: left;
    padding: 5px;

}
.baomingbox ul li a .selectkc {
  position: absolute;

  color: #0a4dcb;
  padding: 5px 10px;
  border-radius: 18px 0 0px 0;
  bottom: 0;
  right: 0;
      font-weight: 900;
}
.baomingbox .liImg {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background-color: #dddddd;
}
.baomingbox .liImg dt {
  font-size: 15px;
  color: #333;
  line-height: 1;
}
.baomingbox .liImg dl {
  padding-top: 10px;
  float: left;
  margin-left: 13px;
}
.baomingbox .liImg li a:hover {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.14);
  top: -5px;
}
.baomingbox .liImg span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/static/images/icon.png);
  background-repeat: no-repeat;
}
.baomingbox .liImg .xfsscz {
  width: 34px;
  height: 34px;
  background-position: 0 0px;
}
.baomingbox .liImg .wygls {
  width: 34px;
  height: 34px;
  background-position: 0 -104px;
}
.baomingbox .liImg .znlygly {
  width: 34px;
  height: 34px;
  background-position: 0 -35px;
}
.baomingbox .liImg .rlzygls {
  width: 34px;
  height: 34px;
  background-position: 0 -138px;
}
.baomingbox .liImg .wykhfw {
  width: 34px;
  height: 34px;
  background-position: 0 -175px;
}

 .baomingbox .liImg   .hjzr{
        width: 34px;
        height: 34px;
        background-position: 0 -522px;
    }

.baomingbox .liImg .wyxmjl {
  width: 34px;
  height: 34px;
  background-position: 0 -210px;
}
.baomingbox .liImg .zfcgzj {
  width: 34px;
  height: 34px;
  background-position: 0 -245px;
}
.baomingbox .liImg .zyfzr {
  width: 34px;
  height: 34px;
  background-position: 0 -281px;
}
.baomingbox .liImg .aqgly {
  width: 34px;
  height: 34px;
  background-position: 0 -319px;
}
.baomingbox .liImg .aqgla {
  width: 34px;
  height: 34px;
  background-position: 0 -357px;
}
.baomingbox .liImg .aqzj {
  width: 34px;
  height: 34px;
  background-position: 0 -599px;
}
.baomingbox .liImg .gydg {
  width: 34px;
  height: 34px;
  background-position: 0 -398px;
}
.baomingbox .liImg .dydg {
  width: 34px;
  height: 34px;
  background-position: 0 -438px;
}
.baomingbox .liImg .gczy {
  width: 34px;
  height: 34px;
  background-position: 0 -476px;
}
.baomingbox .liImg .hjzy {
  width: 34px;
  height: 34px;
  background-position: 0 -522px;
}
.baomingbox .liImg .yxkj {
  width: 34px;
  height: 34px;
  background-position: 0 -559px;
}
.baomingbox .liImg .yjxfgcs {
  width: 34px;
  height: 34px;
  background-position: 0 -637px;
}
.baomingbox .liImg .zcaqgcs {
  width: 34px;
  height: 34px;
  background-position: 0 -672px;
}
.baomingbox .liImg .shgzs {
  width: 34px;
  height: 34px;
  background-position: 0 -705px;
}
.baomingbox .liImg .shgzs {
  width: 34px;
  height: 34px;
  background-position: 0 -705px;
}
.baomingbox .liImg .zjjjs {
  width: 34px;
  height: 34px;
  background-position: 0 -745px;
}
.baomingbox .liImg .jlgcs {
  width: 34px;
  height: 34px;
  background-position: 0 -775px;
}
.baomingbox .liImg .yjjzs {
  width: 34px;
  height: 34px;
  background-position: 0 -883px;
}
.baomingbox .liImg .ejjzs {
  width: 34px;
  height: 34px;
  background-position: 0 -919px;
}
.baomingbox .liImg .yjzjgcs {
  width: 34px;
  height: 34px;
  background-position: 0 -955px;
}
.baomingbox .liImg .ejzjgcs {
  width: 34px;
  height: 34px;
  background-position: 0 -987px;
}
.clearfix {
  clear: both;
}
.mainheader {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1100;
  top: 0;
  left: auto;
  right: 0;
  height: 64px;
  background-color: #1976d2;
  color: #fff;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin: 10px 0;
}
.mainheader .title {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 16px 50px;
  color: #fff;
}
