.right-content th {
  border: 1px solid #2AAA82;
  padding: 6px;
  background-color: #f1f1f1;
}
.right-content td {
  border: 1px solid #2AAA82;
  margin: 0;
  padding: 6px;
}
.right-content li{
  list-style: circle;
}
.right-content a:hover {
  color: #2AAA82;
  text-decoration: underline;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .right-nav{
    color: #848484;
    font-size: 18px;
    font-weight: bold;
  }
  .right-content{
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1199px) {
  .right-nav{
    color: #848484;
    font-size: 9px;
    font-weight: bold;
  }
  .right-content{
    margin-top: 30px;
    font-size: 11px;
  }
}
