body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
}
* {
  box-sizing: border-box;
  font-size: 13px;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}

.sidebar .right-title {
    margin-bottom: .5em;
    border-bottom: 1px solid #dadada;
    line-height: 2;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .right-title span {
    padding: 0 10px;
    display: inline-block;
    border-bottom: 2px solid #cc0000;
}