* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}
.main_lr {
  width: 1200px;
  margin: 0 auto;
  background: #FFF;
  padding-top: 20px;
  margin-top: 3px;
  padding: 11px 17px;
  box-sizing: border-box;
}
.main_lr .chuo,
.main_lr .chuo a,
.main_lr .chuo span {
  color: #a2a2a2;
}
.main_lr .line-self {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
  margin-bottom: 25px;
}
.main_lr .line-self::before,
.main_lr .line-self::after {
  content: "";
  display: block;
  width: 25px;
  position: absolute;
  height: 1px;
  background-color: #1467A8;
}
.main_lr .line-self::after {
  right: 0;
}
.main_lr .line-self::before {
  left: 0;
}
.main_lr .details-title-box {
  height: 50px;
  line-height: 50px;
}
.main_lr .main_list {
  box-sizing: border-box;
  padding: 0 25px;
}
.main_lr .lmlist {
  margin-bottom: 20px;
}
.main_lr .lmlist .maintitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main_lr .lmlist .maintitle::before {
  content: "";
  display: block;
  width: 5px;
  height: 19px;
  background-color: #1066A9;
  margin-right: 15px;
}
.main_lr .lmlist .maintitle > a {
  font-size: 20px;
  color: #1b69a7;
}
.main_lr .lmlist li {
  position: relative;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 9px;
  display: flex;
  align-items: center;
}
.main_lr .lmlist li::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #2c2c2c;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  color: #2c2c2c;
}
.main_lr .lmlist li > a {
  display: inline-block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}
.main_lr .lmlist li > span.time {
  margin-left: 20px;
  float: right;
}
.main_lr .yjzjstop {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  width: 59px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  color: #999999;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
}
