.flex{
  display: flex;
}
.about-box{
  width:1200px;
  margin:20px auto;

}
.about-right{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
  min-height: 300px;
  margin-left:20px;
  width:1080px;
  padding:20px;
  box-sizing: border-box;
}
.pos{
  font-size:15px
}
.title{
  border-bottom:#C0C0C0 1px dotted;
  height:36px;
  line-height: 36px;
  text-align: center;
}
.content{
  padding:10px 0px;
  font-size:14px;
  color:#666666
}