body {
  font-family: 微软雅黑;
  margin: 0;
  min-width: 1200px;
  background: #fff;
  color: #333;
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.weizhi {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
}

.bt-weizhi {
  width: 1200px;
  margin: 0 auto;
  background: url(weizhi.png) no-repeat left center;
  padding-left: 35px;
  color: #333333;
  font-size: 14px;
}

.bt-weizhi a {
  color: #333333;
  font-size: 14px;
}

.main {
  padding: 40px;
}

.title {
  font-size: 24px;
  font-weight: bold;;
}

.section {
  margin: 20px 0;
}

.subtitle {
  border-bottom: 2px solid #ccc;
}

.subtitle span {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 30px;
  background: #2891fa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.title-bar {
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.title-bar li {
  float: left;
}

.item {
  margin: 20px 0;
  text-align: center;
}

.item-bar li {
  float: left;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-name {
  width: 69%;
  text-align: left;
  padding: 0 5px 0 20px;
}

.btn-bar {
  padding: 10px 0;
}

.btn-bar a {
  float: left;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #999;
  font-size: 14px;
}

.btn-bar a:hover {
  background: #0062eb;
  border-color: #0062eb;
  color: #fff;
}

.btn-bar a + a {
  margin-left: 20px;
}

.disabled {
  pointer-events: none;
}

.item-title {
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.item-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 10px;
  background: #dcdcdc;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 8px;
}

.item-title span {
  color: #0062eb;
}

.ly-hr {
  border-bottom: 2px #ccc solid;
}

.ly-pop {
  display: none;
}

.ly-cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99999999;
}

.ly-pop-container {
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 150px;
  margin-left: -600px;
  background: #fff;
  z-index: 99999999;
}

.ly-pop-head {
  padding: 15px;
  text-align: right;
}

.ly-pop-head a {
  font-size: 24px;
}

.ly-pop-title {
  text-align: center;
  color: #085d98;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ly-pop-body p {
  line-height: 40px;
  font-size: 18px;
  text-indent: 2em;
  height: 350px;
  overflow: auto;
  padding: 0 50px;
  text-align: left;
  margin-bottom: 30px;
}