.information_info {
  background-color: #F5F4FA;
  min-height: 100vh;
}
.information_info .content .flex {
  justify-content: space-between;
  align-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.information_info .content .flex .left {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 890px;
  height: 100%;
}
.information_info .content .flex .left .top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #F0F0F0;
}
.information_info .content .flex .left .top .title {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}
.information_info .content .flex .left .top .mintitle {
  padding: 0px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7C879B;
}
.information_info .content .flex .left .content1 {
  height: 85%;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7C879B;
}
.information_info .content .flex .left .content1 .p {
  margin-bottom: 10px;
  text-indent: 28px;
}
.information_info .content .flex .right {
  width: 290px;
  background-color: #fff;
  max-height: 100%;
}
.information_info .content .flex .right .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 0;
}
.information_info .content .flex .right .top .l {
  background-color: #1068DD;
  width: 4px;
  height: 16px;
}
.information_info .content .flex .right .top .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 10px ;
  white-space: nowrap;
}
.information_info .content .flex .right .top .r {
  width: 190px;
  height: 1px;
  background-color: #F0F0F0;
}
.information_info .content .flex .right .list {
  max-height: 92%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 14px;
  box-sizing: border-box;
}
.information_info .content .flex .right .list .li {
  padding: 14px 0;
  border-bottom: 1px dashed #F0F0F0;
}
.information_info .content .flex .right .list .li .title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* 不换行 */
  text-overflow: ellipsis;
}
.information_info .content .flex .right .list .li .mintitle {
  box-sizing: border-box;
  font-size: 14px;
  color: #7C879B;
  margin-top: 10px;
}
