* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  color: white;
  background-color: white;
  font-family: Times New Roman;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.inline-block {
  display: inline-block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "020";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 1px;
}
.view {
  width: 100%;
  margin: auto;
}
.view2 {
  width: 1260px;
  margin: auto;
}
.header {
  background-color: white;
}
.header .header-bg {
  background-color: white;
  opacity: 0.8;
}
.header .header1 {
  height: 106px;
  padding: 15px 0;
  position: relative;
}
.header .title {
  margin-left: 20px;
  width: 840px;
  color: #312c70;
  font-size: 40px;
  line-height: 50px;
  vertical-align: top;
}
body {
  background-color: #312c70;
}
.menu {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  float: left;
  margin-top: 35px;
}
.menu .item {
  cursor: pointer;
}
.menu .item:hover {
  color: #dbf3de;
}
.menu .item.active {
  color: #dbf3de;
}
.content {
  float: right;
  width: 968px;
  min-height: 1000px;
  background-color: white;
  margin-top: 24px;
  box-sizing: border-box;
}
.footer {
  text-align: center;
  padding: 60px 0;
}
.content {
  padding: 20px;
}
.content .title {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #222222;
}
.content .item-title {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #312c70;
  border-bottom: solid 1px #e5e5e5;
  margin-top: 10px;
}
.content .item-content {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
  margin-top: 10px;
}
.content .item-content2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #222222;
}
.content .down {
  margin-top: 10px;
}
