@charset "utf-8";

.common_wrapper{
  width: 100%;
  height: auto;
}

.common_title{
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.common_content{
  width: 90%;
  height: auto;
  margin: 0 auto 30px;
}

.common_list{
  line-height: 30px;
  width: 100%;
}


.common_link{
  color: #666;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common_link p{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}